@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
::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.14 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  font-family: "Poppins", sans-serif;
}

/* 
  body.main-page::before {
    content: "";
    height: 80px;
    display: block;
    background-color: transparent;
  } */

/* main-header */

.main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 5rem;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.main-header .login-button {
  display: flex;
  height: 2.75rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.main-header.scrolled .login-button {
  height: 2.5rem;
  background-color: rgb(13 124 102 / 0.6);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.main-header.scrolled .login-button:hover {
  background-color: rgb(13 124 102 / 1);
}

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

.main-header .dropdown a {
  display: block;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-header .dropdown a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.main-header.scrolled nav a,
.main-header.scrolled nav button {
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-page .main-header {
  background-color: #f1f1f1e0;
}

.main-header.scrolled {
  height: 4rem;
  background-color: rgb(255 255 255 / 0.7);
  --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);
}

.main-page .main-header nav ul li a,
.main-page .main-header nav ul li button {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(0 0 0 / 0.6);
}

.main-page .main-header nav ul li a:hover,
.main-page .main-header nav ul li button:hover {
  color: rgb(0 0 0 / 1);
}

.main-header nav ul li a,
.main-header nav ul li button {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.85);
}

.main-header nav ul li a:hover,
.main-header nav ul li button:hover {
  color: rgb(255 255 255 / 1);
}

.main-header.scrolled nav ul li a,
.main-header.scrolled nav ul li button {
  color: rgb(0 0 0 / 0.6);
}

.main-header.scrolled nav ul li a:hover,
.main-header.scrolled nav ul li button:hover {
  color: rgb(0 0 0 / 1);
}

.main-header img.dark {
  display: block;
}

.main-header img.light {
  display: none;
}

.main-header.scrolled img.light {
  display: block;
}

.main-header.scrolled img.dark {
  display: none;
}

.main-header .dropdown ul li a,
.main-header .dropdown ul li button {
  color: rgb(0 0 0 / 0.6);
}

.main-header .dropdown ul li a:hover,
.main-header .dropdown ul li button:hover {
  color: rgb(0 0 0 / 1);
}

.main-page .main-header nav ul li:hover > a,
.main-page .main-header nav ul li:hover > button {
  color: rgb(0 0 0 / 1);
}

.main-header nav ul li:hover > a,
.main-header nav ul li:hover > button {
  color: rgb(255 255 255 / 1);
}

.main-header .dropdown ul li:hover > button {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.main-header.scrolled nav ul li:hover > a,
.main-header.scrolled nav ul li:hover > button {
  color: rgb(0 0 0 / 1);
}

.main-header nav .dropdown ul li:hover > a,
.main-header nav .dropdown ul li:hover > button {
  color: rgb(0 0 0 / 1);
}

.main-header .mobile nav ul li a,
.main-header .mobile nav ul li button {
  font-size: 1.5rem;
  line-height: 2rem;
}

.main-header .mobile .dropdown ul li a,
.main-header .mobile .dropdown ul li button {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.main-header .mobile-menu-toggle-button {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.main-page .main-header .mobile-menu-toggle-button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main-header #mobile-menu .brand-logo {
  height: 4rem;
}

.main-header.scrolled .mobile-menu-toggle-button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main-header .mobile nav ul li a,
.main-header .mobile nav ul li button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main-header .mobile-menu-toggle-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-page
  .main-header
  .language-select
  [data-dropdown-toggle="language-dropdown"],
.main-header.scrolled
  .language-select
  [data-dropdown-toggle="language-dropdown"] {
  color: rgb(0 0 0 / 0.6);
}

.main-page
  .main-header
  .language-select
  [data-dropdown-toggle="language-dropdown"]:hover,
.main-header.scrolled
  .language-select
  [data-dropdown-toggle="language-dropdown"]:hover {
  color: rgb(0 0 0 / 1);
}

.main-header .language-select {
  height: 100%;
}

.main-header .language-select [data-dropdown-toggle="language-dropdown"] {
  display: flex;
  height: 100%;
  align-items: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.85);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.main-header .language-select [data-dropdown-toggle="language-dropdown"]:hover {
  color: rgb(255 255 255 / 1);
}

.main-header
  .language-select
  [data-dropdown-toggle="mobile-language-dropdown"] {
  display: flex;
  height: 100%;
  align-items: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.85);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.main-header
  .language-select
  [data-dropdown-toggle="mobile-language-dropdown"]:hover {
  color: rgb(0 0 0 / 1);
}

.main-header .language-select .dropdown ul li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.main-header
  .language-select
  [data-dropdown-toggle="mobile-language-dropdown"]
  span {
  display: none;
}

@media (min-width: 640px) {
  .main-header
    .language-select
    [data-dropdown-toggle="mobile-language-dropdown"]
    span {
    display: flex;
  }
}

/* /main-header */

/* home-slider */

.home-slider {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  padding-top: 6rem;
}

@media (min-width: 640px) {
  .home-slider {
    padding: 3rem;
    padding-top: 8rem;
  }
}

@media (min-width: 1280px) {
  .home-slider {
    height: 100%;
  }
}

.home-slider .swiper-slide .container.mx-auto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 1280px) {
  .home-slider .swiper-slide .container.mx-auto {
    flex-direction: row-reverse;
  }
}

.home-slider .controllers {
  position: relative;
  z-index: 50;
  margin-top: 2.5rem;
  display: none;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .home-slider .controllers {
    margin-top: 0px;
    --tw-translate-y: -2.75rem;
    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: 1280px) {
  .home-slider .controllers {
    display: flex;
  }
}

.home-slider .controllers .controller {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.scroll-down {
  display: none;
}

@media (min-width: 1280px) {
  .scroll-down {
    display: block;
  }
}

/* /home-slider */

/* home-tab */

.tab-menu ul li[role="presentation"] button[aria-selected="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(13 124 102 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 124 102 / var(--tw-text-opacity));
}

.tab-menu ul li[role="presentation"] button[aria-selected="true"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(13 124 102 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 124 102 / var(--tw-text-opacity));
}

.tab-menu ul li[role="presentation"] button {
  display: inline-block;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-width: 2px;
  padding: 1rem;
}

.tab-menu ul li[role="presentation"] button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.tab-menu ul[role="tablist"] {
  margin-bottom: -1px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .home-tab #default-tab-content [role="tabpanel"] {
    min-height: 500px;
  }
}

/* /home-tab */

/* information-boxes */

.information-boxes {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .information-boxes {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.information-boxes .item {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 2px;
}

.information-boxes .item-inner::before {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 6rem;
  width: 6rem;
  --tw-translate-x: -20px;
  --tw-translate-y: -20px;
  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));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .information-boxes .item-inner::before {
    height: 8rem;
    width: 8rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.information-boxes .item-inner::before {
  content: attr(data-order);
}

.information-boxes .item .glow {
  position: absolute;
  inset: 0px;
  height: 100px;
  width: 100px;
  --tw-rotate: 45deg;
  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));
}

.information-boxes .item .item-inner {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.information-boxes .item .item-inner {
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.information-boxes .item .item-inner .title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(0 0 0 / 0.9);
}

@media (min-width: 640px) {
  .information-boxes .item .item-inner .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .information-boxes .item .item-inner .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.information-boxes .item .item-inner .text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.75);
}

@media (min-width: 640px) {
  .information-boxes .item .item-inner .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* /information-boxes */

/* under-slider */

/* .under-slider {
    @apply h-20 py-3 !bg-[#f4f4f4] !border-0;
  }
  .under-slider .container {
    @apply h-full flex items-center justify-end;
  }
  .under-slider .google-reviews {
    @apply flex flex-col h-full;
  } */

/* /under-slider */

/* references */

.references {
  margin-top: 2.5rem;
  height: 15rem;
}

.referencesSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
  /* Linear kayma */
}

.references .swiper-slide {
  transition-timing-function: linear !important;
}

.references .swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.references .swiper-slide img:hover {
  cursor: pointer;
  --tw-grayscale: grayscale(0);
  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);
}

/* /references */

/* pricing-tables */

.pricing-tables {
  position: relative;
}

.pricing-tables .item {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 2px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pricing-tables .item .glow {
  position: absolute;
  inset: 0px;
  height: 100px;
  width: 100px;
  --tw-rotate: 45deg;
  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));
}

.pricing-tables .item .item-inner {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

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

.pricing-tables .item .item-inner {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pricing-tables .item .item-inner .title {
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgb(0 0 0 / 0.85);
}

.pricing-tables .item .item-inner .description {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  color: rgb(0 0 0 / 0.7);
}

.pricing-tables .item .item-inner .picture {
  height: auto;
  width: 75%;
}

.pricing-tables .item .item-inner .list {
  margin-top: 2.5rem !important;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.pricing-tables .item .item-inner .list li {
  color: rgb(0 0 0 / 0.85);
}

.pricing-tables .item .item-inner .list li button {
  margin-right: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(0 0 0 / 0.5);
}

.pricing-tables .item .item-inner .get-info {
  margin-top: 1.25rem !important;
  display: flex;
  height: 2.75rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  border-radius: 0.375rem;
  background-color: rgb(0 0 0 / 0.85);
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.85);
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.pricing-tables .item .item-inner .get-info:hover {
  background-color: rgb(0 0 0 / 1);
  color: rgb(255 255 255 / 1);
}

.pricing-tables .item.featured .item-inner .get-info {
  margin-top: 1.25rem !important;
  display: flex;
  height: 2.75rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  text-align: center;
  color: rgb(255 255 255 / 0.85);
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.pricing-tables .item.featured .item-inner .get-info:hover {
  color: rgb(255 255 255 / 1);
}

/* /pricing-tables */

/* customer-reviews */

.customer-reviews {
  border-top-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
}

.customer-reviews .grid {
  position: relative;
  height: 24rem;
  overflow: hidden;
}

.customer-reviews .grid::after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(244, 244, 244, 0),
    rgba(244, 244, 244, 1)
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 5rem;
  width: 100%;
}

.customer-reviews .col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.customer-reviews .col .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.customer-reviews .col .item::before {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  --tw-translate-x: 0.25rem;
  --tw-translate-y: 0.25rem;
  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));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  content: "";
}

.customer-reviews .col .item .top {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.customer-reviews .col .item .google-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.5rem;
}

.customer-reviews .col .item .top .profile {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding-right: 2.5rem;
}

.customer-reviews .col .item .top .profile-thumb {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 9999px;
}

.customer-reviews .col .item .top .profile-thumb img {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer-reviews .col .item .top .star {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 2px;
}

.customer-reviews .col .item .top .star i {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.customer-reviews .col .item .top .star i.active {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.customer-reviews .col .item .top .profile .name {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.customer-reviews .col .item .top .profile .date {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.customer-reviews .col .item .bottom p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.75);
}

/* /customer-reviews */

/* contact-form */

.contact-form {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .contact-form {
    width: 400px;
    padding: 2.5rem;
  }
}

.contact-form .header {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.contact-form .sub-header {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.6);
}

.contact-form form {
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-form form label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(0 0 0 / 0.7);
}

.contact-form form .icon {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  display: flex;
  align-items: center;
  padding-inline-start: 0.875rem;
}

.contact-form form .icon i {
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.contact-form form input,
.contact-form form textarea {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.625rem;
  padding-inline-start: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.contact-form form input:focus,
.contact-form form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 124 102 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 124 102 / var(--tw-ring-opacity));
}

.contact-form form textarea {
  padding-inline-start: 0.625rem;
}

/* /contact-form */

/* blog */

.blog {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .blog {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.bg-text {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  --tw-translate-y: 100%;
  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));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
  color: rgb(0 0 0 / 0.05);
}

@media (min-width: 768px) {
  .bg-text {
    display: flex;
  }
}

.blog .swiper-slide {
  display: flex;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  gap: 0px;
  border-radius: 0.375rem;
  text-align: start;
}

.blog .swiper-slide .content {
  padding: 0.75rem;
}

.blog .swiper-slide .title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.blog .swiper-slide .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 0 0 / 0.7);
}

.blog .swiper-slide time {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.6);
}

.blog .thumb {
  position: relative;
  height: 10rem;
  width: 100%;
  border-radius: 0.375rem;
}

@media (min-width: 768px) {
  .blog .thumb {
    height: 15rem;
  }
}

@media (min-width: 1024px) {
  .blog .thumb {
    height: 20rem;
  }
}

.blog .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.blog .thumb:hover img {
  --tw-brightness: brightness(0.5);
  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);
}

.tooltip.blog .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

.blog .thumb:hover .icon {
  visibility: visible;
  --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));
  opacity: 1;
}

