/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-xs: 0.125rem;
    --radius-md: 0.375rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Humanst521 BT";
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .z-40 {
    z-index: 40;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 570px) {
      max-width: 570px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1320px) {
      max-width: 1320px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
    @media (width >= 1643px) {
      max-width: 1643px;
    }
  }
  .m-auto {
    margin: auto;
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1140px\] {
    max-width: 1140px;
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-black {
    color: var(--color-black);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .md\:col-span-6 {
    @media (width >= 768px) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 1280px) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-4 {
    @media (width >= 1280px) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:mb-20 {
    @media (width >= 1280px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
  .xl\:flex-row {
    @media (width >= 1280px) {
      flex-direction: row;
    }
  }
  .xl\:items-end {
    @media (width >= 1280px) {
      align-items: flex-end;
    }
  }
  .xl\:text-end {
    @media (width >= 1280px) {
      text-align: end;
    }
  }
  .\33 xl\:ps-10 {
    @media (width >= 1536px) {
      padding-inline-start: calc(var(--spacing) * 10);
    }
  }
}
@font-face {
  font-family: "Humanst521 BT";
  src: url("../fonts/Humanist521BT-Roman.woff2") format("woff2"), url("../fonts/Humanist521BT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@layer base {
  body {
    margin-inline: auto;
    width: 100%;
    max-width: 1920px;
  }
}
.phone-icon {
  display: inline-flex;
  height: 24px;
  width: 24px;
  flex: 0 0 auto;
  background-image: url('../images/phone-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.phone-icon-2 {
  display: inline-flex;
  height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
  flex: 0 0 auto;
  background-image: url('../images/phone-icon-image-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 38px;
  }
  @media (width >= 1536px) {
    width: 38px;
  }
}
.envelope-icon {
  display: inline-flex;
  height: 18px;
  width: 24px;
  flex: 0 0 auto;
  background-image: url('../images/envelope-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-facebook {
  display: inline-flex;
  height: 24px;
  width: 24px;
  flex: 0 0 auto;
  background-image: url('../images/facebook-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-instagram {
  display: inline-flex;
  height: 24px;
  width: 24px;
  flex: 0 0 auto;
  background-image: url('../images/instagram-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-youtube {
  display: inline-flex;
  height: 24px;
  width: 24px;
  flex: 0 0 auto;
  background-image: url('../images/youtube-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-icon {
  display: inline-flex;
  height: 23px;
  width: 23px;
  flex: 0 0 auto;
  background-image: url('../images/home-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.handshake-icon {
  display: inline-flex;
  height: 27px;
  width: 30px;
  flex: 0 0 auto;
  background-image: url('../images/handshake-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.handheart-icon {
  display: inline-flex;
  height: 30px;
  width: 34px;
  flex: 0 0 auto;
  background-image: url('../images/handheart-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blogwrite-icon {
  display: inline-flex;
  height: 26px;
  width: 34px;
  flex: 0 0 auto;
  background-image: url('../images/blogwrite-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.questionmark-icon {
  display: inline-flex;
  height: 26px;
  width: 26px;
  flex: 0 0 auto;
  background-image: url('../images/questionmark-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.envelopeclosed-icon {
  display: inline-flex;
  height: 19px;
  width: 29px;
  flex: 0 0 auto;
  background-image: url('../images/envelopeclosed-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shopclick-icon {
  display: inline-flex;
  height: 31px;
  width: 30px;
  flex: 0 0 auto;
  background-image: url('../images/shopclick-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sprialarrowdown-icon {
  display: inline-flex;
  height: 65px;
  width: 60px;
  flex: 0 0 auto;
  background-image: url('../images/sprialarrowdown-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sprialarrowdown2-icon {
  display: inline-flex;
  height: 94px;
  width: 118px;
  flex: 0 0 auto;
  background-image: url('../images/sprialarrowdown2-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sprialarrowdown-icon {
  display: inline-flex;
  height: 65px;
  width: 60px;
  flex: 0 0 auto;
  background-image: url('../images/sprialarrowdown-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mapmarker-icon {
  display: inline-flex;
  height: 111px;
  width: 76px;
  flex: 0 0 auto;
  background-image: url('../images/mapmarker-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.package1-icon {
  display: inline-flex;
  height: 125px;
  width: 125px;
  flex: 0 0 auto;
  background-image: url('../images/package-icon-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1320px) {
    height: 150px;
  }
  @media (width >= 1320px) {
    width: 150px;
  }
  @media (width >= 1643px) {
    height: 201px;
  }
  @media (width >= 1643px) {
    width: 201px;
  }
}
.package2-icon {
  display: inline-flex;
  height: 125px;
  width: 125px;
  flex: 0 0 auto;
  background-image: url('../images/package-icon-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1320px) {
    height: 150px;
  }
  @media (width >= 1320px) {
    width: 150px;
  }
  @media (width >= 1643px) {
    height: 201px;
  }
  @media (width >= 1643px) {
    width: 201px;
  }
}
.package3-icon {
  display: inline-flex;
  height: 125px;
  width: 125px;
  flex: 0 0 auto;
  background-image: url('../images/package-icon-3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1320px) {
    height: 150px;
  }
  @media (width >= 1320px) {
    width: 150px;
  }
  @media (width >= 1643px) {
    height: 201px;
  }
  @media (width >= 1643px) {
    width: 201px;
  }
}
.package4-icon {
  display: inline-flex;
  height: 125px;
  width: 125px;
  flex: 0 0 auto;
  background-image: url('../images/package-icon-4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1320px) {
    height: 150px;
  }
  @media (width >= 1320px) {
    width: 150px;
  }
  @media (width >= 1643px) {
    height: 201px;
  }
  @media (width >= 1643px) {
    width: 201px;
  }
}
.package5-icon {
  display: inline-flex;
  height: 125px;
  width: 125px;
  flex: 0 0 auto;
  background-image: url('../images/package-icon-5.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1320px) {
    height: 150px;
  }
  @media (width >= 1320px) {
    width: 150px;
  }
  @media (width >= 1643px) {
    height: 201px;
  }
  @media (width >= 1643px) {
    width: 201px;
  }
}
.package6-icon {
  display: inline-flex;
  height: 125px;
  width: 125px;
  flex: 0 0 auto;
  background-image: url('../images/package-icon-6.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1320px) {
    height: 150px;
  }
  @media (width >= 1320px) {
    width: 150px;
  }
  @media (width >= 1643px) {
    height: 201px;
  }
  @media (width >= 1643px) {
    width: 201px;
  }
}
.fb-icon {
  display: inline-flex;
  height: 46px;
  width: 43px;
  flex: 0 0 auto;
  background-image: url('../images/fb-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ins-icon {
  display: inline-flex;
  height: 46px;
  width: 43px;
  flex: 0 0 auto;
  background-image: url('../images/ins-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bh-icon {
  display: inline-flex;
  height: 46px;
  width: 43px;
  flex: 0 0 auto;
  background-image: url('../images/bh-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tw-icon {
  display: inline-flex;
  height: 46px;
  width: 43px;
  flex: 0 0 auto;
  background-image: url('../images/tw-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wa-icon {
  display: inline-flex;
  height: 46px;
  width: 43px;
  flex: 0 0 auto;
  background-image: url('../images/wa-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.in-icon {
  display: inline-flex;
  height: 46px;
  width: 43px;
  flex: 0 0 auto;
  background-image: url('../images/in-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.send-icon {
  display: inline-flex;
  height: 35px;
  width: 35px;
  flex: 0 0 auto;
  background-image: url('../images/send-icon-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-fb-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  background-image: url('../images/c-fb-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 60px;
  }
  @media (width >= 1536px) {
    width: 60px;
  }
}
.c-tw-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  background-image: url('../images/c-tw-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 60px;
  }
  @media (width >= 1536px) {
    width: 60px;
  }
}
.c-ins-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  background-image: url('../images/c-ins-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 60px;
  }
  @media (width >= 1536px) {
    width: 60px;
  }
}
.c-gp-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  background-image: url('../images/c-gp-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 60px;
  }
  @media (width >= 1536px) {
    width: 60px;
  }
}
.c-in-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  background-image: url('../images/c-in-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 60px;
  }
  @media (width >= 1536px) {
    width: 60px;
  }
}
.c-pin-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  background-image: url('../images/c-pin-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 60px;
  }
  @media (width >= 1536px) {
    width: 60px;
  }
}
.c-vk-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  background-image: url('../images/c-vk-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 60px;
  }
  @media (width >= 1536px) {
    width: 60px;
  }
}
.c-tm-icon {
  display: inline-flex;
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  background-image: url('../images/c-tm-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 60px;
  }
  @media (width >= 1536px) {
    width: 60px;
  }
}
.topbar {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #39468f;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
}
.topbar-left {
  display: none;
  @media (width >= 1280px) {
    display: block;
  }
  ul {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 10);
    a {
      display: flex;
      align-items: center;
      gap: calc(var(--spacing) * 3);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      --tw-leading: 1;
      line-height: 1;
      color: var(--color-white);
    }
  }
}
.topbar-right {
  position: relative;
  margin-left: auto;
  display: flex;
  height: calc(var(--spacing) * 10);
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.tbr-inner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 5);
  @media (width >= 1280px) {
    margin-left: auto;
  }
  @media (width >= 1280px) {
    width: fit-content;
  }
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 10);
  }
}
.appointment-inner {
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #5bd2e4;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 3);
  @media (width >= 1280px) {
    position: absolute;
  }
  @media (width >= 1280px) {
    top: calc(16px * -1);
  }
  @media (width >= 1280px) {
    left: calc(250px * -1);
  }
  @media (width >= 1280px) {
    height: calc(var(--spacing) * 16);
  }
  @media (width >= 1280px) {
    border-top-left-radius: 0;
  }
  @media (width >= 1280px) {
    border-top-right-radius: 0;
  }
  @media (width >= 1280px) {
    border-bottom-right-radius: 16px;
  }
  @media (width >= 1280px) {
    border-bottom-left-radius: 16px;
  }
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 5);
  }
  @media (width >= 1280px) {
    padding-block: calc(var(--spacing) * 0);
  }
  a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1;
    line-height: 1;
    color: var(--color-white);
    @media (width >= 1280px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-white);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.dropdown-content {
  position: absolute;
  z-index: 10;
  margin-top: calc(var(--spacing) * 1);
  max-height: 0;
  width: 100%;
  max-width: 175px;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 1);
  opacity: 0%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  &.show {
    max-height: 300px;
    opacity: 100%;
  }
}
.topbar-social {
  display: none;
  align-items: center;
  gap: calc(var(--spacing) * 3);
  @media (width >= 1280px) {
    display: flex;
  }
}
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url('../images/header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 0);
  }
  @media (width >= 1280px) {
    padding-block: calc(var(--spacing) * 6);
  }
}
.site-logo {
  height: auto;
  width: 100%;
  max-width: 200px;
  @media (width >= 1280px) {
    margin-left: calc(var(--spacing) * 4);
  }
  @media (width >= 1536px) {
    margin-left: calc(var(--spacing) * 8);
  }
  @media (width >= 1536px) {
    max-width: 300px;
  }
}
.header-right {
  display: none;
  align-items: center;
  gap: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    display: flex;
  }
}
.site-menu {
  width: 100%;
  @media (width >= 1280px) {
    width: fit-content;
  }
  > ul {
    display: flex;
    align-items: stretch;
    gap: calc(var(--spacing) * 10);
    > li {
      > a {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: calc(var(--spacing) * 3);
        padding: calc(var(--spacing) * 3);
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        @media (width >= 1280px) {
          padding: calc(var(--spacing) * 0);
        }
        > span {
          &:first-child {
            display: none;
            @media (width >= 1280px) {
              display: block;
            }
          }
          &:last-child {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height));
            --tw-leading: 1;
            line-height: 1;
            --tw-font-weight: var(--font-weight-medium);
            font-weight: var(--font-weight-medium);
            --tw-tracking: 1px;
            letter-spacing: 1px;
            color: #3b4357;
            text-transform: uppercase;
            @media (width >= 1280px) {
              font-size: var(--text-base);
              line-height: var(--tw-leading, var(--text-base--line-height));
            }
            @media (width >= 1536px) {
              font-size: var(--text-lg);
              line-height: var(--tw-leading, var(--text-lg--line-height));
            }
          }
        }
        &:hover {
          background-color: #39468f;
          @media (width >= 1280px) {
            background-color: transparent;
          }
          span {
            color: var(--color-white);
            @media (width >= 1280px) {
              color: #3b4357;
            }
          }
        }
      }
    }
  }
}
.submenu {
  position: relative;
  top: 100%;
  z-index: 40;
  margin-top: calc(var(--spacing) * 0);
  max-width: 250px;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  background-color: color-mix(in srgb, #fff 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
  padding: calc(var(--spacing) * 0) !important;
  @media (width >= 1280px) {
    position: absolute;
  }
  li {
    a {
      display: block;
      background-color: transparent;
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 2);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      color: #3b4357;
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      @media (width >= 1280px) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
      @media (width >= 1536px) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
    &:hover {
      a {
        background-color: #39468f;
        color: var(--color-white);
      }
    }
  }
  &.show {
    max-width: 100% !important;
    border-radius: 0 !important;
    padding: calc(var(--spacing) * 4) !important;
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    @media (width >= 1280px) {
      max-width: 250px !important;
    }
    @media (width >= 1280px) {
      border-radius: 0 0 20px 20px !important;
    }
  }
}
.shop-button a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: calc(var(--spacing) * 3);
  background-color: #4e79f1;
  padding-block: calc(var(--spacing) * 2);
  padding-inline-start: calc(var(--spacing) * 7);
  padding-inline-end: calc(var(--spacing) * 16);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-white);
}
.menu-open {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 9999;
  display: flex !important;
  height: 100%;
  width: 250px;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--spacing) * 5);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 4);
  .site-menu {
    > ul {
      flex-direction: column;
      gap: calc(var(--spacing) * 0);
      > li {
        > a {
          flex-direction: row;
          justify-content: flex-start;
        }
      }
    }
  }
}
.hero-section {
  position: relative;
  display: flex;
  height: 400px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  @media (width >= 1280px) {
    height: 600px;
  }
  @media (width >= 1536px) {
    height: 780px;
  }
  #heroSlider {
    height: 100% !important;
  }
}
.hero-text {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  padding: calc(var(--spacing) * 6);
  @media (width >= 1280px) {
    padding: calc(var(--spacing) * 6);
  }
  @media (width >= 1536px) {
    max-width: 720px;
  }
  @media (width >= 1536px) {
    padding: calc(var(--spacing) * 10);
  }
  &:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 500%;
    width: 500%;
    background-color: white;
    opacity: 70%;
    --tw-blur: blur(10px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    filter: 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,);
    --tw-content: "";
    content: var(--tw-content);
    @media (width >= 1280px) {
      opacity: 40%;
    }
  }
}
.hero-text-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-black);
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 5);
  }
  @media (width >= 1280px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 1280px) {
    color: var(--color-white);
  }
  @media (width >= 1536px) {
    font-size: 65px;
  }
  span::last-child {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.callus-section {
  position: relative;
  z-index: 40;
  display: flex;
  height: auto;
  width: 100%;
  align-items: flex-end;
  gap: calc(var(--spacing) * 0);
  background-image: url('../images/contact-highlight-bg-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    margin-top: calc(85px * -1);
  }
  @media (width >= 1280px) {
    height: 306px;
  }
  @media (width >= 1280px) {
    background-image: url('../images/contact-highlight-bg.png');
  }
  @media (width >= 1280px) {
    padding-top: calc(var(--spacing) * 0);
  }
  @media (width >= 1320px) {
    height: 326px;
  }
  @media (width >= 1536px) {
    height: 456px;
  }
}
.callus-text-wrapper {
  position: relative;
  margin-inline: auto;
  display: flex;
  height: auto;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 5);
  }
}
.callus-text-wrapper span {
  &:first-child {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 1;
    line-height: 1;
    color: var(--color-white);
    @media (width >= 1280px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    @media (width >= 1536px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  &:nth-child(2) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    @media (width >= 1280px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    @media (width >= 1536px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
.callus-arrow {
  position: absolute;
  right: calc(var(--spacing) * 12);
  bottom: calc(var(--spacing) * -12);
  display: none;
  @media (width >= 1280px) {
    display: block;
  }
}
.callus-button {
  position: relative;
  margin-inline: auto;
  display: block;
  width: fit-content;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #67ddee;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-white);
    @media (width >= 1280px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width >= 1536px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
}
.callus-section-person {
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  display: none;
  @media (width >= 1280px) {
    right: 40px;
  }
  @media (width >= 1280px) {
    display: block;
  }
  @media (width >= 1320px) {
    right: 100px;
  }
  @media (width >= 1536px) {
    right: 200px;
  }
  @media (width >= 1643px) {
    right: 250px;
  }
  img {
    @media (width >= 1280px) {
      max-width: 270px;
    }
    @media (width >= 1536px) {
      max-width: 300px;
    }
    @media (width >= 1643px) {
      max-width: 100%;
    }
  }
}
.services {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 5);
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 5);
  }
  @media (width >= 1280px) {
    padding-block: calc(var(--spacing) * 10);
  }
}
.global-header {
  position: relative;
  margin-bottom: calc(var(--spacing) * 6);
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 0);
  @media (width >= 1280px) {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
.global-title {
  position: relative;
  display: flex;
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: url('../images/title-before-bg.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  @media (width >= 1536px) {
    height: 120px;
  }
  h2 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #39468f;
    @media (width >= 1280px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    @media (width >= 1536px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
.global-text {
  position: relative;
  width: 100%;
  padding-inline: calc(var(--spacing) * 4);
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: #8193c3;
  @media (width >= 1280px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.service-box {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
  @media (width >= 1536px) {
    height: 315px;
  }
  img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.service-wrapper {
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  background-color: color-mix(in srgb, #000 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  h6 {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    @media (width >= 1280px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  p {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 1;
    line-height: 1;
    color: var(--color-white);
    @media (width >= 1280px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
.gridSlider {
  .swiper-slide {
    height: calc(100% / 2) !important;
  }
}
.white-pagination {
  position: relative;
  width: 100%;
  padding-block: calc(var(--spacing) * 3);
  .swiper-pagination {
    position: relative !important;
    top: calc(var(--spacing) * 0) !important;
    bottom: calc(var(--spacing) * 0) !important;
    left: calc(var(--spacing) * 0) !important;
    z-index: 10;
    margin-inline: auto !important;
    transform: none !important;
    .swiper-pagination-bullet {
      height: calc(var(--spacing) * 3);
      width: calc(var(--spacing) * 3);
      border-radius: calc(infinity * 1px);
      background-color: #b9ccb8;
      opacity: 100%;
      &.swiper-pagination-bullet-active {
        background-color: #39468f !important;
      }
    }
  }
}
.package-section {
  position: relative;
  height: auto;
  width: 100%;
  padding-block: calc(var(--spacing) * 5);
  @media (width >= 1280px) {
    padding-block: calc(var(--spacing) * 10);
  }
}
.package-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  @media (width >= 1280px) {
    flex-direction: row;
  }
}
.package-inner {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #60BED9;
  background-image: linear-gradient(90deg, rgba(96, 190, 217, 1) 0%, rgba(143, 217, 238, 1) 100%);
  @media (width >= 1280px) {
    width: calc(8/12 * 100%);
  }
}
.package-clip-path {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 0;
  height: 100%;
  width: calc(10/12 * 100%);
  background-color: #8cd3e9;
  background-image: linear-gradient(270deg, rgba(143, 217, 238, 1) 0%, rgba(96, 190, 217, 1) 100%);
  clip-path: polygon(0 0, 10% 0, 100% 100%, 0 100%);
}
.package-container {
  position: relative;
  padding-inline: calc(var(--spacing) * 10);
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 1536px) {
    padding-inline: calc(var(--spacing) * 20);
  }
  @media (width >= 1643px) {
    padding-inline: calc(var(--spacing) * 40);
  }
  @media (width >= 1643px) {
    padding-block: calc(var(--spacing) * 20);
  }
}
.package-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 1);
}
.package-text-wrapper {
  display: flex;
  width: 100%;
  max-width: 250px;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
  text-align: center;
}
.package-title {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 2px;
  letter-spacing: 2px;
  color: #39468f;
  @media (width >= 1643px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.package-text {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-white);
  @media (width >= 1643px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.appo-section {
  position: relative;
  width: 100%;
  @media (width >= 1280px) {
    width: calc(4/12 * 100%);
  }
}
.appo-wrapper {
  position: relative;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  margin: auto;
  background-image: url('../images/appo-bg-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    position: absolute;
  }
  @media (width >= 1280px) {
    height: 351px;
  }
  @media (width >= 1280px) {
    width: 475px;
  }
  @media (width >= 1280px) {
    padding: calc(var(--spacing) * 0);
  }
  @media (width >= 1320px) {
    height: 369px;
  }
  @media (width >= 1320px) {
    width: 500px;
  }
  @media (width >= 1536px) {
    height: 443px;
  }
  @media (width >= 1536px) {
    width: 600px;
  }
  @media (width >= 1643px) {
    height: 550px;
  }
  @media (width >= 1643px) {
    width: 745px;
  }
  &::before {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --tw-content: '';
    content: var(--tw-content);
  }
}
.appo-inner {
  position: relative;
  margin-inline: auto;
  display: flex;
  height: 100%;
  max-width: 300px;
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--spacing) * 5);
  @media (width >= 1280px) {
    margin-inline: calc(var(--spacing) * 0);
  }
  @media (width >= 1280px) {
    margin-left: auto;
  }
  @media (width >= 1320px) {
    max-width: 350px;
  }
  @media (width >= 1536px) {
    max-width: 400px;
  }
  @media (width >= 1643px) {
    max-width: 550px;
  }
}
.appo-text-1 {
  position: relative;
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  color: var(--color-white);
  text-shadow: 3.5px 6.062px 1px rgb(22, 37, 91);
  @media (width >= 1320px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
.appo-text-2 {
  position: relative;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  color: var(--color-white);
  text-shadow: 3.5px 6.062px 1px rgb(22, 37, 91);
  @media (width >= 1320px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.appo-phone {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 3);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  color: var(--color-white);
  text-shadow: 3.5px 6.062px 1px rgb(22, 37, 91);
  @media (width >= 1320px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 1536px) {
    gap: calc(var(--spacing) * 5);
  }
  @media (width >= 1536px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.appo-fast-link {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #60BED9;
  background-image: linear-gradient(68deg, rgba(96, 190, 217, 1) 0%, rgba(78, 121, 241, 1) 100%);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  @media (width >= 1280px) {
    border-top-right-radius: 0;
  }
  @media (width >= 1280px) {
    border-bottom-right-radius: 0;
  }
  @media (width >= 1320px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  &::before {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 3);
    bottom: calc(var(--spacing) * 0);
    z-index: 10;
    margin: auto;
    height: 40px;
    width: 50px;
    background-image: url('../images/doublearrow-icon.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
    @media (width >= 1643px) {
      height: 85px;
    }
    @media (width >= 1643px) {
      width: 106px;
    }
  }
}
.appo-fast-link a {
  position: relative;
  z-index: 40;
  display: block;
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
  @media (width >= 1643px) {
    padding-inline: calc(var(--spacing) * 9);
  }
  @media (width >= 1643px) {
    padding-block: calc(var(--spacing) * 8);
  }
}
#counterSlider {
  position: relative;
  width: 100%;
  .swiper-wrapper {
    margin-bottom: calc(var(--spacing) * 5);
  }
}
.counters-section {
  position: relative;
  height: auto;
  width: 100%;
  background-image: url('../images/counter-bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-block: calc(var(--spacing) * 16);
}
.counter-box {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 5);
  text-align: center;
}
.counter-number {
  position: relative;
  width: 100%;
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #39468f;
  @media (width >= 1280px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
.counter-title {
  position: relative;
  width: 100%;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #39468f;
  @media (width >= 1280px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.blog-section {
  position: relative;
  z-index: 20;
  height: auto;
  width: 100%;
  padding-block: calc(var(--spacing) * 5);
  @media (width >= 1280px) {
    padding-block: calc(var(--spacing) * 0);
  }
  @media (width >= 1280px) {
    padding-top: calc(var(--spacing) * 0);
  }
  @media (width >= 1280px) {
    padding-bottom: calc(var(--spacing) * 12);
  }
  @media (width >= 1280px) {
    background: url('../images/blog-top-bg.png') no-repeat top center,url('../images/blog-bottom-bg.png') no-repeat bottom center;
  }
}
.blog-boxes {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 360px;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
  text-align: center;
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 5);
  }
}
.blog-image {
  position: relative;
  height: 360px;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.blog-title {
  position: relative;
  width: 100%;
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #39468f;
  @media (width >= 1280px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.blog-desc {
  position: relative;
  width: 100%;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  color: #808aa7;
  @media (width >= 1280px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.blogNavigator {
  display: none;
  @media (width >= 1280px) {
    display: block;
  }
  .swiper-button-next, .swiper-button-prev {
    margin-top: calc(var(--spacing) * -30) !important;
    color: #d6daf0 !important;
  }
  .swiper-button-prev {
    left: calc(var(--spacing) * -10);
  }
  .swiper-button-next {
    right: calc(var(--spacing) * -10);
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 70px;
  }
}
.map-section {
  position: relative;
  z-index: 10;
  display: flex;
  height: 300px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
  background-image: url('../images/map-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: calc(var(--spacing) * 20);
  @media (width >= 1280px) {
    margin-top: calc(51px * -1);
  }
  @media (width >= 1280px) {
    height: 600px;
  }
  a {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 5);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 1;
    line-height: 1;
    color: var(--color-white);
    @media (width >= 1280px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
.footer {
  position: relative;
  width: 100%;
  background-image: url('../images/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 20);
  @media (width >= 1536px) {
    padding-inline: calc(var(--spacing) * 16);
  }
}
.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
  @media (width >= 1536px) {
    gap: calc(var(--spacing) * 10);
  }
}
.footer-logo {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  @media (width >= 768px) {
    grid-column: span 6 / span 6;
  }
  @media (width >= 1280px) {
    grid-column: span 3 / span 3;
  }
  a {
    margin-inline: auto;
    display: block;
    img {
      margin-inline: auto;
      display: block;
      max-width: 100%;
      @media (width >= 1280px) {
        max-width: 300px;
      }
      @media (width >= 1536px) {
        max-width: 350px;
      }
    }
  }
}
.footer-widget {
  position: relative;
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  @media (width >= 768px) {
    grid-column: span 6 / span 6;
  }
  @media (width >= 1280px) {
    grid-column: span 3 / span 3;
  }
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 2);
  }
}
.fw-title {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #39468f;
  @media (width >= 1280px) {
    margin-bottom: calc(var(--spacing) * 3);
  }
  @media (width >= 1320px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.fw-text {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #808aa7;
  @media (width >= 1320px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.fw-social {
  margin-bottom: calc(var(--spacing) * 4);
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
.footer-sprial {
  position: absolute;
  top: calc(20px * -1);
  left: calc(90px * -1);
  display: none;
  @media (width >= 1280px) {
    display: block;
  }
  @media (width >= 1320px) {
    left: calc(120px * -1);
  }
  @media (width >= 1536px) {
    left: calc(100px * -1);
  }
  @media (width >= 1643px) {
    left: calc(20px * -1);
  }
}
.bottombar {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #39468f;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 4);
  @media (width >= 768px) {
    flex-direction: row;
  }
}
.bottom-text {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  color: #8791c5;
}
.bottom-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  color: #8791c5;
  @media (width >= 768px) {
    flex-direction: row;
  }
  a {
    text-decoration-line: underline;
  }
}
.about-section {
  position: relative;
  margin-bottom: calc(var(--spacing) * 10);
  height: auto;
  width: 100%;
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    margin-bottom: calc(var(--spacing) * 24);
  }
  @media (width >= 1280px) {
    padding-top: calc(var(--spacing) * 32);
  }
  &.services {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
}
.about-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.about-banner {
  grid-column: 1 / -1;
  display: none;
  padding-inline: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    grid-column: span 6 / span 6;
  }
  @media (width >= 1280px) {
    display: block;
  }
}
.services-banner {
  display: block !important;
  padding-inline: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 12);
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 1280px) {
    padding-top: calc(var(--spacing) * 16);
  }
  @media (width >= 1280px) {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
.about-header {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 2);
  z-index: 0;
  h2 {
    margin-left: calc(var(--spacing) * 7);
    @media (width >= 1536px) {
      margin-left: calc(var(--spacing) * 1);
    }
    @media (width >= 1643px) {
      margin-left: calc(var(--spacing) * 14);
    }
  }
}
.about-image {
  position: relative;
  z-index: 10;
}
.about-content {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  padding: calc(var(--spacing) * 4);
  @media (width >= 1280px) {
    grid-column: span 6 / span 6;
  }
  @media (width >= 1280px) {
    padding: calc(var(--spacing) * 0);
  }
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 1280px) {
    padding-inline-end: calc(var(--spacing) * 12);
  }
  @media (width >= 1280px) {
    padding-top: calc(var(--spacing) * 10);
  }
  @media (width >= 1643px) {
    padding-inline-end: calc(var(--spacing) * 60);
  }
}
.contact-content {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  @media (width >= 1280px) {
    grid-column: span 6 / span 6;
  }
}
.cc-inner {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  @media (width >= 1320px) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 1320px) {
    padding-inline-end: calc(var(--spacing) * 12);
  }
  @media (width >= 1320px) {
    padding-top: calc(var(--spacing) * 10);
  }
  @media (width >= 1643px) {
    padding-inline-end: calc(var(--spacing) * 60);
  }
}
.ac-title {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #39468f;
  @media (width >= 1280px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.ac-slogan {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #39468f;
}
.ac-text {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
  color: #808aa7;
  @media (width >= 1280px) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  @media (width >= 1320px) {
    gap: calc(var(--spacing) * 5);
  }
  @media (width >= 1320px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.about-listbox {
  position: relative;
  height: auto;
  width: 100%;
  padding-inline: calc(var(--spacing) * 10);
  padding-bottom: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    padding-bottom: calc(var(--spacing) * 60);
  }
  @media (width >= 1536px) {
    padding-bottom: calc(var(--spacing) * 48);
  }
  @media (width >= 1643px) {
    padding-inline: calc(var(--spacing) * 28);
  }
  @media (width >= 1643px) {
    padding-bottom: calc(var(--spacing) * 48);
  }
}
.al-item {
  position: relative;
  margin-inline: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
  @media (width >= 1280px) {
    max-width: 250px;
  }
  @media (width >= 1536px) {
    max-width: 295px;
  }
  @media (width >= 1643px) {
    max-width: 320px;
  }
}
.ali-image {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
  border-radius: calc(infinity * 1px);
  @media (width >= 1280px) {
    height: 225px;
  }
  @media (width >= 1280px) {
    width: 225px;
  }
  @media (width >= 1536px) {
    height: 275px;
  }
  @media (width >= 1536px) {
    width: 275px;
  }
  @media (width >= 1643px) {
    height: 312px;
  }
  @media (width >= 1643px) {
    width: 312px;
  }
  img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.ali-line {
  position: relative;
  margin-inline: auto;
  height: 16px;
  width: 227px;
  background-image: url('../images/listbox-line.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ali-text {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  color: #808aa7;
}
.about-wrap-section {
  position: relative;
  height: auto;
  width: 100%;
}
.about-before {
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  display: none;
  @media (width >= 1280px) {
    display: block;
  }
}
.appo-form {
  position: relative;
  grid-column: 1 / -1;
  background-color: #dae8fa;
  background-image: url('../images/appo-form-bg.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    grid-column: span 6 / span 6;
  }
  @media (width >= 1280px) {
    border-top-left-radius: 50px;
  }
  @media (width >= 1280px) {
    border-bottom-left-radius: 50px;
  }
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 11);
  }
  @media (width >= 1280px) {
    padding-block: calc(var(--spacing) * 20);
  }
}
.form-header {
  margin-bottom: calc(var(--spacing) * 6);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
  @media (width >= 1280px) {
    margin-bottom: calc(var(--spacing) * 24);
  }
}
.form-title {
  text-align: center;
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #39468f;
  @media (width >= 1280px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.form-title-line {
  position: relative;
  margin-inline: auto;
  height: 16px;
  width: 227px;
  background-image: url('../images/form-title-line.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form-wrapper {
  position: relative;
  display: grid;
  height: auto;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: calc(var(--spacing) * 2.5);
  row-gap: calc(var(--spacing) * 5);
  @media (width >= 570px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width >= 1280px) {
    column-gap: calc(var(--spacing) * 5);
  }
  @media (width >= 1280px) {
    row-gap: calc(var(--spacing) * 11);
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 1.5);
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 3);
  }
  label {
    display: block;
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: 1;
    line-height: 1;
    color: #39468f;
    @media (width >= 1280px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  input, select, textarea {
    width: 100%;
    resize: none;
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-white);
    background-color: #ecf4ff;
    padding: calc(var(--spacing) * 3);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 1;
    line-height: 1;
    color: #39468f;
    --tw-outline-style: none;
    outline-style: none;
    @media (width >= 1280px) {
      padding: calc(var(--spacing) * 4);
    }
    @media (width >= 1280px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  select {
    appearance: none;
    background-image: url('../images/select-appreance.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
  .bg-2 {
    background-color: #f4f8fe !important;
  }
}
.form-button {
  display: block;
  width: fit-content;
  cursor: pointer;
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #f4f9ff;
  background-color: #39468f;
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  color: var(--color-white);
}
.services-section {
  position: relative;
  width: 100%;
  background-image: url('../images/blog-top-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 1280px) {
    padding-top: calc(var(--spacing) * 40);
  }
  @media (width >= 1280px) {
    padding-bottom: calc(var(--spacing) * 10);
  }
}
.services-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    flex-direction: row;
  }
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 0);
  }
}
.big-services-inner {
  position: relative;
  height: 350px;
  width: 100%;
  @media (width >= 1280px) {
    height: auto;
  }
  @media (width >= 1280px) {
    max-width: 360px;
  }
  @media (width >= 1643px) {
    max-width: 580px;
  }
  img {
    position: relative;
    z-index: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.bsi-text {
  position: absolute;
  top: calc(var(--spacing) * 5);
  left: calc(var(--spacing) * 0);
  z-index: 10;
  background-color: #39468f;
  padding: calc(var(--spacing) * 5);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  color: var(--color-white);
  @media (width >= 1280px) {
    top: calc(var(--spacing) * 20);
  }
  @media (width >= 1280px) {
    width: calc(11/12 * 100%);
  }
  @media (width >= 1643px) {
    width: calc(8/12 * 100%);
  }
  @media (width >= 1643px) {
    padding-inline-start: calc(var(--spacing) * 10);
  }
  @media (width >= 1643px) {
    padding-inline-end: calc(var(--spacing) * 20);
  }
}
.other-services-inner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    max-width: calc(100% - 360px);
  }
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 0);
  }
  @media (width >= 1643px) {
    max-width: calc(100% - 580px);
  }
}
.osi-wrapper {
  position: relative;
  width: 100%;
  @media (width >= 1280px) {
    width: calc(4/12 * 100%);
  }
  img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  &:hover {
    .osiw-fake-title span {
      visibility: hidden;
      opacity: 0%;
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
    .osiw-details {
      visibility: visible;
      opacity: 100%;
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
}
.osiw-fake-title {
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 30;
  display: flex;
  height: calc(var(--spacing) * 14);
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(360deg, rgba(57, 70, 143, 1) 0%, rgba(57, 70, 143, 0.5) 50%, rgba(255, 255, 255, 0.1) 100%);
  text-align: center;
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-white);
  @media (width >= 1280px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  @media (width >= 1643px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  span {
    visibility: visible;
    display: none;
    opacity: 100%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    @media (width >= 1280px) {
      display: block;
    }
  }
}
.osiw-details {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 40;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 3);
  background-color: color-mix(in oklab, #39468f 80%, transparent);
  padding: calc(var(--spacing) * 2);
  text-align: center;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  @media (width >= 1280px) {
    visibility: hidden;
  }
  @media (width >= 1280px) {
    opacity: 0%;
  }
  @media (width >= 1643px) {
    gap: calc(var(--spacing) * 5);
  }
  @media (width >= 1643px) {
    padding: calc(var(--spacing) * 10);
  }
}
.osiwd-title {
  position: relative;
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-white);
  @media (width >= 1280px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.osiwd-text {
  position: relative;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-white);
  @media (width >= 1280px) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  @media (width >= 1536px) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.osiwd-link {
  position: relative;
  width: 100%;
  a {
    margin-inline: auto;
    display: block;
    width: fit-content;
    border-radius: var(--radius-md);
    background-color: color-mix(in oklab, #5bd2e4 80%, transparent);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: var(--color-white);
  }
}
.faqs-section {
  position: relative;
  width: 100%;
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 1280px) {
    padding-block: calc(var(--spacing) * 20);
  }
}
.faqs-header {
  @media (width >= 1280px) {
    padding-inline-start: calc(var(--spacing) * 14);
  }
}
.faqs-title {
  @media (width >= 1280px) {
    width: calc(6/12 * 100%) !important;
  }
  @media (width >= 1280px) {
    justify-content: flex-start !important;
  }
  @media (width >= 1280px) {
    background-position: left center !important;
  }
  h2 {
    @media (width >= 1280px) {
      padding-inline-start: calc(var(--spacing) * 20) !important;
    }
    @media (width >= 1536px) {
      padding-inline-start: calc(var(--spacing) * 36) !important;
    }
  }
}
.faqs-items {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1620px;
  padding-inline: calc(var(--spacing) * 4);
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 1280px) {
    padding-bottom: calc(var(--spacing) * 40);
  }
}
.accordion-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2.5);
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(& > :not(:last-child)) {
    border-color: #d8d9fd;
  }
  .accordion-item {
    position: relative;
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #dae8fa;
  }
  .accordion-header {
    position: relative;
    z-index: 50;
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 6);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3.5);
    text-align: left;
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: #515774;
    @media (width >= 1280px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .accordion-icon {
      height: calc(var(--spacing) * 8);
      width: calc(var(--spacing) * 8);
      flex: 0 0 auto;
      rotate: 0deg;
      background-image: url('../images/accordion-icon-image.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 60%;
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 200ms;
      transition-duration: 200ms;
      @media (width >= 1280px) {
        height: calc(var(--spacing) * 10);
      }
      @media (width >= 1280px) {
        width: calc(var(--spacing) * 10);
      }
    }
    &.header-active {
      .accordion-icon {
        rotate: 180deg;
        opacity: 100%;
      }
    }
  }
  .accordion-content {
    position: relative;
    z-index: 50;
    display: flex;
    max-height: calc(var(--spacing) * 0);
    flex-direction: column;
    gap: calc(var(--spacing) * 5);
    overflow: hidden;
    padding-inline: calc(var(--spacing) * 7);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: #515774;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: cubic-bezier(0.25,0.8,0.25,1);
    transition-timing-function: cubic-bezier(0.25,0.8,0.25,1);
    @media (width >= 1280px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    * {
      &:last-child {
        padding-bottom: calc(var(--spacing) * 2);
      }
    }
    &.accordion-active {
      max-height: 9999px;
    }
  }
}
.contact-social-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  @media (width >= 1280px) {
    flex-direction: row;
  }
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 20);
  }
  @media (width >= 1320px) {
    padding: calc(var(--spacing) * 10);
  }
}
.csw-inner {
  position: relative;
  order: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
  @media (width >= 1280px) {
    order: calc(1 * -1);
  }
  @media (width >= 1320px) {
    gap: calc(var(--spacing) * 10);
  }
}
.csw-text {
  position: relative;
  order: calc(1 * -1);
  margin-left: auto;
  height: 90px;
  width: 252px;
  flex: 0 0 auto;
  background-image: url('../images/c-follow-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  padding-top: calc(var(--spacing) * 5);
  text-align: center;
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: #39468f;
  @media (width >= 1280px) {
    order: 1;
  }
  @media (width >= 1280px) {
    margin-left: calc(var(--spacing) * 0);
  }
}
.working-days-wrapper {
  @media (width >= 1320px) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 1320px) {
    padding-inline-end: calc(var(--spacing) * 12);
  }
  @media (width >= 1643px) {
    padding-inline-end: calc(var(--spacing) * 42);
  }
}
.wdw-inner {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #dae8fa;
  padding: calc(var(--spacing) * 4);
  @media (width >= 1280px) {
    padding: calc(var(--spacing) * 10);
  }
}
.wdw-title {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  color: #39468f;
}
.wdw-content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  color: #808aa7;
  @media (width >= 1280px) {
    flex-direction: row;
  }
  @media (width >= 1280px) {
    gap: calc(var(--spacing) * 20);
  }
}
.contact-form {
  position: relative;
  margin-bottom: calc(var(--spacing) * 5);
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
  padding: calc(var(--spacing) * 4);
  @media (width >= 1280px) {
    margin-bottom: calc(var(--spacing) * 60);
  }
  @media (width >= 1280px) {
    padding-inline: calc(var(--spacing) * 16);
  }
  @media (width >= 1536px) {
    gap: calc(var(--spacing) * 10);
  }
}
.form-checked {
  position: relative;
  display: flex;
  gap: calc(var(--spacing) * 3);
  @media (width >= 1280px) {
    align-items: center;
  }
  label {
    display: block;
    cursor: pointer;
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: #808aa7;
  }
  input {
    display: none;
  }
  .checked-wrapper {
    position: relative;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    flex: 0 0 auto;
    border-radius: var(--radius-xs);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: #4e79f1;
  }
  .cw-checked {
    visibility: hidden;
    position: absolute;
    top: calc(var(--spacing) * -0.5);
    right: calc(var(--spacing) * -0.5);
    height: 31px;
    width: 35px;
    background-image: url('../images/checked-icon-image.png');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0%;
  }
  input:checked ~ .checked-wrapper > .cw-checked {
    visibility: visible;
    opacity: 100%;
  }
}
.send-button {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: var(--radius-2xl);
  background-color: #4e79f1;
  padding-inline: calc(var(--spacing) * 12);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-white);
  @media (width >= 1280px) {
    width: fit-content;
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-content: "";
      --tw-divide-y-reverse: 0;
      --tw-ease: initial;
    }
  }
}