.blog .thumb .icon {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  --tw-translate-x: -50%;
  --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));
  font-size: 4.5rem;
  line-height: 1;
  color: rgb(255 255 255 / 0.75);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* /blog */

/* articles */

.articles {
  border-bottom-width: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.articles article {
  position: relative;
}

@media (min-width: 768px) {
  .articles article {
    height: 500px;
  }
}

.articles article.right-side {
  display: flex;
  flex-direction: row;
}

.articles article.left-side {
  display: flex;
  flex-direction: row-reverse;
}

@media (min-width: 1024px) {
  .articles article .description,
  .articles article .picture {
    width: 50%;
  }
}

.articles article .picture {
  display: none;
}

@media (min-width: 768px) {
  .articles article .picture {
    display: block;
  }
}

.articles article:not(:last-child) {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

@media (min-width: 768px) {
  .articles article:not(:last-child) {
    border-bottom-width: 0px;
  }
}

.articles article .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .articles article .description {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.articles article .description .title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 124 102 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .articles article .description .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .articles article .description .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.articles article .description .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 0 0 / 0.7);
}

@media (min-width: 768px) {
  .articles article .description .text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.articles article .picture {
  position: relative;
  height: 100%;
}

.articles article .picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles article.right-side .picture::after {
  content: "";
  background: linear-gradient(
    to left,
    rgba(244, 244, 244, 0),
    rgba(244, 244, 244, 1)
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 9rem;
}

.articles article.left-side .picture::after {
  content: "";
  background: linear-gradient(
    to right,
    rgba(244, 244, 244, 0),
    rgba(244, 244, 244, 1)
  );
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  height: 100%;
  width: 9rem;
}

/* /articles */

/* support */

.support h2 {
  margin-bottom: 0.75rem;
}

.support .subtitle {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 0 0 / 0.6);
}

@media (min-width: 768px) {
  .support .subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.customer-reviews .support .boxes {
  position: relative;
  height: 24rem;
  overflow: hidden;
}

.customer-reviews .support .boxes::after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(244, 244, 244, 0),
    rgba(244, 244, 244, 1)
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 5rem;
  width: 100%;
}

.support .boxes {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px) {
  .support .boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.support .boxes .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.support .boxes .item .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.support .boxes .item .text {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}

.support .boxes .item .button {
  display: flex;
  height: 2.75rem;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* /support */

/* trial-period */

.trial-period h2 {
  margin-bottom: 0.75rem;
}

.trial-period .subtitle {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.6);
}

@media (min-width: 640px) {
  .trial-period .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .trial-period .subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.trial-period form {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .trial-period form {
    flex-direction: row;
    gap: 0.5rem;
  }
}

.trial-period form input {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.trial-period form input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 124 102 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 124 102 / var(--tw-ring-opacity));
}

@media (min-width: 768px) {
  .trial-period form input {
    width: 20rem;
  }
}

.trial-period form button {
  height: 2.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.85);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.trial-period form button:hover {
  color: rgb(255 255 255 / 1);
}

@media (min-width: 768px) {
  .trial-period form button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* /trial-period */

/* footer */

.customer-reviews footer .menu {
  position: relative;
  height: 24rem;
  overflow: hidden;
}

.customer-reviews footer .menu::after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(244, 244, 244, 0),
    rgba(244, 244, 244, 1)
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 5rem;
  width: 100%;
}

footer .menu {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  footer .menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px;
  }
}

footer .menu .header {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.85);
}

footer .menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255 255 255 / 0.6);
}

footer .socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

footer .socials a {
  margin-top: 1.25rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.75);
  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: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

footer .socials a:hover {
  background-color: rgb(255 255 255 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* /footer */

/* cursor-follower */

#cursor-follower {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-x: -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));
  border-radius: 9999px;
  background-color: rgb(13 124 102 / 0.75);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
  #cursor-follower {
    display: flex;
  }
}

#cursor-follower {
  transition-property: background-color, width, height;
}

/* /cursor-follower */

/* banner-primary */

.banner-primary {
  position: relative;
  display: flex;
  height: 500px;
  align-items: center;
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (min-width: 768px) {
  .banner-primary {
    height: 700px;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.banner-primary img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  --tw-brightness: brightness(0.5);
  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);
}

.home-slider .swiper-slide .banner-primary .text-area.mx-auto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 1280px) {
  .home-slider .swiper-slide .banner-primary .text-area.mx-auto {
    flex-direction: row-reverse;
  }
}

.home-slider .swiper-slide .container.banner-primary .text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 1280px) {
  .home-slider .swiper-slide .container.banner-primary .text-area {
    flex-direction: row-reverse;
  }
}

.counter .banner-primary .text-area {
  max-width: 1200px;
}

.blog-list .banner-primary .text-area {
  display: flex;
  flex-direction: column;
}

.blog-list .banner-primary .text-area .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .blog-list .banner-primary .text-area .item {
    flex-direction: row;
    row-gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: start;
  }
}

.blog-list .banner-primary .text-area .item:not(:last-child) {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.blog-list .banner-primary .text-area .item .thumb {
  display: flex;
  height: 15rem;
  width: 15rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.blog-list .banner-primary .text-area .item .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-list .banner-primary .text-area .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .blog-list .banner-primary .text-area .item .content {
    align-items: flex-start;
  }
}

.blog-list .banner-primary .text-area .item .content .shared-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(0 0 0 / 0.6);
}

.blog-list .banner-primary .text-area .item .content .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .blog-list .banner-primary .text-area .item .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .blog-list .banner-primary .text-area .item .content .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-list .banner-primary .text-area .item .content .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.6);
}

@media (min-width: 640px) {
  .blog-list .banner-primary .text-area .item .content .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .blog-list .banner-primary .text-area .item .content .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-list .banner-primary .text-area .item .content .read-more {
  display: flex;
  height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.85);
}

.blog-list .banner-primary .text-area .item .content .read-more:hover {
  color: rgb(255 255 255 / 1);
}

.pagination .banner-primary .text-area {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .pagination .banner-primary .text-area {
    text-align: end;
  }
}

.contact-page .banner-primary .text-area {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  .contact-page .banner-primary .text-area {
    flex-direction: row;
  }
}

.contact-page .banner-primary .text-area {
  gap: 1.25rem;
}

.promotion .inner .banner-primary .text-area:first-child .item {
  padding-top: 0px;
}

.promotion .inner .banner-primary .text-area:last-child .item .item {
  padding-bottom: 0px;
}

.banner-primary .text-area {
  width: 100%;
}

@media (min-width: 640px) {
  .banner-primary .text-area {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .banner-primary .text-area {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .banner-primary .text-area {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .banner-primary .text-area {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .banner-primary .text-area {
    max-width: 1536px;
  }
}

.banner-primary .text-area {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.banner-primary .sub-page-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.75);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-primary .sub-page-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(255 255 255 / 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 640px) {
  .banner-primary .sub-page-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .banner-primary .sub-page-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.banner-primary .counter .button {
  display: flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* /banner-primary */

/* banner-secondary */

.banner-secondary {
  position: relative;
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
  padding-bottom: 7rem;
  padding-top: 12rem;
}

.banner-secondary img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  --tw-brightness: brightness(0.5);
  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);
}

.home-slider .swiper-slide .banner-secondary .text-area.mx-auto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 1280px) {
  .home-slider .swiper-slide .banner-secondary .text-area.mx-auto {
    flex-direction: row-reverse;
  }
}

.home-slider .swiper-slide .container.banner-secondary .text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 1280px) {
  .home-slider .swiper-slide .container.banner-secondary .text-area {
    flex-direction: row-reverse;
  }
}

.counter .banner-secondary .text-area {
  max-width: 1200px;
}

.blog-list .banner-secondary .text-area {
  display: flex;
  flex-direction: column;
}

.blog-list .banner-secondary .text-area .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .blog-list .banner-secondary .text-area .item {
    flex-direction: row;
    row-gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: start;
  }
}

.blog-list .banner-secondary .text-area .item:not(:last-child) {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.blog-list .banner-secondary .text-area .item .thumb {
  display: flex;
  height: 15rem;
  width: 15rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.blog-list .banner-secondary .text-area .item .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-list .banner-secondary .text-area .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .blog-list .banner-secondary .text-area .item .content {
    align-items: flex-start;
  }
}

.blog-list .banner-secondary .text-area .item .content .shared-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(0 0 0 / 0.6);
}

.blog-list .banner-secondary .text-area .item .content .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .blog-list .banner-secondary .text-area .item .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .blog-list .banner-secondary .text-area .item .content .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-list .banner-secondary .text-area .item .content .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.6);
}

@media (min-width: 640px) {
  .blog-list .banner-secondary .text-area .item .content .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .blog-list .banner-secondary .text-area .item .content .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-list .banner-secondary .text-area .item .content .read-more {
  display: flex;
  height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.85);
}

.blog-list .banner-secondary .text-area .item .content .read-more:hover {
  color: rgb(255 255 255 / 1);
}

.pagination .banner-secondary .text-area {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .pagination .banner-secondary .text-area {
    text-align: end;
  }
}

.contact-page .banner-secondary .text-area {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  .contact-page .banner-secondary .text-area {
    flex-direction: row;
  }
}

.contact-page .banner-secondary .text-area {
  gap: 1.25rem;
}

.promotion .inner .banner-secondary .text-area:first-child .item {
  padding-top: 0px;
}

.promotion .inner .banner-secondary .text-area:last-child .item .item {
  padding-bottom: 0px;
}

.banner-secondary .text-area {
  width: 100%;
}

@media (min-width: 640px) {
  .banner-secondary .text-area {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .banner-secondary .text-area {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .banner-secondary .text-area {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .banner-secondary .text-area {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .banner-secondary .text-area {
    max-width: 1536px;
  }
}

.banner-secondary .text-area {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
}

.banner-secondary.blog-detail .text-area {
  align-items: flex-start;
  text-align: start;
}

.banner-secondary.blog-detail .text-area .sub-page-title {
  text-align: center;
}

.banner-secondary .sub-page-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.75);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-secondary .shared-date {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255 255 255 / 0.7);
}

.banner-secondary .sub-page-title {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: rgb(255 255 255 / 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-secondary .sub-page-title:focus {
  z-index: 20;
  outline-offset: 0px;
}

@media (min-width: 640px) {
  .banner-secondary .sub-page-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .banner-secondary .sub-page-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.banner-secondary .go-back {
  display: flex;
  height: 2.75rem;
  align-items: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.85);
}

/* /banner-secondary */

/* text-section */

.text-section .inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

@media (min-width: 768px) {
  .text-section p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* /text-section */

/* counter */

.counter {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  --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));
}

.counter .container {
  max-width: 1200px;
}

.customer-reviews .counter .inner {
  position: relative;
  height: 24rem;
  overflow: hidden;
}

.customer-reviews .counter .inner::after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(244, 244, 244, 0),
    rgba(244, 244, 244, 1)
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 5rem;
  width: 100%;
}

.counter .inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .counter .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .counter .inner {
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .counter .inner {
    gap: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.counter .inner .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / 0.4);
  padding: 0.75rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(16px);
  -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);
}

@media (min-width: 640px) {
  .counter .inner .item {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  .counter .inner .item {
    align-items: flex-start;
  }
}

.counter .inner .item::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: flex;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.counter .inner .item:first-child .icon {
  --tw-rotate: 6deg;
  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));
}

.counter .inner .item:nth-child(2) .icon {
  --tw-rotate: 12deg;
  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));
}

.counter .inner .item:nth-child(3) .icon {
  --tw-rotate: -6deg;
  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));
}

.counter .inner .item .icon {
  margin-bottom: 0.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  background-color: rgb(255 255 255 / 0.85);
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(13 124 102 / 0.85);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .counter .inner .item .icon {
    height: 3rem;
    width: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.banner-primary.support .counter .item .icon {
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .banner-primary.support .counter .item .icon {
    height: 5rem;
    width: 5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.banner-primary.support .counter {
  --tw-translate-y: 33.333333%;
  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));
}

.banner-primary.support .counter .item .type {
  --tw-text-opacity: 1;
  color: rgb(13 124 102 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .banner-primary.support .counter .item .type {
    color: rgb(255 255 255 / 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}

.counter .inner .item .count {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: rgb(0 0 0 / 0.6);
}

@media (min-width: 768px) {
  .counter .inner .item .count {
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 1024px) {
  .counter .inner .item .count {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .counter .inner .item .count {
    font-size: 3rem;
    line-height: 1;
  }
}

.counter .inner .item .type {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(13 124 102 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 124 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(13 124 102 / 1) var(--tw-gradient-to-position);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: -0.05em;
  color: transparent;
}

@media (min-width: 640px) {
  .counter .inner .item .type {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0em;
  }
}

@media (min-width: 768px) {
  .counter .inner .item .type {
    text-align: start;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.counter .inner .item .description {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.75);
}

@media (min-width: 768px) {
  .counter .inner .item .description {
    display: block;
  }
}

/* /counter */

/* blog-list */

.blog-list .container {
  display: flex;
  flex-direction: column;
}

.blog-list .container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .blog-list .container .item {
    flex-direction: row;
    row-gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: start;
  }
}

.blog-list .container .item:not(:last-child) {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.blog-list .container .item .thumb {
  display: flex;
  height: 15rem;
  width: 15rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.blog-list .container .item .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-list .container .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .blog-list .container .item .content {
    align-items: flex-start;
  }
}

.blog-list .container .item .content .shared-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(0 0 0 / 0.6);
}

.blog-list .container .item .content .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .blog-list .container .item .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .blog-list .container .item .content .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-list .container .item .content .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.6);
}

@media (min-width: 640px) {
  .blog-list .container .item .content .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .blog-list .container .item .content .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-list .container .item .content .read-more {
  display: flex;
  height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.85);
}

.blog-list .container .item .content .read-more:hover {
  color: rgb(255 255 255 / 1);
}

/* /blog-list */

/* pagination */

.pagination .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .pagination .container {
    text-align: end;
  }
}

.pagination a,
.pagination .divider {
  position: relative;
  display: inline-flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.pagination a:hover,
.pagination .divider:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.pagination a.current {
  z-index: 10;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.pagination a.current:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}

/* /pagination */

/* contact-page */

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

@media (min-width: 768px) {
  .contact-page {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contact-page .container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  .contact-page .container {
    flex-direction: row;
  }
}

.contact-page .contact-form {
  margin-bottom: 1.75rem;
  width: 100%;
}

@media (min-width: 1280px) {
  .contact-page .contact-form {
    margin-bottom: 0px;
    width: 50%;
  }

  .contact-page .contact-form .header,
  .contact-page .contact-form .sub-header {
    text-align: start;
  }
}

.contact-page .container {
  gap: 1.25rem;
}

.contact-page .map {
  height: 20rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px) {
  .contact-page .map {
    height: auto;
  }
}

.contact-page .map iframe {
  height: 100%;
}

/* /contact-page */

/* references-card */

.customer-reviews .references-card .item-container {
  position: relative;
  height: 24rem;
  overflow: hidden;
}

.customer-reviews .references-card .item-container::after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(244, 244, 244, 0),
    rgba(244, 244, 244, 1)
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 5rem;
  width: 100%;
}

.references-card .item-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .references-card .item-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .references-card .item-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .references-card .item-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.references-card .item-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  text-align: center;
}

@media (min-width: 640px) {
  .references-card .item-container .item {
    padding: 1.25rem;
  }
}

.references-card .item-container .item .thumb {
  display: flex;
  aspect-ratio: 1 / 1;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.references-card .item-container .item .brand-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .references-card .item-container .item .brand-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .references-card .item-container .item .brand-name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.references-card .item-container .item .branch-count {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.025em;
  color: rgb(0 0 0 / 0.7);
}

@media (min-width: 640px) {
  .references-card .item-container .item .branch-count {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .references-card .item-container .item .branch-count {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .references-card .item-container .item .branch-count {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.references-card .item-container .item .thumb img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* /references-card */

/* pricing-table-with-tab */

.pricing-table-with-tab .inner {
  display: none;
}

@media (min-width: 1024px) {
  .pricing-table-with-tab .inner {
    display: block;
  }
}

.pricing-table-with-tab .head {
  display: flex;
}

.pricing-table-with-tab .mobile-inner {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .pricing-table-with-tab .mobile-inner {
    display: none;
  }
}

.pricing-table-with-tab .mobile-inner .head div:first-child {
  width: 100%;
  align-items: center;
}

.pricing-table-with-tab .head div {
  width: 100%;
}

.pricing-table-with-tab .head .title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(13 124 102 / var(--tw-text-opacity));
}

.pricing-table-with-tab .head .price {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pricing-table-with-tab .head span {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: rgb(0 0 0 / 0.85);
}

.pricing-table-with-tab .head span.previous {
  position: relative;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: rgb(0 0 0 / 0.6);
}

.pricing-table-with-tab .head span.previous::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-rotate: -12deg;
  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));
  background-color: rgb(0 0 0 / 0.3);
}

.pricing-table-with-tab .head div:first-child {
  align-items: flex-end;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

.pricing-table-with-tab .head button {
  margin-top: 0.75rem;
  display: flex;
  height: 2.25rem;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.8);
  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: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.pricing-table-with-tab .head button:hover {
  color: rgb(255 255 255 / 1);
}

@media (min-width: 768px) {
  .pricing-table-with-tab .head button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.pricing-table-with-tab .head div:first-child,
.pricing-table-with-tab .body .row div:first-child {
  display: flex;
  width: 250px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .pricing-table-with-tab .head div:first-child,
  .pricing-table-with-tab .body .row div:first-child {
    width: 300px;
  }
}

@media (min-width: 1280px) {
  .pricing-table-with-tab .head div:first-child,
  .pricing-table-with-tab .body .row div:first-child {
    width: 400px;
  }
}

.pricing-table-with-tab .body .row div:first-child {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  .pricing-table-with-tab .body .row div:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .pricing-table-with-tab .body .row div:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.pricing-table-with-tab .body {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.pricing-table-with-tab .body .row {
  display: flex;
}

.pricing-table-with-tab .body .row .on {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / var(--tw-bg-opacity));
}

.pricing-table-with-tab .body .row .on i {
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pricing-table-with-tab .body .row .off {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.2);
}

.pricing-table-with-tab .body .row .off i {
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.pricing-table-with-tab .body .row:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.pricing-table-with-tab .body .row div:first-child {
  justify-content: flex-start;
  padding: 0.75rem;
  text-align: left;
}

@media (min-width: 768px) {
  .pricing-table-with-tab .body .row div:not(:last-child) {
    border-right-width: 1px;
    border-color: rgb(0 0 0 / 0.1);
  }
}

.pricing-table-with-tab .body .row div {
  display: flex;
  height: 2.75rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing-table-tab {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.05);
  padding: 0.5rem;
}

.pricing-table-with-tab button {
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.025em;
  color: rgb(0 0 0 / 0.75);
}

@media (min-width: 768px) {
  .pricing-table-with-tab button {
    height: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0em;
  }
}

.pricing-table-with-tab button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pricing-table-with-tab button.active::before {
  display: flex;
}

.pricing-table-with-tab button::before {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: none;
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .pricing-table-with-tab button::before {
    right: 0.75rem;
    top: 0.75rem;
  }
}

.pricing-table-with-tab .inner {
  margin-top: 2.5rem;
}

/* /pricing-table-with-tab */

.banner-secondary .toggleModal {
  margin-top: 0.75rem;
  display: flex;
  height: 3rem;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* cookie-popup */

.cookie-popup {
  position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 50;
  display: flex;
  width: calc(100% - 24px);
  --tw-translate-x: -200%;
  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));
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.6);
  padding: 1rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  --tw-backdrop-blur: blur(4px);
  -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-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px) {
  .cookie-popup {
    bottom: 2.5rem;
    left: 2.5rem;
    width: 20rem;
  }
}

.cookie-popup.show {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cookie-popup .header {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(13 124 102 / var(--tw-text-opacity));
}

.cookie-popup .main {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.75);
}

.cookie-popup .main a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.cookie-popup .footer button {
  display: flex;
  height: 2rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.85);
}

/* /cookie-popup */

/* promotion */

.promotion .inner {
  display: flex;
  flex-direction: column;
}

.promotion .inner .item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1536px) {
  .promotion .inner .item {
    align-items: flex-start;
  }
}

.promotion .inner .container:first-child .item {
  padding-top: 0px;
}

.promotion .inner .container:last-child .item .item {
  padding-bottom: 0px;
}

.promotion .inner .item .thumb {
  display: flex;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .promotion .inner .item .thumb {
    width: 750px;
  }
}

.promotion.devices .inner .item .thumb {
  display: flex;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .promotion.devices .inner .item .thumb {
    width: 400px;
  }
}

.promotion .inner .item article {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.promotion .inner .item article .field {
  border-radius: 0.375rem;
  padding: 2rem;
}

.promotion .inner .item article .field:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.promotion .inner .item article h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .promotion .inner .item article h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .promotion .inner .item article h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.promotion .inner .item article p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.75);
}

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

.promotion .inner .item .thumb img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promotion .inner .item.left-side {
  flex-direction: column;
}

@media (min-width: 1536px) {
  .promotion .inner .item.left-side {
    flex-direction: row;
  }
}

.promotion .inner .item.right-side {
  flex-direction: column;
}

@media (min-width: 1536px) {
  .promotion .inner .item.right-side {
    flex-direction: row-reverse;
  }
}

/* /promotion */

/* features */

.features .inner .item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .features .inner .item {
    padding: 0px;
  }
}

.customer-reviews .features .inner {
  position: relative;
  height: 24rem;
  overflow: hidden;
}

.customer-reviews .features .inner::after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(244, 244, 244, 0),
    rgba(244, 244, 244, 1)
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 5rem;
  width: 100%;
}

.features .inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 640px) {
  .features .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .features .inner {
    gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .features .inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.features .inner .title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .features .inner .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.features .inner .text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.75);
}

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

/* /features */

.container {
  width: 100%;
}

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

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

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

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

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

section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

section h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  section h2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  section h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  section h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

section:nth-child(odd) {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.accordion-header button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 1.25rem;
  font-weight: 500;
  color: rgb(0 0 0 / 0.7);
}

.accordion-header button:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.accordion-body div {
  padding: 1.25rem;
}

.badge {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.badge-red {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.badge-green {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.tooltip {
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.85);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tooltip.visible {
  opacity: 1;
  visibility: visible;
}

.tooltip-arrow {
  /* Arrow styling goes here */
}

.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 101;
  display: none;
  height: calc(100% - 1rem);
  max-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .modal {
    inset: 0px;
  }
}

.modal-container {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 48rem;
  padding: 1rem;
}

.modal-inner {
  position: relative;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-width: 1px;
  padding: 1rem;
}

.modal-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.modal-header button {
  margin-inline-start: auto;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.modal-header button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.modal form {
  padding: 1rem;
}

.modal form label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.modal form input {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.modal form input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 124 102 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 124 102 / var(--tw-ring-opacity));
}

.modal form select {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.modal form select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 124 102 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 124 102 / var(--tw-ring-opacity));
}

.modal form textarea {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.modal form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 124 102 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 124 102 / var(--tw-ring-opacity));
}

.modal form .submit-button {
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .modal form .submit-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

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

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-5 {
  right: -1.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

.me-2 {
  margin-inline-end: 0.5rem;
}

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

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

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

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

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-44 {
  min-width: 11rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[1px\] {
  gap: 1px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

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

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

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

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

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

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

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

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

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

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.\!bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(13 124 102 / var(--tw-bg-opacity));
}

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

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

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.pt-16 {
  padding-top: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(13 124 102 / var(--tw-text-opacity));
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

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

.opacity-40 {
  opacity: 0.4;
}

.opacity-75 {
  opacity: 0.75;
}

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

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

.brightness-50 {
  --tw-brightness: brightness(0.5);
  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-sm {
  --tw-backdrop-blur: blur(4px);
  -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-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;
}

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

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

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

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

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

:root {
  --star-size: 23px;
  --star-color: lightgray;
  --star-background: #fc0;
  --color-primary: #0d7c66;
}

.glow {
  animation: move 5s linear infinite;
  offset-path: rect(0% auto 100% auto);
  background: radial-gradient(
    rgba(13, 124, 102, 1),
    rgba(13, 124, 102, 1),
    transparent
  );
}

.modal-backdrop {
  position: fixed;
  inset: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-backdrop-blur: blur(4px);
  -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);
}

::-moz-selection {
  background-color: var(--color-primary);
  color: #fff;
}

::selection {
  background-color: var(--color-primary);
  color: #fff;
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.home-slider .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
}

.stars::before {
  content: "★★★★★";
  letter-spacing: 1px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.scroll-down div:first-child {
  bottom: 25px;
  animation: scrolldown 1.2s ease-in-out infinite 0.15s;
}

.scroll-down div:last-child {
  bottom: 40px;
  animation: scrolldown 1.2s ease-in-out infinite;
}

.scroll-down div {
  left: 50%;
  transform: rotate(45deg);
  z-index: 40;
  opacity: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: gray;
}

@keyframes scrolldown {
  0% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }

  50% {
    transform: translateY(0%) rotate(45deg);
    opacity: 0.2;
  }

  100% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
}

.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

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

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

.hover\:text-black\/100:hover {
  color: rgb(0 0 0 / 1);
}

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

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

@media (min-width: 640px) {
  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-\[calc\(100\%-224px\)\] {
    height: calc(100% - 224px);
  }

  .sm\:w-36 {
    width: 9rem;
  }

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

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

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

  .md\:h-12 {
    height: 3rem;
  }

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

  .md\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:backdrop-blur-md {
    --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);
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

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

  .xl\:hidden {
    display: none;
  }

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

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

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

@media (min-width: 1536px) {
  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:w-\[500px\] {
    width: 500px;
  }

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

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