
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&amp;display=swap;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@layer properties;
@layer theme, base, components, utilities;

@layer theme {

  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-Rubik: "Rubik", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    --font-Jakarta: "Plus Jakarta Sans", "sans-serif";
    --font-Inter: "Inter", "sans-serif";
    --font-Flaticon: "Flaticon";
    --color-white: #ffffff;
    --color-black: #000000;
  }
}


@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 {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .\!absolute {
    position: absolute !important;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

  .-top-2 {
    top: calc(var(--spacing) * -2);
  }

  .-top-10 {
    top: calc(var(--spacing) * -10);
  }

  .-top-\[2px\] {
    top: calc(2px * -1);
  }

  .-top-\[40px\] {
    top: calc(40px * -1);
  }

  .-top-px {
    top: -1px;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1 {
    top: calc(var(--spacing) * 1);
  }

  .top-2\/4 {
    top: calc(2/4 * 100%);
  }

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

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

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

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

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

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

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

  .top-\[1\.5px\] {
    top: 1.5px;
  }

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

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

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

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

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

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

  .top-\[55\%\] {
    top: 55%;
  }

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

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

  .top-\[calc\(50\%_-_70px\)\] {
    top: calc(50% - 70px);
  }

  .top-\[calc\(50\%_-_80px\)\] {
    top: calc(50% - 80px);
  }

  .top-px {
    top: 1px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

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

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

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

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

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }

  .bottom-\[45px\] {
    bottom: 45px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-2\/4 {
    left: calc(2/4 * 100%);
  }

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

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

  .left-\[calc\(50\%_-_60px\)\] {
    left: calc(50% - 60px);
  }

  .left-\[calc\(50\%_-_70px\)\] {
    left: calc(50% - 70px);
  }

  .z-\[-1\] {
    z-index: -1;
  }

  .z-\[1\] {
    z-index: 1;
  }

  .z-\[2\] {
    z-index: 2;
  }

  .z-\[3\] {
    z-index: 3;
  }

  .z-\[999\] {
    z-index: 999;
  }

  .z-\[1030\] {
    z-index: 1030;
  }

  .z-\[1031\] {
    z-index: 1031;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .z-\[1000000\] {
    z-index: 1000000;
  }

  .z-\[99999999\] {
    z-index: 99999999;
  }

  .-order-1 {
    order: calc(1 * -1);
  }

  .order-6 {
    order: 6;
  }

  .order-first {
    order: -9999;
  }

  .order-last {
    order: 9999;
  }

  .float-left {
    float: left;
  }

  .clear-none {
    clear: none;
  }

  .container {
    width: 100%;

    @media (width >=414px) {
      max-width: 414px;
    }

    @media (width >=480px) {
      max-width: 480px;
    }

    @media (width >=768px) {
      max-width: 768px;
    }

    @media (width >=992px) {
      max-width: 992px;
    }

    @media (width >=1200px) {
      max-width: 1200px;
    }

    @media (width >=1400px) {
      max-width: 1400px;
    }
  }

  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }

  .\!m-\[0_0_1rem\] {
    margin: 0 0 1rem !important;
  }

  .\!m-\[0_0_25px_0\] {
    margin: 0 0 25px 0 !important;
  }

  .\!m-\[0_8px\] {
    margin: 0 8px !important;
  }

  .\!m-\[0_10px_30px\] {
    margin: 0 10px 30px !important;
  }

  .\!m-\[0_auto\] {
    margin: 0 auto !important;
  }

  .\!m-\[0_auto_60px\] {
    margin: 0 auto 60px !important;
  }

  .\!m-\[14px_0_0_0\] {
    margin: 14px 0 0 0 !important;
  }

  .\!m-\[20px_0_0_0\] {
    margin: 20px 0 0 0 !important;
  }

  .\!m-\[30px_0px\] {
    margin: 30px 0px !important;
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-\[-60px_-12\%_-100px_-15px\] {
    margin: -60px -12% -100px -15px;
  }

  .m-\[0_-65\%_-25px_15px\] {
    margin: 0 -65% -25px 15px;
  }

  .m-\[0_0_1rem\] {
    margin: 0 0 1rem;
  }

  .m-\[20px_0_0_0\] {
    margin: 20px 0 0 0;
  }

  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }

  .mx-\[3px\] {
    margin-inline: 3px;
  }

  .mx-\[5\%\] {
    margin-inline: 5%;
  }

  .mx-\[5px\] {
    margin-inline: 5px;
  }

  .mx-\[6\%\] {
    margin-inline: 6%;
  }

  .mx-\[6px\] {
    margin-inline: 6px;
  }

  .mx-\[7\%\] {
    margin-inline: 7%;
  }

  .mx-\[7px\] {
    margin-inline: 7px;
  }

  .mx-\[8\%\] {
    margin-inline: 8%;
  }

  .mx-\[8px\] {
    margin-inline: 8px;
  }

  .mx-\[10px\] {
    margin-inline: 10px;
  }

  .mx-\[calc\(-0\.5\*_1\.5rem\)\] {
    margin-inline: calc(-0.5 * 1.5rem);
  }

  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }

  .my-\[20px\] {
    margin-block: 20px;
  }

  .my-\[25px\] {
    margin-block: 25px;
  }

  .my-\[45px\] {
    margin-block: 45px;
  }

  .my-\[50px\] {
    margin-block: 50px;
  }

  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .\!mt-1 {
    margin-top: calc(var(--spacing) * 1) !important;
  }

  .\!mt-\[10px\] {
    margin-top: 10px !important;
  }

  .\!mt-\[15px\] {
    margin-top: 15px !important;
  }

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

  .-mt-\[8px\] {
    margin-top: calc(8px * -1);
  }

  .-mt-\[10px\] {
    margin-top: calc(10px * -1);
  }

  .-mt-\[20px\] {
    margin-top: calc(20px * -1);
  }

  .-mt-\[40px\] {
    margin-top: calc(40px * -1);
  }

  .-mt-\[80px\] {
    margin-top: calc(80px * -1);
  }

  .mt-\[-1rem\] {
    margin-top: -1rem;
  }

  .mt-\[-3\.125rem\] {
    margin-top: -3.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\!mr-0 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .mr-\[-10\%\] {
    margin-right: -10%;
  }

  .mr-\[-90\%\] {
    margin-right: -90%;
  }

  .mr-\[-95\%\] {
    margin-right: -95%;
  }

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

  .mr-\[1\.625rem\] {
    margin-right: 1.625rem;
  }

  .mr-\[4\%\] {
    margin-right: 4%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

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

  .\!mb-\[2px\] {
    margin-bottom: 2px !important;
  }

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

  .\!mb-\[5px\] {
    margin-bottom: 5px !important;
  }

  .\!mb-\[6px\] {
    margin-bottom: 6px !important;
  }

  .\!mb-\[8px\] {
    margin-bottom: 8px !important;
  }

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

  .\!mb-\[14px\] {
    margin-bottom: 14px !important;
  }

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

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

  .\!mb-\[22px\] {
    margin-bottom: 22px !important;
  }

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

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

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

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

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

  .\!mb-\[55px\] {
    margin-bottom: 55px !important;
  }

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

  .\!mb-\[100px\] {
    margin-bottom: 100px !important;
  }

  .mb-\[-25\%\] {
    margin-bottom: -25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\!ml-0 {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .\!ml-1 {
    margin-left: calc(var(--spacing) * 1) !important;
  }

  .-ml-\[10px\] {
    margin-left: calc(10px * -1);
  }

  .-ml-\[40px\] {
    margin-left: calc(40px * -1);
  }

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

  .ml-\[-3\.125rem\] {
    margin-left: -3.125rem;
  }

  .ml-\[-10\%\] {
    margin-left: -10%;
  }

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

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

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

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

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

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

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

  .ml-\[13\%\] {
    margin-left: 13%;
  }

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

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

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

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

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

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

  .box-border {
    box-sizing: border-box;
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

  .\!h-\[1\.5rem\] {
    height: 1.5rem !important;
  }

  .\!h-\[6\.25rem\] {
    height: 6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

  .h-\[6\.25rem\] {
    height: 6.25rem;
  }

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

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

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

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

  .\!w-\[1\%\] {
    width: 1% !important;
  }

  .\!w-\[1\.5rem\] {
    width: 1.5rem !important;
  }

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

  .\!w-\[6\.25rem\] {
    width: 6.25rem !important;
  }

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

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

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

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

  .w-75 {
    width: calc(var(--spacing) * 75);
  }

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

  .w-\[6\.25rem\] {
    width: 6.25rem;
  }

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-\[0_0_auto\] {
    flex: 0 0 auto;
  }

  .flex-\[1_0_0\%\] {
    flex: 1 0 0%;
  }

  .flex-\[1_1_auto\] {
    flex: 1 1 auto;
  }

  .flex-auto {
    flex: auto;
  }

  .-translate-x-2\/4 {
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-2\/4 {
    --tw-translate-y: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-rotate-90 {
    rotate: calc(90deg * -1);
  }

  .rotate-\[-20deg\] {
    rotate: -20deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-\[loading-center-absolute_1s_infinite\] {
    animation: loading-center-absolute 1s infinite;
  }

  .animate-\[rotation_1s_linear_infinite\] {
    animation: rotation 1s linear infinite;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .list-decimal {
    list-style-type: decimal;
  }

  .appearance-none {
    appearance: none;
  }

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

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

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-scroll {
    overflow: scroll;
  }

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

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

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

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

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

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

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

  .rounded {
    border-radius: 0.25rem;
  }

  .rounded-\[0\.375rem\] {
    border-radius: 0.375rem;
  }

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

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

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

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

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

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

  .rounded-\[12px_12px_0_0\] {
    border-radius: 12px 12px 0 0;
  }

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

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

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

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

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

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

  .rounded-\[50\%\] {
    border-radius: 50%;
  }

  .rounded-\[100\%\] {
    border-radius: 100%;
  }

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

  .rounded-none {
    border-radius: 0;
  }

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

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

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

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

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

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

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

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

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

  .border-\[none\] {
    border-color: none;
  }

  .border-\[transparent_\#888\] {
    border-color: transparent #888;
  }

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

  .border-white {
    border-color: var(--color-white);
  }

  .border-b-\[\#999\] {
    border-bottom-color: #999;
  }

  .border-l-\[none\] {
    border-left-color: none;
  }

  .\!bg-\[rgba\(14\,14\,14\,0\.3\)\] {
    background-color: rgba(14, 14, 14, 0.3) !important;
  }

  .\!bg-\[rgba\(255\,255\,255\,1\)\] {
    background-color: rgba(255, 255, 255, 1) !important;
  }

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

  .\!bg-white {
    background-color: var(--color-white) !important;
  }

  .bg-\[\#2b2e37\] {
    background-color: #2b2e37;
  }

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(20\,20\,20\,0\.25\)\] {
    background-color: rgba(20, 20, 20, 0.25);
  }

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

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-\[linear-gradient\(90deg\,\#f6f4fd\,\#f4f5fd\)\] {
    background-image: linear-gradient(90deg, #f6f4fd, #f4f5fd);
  }

  .bg-\[linear-gradient\(90deg\,rgba\(206\,211\,246\,0\)_0\,\#bbb_38\%\,\#bbb_64\%\,rgba\(206\,211\,246\,0\)_99\%\)\] {
    background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
  }

  .bg-\[linear-gradient\(180deg\,\#f1edff\,\#f1edff\)\] {
    background-image: linear-gradient(180deg, #f1edff, #f1edff);
  }

  .bg-\[url\(\.\/images\/bg-01\.jpg\)\] {
    background-image: url(images/bg-01.jpg);
  }

  .bg-\[url\(\.\/images\/bg-02\.jpg\)\] {
    background-image: url(images/bg-02.jpg);
  }

  .bg-\[url\(\.\/images\/bg-03\.jpg\)\] {
    background-image: url(images/bg-03.jpg);
  }

  .bg-\[url\(\.\/images\/bg-04\.jpg\)\] {
    background-image: url(images/bg-04.jpg);
  }

  .bg-\[url\(\.\/images\/bg-05\.jpg\)\] {
    background-image: url(images/bg-05.jpg);
  }

  .bg-\[url\(\.\/images\/hero-1\.jpg\)\] {
    background-image: url(images/hero-1.jpg);
  }

  .bg-\[url\(\.\/images\/hero-2\.jpg\)\] {
    background-image: url(images/hero-2.jpg);
  }

  .bg-\[url\(\.\/images\/hero-3\.jpg\)\] {
    background-image: url(images/hero-3.jpg);
  }

  .bg-\[url\(\.\/images\/hero-4\.jpg\)\] {
    background-image: url(images/hero-4.jpg);
  }

  .bg-\[url\(\.\/images\/hero-5\.jpg\)\] {
    background-image: url(images/hero-5.jpg);
  }

  .bg-\[url\(\.\/images\/hero-8\.jpg\)\] {
    background-image: url(images/hero-8.jpg);
  }

  .bg-\[url\(\.\/images\/hero-10\.jpg\)\] {
    background-image: url(images/hero-10.jpg);
  }

  .bg-\[url\(\.\/images\/hero-11\.jpg\)\] {
    background-image: url(images/hero-11.jpg);
  }

  .bg-\[url\(\.\/images\/hero-12\.jpg\)\] {
    background-image: url(images/hero-12.jpg);
  }

  .bg-\[url\(\.\/images\/hero-14\.jpg\)\] {
    background-image: url(images/hero-14.jpg);
  }

  .bg-\[url\(\.\/images\/hero-15\.jpg\)\] {
    background-image: url(images/hero-15.jpg);
  }

  .bg-\[url\(\.\/images\/hero-16\.jpg\)\] {
    background-image: url(images/hero-16.jpg);
  }

  .bg-\[url\(\.\/images\/hero-17\.jpg\)\] {
    background-image: url(images/hero-17.jpg);
  }

  .bg-\[url\(\.\/images\/hero-20\.jpg\)\] {
    background-image: url(images/hero-20.jpg);
  }

  .bg-\[url\(\.\/images\/hero-21\.jpg\)\] {
    background-image: url(images/hero-21.jpg);
  }

  .bg-\[url\(\.\/images\/hero-22\.jpg\)\] {
    background-image: url(images/hero-22.jpg);
  }

  .bg-\[url\(\.\/images\/hero-23\.jpg\)\] {
    background-image: url(images/hero-23.jpg);
  }

  .bg-\[url\(\.\/images\/hero-24\.jpg\)\] {
    background-image: url(images/hero-24.jpg);
  }

  .bg-\[url\(\.\/images\/hero-25\.jpg\)\] {
    background-image: url(images/hero-25.jpg);
  }

  .bg-\[url\(\.\/images\/hero-26\.jpg\)\] {
    background-image: url(images/hero-26.jpg);
  }

  .bg-\[url\(\.\/images\/hero-27\.png\)\] {
    background-image: url(images/hero-27.png);
  }

  .bg-\[url\(\.\/images\/login-wrapper\.jpg\)\] {
    background-image: url(images/login-wrapper.jpg);
  }

  .bg-\[url\(\.\/images\/login\.jpg\)\] {
    background-image: url(images/login.jpg);
  }

  .bg-\[url\(\.\/images\/modal-request\.jpg\)\] {
    background-image: url(images/modal-request.jpg);
  }

  .bg-\[url\(\.\/images\/pattern-01\.png\)\] {
    background-image: url(images/pattern-01.png);
  }

  .bg-\[url\(\.\/images\/pattern-04\.png\)\] {
    background-image: url(images/pattern-04.png);
  }

  .bg-\[url\(\.\/images\/reset-password\.jpg\)\] {
    background-image: url(images/reset-password.jpg);
  }

  .\!\[background-size\:initial\] {
    background-size: initial !important;
  }

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

  .\!bg-fixed {
    background-attachment: fixed !important;
  }

  .bg-fixed {
    background-attachment: fixed;
  }

  .bg-scroll {
    background-attachment: scroll;
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .\!bg-\[bottom_left\] {
    background-position: bottom left !important;
  }

  .\!bg-\[center_center\] {
    background-position: center center !important;
  }

  .bg-\[center_center\] {
    background-position: center center;
  }

  .bg-\[left_center\] {
    background-position: left center;
  }

  .bg-\[right_0\.75rem_center\] {
    background-position: right 0.75rem center;
  }

  .bg-\[right_center\] {
    background-position: right center;
  }

  .bg-\[top_center\] {
    background-position: top center;
  }

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

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

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

  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }

  .\!p-\[0_10px\] {
    padding: 0 10px !important;
  }

  .\!p-\[0_15px\] {
    padding: 0 15px !important;
  }

  .\!p-\[6px_0\] {
    padding: 6px 0 !important;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-404 {
    padding: calc(var(--spacing) * 404);
  }

  .p-\[\.375rem_\.75rem\] {
    padding: .375rem .75rem;
  }

  .p-\[\.1875rem_\.375rem\] {
    padding: .1875rem .375rem;
  }

  .p-\[0_0_0_15px\] {
    padding: 0 0 0 15px;
  }

  .p-\[0_2px_10px\] {
    padding: 0 2px 10px;
  }

  .p-\[0_3\%\] {
    padding: 0 3%;
  }

  .p-\[0_5\%\] {
    padding: 0 5%;
  }

  .p-\[0_6\%\] {
    padding: 0 6%;
  }

  .p-\[0_10\%\] {
    padding: 0 10%;
  }

  .p-\[0_10px\] {
    padding: 0 10px;
  }

  .p-\[0_15px\] {
    padding: 0 15px;
  }

  .p-\[0_20px\] {
    padding: 0 20px;
  }

  .p-\[0_30px_0_60px\] {
    padding: 0 30px 0 60px;
  }

  .p-\[2px_14px\] {
    padding: 2px 14px;
  }

  .p-\[5px_20px\] {
    padding: 5px 20px;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[20px_0\] {
    padding: 20px 0;
  }

  .p-\[20px_18px\] {
    padding: 20px 18px;
  }

  .p-\[20px_30px\] {
    padding: 20px 30px;
  }

  .p-\[20px_30px_35px\] {
    padding: 20px 30px 35px;
  }

  .p-\[25px_0\] {
    padding: 25px 0;
  }

  .p-\[25px_0_30px\] {
    padding: 25px 0 30px;
  }

  .p-\[25px_20px\] {
    padding: 25px 20px;
  }

  .p-\[25px_35px\] {
    padding: 25px 35px;
  }

  .p-\[35px_20px_30px\] {
    padding: 35px 20px 30px;
  }

  .p-\[45px_0_15px_0\] {
    padding: 45px 0 15px 0;
  }

  .p-\[45px_50px_35px\] {
    padding: 45px 50px 35px;
  }

  .p-\[45px_50px_40px\] {
    padding: 45px 50px 40px;
  }

  .p-\[50px_40px\] {
    padding: 50px 40px;
  }

  .p-\[60px\] {
    padding: 60px;
  }

  .p-\[70px_60px\] {
    padding: 70px 60px;
  }

  .p-\[80px_70px\] {
    padding: 80px 70px;
  }

  .p-\[80px_70px_0\] {
    padding: 80px 70px 0;
  }

  .\!px-\[1\.2rem\] {
    padding-inline: 1.2rem !important;
  }

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

  .\!px-\[45px\] {
    padding-inline: 45px !important;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-\[1\.4rem\] {
    padding-inline: 1.4rem;
  }

  .px-\[2px\] {
    padding-inline: 2px;
  }

  .px-\[3\%\] {
    padding-inline: 3%;
  }

  .px-\[5\%\] {
    padding-inline: 5%;
  }

  .px-\[6\%\] {
    padding-inline: 6%;
  }

  .px-\[8\%\] {
    padding-inline: 8%;
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[10px\] {
    padding-inline: 10px;
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[13px\] {
    padding-inline: 13px;
  }

  .px-\[15\%\] {
    padding-inline: 15%;
  }

  .px-\[15px\] {
    padding-inline: 15px;
  }

  .px-\[16\%\] {
    padding-inline: 16%;
  }

  .px-\[18px\] {
    padding-inline: 18px;
  }

  .px-\[20\%\] {
    padding-inline: 20%;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[22\%\] {
    padding-inline: 22%;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[30px\] {
    padding-inline: 30px;
  }

  .px-\[35px\] {
    padding-inline: 35px;
  }

  .px-\[40px\] {
    padding-inline: 40px;
  }

  .px-\[46px\] {
    padding-inline: 46px;
  }

  .px-\[70px\] {
    padding-inline: 70px;
  }

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

  .px-\[calc\(0\.5\*_1\.5rem\)\] {
    padding-inline: calc(0.5 * 1.5rem);
  }

  .px-px {
    padding-inline: 1px;
  }

  .\!py-\[0\.65rem\] {
    padding-block: 0.65rem !important;
  }

  .\!py-\[12px\] {
    padding-block: 12px !important;
  }

  .\!py-\[13px\] {
    padding-block: 13px !important;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-\[0\.4rem\] {
    padding-block: 0.4rem;
  }

  .py-\[5px\] {
    padding-block: 5px;
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .py-\[7px\] {
    padding-block: 7px;
  }

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

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[11px\] {
    padding-block: 11px;
  }

  .py-\[22px\] {
    padding-block: 22px;
  }

  .py-\[30px\] {
    padding-block: 30px;
  }

  .py-\[32px\] {
    padding-block: 32px;
  }

  .py-\[45px\] {
    padding-block: 45px;
  }

  .py-\[50px\] {
    padding-block: 50px;
  }

  .py-\[60px\] {
    padding-block: 60px;
  }

  .py-\[70px\] {
    padding-block: 70px;
  }

  .py-\[75px\] {
    padding-block: 75px;
  }

  .py-\[80px\] {
    padding-block: 80px;
  }

  .py-\[90px\] {
    padding-block: 90px;
  }

  .py-\[100px\] {
    padding-block: 100px;
  }

  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }

  .pr-\[2\%\] {
    padding-right: 2%;
  }

  .pr-\[3\%\] {
    padding-right: 3%;
  }

  .pr-\[5\%\] {
    padding-right: 5%;
  }

  .pr-\[5px\] {
    padding-right: 5px;
  }

  .pr-\[6\%\] {
    padding-right: 6%;
  }

  .pr-\[8\%\] {
    padding-right: 8%;
  }

  .pr-\[10\%\] {
    padding-right: 10%;
  }

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

  .pr-\[15\%\] {
    padding-right: 15%;
  }

  .pr-\[15px\] {
    padding-right: 15px;
  }

  .pr-\[20px\] {
    padding-right: 20px;
  }

  .pr-\[25px\] {
    padding-right: 25px;
  }

  .pr-\[45px\] {
    padding-right: 45px;
  }

  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

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

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

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

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

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

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

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

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

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pb-\[80px\] {
    padding-bottom: 80px;
  }

  .pb-\[90px\] {
    padding-bottom: 90px;
  }

  .pb-\[100px\] {
    padding-bottom: 100px;
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .pl-\[2px\] {
    padding-left: 2px;
  }

  .pl-\[5px\] {
    padding-left: 5px;
  }

  .pl-\[8px\] {
    padding-left: 8px;
  }

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

  .pl-\[12px\] {
    padding-left: 12px;
  }

  .pl-\[14px\] {
    padding-left: 14px;
  }

  .pl-\[15\%\] {
    padding-left: 15%;
  }

  .pl-\[15px\] {
    padding-left: 15px;
  }

  .pl-\[20px\] {
    padding-left: 20px;
  }

  .pl-\[30px\] {
    padding-left: 30px;
  }

  .pl-\[45px\] {
    padding-left: 45px;
  }

  .pl-\[80px\] {
    padding-left: 80px;
  }

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

  .\!text-end {
    text-align: end !important;
  }

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

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

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

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

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

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

  .\[vertical-align\:inherit\] {
    vertical-align: inherit;
  }

  .align-bottom {
    vertical-align: bottom;
  }

  .align-middle {
    vertical-align: middle;
  }

  .align-top {
    vertical-align: top;
  }

  .font-Jakarta {
    font-family: var(--font-Jakarta);
  }

  .\!text-\[0\.8rem\] {
    font-size: 0.8rem !important;
  }

  .\!text-\[0\.9rem\] {
    font-size: 0.9rem !important;
  }

  .\!text-\[0\.85rem\] {
    font-size: 0.85rem !important;
  }

  .\!text-\[0\.95rem\] {
    font-size: 0.95rem !important;
  }

  .\!text-\[0\.835rem\] {
    font-size: 0.835rem !important;
  }

  .\!text-\[0\.875em\] {
    font-size: 0.875em !important;
  }

  .\!text-\[0\.935rem\] {
    font-size: 0.935rem !important;
  }

  .\!text-\[0\.975rem\] {
    font-size: 0.975rem !important;
  }

  .\!text-\[1\.1rem\] {
    font-size: 1.1rem !important;
  }

  .\!text-\[1\.05rem\] {
    font-size: 1.05rem !important;
  }

  .\!text-\[1\.5rem\] {
    font-size: 1.5rem !important;
  }

  .\!text-\[1\.15rem\] {
    font-size: 1.15rem !important;
  }

  .\!text-\[1\.25rem\] {
    font-size: 1.25rem !important;
  }

  .\!text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }

  .\!text-\[1\.175rem\] {
    font-size: 1.175rem !important;
  }

  .\!text-\[1\.375rem\] {
    font-size: 1.375rem !important;
  }

  .\!text-\[1\.0625rem\] {
    font-size: 1.0625rem !important;
  }

  .\!text-\[1\.1875rem\] {
    font-size: 1.1875rem !important;
  }

  .\!text-\[1\.3125rem\] {
    font-size: 1.3125rem !important;
  }

  .\!text-\[1em\] {
    font-size: 1em !important;
  }

  .\!text-\[1rem\] {
    font-size: 1rem !important;
  }

  .\!text-\[2\.625rem\] {
    font-size: 2.625rem !important;
  }

  .\!text-\[2\.875rem\] {
    font-size: 2.875rem !important;
  }

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

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

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

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

  .text-\[0\.875em\] {
    font-size: 0.875em;
  }

  .text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

  .text-\[1\.1875rem\] {
    font-size: 1.1875rem;
  }

  .\!leading-\[1\.5\] {
    --tw-leading: 1.5 !important;
    line-height: 1.5 !important;
  }

  .\!leading-\[1\.15\] {
    --tw-leading: 1.15 !important;
    line-height: 1.15 !important;
  }

  .\!leading-\[1\.6666\] {
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .\!leading-\[2\.35rem\] {
    --tw-leading: 2.35rem !important;
    line-height: 2.35rem !important;
  }

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

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }

  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }

  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }

  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }

  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }

  .leading-\[1\.5555\] {
    --tw-leading: 1.5555;
    line-height: 1.5555;
  }

  .leading-\[2\.375rem\] {
    --tw-leading: 2.375rem;
    line-height: 2.375rem;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

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

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }

  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }

  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .\!tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px !important;
    letter-spacing: -0.5px !important;
  }

  .\!tracking-\[0\.5px\] {
    --tw-tracking: 0.5px !important;
    letter-spacing: 0.5px !important;
  }

  .tracking-\[-0\.25px\] {
    --tw-tracking: -0.25px;
    letter-spacing: -0.25px;
  }

  .tracking-\[-0\.35px\] {
    --tw-tracking: -0.35px;
    letter-spacing: -0.35px;
  }

  .tracking-\[-1\.5px\] {
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }

  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }

  .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }

  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }

  .tracking-\[1\.5px\] {
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
  }

  .\!text-\[\#00b2e4\] {
    color: #00b2e4 !important;
  }

  .\!text-\[\#3a4a56\] {
    color: #3a4a56 !important;
  }

  .\!text-\[\#3eb1ff\] {
    color: #3eb1ff !important;
  }

  .\!text-\[\#6c757d\] {
    color: #6c757d !important;
  }

  .\!text-\[\#50a14f\] {
    color: #50a14f !important;
  }

  .\!text-\[\#353f4f\] {
    color: #353f4f !important;
  }

  .\!text-\[\#666\] {
    color: #666 !important;
  }

  .\!text-\[\#998da0\] {
    color: #998da0 !important;
  }

  .\!text-\[\#151515\] {
    color: #151515 !important;
  }

  .\!text-\[\#757575\] {
    color: #757575 !important;
  }

  .\!text-\[\#986801\] {
    color: #986801 !important;
  }

  .\!text-\[\#999999\] {
    color: #999999 !important;
  }

  .\!text-\[\#aaa\] {
    color: #aaa !important;
  }

  .\!text-\[\#b1b7cd\] {
    color: #b1b7cd !important;
  }

  .\!text-\[\#f8f9f9\] {
    color: #f8f9f9 !important;
  }

  .\!text-\[\#ff3366\] {
    color: #ff3366 !important;
  }

  .\!text-\[\#ffb30c\] {
    color: #ffb30c !important;
  }

  .\!text-black {
    color: var(--color-black) !important;
  }

  .\!text-white {
    color: var(--color-white) !important;
  }

  .text-\[\#1e90ff\] {
    color: #1e90ff;
  }

  .text-\[\#333\] {
    color: #333;
  }

  .text-\[\#353f4f\] {
    color: #353f4f;
  }

  .text-\[\#383a42\] {
    color: #383a42;
  }

  .text-\[\#999\] {
    color: #999;
  }

  .text-\[\#aaa\] {
    color: #aaa;
  }

  .text-\[\#c3c4c5\] {
    color: #c3c4c5;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .\!underline {
    text-decoration-line: underline !important;
  }

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

  .opacity-0 {
    opacity: 0%;
  }

  .opacity-10 {
    opacity: 10%;
  }

  .opacity-20 {
    opacity: 20%;
  }

  .opacity-40 {
    opacity: 40%;
  }

  .opacity-60 {
    opacity: 60%;
  }

  .opacity-75 {
    opacity: 75%;
  }

  .opacity-80 {
    opacity: 80%;
  }

  .opacity-90 {
    opacity: 90%;
  }

  .opacity-100 {
    opacity: 100%;
  }

  .opacity-\[0\.85\] {
    opacity: 0.85;
  }

  .shadow-\[0_0_0_0\] {
    --tw-shadow: 0 0 0 0 var(--tw-shadow-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_2px_rgba\(50\,50\,50\,0\.4\)\] {
    --tw-shadow: 0 0 2px var(--tw-shadow-color, rgba(50, 50, 50, 0.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_4px_12px_0_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_5px_10px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 5px 10px var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_10px_20px_0_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 10px 20px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_15px_20px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 15px 20px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_15px_20px_0px_rgba\(5\,5\,5\,0\.05\)\] {
    --tw-shadow: 0px 15px 20px 0px var(--tw-shadow-color, rgba(5, 5, 5, 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .duration-\[0\.5s\] {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .duration-\[400ms\] {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }

  .ease-\[ease-in-out\] {
    --tw-ease: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .ease-\[ease-out\] {
    --tw-ease: ease-out;
    transition-timing-function: ease-out;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .content-\[\'\'\] {
    --tw-content: '';
    content: var(--tw-content);
  }

  .\!\[border-left\:none\] {
    border-left: none !important;
  }

  .\!\[border\:1px_solid_\#cccccc\] {
    border: 1px solid #cccccc !important;
  }

  .\!\[border\:none\] {
    border: none !important;
  }

  .\[border-bottom\:1px_dashed_\#ccc\] {
    border-bottom: 1px dashed #ccc;
  }

  .\[border-bottom\:1px_solid_\#ccc\] {
    border-bottom: 1px solid #ccc;
  }

  .\[border-bottom\:1px_solid_\#dbdddf\] {
    border-bottom: 1px solid #dbdddf;
  }

  .\[border-bottom\:1px_solid_\#ddd\] {
    border-bottom: 1px solid #ddd;
  }

  .\[border-bottom\:1px_solid_\#e7e7e7\] {
    border-bottom: 1px solid #e7e7e7;
  }

  .\[border-bottom\:3px_solid_transparent\] {
    border-bottom: 3px solid transparent;
  }

  .\[border-top\:1px_solid_\#e7e7e7\] {
    border-top: 1px solid #e7e7e7;
  }

  .\[border\:1px_solid_\#ccc\] {
    border: 1px solid #ccc;
  }

  .\[border\:1px_solid_\#e7e7e7\] {
    border: 1px solid #e7e7e7;
  }

  .\[border\:1px_solid_\#ef2853\] {
    border: 1px solid #ef2853;
  }

  .\[border\:1px_solid_\#f5f6f6\] {
    border: 1px solid #f5f6f6;
  }

  .\[border\:1px_solid_\#fafafa\] {
    border: 1px solid #fafafa;
  }

  .\[border\:1px_solid_transparent\] {
    border: 1px solid transparent;
  }

  .\[border\:1px_solid_white\] {
    border: 1px solid white;
  }

  .\[border\:2px_solid_\#353f4f\] {
    border: 2px solid #353f4f;
  }

  .\[border\:2px_solid_\#eee\] {
    border: 2px solid #eee;
  }

  .\[border\:2px_solid_transparent\] {
    border: 2px solid transparent;
  }

  .\[border\:none\] {
    border: none;
  }

  .\[direction\:rtl\] {
    direction: rtl;
  }

  .\[flex-flow\:row_wrap\] {
    flex-flow: row wrap;
  }

  .\[list-style\:none\] {
    list-style: none;
  }

  .\[transition\:all_0\.3s_ease-out\] {
    transition: all 0.3s ease-out;
  }

  .\[transition\:all_0\.4s\] {
    transition: all 0.4s;
  }

  .\[transition\:all_150ms_ease-in-out\] {
    transition: all 150ms ease-in-out;
  }

  .\[transition\:all_300ms_ease-in-out\] {
    transition: all 300ms ease-in-out;
  }

  .\[transition\:all_350ms_ease-in-out\] {
    transition: all 350ms ease-in-out;
  }

  .\[transition\:all_450ms_ease-in-out\] {
    transition: all 450ms ease-in-out;
  }

  .\[word-wrap\:break-word\] {
    word-wrap: break-word;
  }

  .group-hover\:top-2\/4 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: calc(2/4 * 100%);
      }
    }
  }

  .group-hover\:\!scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105% !important;
        --tw-scale-y: 105% !important;
        --tw-scale-z: 105% !important;
        scale: var(--tw-scale-x) var(--tw-scale-y) !important;
      }
    }
  }

  .group-hover\:scale-95 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }

  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }

  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }

  .group-hover\:\!bg-transparent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: transparent !important;
      }
    }
  }

  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }

  .group-hover\:opacity-\[0\.45\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0.45;
      }
    }
  }

  .placeholder\:text-\[\#6c757d\] {
    &::placeholder {
      color: #6c757d;
    }
  }

  .placeholder\:text-\[\#353f4f\] {
    &::placeholder {
      color: #353f4f;
    }
  }

  .placeholder\:text-\[\#666\] {
    &::placeholder {
      color: #666;
    }
  }

  .placeholder\:text-\[\#999\] {
    &::placeholder {
      color: #999;
    }
  }

  .placeholder\:text-\[\#aaa\] {
    &::placeholder {
      color: #aaa;
    }
  }

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

  .before\:top-\[-5px\] {
    &::before {
      content: var(--tw-content);
      top: -5px;
    }
  }

  .before\:right-\[-5px\] {
    &::before {
      content: var(--tw-content);
      right: -5px;
    }
  }

  .before\:bottom-\[-5px\] {
    &::before {
      content: var(--tw-content);
      bottom: -5px;
    }
  }

  .before\:bottom-\[3\.5px\] {
    &::before {
      content: var(--tw-content);
      bottom: 3.5px;
    }
  }

  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }

  .before\:left-\[-5px\] {
    &::before {
      content: var(--tw-content);
      left: -5px;
    }
  }

  .before\:left-\[4px\] {
    &::before {
      content: var(--tw-content);
      left: 4px;
    }
  }

  .before\:m-\[0_15px_0_0\] {
    &::before {
      content: var(--tw-content);
      margin: 0 15px 0 0;
    }
  }

  .before\:flex-\[1_0_20px\] {
    &::before {
      content: var(--tw-content);
      flex: 1 0 20px;
    }
  }

  .before\:rounded-\[50\%\] {
    &::before {
      content: var(--tw-content);
      border-radius: 50%;
    }
  }

  .before\:border-t-2 {
    &::before {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
    }
  }

  .before\:border-solid {
    &::before {
      content: var(--tw-content);
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  .before\:border-t-\[rgba\(0\,0\,0\,0\.1\)\] {
    &::before {
      content: var(--tw-content);
      border-top-color: rgba(0, 0, 0, 0.1);
    }
  }

  .before\:bg-\[rgba\(255\,255\,255\,0\.2\)\] {
    &::before {
      content: var(--tw-content);
      background-color: rgba(255, 255, 255, 0.2);
    }
  }

  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }

  .before\:\!text-\[0\.8rem\] {
    &::before {
      content: var(--tw-content);
      font-size: 0.8rem !important;
    }
  }

  .before\:\!text-\[0\.9375rem\] {
    &::before {
      content: var(--tw-content);
      font-size: 0.9375rem !important;
    }
  }

  .before\:\!text-\[2\.15rem\] {
    &::before {
      content: var(--tw-content);
      font-size: 2.15rem !important;
    }
  }

  .before\:\!text-white {
    &::before {
      content: var(--tw-content);
      color: var(--color-white) !important;
    }
  }

  .before\:opacity-0 {
    &::before {
      content: var(--tw-content);
      opacity: 0%;
    }
  }

  .before\:shadow-\[0_1px_1px_0_\#aaa\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: 0 1px 1px 0 var(--tw-shadow-color, #aaa);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }

  .before\:duration-\[400ms\] {
    &::before {
      content: var(--tw-content);
      --tw-duration: 400ms;
      transition-duration: 400ms;
    }
  }

  .before\:ease-\[ease-in-out\] {
    &::before {
      content: var(--tw-content);
      --tw-ease: ease-in-out;
      transition-timing-function: ease-in-out;
    }
  }

  .before\:\!content-\[\'\\f119\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '\f119' !important;
      content: var(--tw-content) !important;
    }
  }

  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }

  .before\:content-\[\'\\f1cf\'\] {
    &::before {
      --tw-content: '\f1cf';
      content: var(--tw-content);
    }
  }

  .before\:content-\[\'\\f116\'\] {
    &::before {
      --tw-content: '\f116';
      content: var(--tw-content);
    }
  }

  .before\:content-\[\'_\'\] {
    &::before {
      --tw-content: ' ';
      content: var(--tw-content);
    }
  }

  .before\:content-\[\'—_\'\] {
    &::before {
      --tw-content: '— ';
      content: var(--tw-content);
    }
  }

  .before\:\[transition\:all_450ms_ease-in-out\] {
    &::before {
      content: var(--tw-content);
      transition: all 450ms ease-in-out;
    }
  }

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

  .after\:\!top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0) !important;
    }
  }

  .after\:\!top-2\/4 {
    &::after {
      content: var(--tw-content);
      top: calc(2/4 * 100%) !important;
    }
  }

  .after\:top-\[-30\%\] {
    &::after {
      content: var(--tw-content);
      top: -30%;
    }
  }

  .after\:top-\[13\%\] {
    &::after {
      content: var(--tw-content);
      top: 13%;
    }
  }

  .after\:top-\[21\%\] {
    &::after {
      content: var(--tw-content);
      top: 21%;
    }
  }

  .after\:top-\[22px\] {
    &::after {
      content: var(--tw-content);
      top: 22px;
    }
  }

  .after\:top-\[26px\] {
    &::after {
      content: var(--tw-content);
      top: 26px;
    }
  }

  .after\:right-\[2px\] {
    &::after {
      content: var(--tw-content);
      right: 2px;
    }
  }

  .after\:right-\[3px\] {
    &::after {
      content: var(--tw-content);
      right: 3px;
    }
  }

  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }

  .after\:-left-1\/4 {
    &::after {
      content: var(--tw-content);
      left: calc(calc(1/4 * 100%) * -1);
    }
  }

  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }

  .after\:left-2\/4 {
    &::after {
      content: var(--tw-content);
      left: calc(2/4 * 100%);
    }
  }

  .after\:left-\[7\%\] {
    &::after {
      content: var(--tw-content);
      left: 7%;
    }
  }

  .after\:left-\[26\%\] {
    &::after {
      content: var(--tw-content);
      left: 26%;
    }
  }

  .after\:left-\[52\%\] {
    &::after {
      content: var(--tw-content);
      left: 52%;
    }
  }

  .after\:z-\[-1\] {
    &::after {
      content: var(--tw-content);
      z-index: -1;
    }
  }

  .after\:m-\[0_15px_0_0\] {
    &::after {
      content: var(--tw-content);
      margin: 0 15px 0 0;
    }
  }

  .after\:my-0 {
    &::after {
      content: var(--tw-content);
      margin-block: calc(var(--spacing) * 0);
    }
  }

  .after\:mr-0 {
    &::after {
      content: var(--tw-content);
      margin-right: calc(var(--spacing) * 0);
    }
  }

  .after\:ml-\[15px\] {
    &::after {
      content: var(--tw-content);
      margin-left: 15px;
    }
  }

  .after\:box-border {
    &::after {
      content: var(--tw-content);
      box-sizing: border-box;
    }
  }

  .after\:\!h-3\/4 {
    &::after {
      content: var(--tw-content);
      height: calc(3/4 * 100%) !important;
    }
  }

  .after\:\!h-4\/5 {
    &::after {
      content: var(--tw-content);
      height: calc(4/5 * 100%) !important;
    }
  }

  .after\:\!h-full {
    &::after {
      content: var(--tw-content);
      height: 100% !important;
    }
  }

  .after\:h-\[5\%\] {
    &::after {
      content: var(--tw-content);
      height: 5%;
    }
  }

  .after\:h-\[10\%\] {
    &::after {
      content: var(--tw-content);
      height: 10%;
    }
  }

  .after\:h-\[72\%\] {
    &::after {
      content: var(--tw-content);
      height: 72%;
    }
  }

  .after\:\!w-6\/12 {
    &::after {
      content: var(--tw-content);
      width: calc(6/12 * 100%) !important;
    }
  }

  .after\:\!w-full {
    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }
  }

  .after\:w-\[43\%\] {
    &::after {
      content: var(--tw-content);
      width: 43%;
    }
  }

  .after\:w-\[48\%\] {
    &::after {
      content: var(--tw-content);
      width: 48%;
    }
  }

  .after\:w-\[51\%\] {
    &::after {
      content: var(--tw-content);
      width: 51%;
    }
  }

  .after\:w-\[74\%\] {
    &::after {
      content: var(--tw-content);
      width: 74%;
    }
  }

  .after\:w-\[86\%\] {
    &::after {
      content: var(--tw-content);
      width: 86%;
    }
  }

  .after\:w-\[150\%\] {
    &::after {
      content: var(--tw-content);
      width: 150%;
    }
  }

  .after\:flex-\[1_0_20px\] {
    &::after {
      content: var(--tw-content);
      flex: 1 0 20px;
    }
  }

  .after\:-translate-x-2\/4 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(2/4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .after\:-translate-y-2\/4 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(2/4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .after\:rounded-\[0_0_0_60px\] {
    &::after {
      content: var(--tw-content);
      border-radius: 0 0 0 60px;
    }
  }

  .after\:rounded-\[50\%\] {
    &::after {
      content: var(--tw-content);
      border-radius: 50%;
    }
  }

  .after\:border-\[50px\] {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 50px;
    }
  }

  .after\:border-t-2 {
    &::after {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
    }
  }

  .after\:border-solid {
    &::after {
      content: var(--tw-content);
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  .after\:border-\[transparent_rgba\(30\,30\,30\,0\.15\)\] {
    &::after {
      content: var(--tw-content);
      border-color: transparent rgba(30, 30, 30, 0.15);
    }
  }

  .after\:border-t-\[rgba\(0\,0\,0\,0\.1\)\] {
    &::after {
      content: var(--tw-content);
      border-top-color: rgba(0, 0, 0, 0.1);
    }
  }

  .after\:bg-\[\#f1edff\] {
    &::after {
      content: var(--tw-content);
      background-color: #f1edff;
    }
  }

  .after\:bg-\[\#f2f4f8\] {
    &::after {
      content: var(--tw-content);
      background-color: #f2f4f8;
    }
  }

  .after\:bg-\[\#f4f4f9\] {
    &::after {
      content: var(--tw-content);
      background-color: #f4f4f9;
    }
  }

  .after\:bg-\[\#f7f8f9\] {
    &::after {
      content: var(--tw-content);
      background-color: #f7f8f9;
    }
  }

  .after\:bg-\[rgba\(123\,104\,238\,0\.05\)\] {
    &::after {
      content: var(--tw-content);
      background-color: rgba(123, 104, 238, 0.05);
    }
  }

  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }

  .after\:bg-\[linear-gradient\(180deg\,\#f4f4f9\,\#fbfbfd\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(180deg, #f4f4f9, #fbfbfd);
    }
  }

  .after\:bg-\[linear-gradient\(180deg\,rgba\(244\,244\,249\,0\.8\)_50\%\,rgba\(244\,244\,249\,0\.05\)_100\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
    }
  }

  .after\:bg-\[url\(\.\/images\/blur-purple\.png\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url(images/blur-purple.png);
    }
  }

  .after\:bg-\[url\(\.\/images\/hero-18\.jpg\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url(images/hero-18.jpg);
    }
  }

  .after\:bg-cover {
    &::after {
      content: var(--tw-content);
      background-size: cover;
    }
  }

  .after\:bg-scroll {
    &::after {
      content: var(--tw-content);
      background-attachment: scroll;
    }
  }

  .after\:bg-\[center_center\] {
    &::after {
      content: var(--tw-content);
      background-position: center center;
    }
  }

  .after\:bg-no-repeat {
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }

  .after\:font-Flaticon {
    &::after {
      content: var(--tw-content);
      font-family: var(--font-Flaticon);
    }
  }

  .after\:\!text-\[1rem\] {
    &::after {
      content: var(--tw-content);
      font-size: 1rem !important;
    }
  }

  .after\:font-light {
    &::after {
      content: var(--tw-content);
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }

  .after\:opacity-20 {
    &::after {
      content: var(--tw-content);
      opacity: 20%;
    }
  }

  .after\:shadow-\[0_0_35px_35px_\#fff\] {
    &::after {
      content: var(--tw-content);
      --tw-shadow: 0 0 35px 35px var(--tw-shadow-color, #fff);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }

  .after\:content-\[\'\\f11a\'\] {
    &::after {
      --tw-content: '\f11a';
      content: var(--tw-content);
    }
  }

  .last\:\!mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }

  .last\:pr-0 {
    &:last-child {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  .hover\:-top-1\.5 {
    &:hover {
      @media (hover: hover) {
        top: calc(var(--spacing) * -1.5);
      }
    }
  }

  .hover\:border-2 {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
    }
  }

  .hover\:border-solid {
    &:hover {
      @media (hover: hover) {
        --tw-border-style: solid;
        border-style: solid;
      }
    }
  }

  .hover\:border-\[\#ccc\] {
    &:hover {
      @media (hover: hover) {
        border-color: #ccc;
      }
    }
  }

  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }

  .hover\:\!bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent !important;
      }
    }
  }

  .hover\:bg-\[\#f7f7f9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f7f7f9;
      }
    }
  }

  .hover\:\!text-\[\#6c757d\] {
    &:hover {
      @media (hover: hover) {
        color: #6c757d !important;
      }
    }
  }

  .hover\:\!text-\[\#0195ff\] {
    &:hover {
      @media (hover: hover) {
        color: #0195ff !important;
      }
    }
  }

  .hover\:\!text-\[\#222\] {
    &:hover {
      @media (hover: hover) {
        color: #222 !important;
      }
    }
  }

  .hover\:\!text-\[\#353f4f\] {
    &:hover {
      @media (hover: hover) {
        color: #353f4f !important;
      }
    }
  }

  .hover\:\!text-\[\#888\] {
    &:hover {
      @media (hover: hover) {
        color: #888 !important;
      }
    }
  }

  .hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }

  .hover\:text-\[\#353f4f\] {
    &:hover {
      @media (hover: hover) {
        color: #353f4f;
      }
    }
  }

  .hover\:\!no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none !important;
      }
    }
  }

  .hover\:\!underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline !important;
      }
    }
  }

  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }

  .hover\:shadow-\[0_4px_12px_0_rgba\(0\,0\,0\,0\.08\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.08));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }

  .hover\:\!\[border\:1px_solid_\#333333\] {
    &:hover {
      @media (hover: hover) {
        border: 1px solid #333333 !important;
      }
    }
  }

  .hover\:before\:top-\[-1\.5rem\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          top: -1.5rem;
        }
      }
    }
  }

  .hover\:before\:right-\[-1\.5rem\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          right: -1.5rem;
        }
      }
    }
  }

  .hover\:before\:bottom-\[-1\.5rem\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          bottom: -1.5rem;
        }
      }
    }
  }

  .hover\:before\:left-\[-1\.5rem\] {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          left: -1.5rem;
        }
      }
    }
  }

  .hover\:before\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          opacity: 75%;
        }
      }
    }
  }

  .focus\:border-2 {
    &:focus {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }

  .focus\:border-solid {
    &:focus {
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  .focus\:border-\[\#1e90ff\] {
    &:focus {
      border-color: #1e90ff;
    }
  }

  .focus\:border-\[\#3eb1ff\] {
    &:focus {
      border-color: #3eb1ff;
    }
  }

  .focus\:border-\[\#1680fb\] {
    &:focus {
      border-color: #1680fb;
    }
  }

  .focus\:border-\[none\] {
    &:focus {
      border-color: none;
    }
  }

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

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

  .focus\:bg-\[\#fcfdfd\] {
    &:focus {
      background-color: #fcfdfd;
    }
  }

  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }

  .focus\:\!text-\[\#6c757d\] {
    &:focus {
      color: #6c757d !important;
    }
  }

  .focus\:no-underline {
    &:focus {
      text-decoration-line: none;
    }
  }

  .focus\:shadow-\[0_0\] {
    &:focus {
      --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

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

  .focus\:\[outline\:0\] {
    &:focus {
      outline: 0;
    }
  }

  .focus\:\[outline\:0px_none\] {
    &:focus {
      outline: 0px none;
    }
  }

  .focus\:\[outline\:none\] {
    &:focus {
      outline: none;
    }
  }

  .xsm\:max-xl\:\!p-0 {
    @media (width >=414px) {
      @media (width < 1200px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:relative {
    @media (width >=414px) {
      @media (width < 480px) {
        position: relative;
      }
    }
  }

  .xsm\:max-sm\:-top-1 {
    @media (width >=414px) {
      @media (width < 480px) {
        top: calc(var(--spacing) * -1);
      }
    }
  }

  .xsm\:max-sm\:-top-\[2px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: calc(2px * -1);
      }
    }
  }

  .xsm\:max-sm\:-top-px {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -1px;
      }
    }
  }

  .xsm\:max-sm\:top-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        top: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:top-\[-5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -5px;
      }
    }
  }

  .xsm\:max-sm\:top-\[-9px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -9px;
      }
    }
  }

  .xsm\:max-sm\:top-\[-19px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -19px;
      }
    }
  }

  .xsm\:max-sm\:top-\[-30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -30px;
      }
    }
  }

  .xsm\:max-sm\:top-\[-35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: -35px;
      }
    }
  }

  .xsm\:max-sm\:top-\[0\.5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 0.5px;
      }
    }
  }

  .xsm\:max-sm\:top-\[1\.5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 1.5px;
      }
    }
  }

  .xsm\:max-sm\:top-\[1\.25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 1.25px;
      }
    }
  }

  .xsm\:max-sm\:top-\[2px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 2px;
      }
    }
  }

  .xsm\:max-sm\:top-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 5px;
      }
    }
  }

  .xsm\:max-sm\:top-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 18px;
      }
    }
  }

  .xsm\:max-sm\:top-\[135px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: 135px;
      }
    }
  }

  .xsm\:max-sm\:top-\[calc\(50\%_-_2px\)\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: calc(50% - 2px);
      }
    }
  }

  .xsm\:max-sm\:top-\[calc\(50\%_-_30px\)\] {
    @media (width >=414px) {
      @media (width < 480px) {
        top: calc(50% - 30px);
      }
    }
  }

  .xsm\:max-sm\:right-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        right: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:right-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        right: 5px;
      }
    }
  }

  .xsm\:max-sm\:right-\[6px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        right: 6px;
      }
    }
  }

  .xsm\:max-sm\:right-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        right: 10px;
      }
    }
  }

  .xsm\:max-sm\:left-\[calc\(50\%_-_60px\)\] {
    @media (width >=414px) {
      @media (width < 480px) {
        left: calc(50% - 60px);
      }
    }
  }

  .xsm\:max-sm\:left-\[calc\(50\%_-_65px\)\] {
    @media (width >=414px) {
      @media (width < 480px) {
        left: calc(50% - 65px);
      }
    }
  }

  .xsm\:max-sm\:float-none {
    @media (width >=414px) {
      @media (width < 480px) {
        float: none;
      }
    }
  }

  .xsm\:max-sm\:\!m-\[0_2\%_35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin: 0 2% 35px !important;
      }
    }
  }

  .xsm\:max-sm\:\!m-\[0_12\%_18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin: 0 12% 18px !important;
      }
    }
  }

  .xsm\:max-sm\:m-\[0_2\%_35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin: 0 2% 35px;
      }
    }
  }

  .xsm\:max-sm\:m-auto {
    @media (width >=414px) {
      @media (width < 480px) {
        margin: auto;
      }
    }
  }

  .xsm\:max-sm\:\!mx-\[4\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 4% !important;
      }
    }
  }

  .xsm\:max-sm\:mx-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:mx-3 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .xsm\:max-sm\:mx-\[1\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 1%;
      }
    }
  }

  .xsm\:max-sm\:mx-\[2\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 2%;
      }
    }
  }

  .xsm\:max-sm\:mx-\[2px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 2px;
      }
    }
  }

  .xsm\:max-sm\:mx-\[3\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 3%;
      }
    }
  }

  .xsm\:max-sm\:mx-\[4\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 4%;
      }
    }
  }

  .xsm\:max-sm\:mx-\[5\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 5%;
      }
    }
  }

  .xsm\:max-sm\:mx-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 5px;
      }
    }
  }

  .xsm\:max-sm\:mx-\[6px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 6px;
      }
    }
  }

  .xsm\:max-sm\:mx-\[8px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 8px;
      }
    }
  }

  .xsm\:max-sm\:mx-\[9\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 9%;
      }
    }
  }

  .xsm\:max-sm\:mx-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-inline: 15px;
      }
    }
  }

  .xsm\:max-sm\:my-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-block: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:my-6 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-block: calc(var(--spacing) * 6);
      }
    }
  }

  .xsm\:max-sm\:my-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-block: 30px;
      }
    }
  }

  .xsm\:max-sm\:my-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-block: 35px;
      }
    }
  }

  .xsm\:max-sm\:\!mt-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-1\.5 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: calc(var(--spacing) * 1.5) !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-3 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: calc(var(--spacing) * 3) !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[3px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 3px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[4px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 4px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 5px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 10px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[12px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 12px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[14px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 14px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 15px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 18px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 20px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[23px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 23px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 25px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[27px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 27px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 30px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 35px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 40px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[45px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 45px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-\[50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 50px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mt-px {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: 1px !important;
      }
    }
  }

  .xsm\:max-sm\:-mt-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-top: calc(40px * -1);
      }
    }
  }

  .xsm\:max-sm\:mr-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:mr-4 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-right: calc(var(--spacing) * 4);
      }
    }
  }

  .xsm\:max-sm\:mr-\[-15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-right: -15px;
      }
    }
  }

  .xsm\:max-sm\:mr-\[5\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-right: 5%;
      }
    }
  }

  .xsm\:max-sm\:mr-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-right: 10px;
      }
    }
  }

  .xsm\:max-sm\:\!mb-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[-50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: -50px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[-70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: -70px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 5px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[6px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 6px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[8px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 8px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 10px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[12px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 12px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[14px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 14px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 15px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[16px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 16px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 18px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 20px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[22px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 22px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 25px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 30px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 35px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 40px !important;
      }
    }
  }

  .xsm\:max-sm\:\!mb-\[50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: 50px !important;
      }
    }
  }

  .xsm\:max-sm\:-mb-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: calc(20px * -1);
      }
    }
  }

  .xsm\:max-sm\:-mb-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-bottom: calc(40px * -1);
      }
    }
  }

  .xsm\:max-sm\:ml-\[-15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-left: -15px;
      }
    }
  }

  .xsm\:max-sm\:ml-\[3px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-left: 3px;
      }
    }
  }

  .xsm\:max-sm\:ml-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-left: 10px;
      }
    }
  }

  .xsm\:max-sm\:ml-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        margin-left: 18px;
      }
    }
  }

  .xsm\:max-sm\:\!block {
    @media (width >=414px) {
      @media (width < 480px) {
        display: block !important;
      }
    }
  }

  .xsm\:max-sm\:\!hidden {
    @media (width >=414px) {
      @media (width < 480px) {
        display: none !important;
      }
    }
  }

  .xsm\:max-sm\:block {
    @media (width >=414px) {
      @media (width < 480px) {
        display: block;
      }
    }
  }

  .xsm\:max-sm\:hidden {
    @media (width >=414px) {
      @media (width < 480px) {
        display: none;
      }
    }
  }

  .xsm\:max-sm\:\!h-5 {
    @media (width >=414px) {
      @media (width < 480px) {
        height: calc(var(--spacing) * 5) !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[2\.3rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 2.3rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[32px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 32px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[34px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 34px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[45px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 45px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[52px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 52px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[54px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 54px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[56px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 56px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[58px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 58px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 70px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[120px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 120px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[125px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: 125px !important;
      }
    }
  }

  .xsm\:max-sm\:\!h-\[calc\(100\%_-_74px\)\] {
    @media (width >=414px) {
      @media (width < 480px) {
        height: calc(100% - 74px) !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 30px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[31px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 31px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[34px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 34px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[37px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 37px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 40px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[56px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 56px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[64px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 64px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-h-\[185px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-height: 185px !important;
      }
    }
  }

  .xsm\:max-sm\:min-h-\[220px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        min-height: 220px;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[2\.3rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 2.3rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[32px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 32px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[45px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 45px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[52px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 52px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 70px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[120px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 120px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[125px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 125px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[340px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 340px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-\[360px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        width: 360px !important;
      }
    }
  }

  .xsm\:max-sm\:\!w-auto {
    @media (width >=414px) {
      @media (width < 480px) {
        width: auto !important;
      }
    }
  }

  .xsm\:max-sm\:w-5 {
    @media (width >=414px) {
      @media (width < 480px) {
        width: calc(var(--spacing) * 5);
      }
    }
  }

  .xsm\:max-sm\:w-auto {
    @media (width >=414px) {
      @media (width < 480px) {
        width: auto;
      }
    }
  }

  .xsm\:max-sm\:\!max-w-\[370px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-width: 370px !important;
      }
    }
  }

  .xsm\:max-sm\:\!max-w-\[inherit\] {
    @media (width >=414px) {
      @media (width < 480px) {
        max-width: inherit !important;
      }
    }
  }

  .xsm\:max-sm\:min-w-full {
    @media (width >=414px) {
      @media (width < 480px) {
        min-width: 100%;
      }
    }
  }

  .xsm\:max-sm\:rotate-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        rotate: 0deg;
      }
    }
  }

  .xsm\:max-sm\:overflow-visible {
    @media (width >=414px) {
      @media (width < 480px) {
        overflow: visible;
      }
    }
  }

  .xsm\:max-sm\:rounded-\[0_0\] {
    @media (width >=414px) {
      @media (width < 480px) {
        border-radius: 0 0;
      }
    }
  }

  .xsm\:max-sm\:rounded-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        border-radius: 10px;
      }
    }
  }

  .xsm\:max-sm\:bg-scroll {
    @media (width >=414px) {
      @media (width < 480px) {
        background-attachment: scroll;
      }
    }
  }

  .xsm\:max-sm\:\!p-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:\!p-\[0_2\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: 0 2% !important;
      }
    }
  }

  .xsm\:max-sm\:\!p-\[0_3\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: 0 3% !important;
      }
    }
  }

  .xsm\:max-sm\:\!p-\[0_5\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: 0 5% !important;
      }
    }
  }

  .xsm\:max-sm\:\!p-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: 15px !important;
      }
    }
  }

  .xsm\:max-sm\:\!p-\[30px_50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: 30px 50px !important;
      }
    }
  }

  .xsm\:max-sm\:\!p-\[30px_50px_35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: 30px 50px 35px !important;
      }
    }
  }

  .xsm\:max-sm\:\!p-\[35px_20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: 35px 20px !important;
      }
    }
  }

  .xsm\:max-sm\:\!p-\[70px_17px_0\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding: 70px 17px 0 !important;
      }
    }
  }

  .xsm\:max-sm\:\!px-\[2\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 2% !important;
      }
    }
  }

  .xsm\:max-sm\:\!px-\[5\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 5% !important;
      }
    }
  }

  .xsm\:max-sm\:px-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:px-3 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .xsm\:max-sm\:px-9 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: calc(var(--spacing) * 9);
      }
    }
  }

  .xsm\:max-sm\:px-\[1\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 1%;
      }
    }
  }

  .xsm\:max-sm\:px-\[2\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 2%;
      }
    }
  }

  .xsm\:max-sm\:px-\[2px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 2px;
      }
    }
  }

  .xsm\:max-sm\:px-\[3\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 3%;
      }
    }
  }

  .xsm\:max-sm\:px-\[4\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 4%;
      }
    }
  }

  .xsm\:max-sm\:px-\[5\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 5%;
      }
    }
  }

  .xsm\:max-sm\:px-\[6\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 6%;
      }
    }
  }

  .xsm\:max-sm\:px-\[7\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 7%;
      }
    }
  }

  .xsm\:max-sm\:px-\[8\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 8%;
      }
    }
  }

  .xsm\:max-sm\:px-\[8px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 8px;
      }
    }
  }

  .xsm\:max-sm\:px-\[10\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 10%;
      }
    }
  }

  .xsm\:max-sm\:px-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 10px;
      }
    }
  }

  .xsm\:max-sm\:px-\[13px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 13px;
      }
    }
  }

  .xsm\:max-sm\:px-\[14px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 14px;
      }
    }
  }

  .xsm\:max-sm\:px-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 15px;
      }
    }
  }

  .xsm\:max-sm\:px-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 20px;
      }
    }
  }

  .xsm\:max-sm\:px-\[22px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 22px;
      }
    }
  }

  .xsm\:max-sm\:px-\[25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 25px;
      }
    }
  }

  .xsm\:max-sm\:px-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 30px;
      }
    }
  }

  .xsm\:max-sm\:px-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 40px;
      }
    }
  }

  .xsm\:max-sm\:px-\[45px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 45px;
      }
    }
  }

  .xsm\:max-sm\:px-\[50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 50px;
      }
    }
  }

  .xsm\:max-sm\:px-\[55px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-inline: 55px;
      }
    }
  }

  .xsm\:max-sm\:\!py-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:\!py-\[80px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 80px !important;
      }
    }
  }

  .xsm\:max-sm\:py-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:py-2 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: calc(var(--spacing) * 2);
      }
    }
  }

  .xsm\:max-sm\:py-\[2px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 2px;
      }
    }
  }

  .xsm\:max-sm\:py-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 5px;
      }
    }
  }

  .xsm\:max-sm\:py-\[7px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 7px;
      }
    }
  }

  .xsm\:max-sm\:py-\[10px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 10px;
      }
    }
  }

  .xsm\:max-sm\:py-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 18px;
      }
    }
  }

  .xsm\:max-sm\:py-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 20px;
      }
    }
  }

  .xsm\:max-sm\:py-\[28px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 28px;
      }
    }
  }

  .xsm\:max-sm\:py-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 30px;
      }
    }
  }

  .xsm\:max-sm\:py-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 35px;
      }
    }
  }

  .xsm\:max-sm\:py-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 40px;
      }
    }
  }

  .xsm\:max-sm\:py-\[50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 50px;
      }
    }
  }

  .xsm\:max-sm\:py-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-block: 70px;
      }
    }
  }

  .xsm\:max-sm\:\!pt-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:\!pt-\[100px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 100px !important;
      }
    }
  }

  .xsm\:max-sm\:pt-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 15px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 20px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 25px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 30px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 35px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 40px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[45px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 45px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 50px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[55px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 55px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[60px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 60px;
      }
    }
  }

  .xsm\:max-sm\:pt-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-top: 70px;
      }
    }
  }

  .xsm\:max-sm\:pr-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }

  .xsm\:max-sm\:\!pb-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 5px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[15px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 15px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[18px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 18px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[20px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 20px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[22px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 22px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[25px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 25px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[30px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 30px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[35px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 35px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[40px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 40px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[50px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 50px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[60px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 60px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[65px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 65px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pb-\[70px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-bottom: 70px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pl-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-left: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .xsm\:max-sm\:\!pl-\[12px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-left: 12px !important;
      }
    }
  }

  .xsm\:max-sm\:\!pl-\[16px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        padding-left: 16px !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-center {
    @media (width >=414px) {
      @media (width < 480px) {
        text-align: center !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-left {
    @media (width >=414px) {
      @media (width < 480px) {
        text-align: left !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-sm {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: var(--text-sm) !important;
        line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.8rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.8rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.9rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.9rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.95rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.95rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.825rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.825rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.915rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.915rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.975rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.975rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[0\.9375rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 0.9375rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.1rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.1rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.2rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.2rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.4rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.4rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.15rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.15rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.75rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.75rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.125rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.125rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.175rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.175rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.0625rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.0625rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.1875rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.1875rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.3125rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.3125rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.4375rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.4375rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.5625rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.5625rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.6875rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.6875rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.8125rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.8125rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.9375rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.9375rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1\.21875rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1.21875rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[1rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 1rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.05rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.05rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.5rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.5rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.25rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.25rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.45rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.45rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.75rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.75rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.125rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.125rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2\.0625rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2.0625rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[2rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 2rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!text-\[4\.25rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        font-size: 4.25rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.3\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.3 !important;
        line-height: 1.3 !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.4\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.4 !important;
        line-height: 1.4 !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.8rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.8rem !important;
        line-height: 1.8rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.35\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.35 !important;
        line-height: 1.35 !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.45\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.45 !important;
        line-height: 1.45 !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[1\.6666\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1.6666 !important;
        line-height: 1.6666 !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-\[2\.05rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 2.05rem !important;
        line-height: 2.05rem !important;
      }
    }
  }

  .xsm\:max-sm\:\!leading-none {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1 !important;
        line-height: 1 !important;
      }
    }
  }

  .xsm\:max-sm\:leading-none {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: 1;
        line-height: 1;
      }
    }
  }

  .xsm\:max-sm\:leading-tight {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
      }
    }
  }

  .xsm\:max-sm\:tracking-\[-0\.5px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-tracking: -0.5px;
        letter-spacing: -0.5px;
      }
    }
  }

  .xsm\:max-sm\:tracking-\[-3px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        --tw-tracking: -3px;
        letter-spacing: -3px;
      }
    }
  }

  .xsm\:max-sm\:after\:\!top-\[6\.5\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          top: 6.5% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!top-\[22px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          top: 22px !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!top-\[23px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          top: 23px !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!top-\[32\.35\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          top: 32.35% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:right-0 {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          right: calc(var(--spacing) * 0);
        }
      }
    }
  }

  .xsm\:max-sm\:after\:right-\[2px\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          right: 2px;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!left-\[-20\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          left: -20% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!h-\[7\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          height: 7% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!h-\[64\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          height: 64% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!h-\[92\%\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          height: 92% !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!text-sm {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          font-size: var(--text-sm) !important;
          line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
        }
      }
    }
  }

  .xsm\:max-sm\:after\:\!text-\[0\.9rem\] {
    @media (width >=414px) {
      @media (width < 480px) {
        &::after {
          content: var(--tw-content);
          font-size: 0.9rem !important;
        }
      }
    }
  }

  .sm\:w-4\/12 {
    @media (width >=480px) {
      width: calc(4/12 * 100%);
    }
  }

  .sm\:w-6\/12 {
    @media (width >=480px) {
      width: calc(6/12 * 100%);
    }
  }

  .sm\:w-10\/12 {
    @media (width >=480px) {
      width: calc(10/12 * 100%);
    }
  }

  .sm\:max-md\:relative {
    @media (width >=480px) {
      @media (width < 768px) {
        position: relative;
      }
    }
  }

  .sm\:max-md\:-top-1 {
    @media (width >=480px) {
      @media (width < 768px) {
        top: calc(var(--spacing) * -1);
      }
    }
  }

  .sm\:max-md\:-top-\[2px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: calc(2px * -1);
      }
    }
  }

  .sm\:max-md\:-top-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: calc(20px * -1);
      }
    }
  }

  .sm\:max-md\:-top-px {
    @media (width >=480px) {
      @media (width < 768px) {
        top: -1px;
      }
    }
  }

  .sm\:max-md\:top-1\.5 {
    @media (width >=480px) {
      @media (width < 768px) {
        top: calc(var(--spacing) * 1.5);
      }
    }
  }

  .sm\:max-md\:top-\[-5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: -5px;
      }
    }
  }

  .sm\:max-md\:top-\[-30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: -30px;
      }
    }
  }

  .sm\:max-md\:top-\[-35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: -35px;
      }
    }
  }

  .sm\:max-md\:top-\[-40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: -40px;
      }
    }
  }

  .sm\:max-md\:top-\[1\.5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: 1.5px;
      }
    }
  }

  .sm\:max-md\:top-\[2px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: 2px;
      }
    }
  }

  .sm\:max-md\:top-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: 60px;
      }
    }
  }

  .sm\:max-md\:top-\[calc\(50\%_-_30px\)\] {
    @media (width >=480px) {
      @media (width < 768px) {
        top: calc(50% - 30px);
      }
    }
  }

  .sm\:max-md\:top-px {
    @media (width >=480px) {
      @media (width < 768px) {
        top: 1px;
      }
    }
  }

  .sm\:max-md\:right-\[5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        right: 5px;
      }
    }
  }

  .sm\:max-md\:right-\[10px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        right: 10px;
      }
    }
  }

  .sm\:max-md\:left-\[calc\(50\%_-_65px\)\] {
    @media (width >=480px) {
      @media (width < 768px) {
        left: calc(50% - 65px);
      }
    }
  }

  .sm\:max-md\:left-\[calc\(50\%_-_70px\)\] {
    @media (width >=480px) {
      @media (width < 768px) {
        left: calc(50% - 70px);
      }
    }
  }

  .sm\:max-md\:\!m-\[0_6px_20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin: 0 6px 20px !important;
      }
    }
  }

  .sm\:max-md\:\!m-\[0_12\%_20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin: 0 12% 20px !important;
      }
    }
  }

  .sm\:max-md\:\!mx-\[3\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 3% !important;
      }
    }
  }

  .sm\:max-md\:\!mx-\[4\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 4% !important;
      }
    }
  }

  .sm\:max-md\:mx-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:mx-\[2\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 2%;
      }
    }
  }

  .sm\:max-md\:mx-\[2px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 2px;
      }
    }
  }

  .sm\:max-md\:mx-\[3\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 3%;
      }
    }
  }

  .sm\:max-md\:mx-\[4\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 4%;
      }
    }
  }

  .sm\:max-md\:mx-\[5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 5%;
      }
    }
  }

  .sm\:max-md\:mx-\[10\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 10%;
      }
    }
  }

  .sm\:max-md\:mx-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 25px;
      }
    }
  }

  .sm\:max-md\:mx-\[45px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-inline: 45px;
      }
    }
  }

  .sm\:max-md\:my-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-block: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:my-\[18px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-block: 18px;
      }
    }
  }

  .sm\:max-md\:my-\[35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-block: 35px;
      }
    }
  }

  .sm\:max-md\:\!mt-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .sm\:max-md\:\!mt-1\.5 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: calc(var(--spacing) * 1.5) !important;
      }
    }
  }

  .sm\:max-md\:\!mt-3 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: calc(var(--spacing) * 3) !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[-43px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: -43px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[3px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 3px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[4px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 4px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 5px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[10px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 10px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[12px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 12px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[14px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 14px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 15px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[18px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 18px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 20px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[23px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 23px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 25px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[27px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 27px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[28px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 28px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 30px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 35px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 40px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[45px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 45px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-\[50px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 50px !important;
      }
    }
  }

  .sm\:max-md\:\!mt-px {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-top: 1px !important;
      }
    }
  }

  .sm\:max-md\:mr-\[-15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-right: -15px;
      }
    }
  }

  .sm\:max-md\:mr-\[5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-right: 5%;
      }
    }
  }

  .sm\:max-md\:mr-\[14px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-right: 14px;
      }
    }
  }

  .sm\:max-md\:mr-\[15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-right: 15px;
      }
    }
  }

  .sm\:max-md\:\!mb-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[-5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: -5px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[-18\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: -18% !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[-50px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: -50px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[-100px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: -100px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 5px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[6px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 6px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[8px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 8px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[10px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 10px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[12px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 12px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[14px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 14px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 15px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[16px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 16px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[18px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 18px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 20px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[22px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 22px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[24px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 24px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 25px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 30px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 40px !important;
      }
    }
  }

  .sm\:max-md\:\!mb-\[50px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: 50px !important;
      }
    }
  }

  .sm\:max-md\:-mb-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: calc(40px * -1);
      }
    }
  }

  .sm\:max-md\:-mb-\[80px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-bottom: calc(80px * -1);
      }
    }
  }

  .sm\:max-md\:ml-\[-15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-left: -15px;
      }
    }
  }

  .sm\:max-md\:ml-\[3px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-left: 3px;
      }
    }
  }

  .sm\:max-md\:ml-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        margin-left: 20px;
      }
    }
  }

  .sm\:max-md\:\!block {
    @media (width >=480px) {
      @media (width < 768px) {
        display: block !important;
      }
    }
  }

  .sm\:max-md\:block {
    @media (width >=480px) {
      @media (width < 768px) {
        display: block;
      }
    }
  }

  .sm\:max-md\:flex {
    @media (width >=480px) {
      @media (width < 768px) {
        display: flex;
      }
    }
  }

  .sm\:max-md\:hidden {
    @media (width >=480px) {
      @media (width < 768px) {
        display: none;
      }
    }
  }

  .sm\:max-md\:\!h-5 {
    @media (width >=480px) {
      @media (width < 768px) {
        height: calc(var(--spacing) * 5) !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[2\.15rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 2.15rem !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[32px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 32px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[52px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 52px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[54px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 54px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[56px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 56px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 60px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[70px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 70px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[80px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 80px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[125px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 125px !important;
      }
    }
  }

  .sm\:max-md\:\!h-\[135px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        height: 135px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 30px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[32px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 32px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[34px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 34px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[38px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 38px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[65px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 65px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[66px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 66px !important;
      }
    }
  }

  .sm\:max-md\:\!max-h-\[220px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-height: 220px !important;
      }
    }
  }

  .sm\:max-md\:min-h-\[190px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        min-height: 190px;
      }
    }
  }

  .sm\:max-md\:\!w-\[2\.15rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 2.15rem !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[52px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 52px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[70px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 70px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[80px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 80px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[125px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 125px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[135px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 135px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[390px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 390px !important;
      }
    }
  }

  .sm\:max-md\:\!w-\[400px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        width: 400px !important;
      }
    }
  }

  .sm\:max-md\:\!w-auto {
    @media (width >=480px) {
      @media (width < 768px) {
        width: auto !important;
      }
    }
  }

  .sm\:max-md\:w-5 {
    @media (width >=480px) {
      @media (width < 768px) {
        width: calc(var(--spacing) * 5);
      }
    }
  }

  .sm\:max-md\:w-auto {
    @media (width >=480px) {
      @media (width < 768px) {
        width: auto;
      }
    }
  }

  .sm\:max-md\:\!max-w-\[490px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-width: 490px !important;
      }
    }
  }

  .sm\:max-md\:\!max-w-\[inherit\] {
    @media (width >=480px) {
      @media (width < 768px) {
        max-width: inherit !important;
      }
    }
  }

  .sm\:max-md\:min-w-\[240px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        min-width: 240px;
      }
    }
  }

  .sm\:max-md\:rotate-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        rotate: 0deg;
      }
    }
  }

  .sm\:max-md\:overflow-visible {
    @media (width >=480px) {
      @media (width < 768px) {
        overflow: visible;
      }
    }
  }

  .sm\:max-md\:rounded-\[0_0\] {
    @media (width >=480px) {
      @media (width < 768px) {
        border-radius: 0 0;
      }
    }
  }

  .sm\:max-md\:rounded-\[10px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        border-radius: 10px;
      }
    }
  }

  .sm\:max-md\:rounded-\[12px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        border-radius: 12px;
      }
    }
  }

  .sm\:max-md\:bg-scroll {
    @media (width >=480px) {
      @media (width < 768px) {
        background-attachment: scroll;
      }
    }
  }

  .sm\:max-md\:\!p-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[0_2\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 0 2% !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[0_3\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 0 3% !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[0_5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 0 5% !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[0_10\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 0 10% !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[10px_40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 10px 40px !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[16px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 16px !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 25px !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 30px !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[35px_25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 35px 25px !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[50px_40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 50px 40px !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[70px_40px_0\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 70px 40px 0 !important;
      }
    }
  }

  .sm\:max-md\:\!p-\[70px_50px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding: 70px 50px !important;
      }
    }
  }

  .sm\:max-md\:\!px-\[5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 5% !important;
      }
    }
  }

  .sm\:max-md\:\!px-\[10\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 10% !important;
      }
    }
  }

  .sm\:max-md\:\!px-\[50px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 50px !important;
      }
    }
  }

  .sm\:max-md\:px-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:px-3 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .sm\:max-md\:px-8 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: calc(var(--spacing) * 8);
      }
    }
  }

  .sm\:max-md\:px-\[2\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 2%;
      }
    }
  }

  .sm\:max-md\:px-\[2px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 2px;
      }
    }
  }

  .sm\:max-md\:px-\[3\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 3%;
      }
    }
  }

  .sm\:max-md\:px-\[4\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 4%;
      }
    }
  }

  .sm\:max-md\:px-\[5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 5%;
      }
    }
  }

  .sm\:max-md\:px-\[6\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 6%;
      }
    }
  }

  .sm\:max-md\:px-\[7\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 7%;
      }
    }
  }

  .sm\:max-md\:px-\[8\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 8%;
      }
    }
  }

  .sm\:max-md\:px-\[8px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 8px;
      }
    }
  }

  .sm\:max-md\:px-\[10\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 10%;
      }
    }
  }

  .sm\:max-md\:px-\[14px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 14px;
      }
    }
  }

  .sm\:max-md\:px-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 20px;
      }
    }
  }

  .sm\:max-md\:px-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 25px;
      }
    }
  }

  .sm\:max-md\:px-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 30px;
      }
    }
  }

  .sm\:max-md\:px-\[35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 35px;
      }
    }
  }

  .sm\:max-md\:px-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 40px;
      }
    }
  }

  .sm\:max-md\:px-\[42px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 42px;
      }
    }
  }

  .sm\:max-md\:px-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-inline: 60px;
      }
    }
  }

  .sm\:max-md\:\!py-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .sm\:max-md\:\!py-\[80px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 80px !important;
      }
    }
  }

  .sm\:max-md\:py-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:py-\[5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 5px;
      }
    }
  }

  .sm\:max-md\:py-\[10px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 10px;
      }
    }
  }

  .sm\:max-md\:py-\[18px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 18px;
      }
    }
  }

  .sm\:max-md\:py-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 40px;
      }
    }
  }

  .sm\:max-md\:py-\[45px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 45px;
      }
    }
  }

  .sm\:max-md\:py-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 60px;
      }
    }
  }

  .sm\:max-md\:py-\[70px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-block: 70px;
      }
    }
  }

  .sm\:max-md\:pt-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 20px;
      }
    }
  }

  .sm\:max-md\:pt-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 25px;
      }
    }
  }

  .sm\:max-md\:pt-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 30px;
      }
    }
  }

  .sm\:max-md\:pt-\[35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 35px;
      }
    }
  }

  .sm\:max-md\:pt-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 40px;
      }
    }
  }

  .sm\:max-md\:pt-\[45px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 45px;
      }
    }
  }

  .sm\:max-md\:pt-\[46px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 46px;
      }
    }
  }

  .sm\:max-md\:pt-\[50px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 50px;
      }
    }
  }

  .sm\:max-md\:pt-\[55px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 55px;
      }
    }
  }

  .sm\:max-md\:pt-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 60px;
      }
    }
  }

  .sm\:max-md\:pt-\[100px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-top: 100px;
      }
    }
  }

  .sm\:max-md\:pr-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }

  .sm\:max-md\:\!pb-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 5px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[15px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 15px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[22px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 22px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[25px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 25px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[30px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 30px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[35px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 35px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 40px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[45px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 45px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[50px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 50px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[60px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 60px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[65px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 65px !important;
      }
    }
  }

  .sm\:max-md\:\!pb-\[70px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-bottom: 70px !important;
      }
    }
  }

  .sm\:max-md\:\!pl-0 {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-left: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .sm\:max-md\:\!pl-\[12px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-left: 12px !important;
      }
    }
  }

  .sm\:max-md\:\!pl-\[18px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        padding-left: 18px !important;
      }
    }
  }

  .sm\:max-md\:\!text-center {
    @media (width >=480px) {
      @media (width < 768px) {
        text-align: center !important;
      }
    }
  }

  .sm\:max-md\:\!text-7xl {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: var(--text-7xl) !important;
        line-height: var(--tw-leading, var(--text-7xl--line-height)) !important;
      }
    }
  }

  .sm\:max-md\:\!text-sm {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: var(--text-sm) !important;
        line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[0\.9rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 0.9rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[0\.95rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 0.95rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[0\.975rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 0.975rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.4rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.4rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.15rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.15rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.25rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.25rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.125rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.125rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.175rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.175rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.375rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.375rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.0625rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.0625rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.625rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.625rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.1875rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.1875rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.4375rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.4375rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.6875rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.6875rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.21875rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.21875rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1\.81255rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1.81255rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[1rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 1rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.5rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.5rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.15rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.15rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.25rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.25rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.75rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.75rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.375rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.375rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.0625rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.0625rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.625rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.625rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2\.875rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2.875rem !important;
      }
    }
  }

  .sm\:max-md\:\!text-\[2rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        font-size: 2rem !important;
      }
    }
  }

  .sm\:max-md\:\!leading-\[1\.4\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1.4 !important;
        line-height: 1.4 !important;
      }
    }
  }

  .sm\:max-md\:\!leading-\[1\.35\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1.35 !important;
        line-height: 1.35 !important;
      }
    }
  }

  .sm\:max-md\:\!leading-\[1\.95rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1.95rem !important;
        line-height: 1.95rem !important;
      }
    }
  }

  .sm\:max-md\:\!leading-\[1\.666\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1.666 !important;
        line-height: 1.666 !important;
      }
    }
  }

  .sm\:max-md\:\!leading-none {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1 !important;
        line-height: 1 !important;
      }
    }
  }

  .sm\:max-md\:leading-none {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-leading: 1;
        line-height: 1;
      }
    }
  }

  .sm\:max-md\:tracking-\[-0\.5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-tracking: -0.5px;
        letter-spacing: -0.5px;
      }
    }
  }

  .sm\:max-md\:tracking-\[-1\.5px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-tracking: -1.5px;
        letter-spacing: -1.5px;
      }
    }
  }

  .sm\:max-md\:tracking-\[-3px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        --tw-tracking: -3px;
        letter-spacing: -3px;
      }
    }
  }

  .sm\:max-md\:after\:\!top-\[5\.5\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          top: 5.5% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!top-\[20px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          top: 20px !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!top-\[22px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          top: 22px !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:right-\[2px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          right: 2px;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!left-\[-20\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          left: -20% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!h-\[7\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          height: 7% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!h-\[8\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          height: 8% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!h-\[92\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          height: 92% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!w-\[140\%\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          width: 140% !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:border-\[40px\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          border-style: var(--tw-border-style);
          border-width: 40px;
        }
      }
    }
  }

  .sm\:max-md\:after\:border-solid {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          --tw-border-style: solid;
          border-style: solid;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!text-sm {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          font-size: var(--text-sm) !important;
          line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
        }
      }
    }
  }

  .sm\:max-md\:after\:\!text-\[0\.9rem\] {
    @media (width >=480px) {
      @media (width < 768px) {
        &::after {
          content: var(--tw-content);
          font-size: 0.9rem !important;
        }
      }
    }
  }

  .md\:w-4\/12 {
    @media (width >=768px) {
      width: calc(4/12 * 100%);
    }
  }

  .md\:w-5\/12 {
    @media (width >=768px) {
      width: calc(5/12 * 100%);
    }
  }

  .md\:w-6\/12 {
    @media (width >=768px) {
      width: calc(6/12 * 100%);
    }
  }

  .md\:w-7\/12 {
    @media (width >=768px) {
      width: calc(7/12 * 100%);
    }
  }

  .md\:w-8\/12 {
    @media (width >=768px) {
      width: calc(8/12 * 100%);
    }
  }

  .md\:w-9\/12 {
    @media (width >=768px) {
      width: calc(9/12 * 100%);
    }
  }

  .md\:w-10\/12 {
    @media (width >=768px) {
      width: calc(10/12 * 100%);
    }
  }

  .md\:w-11\/12 {
    @media (width >=768px) {
      width: calc(11/12 * 100%);
    }
  }

  .md\:w-auto {
    @media (width >=768px) {
      width: auto;
    }
  }

  .md\:w-full {
    @media (width >=768px) {
      width: 100%;
    }
  }

  .md\:max-lg\:relative {
    @media (width >=768px) {
      @media (width < 992px) {
        position: relative;
      }
    }
  }

  .md\:max-lg\:-top-3 {
    @media (width >=768px) {
      @media (width < 992px) {
        top: calc(var(--spacing) * -3);
      }
    }
  }

  .md\:max-lg\:-top-\[2px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: calc(2px * -1);
      }
    }
  }

  .md\:max-lg\:-top-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: calc(20px * -1);
      }
    }
  }

  .md\:max-lg\:top-\[-5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: -5px;
      }
    }
  }

  .md\:max-lg\:top-\[-25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: -25px;
      }
    }
  }

  .md\:max-lg\:top-\[-30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: -30px;
      }
    }
  }

  .md\:max-lg\:top-\[4px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: 4px;
      }
    }
  }

  .md\:max-lg\:top-\[17px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: 17px;
      }
    }
  }

  .md\:max-lg\:top-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: 45px;
      }
    }
  }

  .md\:max-lg\:top-\[calc\(50\%_-_50px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: calc(50% - 50px);
      }
    }
  }

  .md\:max-lg\:top-\[calc\(50\%_-_60px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        top: calc(50% - 60px);
      }
    }
  }

  .md\:max-lg\:top-px {
    @media (width >=768px) {
      @media (width < 992px) {
        top: 1px;
      }
    }
  }

  .md\:max-lg\:right-\[-3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        right: -3px;
      }
    }
  }

  .md\:max-lg\:right-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        right: 5px;
      }
    }
  }

  .md\:max-lg\:right-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        right: 10px;
      }
    }
  }

  .md\:max-lg\:right-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        right: 30px;
      }
    }
  }

  .md\:max-lg\:bottom-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        bottom: 40px;
      }
    }
  }

  .md\:max-lg\:left-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        left: 30px;
      }
    }
  }

  .md\:max-lg\:left-\[calc\(50\%_-_50px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        left: calc(50% - 50px);
      }
    }
  }

  .md\:max-lg\:left-\[calc\(50\%_-_52px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        left: calc(50% - 52px);
      }
    }
  }

  .md\:max-lg\:left-\[calc\(50\%_-_55px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        left: calc(50% - 55px);
      }
    }
  }

  .md\:max-lg\:order-2 {
    @media (width >=768px) {
      @media (width < 992px) {
        order: 2;
      }
    }
  }

  .md\:max-lg\:float-left {
    @media (width >=768px) {
      @media (width < 992px) {
        float: left;
      }
    }
  }

  .md\:max-lg\:float-none {
    @media (width >=768px) {
      @media (width < 992px) {
        float: none;
      }
    }
  }

  .md\:max-lg\:m-\[-30px_-20px_-20px_-40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin: -30px -20px -20px -40px;
      }
    }
  }

  .md\:max-lg\:m-\[0_auto_50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin: 0 auto 50px;
      }
    }
  }

  .md\:max-lg\:\!mx-\[10\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: 10% !important;
      }
    }
  }

  .md\:max-lg\:-mx-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: calc(10px * -1);
      }
    }
  }

  .md\:max-lg\:mx-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:mx-1 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: calc(var(--spacing) * 1);
      }
    }
  }

  .md\:max-lg\:mx-1\.5 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: calc(var(--spacing) * 1.5);
      }
    }
  }

  .md\:max-lg\:mx-\[3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: 3px;
      }
    }
  }

  .md\:max-lg\:mx-\[6\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: 6%;
      }
    }
  }

  .md\:max-lg\:mx-\[7\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: 7%;
      }
    }
  }

  .md\:max-lg\:mx-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-inline: 30px;
      }
    }
  }

  .md\:max-lg\:\!my-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: 20px !important;
      }
    }
  }

  .md\:max-lg\:my-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:my-\[14px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: 14px;
      }
    }
  }

  .md\:max-lg\:my-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: 18px;
      }
    }
  }

  .md\:max-lg\:my-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: 20px;
      }
    }
  }

  .md\:max-lg\:my-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: 25px;
      }
    }
  }

  .md\:max-lg\:my-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-block: 30px;
      }
    }
  }

  .md\:max-lg\:\!mt-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!mt-3 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: calc(var(--spacing) * 3) !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-3\.5rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -3.5rem !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -3px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -30px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -35px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-38px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -38px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -45px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -50px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[-100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: -100px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[2px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 2px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 3px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 5px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 10px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[12px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 12px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[13px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 13px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[14px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 14px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[15px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 15px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 20px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 22px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 25px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[28px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 28px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 35px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 40px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 45px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 50px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[70px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 70px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-\[80px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 80px !important;
      }
    }
  }

  .md\:max-lg\:\!mt-px {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: 1px !important;
      }
    }
  }

  .md\:max-lg\:-mt-\[8px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: calc(8px * -1);
      }
    }
  }

  .md\:max-lg\:-mt-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-top: calc(40px * -1);
      }
    }
  }

  .md\:max-lg\:mr-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:mr-\[-8\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: -8%;
      }
    }
  }

  .md\:max-lg\:mr-\[-12\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: -12%;
      }
    }
  }

  .md\:max-lg\:mr-\[-20\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: -20%;
      }
    }
  }

  .md\:max-lg\:mr-\[-90\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: -90%;
      }
    }
  }

  .md\:max-lg\:mr-\[-94\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: -94%;
      }
    }
  }

  .md\:max-lg\:mr-\[-98\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: -98%;
      }
    }
  }

  .md\:max-lg\:mr-\[-100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: -100px;
      }
    }
  }

  .md\:max-lg\:mr-\[1\.15rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 1.15rem;
      }
    }
  }

  .md\:max-lg\:mr-\[2\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 2%;
      }
    }
  }

  .md\:max-lg\:mr-\[2px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 2px;
      }
    }
  }

  .md\:max-lg\:mr-\[3\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 3%;
      }
    }
  }

  .md\:max-lg\:mr-\[8px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 8px;
      }
    }
  }

  .md\:max-lg\:mr-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 10px;
      }
    }
  }

  .md\:max-lg\:mr-\[11px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 11px;
      }
    }
  }

  .md\:max-lg\:mr-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 18px;
      }
    }
  }

  .md\:max-lg\:mr-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 25px;
      }
    }
  }

  .md\:max-lg\:mr-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-right: 40px;
      }
    }
  }

  .md\:max-lg\:\!mb-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -5px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-24\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -24% !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -25px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -30px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -35px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -50px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -100px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[-150px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: -150px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 5px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[6px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 6px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[8px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 8px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 10px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[12px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 12px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[14px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 14px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[15px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 15px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[16px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 16px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 18px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 20px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 22px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[24px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 24px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 25px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[26px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 26px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 35px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 40px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 45px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 50px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[60px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 60px !important;
      }
    }
  }

  .md\:max-lg\:\!mb-\[80px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: 80px !important;
      }
    }
  }

  .md\:max-lg\:-mb-\[80px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-bottom: calc(80px * -1);
      }
    }
  }

  .md\:max-lg\:-ml-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: calc(20px * -1);
      }
    }
  }

  .md\:max-lg\:ml-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:ml-2 {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: calc(var(--spacing) * 2);
      }
    }
  }

  .md\:max-lg\:ml-\[-3\.5rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: -3.5rem;
      }
    }
  }

  .md\:max-lg\:ml-\[-10\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: -10%;
      }
    }
  }

  .md\:max-lg\:ml-\[-20\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: -20%;
      }
    }
  }

  .md\:max-lg\:ml-\[-45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: -45px;
      }
    }
  }

  .md\:max-lg\:ml-\[2px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: 2px;
      }
    }
  }

  .md\:max-lg\:ml-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: 10px;
      }
    }
  }

  .md\:max-lg\:ml-\[15px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: 15px;
      }
    }
  }

  .md\:max-lg\:ml-\[16\.66666667\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: 16.66666667%;
      }
    }
  }

  .md\:max-lg\:ml-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: 20px;
      }
    }
  }

  .md\:max-lg\:ml-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: 25px;
      }
    }
  }

  .md\:max-lg\:ml-\[50\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        margin-left: 50%;
      }
    }
  }

  .md\:max-lg\:\!block {
    @media (width >=768px) {
      @media (width < 992px) {
        display: block !important;
      }
    }
  }

  .md\:max-lg\:block {
    @media (width >=768px) {
      @media (width < 992px) {
        display: block;
      }
    }
  }

  .md\:max-lg\:flex {
    @media (width >=768px) {
      @media (width < 992px) {
        display: flex;
      }
    }
  }

  .md\:max-lg\:hidden {
    @media (width >=768px) {
      @media (width < 992px) {
        display: none;
      }
    }
  }

  .md\:max-lg\:inline-block {
    @media (width >=768px) {
      @media (width < 992px) {
        display: inline-block;
      }
    }
  }

  .md\:max-lg\:\!h-28 {
    @media (width >=768px) {
      @media (width < 992px) {
        height: calc(var(--spacing) * 28) !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[2\.15rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 2.15rem !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 18px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[28px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 28px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[32px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 32px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 40px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[46px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 46px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[48px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 48px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 50px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[52px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 52px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[75px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 75px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[90px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 90px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[95px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 95px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: 100px !important;
      }
    }
  }

  .md\:max-lg\:\!h-\[calc\(100\%_-_74px\)\] {
    @media (width >=768px) {
      @media (width < 992px) {
        height: calc(100% - 74px) !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-32 {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: calc(var(--spacing) * 32) !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[26px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 26px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[28px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 28px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[33px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 33px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[34px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 34px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 35px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[36px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 36px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[65px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 65px !important;
      }
    }
  }

  .md\:max-lg\:\!max-h-\[66px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-height: 66px !important;
      }
    }
  }

  .md\:max-lg\:min-h-\[190px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        min-height: 190px;
      }
    }
  }

  .md\:max-lg\:\!w-\[2\.15rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 2.15rem !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 18px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[32px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 32px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 40px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[46px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 46px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[50\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 50% !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[52px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 52px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[75px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 75px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[90px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 90px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[95px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 95px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 100px !important;
      }
    }
  }

  .md\:max-lg\:\!w-\[320px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 320px !important;
      }
    }
  }

  .md\:max-lg\:\!w-full {
    @media (width >=768px) {
      @media (width < 992px) {
        width: 100% !important;
      }
    }
  }

  .md\:max-lg\:w-1\/5 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(1/5 * 100%);
      }
    }
  }

  .md\:max-lg\:w-3\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(3/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-4\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(4/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-5\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(5/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-6\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(6/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-7\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(7/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-8\/12 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(8/12 * 100%);
      }
    }
  }

  .md\:max-lg\:w-28 {
    @media (width >=768px) {
      @media (width < 992px) {
        width: calc(var(--spacing) * 28);
      }
    }
  }

  .md\:max-lg\:\!max-w-\[220\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-width: 220% !important;
      }
    }
  }

  .md\:max-lg\:\!max-w-\[520px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-width: 520px !important;
      }
    }
  }

  .md\:max-lg\:\!max-w-\[600px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-width: 600px !important;
      }
    }
  }

  .md\:max-lg\:\!max-w-\[inherit\] {
    @media (width >=768px) {
      @media (width < 992px) {
        max-width: inherit !important;
      }
    }
  }

  .md\:max-lg\:min-w-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        min-width: 50px;
      }
    }
  }

  .md\:max-lg\:min-w-\[162px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        min-width: 162px;
      }
    }
  }

  .md\:max-lg\:\[flex\:0_0_auto\] {
    @media (width >=768px) {
      @media (width < 992px) {
        flex: 0 0 auto;
      }
    }
  }

  .md\:max-lg\:justify-center {
    @media (width >=768px) {
      @media (width < 992px) {
        justify-content: center;
      }
    }
  }

  .md\:max-lg\:rounded-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        border-radius: 10px;
      }
    }
  }

  .md\:max-lg\:\!p-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[0_8\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 0 8% !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[10px_30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 10px 30px !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[16px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 16px !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 20px !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[25px_20px_30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 25px 20px 30px !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[45px_35px_45px_25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 45px 35px 45px 25px !important;
      }
    }
  }

  .md\:max-lg\:\!p-\[50px_30px_0\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding: 50px 30px 0 !important;
      }
    }
  }

  .md\:max-lg\:\!px-\[1\.3rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 1.3rem !important;
      }
    }
  }

  .md\:max-lg\:\!px-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 22px !important;
      }
    }
  }

  .md\:max-lg\:px-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:px-3 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .md\:max-lg\:px-\[3\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 3%;
      }
    }
  }

  .md\:max-lg\:px-\[5\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 5%;
      }
    }
  }

  .md\:max-lg\:px-\[8\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 8%;
      }
    }
  }

  .md\:max-lg\:px-\[9px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 9px;
      }
    }
  }

  .md\:max-lg\:px-\[10\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 10%;
      }
    }
  }

  .md\:max-lg\:px-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 10px;
      }
    }
  }

  .md\:max-lg\:px-\[12\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 12%;
      }
    }
  }

  .md\:max-lg\:px-\[12px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 12px;
      }
    }
  }

  .md\:max-lg\:px-\[14px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 14px;
      }
    }
  }

  .md\:max-lg\:px-\[15\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 15%;
      }
    }
  }

  .md\:max-lg\:px-\[15px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 15px;
      }
    }
  }

  .md\:max-lg\:px-\[18\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 18%;
      }
    }
  }

  .md\:max-lg\:px-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 18px;
      }
    }
  }

  .md\:max-lg\:px-\[20\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 20%;
      }
    }
  }

  .md\:max-lg\:px-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 22px;
      }
    }
  }

  .md\:max-lg\:px-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 25px;
      }
    }
  }

  .md\:max-lg\:px-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 30px;
      }
    }
  }

  .md\:max-lg\:px-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 35px;
      }
    }
  }

  .md\:max-lg\:px-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 40px;
      }
    }
  }

  .md\:max-lg\:px-\[42px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 42px;
      }
    }
  }

  .md\:max-lg\:px-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 45px;
      }
    }
  }

  .md\:max-lg\:px-px {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-inline: 1px;
      }
    }
  }

  .md\:max-lg\:\!py-\[0\.7rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 0.7rem !important;
      }
    }
  }

  .md\:max-lg\:\!py-\[13px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 13px !important;
      }
    }
  }

  .md\:max-lg\:py-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:py-1\.5 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: calc(var(--spacing) * 1.5);
      }
    }
  }

  .md\:max-lg\:py-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 5px;
      }
    }
  }

  .md\:max-lg\:py-\[7px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 7px;
      }
    }
  }

  .md\:max-lg\:py-\[13px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 13px;
      }
    }
  }

  .md\:max-lg\:py-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 18px;
      }
    }
  }

  .md\:max-lg\:py-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 20px;
      }
    }
  }

  .md\:max-lg\:py-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 22px;
      }
    }
  }

  .md\:max-lg\:py-\[26px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 26px;
      }
    }
  }

  .md\:max-lg\:py-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 30px;
      }
    }
  }

  .md\:max-lg\:py-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 35px;
      }
    }
  }

  .md\:max-lg\:py-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 40px;
      }
    }
  }

  .md\:max-lg\:py-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 50px;
      }
    }
  }

  .md\:max-lg\:py-\[60px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 60px;
      }
    }
  }

  .md\:max-lg\:py-\[70px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 70px;
      }
    }
  }

  .md\:max-lg\:py-\[100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-block: 100px;
      }
    }
  }

  .md\:max-lg\:pt-\[12px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 12px;
      }
    }
  }

  .md\:max-lg\:pt-\[18px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 18px;
      }
    }
  }

  .md\:max-lg\:pt-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 20px;
      }
    }
  }

  .md\:max-lg\:pt-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 25px;
      }
    }
  }

  .md\:max-lg\:pt-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 30px;
      }
    }
  }

  .md\:max-lg\:pt-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 35px;
      }
    }
  }

  .md\:max-lg\:pt-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 40px;
      }
    }
  }

  .md\:max-lg\:pt-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 45px;
      }
    }
  }

  .md\:max-lg\:pt-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 50px;
      }
    }
  }

  .md\:max-lg\:pt-\[60px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 60px;
      }
    }
  }

  .md\:max-lg\:pt-\[65px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 65px;
      }
    }
  }

  .md\:max-lg\:pt-\[70px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 70px;
      }
    }
  }

  .md\:max-lg\:pt-\[80px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 80px;
      }
    }
  }

  .md\:max-lg\:pt-\[90px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 90px;
      }
    }
  }

  .md\:max-lg\:pt-\[100px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-top: 100px;
      }
    }
  }

  .md\:max-lg\:\!pr-\[2\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 2% !important;
      }
    }
  }

  .md\:max-lg\:\!pr-\[5\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 5% !important;
      }
    }
  }

  .md\:max-lg\:pr-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }

  .md\:max-lg\:pr-0\.5 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: calc(var(--spacing) * 0.5);
      }
    }
  }

  .md\:max-lg\:pr-\[4\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 4%;
      }
    }
  }

  .md\:max-lg\:pr-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 5px;
      }
    }
  }

  .md\:max-lg\:pr-\[8\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 8%;
      }
    }
  }

  .md\:max-lg\:pr-\[10\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 10%;
      }
    }
  }

  .md\:max-lg\:pr-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-right: 10px;
      }
    }
  }

  .md\:max-lg\:\!pb-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!pb-5 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: calc(var(--spacing) * 5) !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[10px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 10px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[15px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 15px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[20px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 20px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 25px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[35px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 35px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[40px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 40px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[50px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 50px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[55px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 55px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[60px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 60px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[70px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 70px !important;
      }
    }
  }

  .md\:max-lg\:\!pb-\[80px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-bottom: 80px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-0 {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 5px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[12px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 12px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 22px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[25px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 25px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[30px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 30px !important;
      }
    }
  }

  .md\:max-lg\:\!pl-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        padding-left: 45px !important;
      }
    }
  }

  .md\:max-lg\:\!text-center {
    @media (width >=768px) {
      @media (width < 992px) {
        text-align: center !important;
      }
    }
  }

  .md\:max-lg\:\!text-sm {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: var(--text-sm) !important;
        line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.8rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.8rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.85rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.85rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.95rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.95rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.975rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.975rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.9075rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.9075rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[0\.9375rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 0.9375rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.1rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.1rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.2rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.2rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.3rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.3rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.15rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.15rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.25rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.25rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.65rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.65rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.125rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.125rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.0625rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.0625rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.17647rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.17647rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.32352rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.32352rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.066176rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.066176rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.98529rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.98529rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.397058rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.397058rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.470588rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.470588rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1\.764705rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1.764705rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[1rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 1rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.5rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.5rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.25rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.25rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.45rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.45rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.75rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.75rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.125rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.125rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.20588rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.20588rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.35294rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.35294rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.64705rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.64705rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.79411rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.79411rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[2\.94117rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 2.94117rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[3\.08823rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 3.08823rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[3\.23529rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 3.23529rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[3\.38235rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 3.38235rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[3\.52941rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 3.52941rem !important;
      }
    }
  }

  .md\:max-lg\:\!text-\[4\.15rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        font-size: 4.15rem !important;
      }
    }
  }

  .md\:max-lg\:\!leading-\[1\.3\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: 1.3 !important;
        line-height: 1.3 !important;
      }
    }
  }

  .md\:max-lg\:\!leading-\[1\.8rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: 1.8rem !important;
        line-height: 1.8rem !important;
      }
    }
  }

  .md\:max-lg\:\!leading-\[1\.85rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: 1.85rem !important;
        line-height: 1.85rem !important;
      }
    }
  }

  .md\:max-lg\:\!leading-none {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: 1 !important;
        line-height: 1 !important;
      }
    }
  }

  .md\:max-lg\:leading-8 {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: calc(var(--spacing) * 8);
        line-height: calc(var(--spacing) * 8);
      }
    }
  }

  .md\:max-lg\:leading-none {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: 1;
        line-height: 1;
      }
    }
  }

  .md\:max-lg\:leading-tight {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
      }
    }
  }

  .md\:max-lg\:tracking-\[-0\.5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-tracking: -0.5px;
        letter-spacing: -0.5px;
      }
    }
  }

  .md\:max-lg\:tracking-\[-1\.5px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-tracking: -1.5px;
        letter-spacing: -1.5px;
      }
    }
  }

  .md\:max-lg\:tracking-\[-3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        --tw-tracking: -3px;
        letter-spacing: -3px;
      }
    }
  }

  .md\:max-lg\:before\:bottom-\[3px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::before {
          content: var(--tw-content);
          bottom: 3px;
        }
      }
    }
  }

  .md\:max-lg\:before\:left-\[4px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::before {
          content: var(--tw-content);
          left: 4px;
        }
      }
    }
  }

  .md\:max-lg\:before\:\!h-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::before {
          content: var(--tw-content);
          height: 22px !important;
        }
      }
    }
  }

  .md\:max-lg\:before\:\!w-\[22px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::before {
          content: var(--tw-content);
          width: 22px !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!top-\[12\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          top: 12% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!top-\[19\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          top: 19% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!top-\[19px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          top: 19px !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!top-\[23px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          top: 23px !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:right-\[2px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          right: 2px;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!left-\[-20\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          left: -20% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!left-\[22\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          left: 22% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!left-\[48\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          left: 48% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!h-3\/4 {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          height: calc(3/4 * 100%) !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!h-\[11\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          height: 11% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!h-\[82\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          height: 82% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!w-\[52\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          width: 52% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!w-\[54\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          width: 54% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!w-\[78\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          width: 78% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!w-\[140\%\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          width: 140% !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:border-\[45px\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          border-style: var(--tw-border-style);
          border-width: 45px;
        }
      }
    }
  }

  .md\:max-lg\:after\:border-solid {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          --tw-border-style: solid;
          border-style: solid;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!text-\[0\.825rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          font-size: 0.825rem !important;
        }
      }
    }
  }

  .md\:max-lg\:after\:\!text-\[0\.935rem\] {
    @media (width >=768px) {
      @media (width < 992px) {
        &::after {
          content: var(--tw-content);
          font-size: 0.935rem !important;
        }
      }
    }
  }

  .lg\:w-3\/12 {
    @media (width >=992px) {
      width: calc(3/12 * 100%);
    }
  }

  .lg\:w-4\/12 {
    @media (width >=992px) {
      width: calc(4/12 * 100%);
    }
  }

  .lg\:w-6\/12 {
    @media (width >=992px) {
      width: calc(6/12 * 100%);
    }
  }

  .lg\:w-10\/12 {
    @media (width >=992px) {
      width: calc(10/12 * 100%);
    }
  }

  .lg\:w-11\/12 {
    @media (width >=992px) {
      width: calc(11/12 * 100%);
    }
  }

  .lg\:w-full {
    @media (width >=992px) {
      width: 100%;
    }
  }

  .lg\:max-xl\:relative {
    @media (width >=992px) {
      @media (width < 1200px) {
        position: relative;
      }
    }
  }

  .lg\:max-xl\:-top-1 {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: calc(var(--spacing) * -1);
      }
    }
  }

  .lg\:max-xl\:-top-\[2px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: calc(2px * -1);
      }
    }
  }

  .lg\:max-xl\:top-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:top-\[-1\.5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: -1.5px;
      }
    }
  }

  .lg\:max-xl\:top-\[-5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: -5px;
      }
    }
  }

  .lg\:max-xl\:top-\[-22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: -22px;
      }
    }
  }

  .lg\:max-xl\:top-\[-30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: -30px;
      }
    }
  }

  .lg\:max-xl\:top-\[-35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: -35px;
      }
    }
  }

  .lg\:max-xl\:top-\[18px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: 18px;
      }
    }
  }

  .lg\:max-xl\:top-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        top: 60px;
      }
    }
  }

  .lg\:max-xl\:right-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        right: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:right-\[2px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        right: 2px;
      }
    }
  }

  .lg\:max-xl\:right-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        right: 5px;
      }
    }
  }

  .lg\:max-xl\:right-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        right: 10px;
      }
    }
  }

  .lg\:max-xl\:right-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        right: 45px;
      }
    }
  }

  .lg\:max-xl\:bottom-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        bottom: 40px;
      }
    }
  }

  .lg\:max-xl\:left-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        left: 45px;
      }
    }
  }

  .lg\:max-xl\:left-\[calc\(50\%_-_55px\)\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        left: calc(50% - 55px);
      }
    }
  }

  .lg\:max-xl\:left-\[calc\(50\%_-_60px\)\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        left: calc(50% - 60px);
      }
    }
  }

  .lg\:max-xl\:order-2 {
    @media (width >=992px) {
      @media (width < 1200px) {
        order: 2;
      }
    }
  }

  .lg\:max-xl\:m-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:m-\[-30px_-20px_-20px_-40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin: -30px -20px -20px -40px;
      }
    }
  }

  .lg\:max-xl\:m-\[0_auto_55px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin: 0 auto 55px;
      }
    }
  }

  .lg\:max-xl\:mx-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:mx-1\.5 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: calc(var(--spacing) * 1.5);
      }
    }
  }

  .lg\:max-xl\:mx-\[3px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: 3px;
      }
    }
  }

  .lg\:max-xl\:mx-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: 5px;
      }
    }
  }

  .lg\:max-xl\:mx-\[6\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: 6%;
      }
    }
  }

  .lg\:max-xl\:mx-\[7\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: 7%;
      }
    }
  }

  .lg\:max-xl\:mx-\[8\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: 8%;
      }
    }
  }

  .lg\:max-xl\:mx-\[10\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: 10%;
      }
    }
  }

  .lg\:max-xl\:mx-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: 10px;
      }
    }
  }

  .lg\:max-xl\:mx-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-inline: 15px;
      }
    }
  }

  .lg\:max-xl\:\!my-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-block: 25px !important;
      }
    }
  }

  .lg\:max-xl\:my-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-block: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:my-\[18px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-block: 18px;
      }
    }
  }

  .lg\:max-xl\:my-\[20px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-block: 20px;
      }
    }
  }

  .lg\:max-xl\:my-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-block: 25px;
      }
    }
  }

  .lg\:max-xl\:my-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-block: 35px;
      }
    }
  }

  .lg\:max-xl\:\!mt-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-3 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: calc(var(--spacing) * 3) !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-4 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: calc(var(--spacing) * 4) !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[-42px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: -42px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[-45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: -45px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[-50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: -50px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[-60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: -60px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[2px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 2px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 5px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[8px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 8px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 10px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[12px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 12px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 15px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[18px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 18px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[20px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 20px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 22px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 25px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[32px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 32px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 35px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 40px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 45px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 50px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 60px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 80px !important;
      }
    }
  }

  .lg\:max-xl\:\!mt-px {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-top: 1px !important;
      }
    }
  }

  .lg\:max-xl\:mr-\[-65\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: -65%;
      }
    }
  }

  .lg\:max-xl\:mr-\[-75\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: -75%;
      }
    }
  }

  .lg\:max-xl\:mr-\[-90\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: -90%;
      }
    }
  }

  .lg\:max-xl\:mr-\[-95\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: -95%;
      }
    }
  }

  .lg\:max-xl\:mr-\[-120px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: -120px;
      }
    }
  }

  .lg\:max-xl\:mr-\[1\.1rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 1.1rem;
      }
    }
  }

  .lg\:max-xl\:mr-\[2px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 2px;
      }
    }
  }

  .lg\:max-xl\:mr-\[3\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 3%;
      }
    }
  }

  .lg\:max-xl\:mr-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 5px;
      }
    }
  }

  .lg\:max-xl\:mr-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 10px;
      }
    }
  }

  .lg\:max-xl\:mr-\[12px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 12px;
      }
    }
  }

  .lg\:max-xl\:mr-\[14px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 14px;
      }
    }
  }

  .lg\:max-xl\:mr-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 15px;
      }
    }
  }

  .lg\:max-xl\:mr-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 25px;
      }
    }
  }

  .lg\:max-xl\:mr-\[70px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-right: 70px;
      }
    }
  }

  .lg\:max-xl\:\!mb-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[-5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: -5px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[-25\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: -25% !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[-25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: -25px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[-70px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: -70px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 5px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[6px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 6px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[8px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 8px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 10px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[12px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 12px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[14px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 14px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 15px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[16px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 16px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[18px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 18px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[20px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 20px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 22px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[24px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 24px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 25px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[28px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 28px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[32px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 32px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 35px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[38px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 38px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 40px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 45px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 50px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[55px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 55px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 60px !important;
      }
    }
  }

  .lg\:max-xl\:\!mb-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: 80px !important;
      }
    }
  }

  .lg\:max-xl\:-mb-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: calc(40px * -1);
      }
    }
  }

  .lg\:max-xl\:-mb-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-bottom: calc(80px * -1);
      }
    }
  }

  .lg\:max-xl\:lg\:\!mb-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        @media (width >=992px) {
          margin-bottom: 35px !important;
        }
      }
    }
  }

  .lg\:max-xl\:ml-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:ml-\[-25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: -25px;
      }
    }
  }

  .lg\:max-xl\:ml-\[-30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: -30px;
      }
    }
  }

  .lg\:max-xl\:ml-\[-45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: -45px;
      }
    }
  }

  .lg\:max-xl\:ml-\[2px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 2px;
      }
    }
  }

  .lg\:max-xl\:ml-\[3\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 3%;
      }
    }
  }

  .lg\:max-xl\:ml-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 5px;
      }
    }
  }

  .lg\:max-xl\:ml-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 10px;
      }
    }
  }

  .lg\:max-xl\:ml-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 15px;
      }
    }
  }

  .lg\:max-xl\:ml-\[25\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 25%;
      }
    }
  }

  .lg\:max-xl\:ml-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 25px;
      }
    }
  }

  .lg\:max-xl\:ml-\[58\.33333333\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        margin-left: 58.33333333%;
      }
    }
  }

  .lg\:max-xl\:flex {
    @media (width >=992px) {
      @media (width < 1200px) {
        display: flex;
      }
    }
  }

  .lg\:max-xl\:\!h-\[2\.15rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 2.15rem !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[2\.35rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 2.35rem !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[28px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 28px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[32px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 32px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[44px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 44px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[48px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 48px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 50px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[52px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 52px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[54px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 54px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 60px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 80px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[90px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 90px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[110px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 110px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[115px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: 115px !important;
      }
    }
  }

  .lg\:max-xl\:\!h-\[calc\(100\%_-_74px\)\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        height: calc(100% - 74px) !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-40 {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: calc(var(--spacing) * 40) !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[28px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 28px !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[32px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 32px !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[34px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 34px !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[39px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 39px !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 40px !important;
      }
    }
  }

  .lg\:max-xl\:\!max-h-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-height: 80px !important;
      }
    }
  }

  .lg\:max-xl\:min-h-\[190px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        min-height: 190px;
      }
    }
  }

  .lg\:max-xl\:\!w-\[2\.15rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 2.15rem !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[2\.35rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 2.35rem !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[32\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 32% !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[44px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 44px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[48px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 48px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[50\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 50% !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[52px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 52px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 60px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[68\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 68% !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 80px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[90px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 90px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[110px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 110px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[115px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 115px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[350px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 350px !important;
      }
    }
  }

  .lg\:max-xl\:\!w-\[700px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: 700px !important;
      }
    }
  }

  .lg\:max-xl\:w-1\/5 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(1/5 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-2\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(2/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-3\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(3/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-5\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(5/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-6\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(6/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-7\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(7/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-8\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(8/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-9\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(9/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-10\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(10/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:w-11\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        width: calc(11/12 * 100%);
      }
    }
  }

  .lg\:max-xl\:\!max-w-\[175\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-width: 175% !important;
      }
    }
  }

  .lg\:max-xl\:\!max-w-\[580px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        max-width: 580px !important;
      }
    }
  }

  .lg\:max-xl\:min-w-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        min-width: 50px;
      }
    }
  }

  .lg\:max-xl\:min-w-\[220px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        min-width: 220px;
      }
    }
  }

  .lg\:max-xl\:\[flex\:0_0_auto\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        flex: 0 0 auto;
      }
    }
  }

  .lg\:max-xl\:justify-center {
    @media (width >=992px) {
      @media (width < 1200px) {
        justify-content: center;
      }
    }
  }

  .lg\:max-xl\:rounded-\[32px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        border-radius: 32px;
      }
    }
  }

  .lg\:max-xl\:\!p-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[0_3\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 0 3% !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[10px_30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 10px 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[16px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 16px !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[30px_32px_35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 30px 32px 35px !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 45px !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[50px_45px_50px_35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 50px 45px 50px 35px !important;
      }
    }
  }

  .lg\:max-xl\:\!p-\[60px_45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding: 60px 45px !important;
      }
    }
  }

  .lg\:max-xl\:\!px-\[1\.3rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 1.3rem !important;
      }
    }
  }

  .lg\:max-xl\:\!px-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 40px !important;
      }
    }
  }

  .lg\:max-xl\:px-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:px-3 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }

  .lg\:max-xl\:px-11 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: calc(var(--spacing) * 11);
      }
    }
  }

  .lg\:max-xl\:px-\[5\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 5%;
      }
    }
  }

  .lg\:max-xl\:px-\[6\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 6%;
      }
    }
  }

  .lg\:max-xl\:px-\[8\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 8%;
      }
    }
  }

  .lg\:max-xl\:px-\[10\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 10%;
      }
    }
  }

  .lg\:max-xl\:px-\[12\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 12%;
      }
    }
  }

  .lg\:max-xl\:px-\[12px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 12px;
      }
    }
  }

  .lg\:max-xl\:px-\[13px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 13px;
      }
    }
  }

  .lg\:max-xl\:px-\[14px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 14px;
      }
    }
  }

  .lg\:max-xl\:px-\[15\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 15%;
      }
    }
  }

  .lg\:max-xl\:px-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 15px;
      }
    }
  }

  .lg\:max-xl\:px-\[20\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 20%;
      }
    }
  }

  .lg\:max-xl\:px-\[20px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 20px;
      }
    }
  }

  .lg\:max-xl\:px-\[22\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 22%;
      }
    }
  }

  .lg\:max-xl\:px-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 22px;
      }
    }
  }

  .lg\:max-xl\:px-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 25px;
      }
    }
  }

  .lg\:max-xl\:px-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 30px;
      }
    }
  }

  .lg\:max-xl\:px-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 35px;
      }
    }
  }

  .lg\:max-xl\:px-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 40px;
      }
    }
  }

  .lg\:max-xl\:px-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 50px;
      }
    }
  }

  .lg\:max-xl\:px-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 60px;
      }
    }
  }

  .lg\:max-xl\:px-\[70px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 70px;
      }
    }
  }

  .lg\:max-xl\:px-px {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-inline: 1px;
      }
    }
  }

  .lg\:max-xl\:\!py-\[0\.7rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 0.7rem !important;
      }
    }
  }

  .lg\:max-xl\:\!py-\[13px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 13px !important;
      }
    }
  }

  .lg\:max-xl\:py-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:py-2 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: calc(var(--spacing) * 2);
      }
    }
  }

  .lg\:max-xl\:py-4 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: calc(var(--spacing) * 4);
      }
    }
  }

  .lg\:max-xl\:py-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 5px;
      }
    }
  }

  .lg\:max-xl\:py-\[7px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 7px;
      }
    }
  }

  .lg\:max-xl\:py-\[13px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 13px;
      }
    }
  }

  .lg\:max-xl\:py-\[18px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 18px;
      }
    }
  }

  .lg\:max-xl\:py-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 22px;
      }
    }
  }

  .lg\:max-xl\:py-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 25px;
      }
    }
  }

  .lg\:max-xl\:py-\[38px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 38px;
      }
    }
  }

  .lg\:max-xl\:py-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 40px;
      }
    }
  }

  .lg\:max-xl\:py-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 45px;
      }
    }
  }

  .lg\:max-xl\:py-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 60px;
      }
    }
  }

  .lg\:max-xl\:py-\[65px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 65px;
      }
    }
  }

  .lg\:max-xl\:py-\[70px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 70px;
      }
    }
  }

  .lg\:max-xl\:py-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 80px;
      }
    }
  }

  .lg\:max-xl\:py-\[90px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-block: 90px;
      }
    }
  }

  .lg\:max-xl\:pt-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 15px;
      }
    }
  }

  .lg\:max-xl\:pt-\[20px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 20px;
      }
    }
  }

  .lg\:max-xl\:pt-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 22px;
      }
    }
  }

  .lg\:max-xl\:pt-\[28px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 28px;
      }
    }
  }

  .lg\:max-xl\:pt-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 30px;
      }
    }
  }

  .lg\:max-xl\:pt-\[34px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 34px;
      }
    }
  }

  .lg\:max-xl\:pt-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 35px;
      }
    }
  }

  .lg\:max-xl\:pt-\[38px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 38px;
      }
    }
  }

  .lg\:max-xl\:pt-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 40px;
      }
    }
  }

  .lg\:max-xl\:pt-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 50px;
      }
    }
  }

  .lg\:max-xl\:pt-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 60px;
      }
    }
  }

  .lg\:max-xl\:pt-\[65px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 65px;
      }
    }
  }

  .lg\:max-xl\:pt-\[70px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 70px;
      }
    }
  }

  .lg\:max-xl\:pt-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 80px;
      }
    }
  }

  .lg\:max-xl\:pt-\[120px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 120px;
      }
    }
  }

  .lg\:max-xl\:pt-\[130px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 130px;
      }
    }
  }

  .lg\:max-xl\:pt-\[140px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 140px;
      }
    }
  }

  .lg\:max-xl\:pt-\[150px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 150px;
      }
    }
  }

  .lg\:max-xl\:pt-\[160px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-top: 160px;
      }
    }
  }

  .lg\:max-xl\:\!pr-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .lg\:max-xl\:\!pr-\[3\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 3% !important;
      }
    }
  }

  .lg\:max-xl\:pr-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:max-xl\:pr-\[3\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 3%;
      }
    }
  }

  .lg\:max-xl\:pr-\[4\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 4%;
      }
    }
  }

  .lg\:max-xl\:pr-\[10\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 10%;
      }
    }
  }

  .lg\:max-xl\:pr-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 10px;
      }
    }
  }

  .lg\:max-xl\:pr-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 15px;
      }
    }
  }

  .lg\:max-xl\:pr-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-right: 30px;
      }
    }
  }

  .lg\:max-xl\:\!pb-0 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-7 {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: calc(var(--spacing) * 7) !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 10px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[15px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 15px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[18px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 18px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[20px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 20px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 22px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[25px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 25px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[35px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 35px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[40px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 40px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 50px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[55px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 55px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 60px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[70px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 70px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[80px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 80px !important;
      }
    }
  }

  .lg\:max-xl\:\!pb-\[110px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 110px !important;
      }
    }
  }

  .lg\:max-xl\:pb-\[60px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-bottom: 60px;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[5\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 5% !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 5px !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[8\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 8% !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[10px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 10px !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[12px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 12px !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[28\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 28% !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[30px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 30px !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[50px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 50px !important;
      }
    }
  }

  .lg\:max-xl\:\!pl-\[65px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        padding-left: 65px !important;
      }
    }
  }

  .lg\:max-xl\:\!text-7xl {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: var(--text-7xl) !important;
        line-height: var(--tw-leading, var(--text-7xl--line-height)) !important;
      }
    }
  }

  .lg\:max-xl\:\!text-sm {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: var(--text-sm) !important;
        line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.8rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.8rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.9rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.9rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.85rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.85rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.95rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.95rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.875rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.875rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.925rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.925rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.965rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.965rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.975rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.975rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[0\.985rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 0.985rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.1rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.1rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.05rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.05rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.5rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.5rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.9rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.9rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.15rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.15rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.25rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.25rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.45rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.45rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.75rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.75rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.125rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.125rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.135rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.135rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.225rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.225rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.375rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.375rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.0625rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.0625rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.625rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.625rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.875rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.875rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1\.18755rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1.18755rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[1rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 1rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.4rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.4rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.5rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.5rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.25rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.25rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.75rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.75rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.85rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.85rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.625rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.625rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.875rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.875rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.3125rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.3125rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.4375rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.4375rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2\.5625rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2.5625rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[2rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 2rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[3\.5rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 3.5rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[3\.25rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 3.25rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[3\.75rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 3.75rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[3\.125rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 3.125rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[3\.375rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 3.375rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[3\.625rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 3.625rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[3rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 3rem !important;
      }
    }
  }

  .lg\:max-xl\:\!text-\[16px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        font-size: 16px !important;
      }
    }
  }

  .lg\:max-xl\:\!leading-\[1\.95rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-leading: 1.95rem !important;
        line-height: 1.95rem !important;
      }
    }
  }

  .lg\:max-xl\:leading-8 {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-leading: calc(var(--spacing) * 8);
        line-height: calc(var(--spacing) * 8);
      }
    }
  }

  .lg\:max-xl\:leading-none {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-leading: 1;
        line-height: 1;
      }
    }
  }

  .lg\:max-xl\:leading-tight {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
      }
    }
  }

  .lg\:max-xl\:tracking-\[-0\.5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-tracking: -0.5px;
        letter-spacing: -0.5px;
      }
    }
  }

  .lg\:max-xl\:tracking-\[-1\.5px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-tracking: -1.5px;
        letter-spacing: -1.5px;
      }
    }
  }

  .lg\:max-xl\:tracking-\[-3px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        --tw-tracking: -3px;
        letter-spacing: -3px;
      }
    }
  }

  .lg\:max-xl\:before\:bottom-\[3px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::before {
          content: var(--tw-content);
          bottom: 3px;
        }
      }
    }
  }

  .lg\:max-xl\:before\:left-\[4px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::before {
          content: var(--tw-content);
          left: 4px;
        }
      }
    }
  }

  .lg\:max-xl\:before\:\!h-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::before {
          content: var(--tw-content);
          height: 22px !important;
        }
      }
    }
  }

  .lg\:max-xl\:before\:\!w-\[22px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::before {
          content: var(--tw-content);
          width: 22px !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!top-\[12\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          top: 12% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!top-\[18\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          top: 18% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!top-\[19px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          top: 19px !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!top-\[23px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          top: 23px !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:right-\[2px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          right: 2px;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!left-2\/4 {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          left: calc(2/4 * 100%) !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!left-\[-20\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          left: -20% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!left-\[24\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          left: 24% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!h-\[6\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          height: 6% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!h-\[76\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          height: 76% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!h-\[82\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          height: 82% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!w-6\/12 {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          width: calc(6/12 * 100%) !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!w-\[76\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          width: 76% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!w-\[140\%\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          width: 140% !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:border-\[45px\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          border-style: var(--tw-border-style);
          border-width: 45px;
        }
      }
    }
  }

  .lg\:max-xl\:after\:border-solid {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          --tw-border-style: solid;
          border-style: solid;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!text-\[0\.9rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          font-size: 0.9rem !important;
        }
      }
    }
  }

  .lg\:max-xl\:after\:\!text-\[1rem\] {
    @media (width >=992px) {
      @media (width < 1200px) {
        &::after {
          content: var(--tw-content);
          font-size: 1rem !important;
        }
      }
    }
  }

  .xl\:top-\[-30px\] {
    @media (width >=1200px) {
      top: -30px;
    }
  }

  .xl\:left-\[calc\(50\%_-_60px\)\] {
    @media (width >=1200px) {
      left: calc(50% - 60px);
    }
  }

  .xl\:order-2 {
    @media (width >=1200px) {
      order: 2;
    }
  }

  .xl\:\!m-\[-40px_-20px_-30px_-40px\] {
    @media (width >=1200px) {
      margin: -40px -20px -30px -40px !important;
    }
  }

  .xl\:\!m-\[0_0_25px_0\] {
    @media (width >=1200px) {
      margin: 0 0 25px 0 !important;
    }
  }

  .xl\:\!m-\[0_8px_60px\] {
    @media (width >=1200px) {
      margin: 0 8px 60px !important;
    }
  }

  .xl\:\!m-\[0_20px\] {
    @media (width >=1200px) {
      margin: 0 20px !important;
    }
  }

  .xl\:\!m-\[0_100px_20px_0\] {
    @media (width >=1200px) {
      margin: 0 100px 20px 0 !important;
    }
  }

  .xl\:\!m-\[0_auto_60px\] {
    @media (width >=1200px) {
      margin: 0 auto 60px !important;
    }
  }

  .xl\:\!m-\[14px_0_0_0\] {
    @media (width >=1200px) {
      margin: 14px 0 0 0 !important;
    }
  }

  .xl\:\!m-\[20px_0_0_0\] {
    @media (width >=1200px) {
      margin: 20px 0 0 0 !important;
    }
  }

  .xl\:\!my-\[30px\] {
    @media (width >=1200px) {
      margin-block: 30px !important;
    }
  }

  .xl\:\!mt-0 {
    @media (width >=1200px) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }

  .xl\:\!mt-\[5px\] {
    @media (width >=1200px) {
      margin-top: 5px !important;
    }
  }

  .xl\:\!mt-\[15px\] {
    @media (width >=1200px) {
      margin-top: 15px !important;
    }
  }

  .xl\:\!mt-\[18px\] {
    @media (width >=1200px) {
      margin-top: 18px !important;
    }
  }

  .xl\:\!mt-\[20px\] {
    @media (width >=1200px) {
      margin-top: 20px !important;
    }
  }

  .xl\:\!mt-\[25px\] {
    @media (width >=1200px) {
      margin-top: 25px !important;
    }
  }

  .xl\:\!mt-\[30px\] {
    @media (width >=1200px) {
      margin-top: 30px !important;
    }
  }

  .xl\:\!mt-\[40px\] {
    @media (width >=1200px) {
      margin-top: 40px !important;
    }
  }

  .xl\:\!mt-\[45px\] {
    @media (width >=1200px) {
      margin-top: 45px !important;
    }
  }

  .xl\:mt-\[80px\] {
    @media (width >=1200px) {
      margin-top: 80px;
    }
  }

  .xl\:\!mr-3 {
    @media (width >=1200px) {
      margin-right: calc(var(--spacing) * 3) !important;
    }
  }

  .xl\:\!mb-0 {
    @media (width >=1200px) {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }

  .xl\:\!mb-\[-15px\] {
    @media (width >=1200px) {
      margin-bottom: -15px !important;
    }
  }

  .xl\:\!mb-\[8px\] {
    @media (width >=1200px) {
      margin-bottom: 8px !important;
    }
  }

  .xl\:\!mb-\[10px\] {
    @media (width >=1200px) {
      margin-bottom: 10px !important;
    }
  }

  .xl\:\!mb-\[12px\] {
    @media (width >=1200px) {
      margin-bottom: 12px !important;
    }
  }

  .xl\:\!mb-\[14px\] {
    @media (width >=1200px) {
      margin-bottom: 14px !important;
    }
  }

  .xl\:\!mb-\[15px\] {
    @media (width >=1200px) {
      margin-bottom: 15px !important;
    }
  }

  .xl\:\!mb-\[20px\] {
    @media (width >=1200px) {
      margin-bottom: 20px !important;
    }
  }

  .xl\:\!mb-\[22px\] {
    @media (width >=1200px) {
      margin-bottom: 22px !important;
    }
  }

  .xl\:\!mb-\[24px\] {
    @media (width >=1200px) {
      margin-bottom: 24px !important;
    }
  }

  .xl\:\!mb-\[25px\] {
    @media (width >=1200px) {
      margin-bottom: 25px !important;
    }
  }

  .xl\:\!mb-\[26px\] {
    @media (width >=1200px) {
      margin-bottom: 26px !important;
    }
  }

  .xl\:\!mb-\[28px\] {
    @media (width >=1200px) {
      margin-bottom: 28px !important;
    }
  }

  .xl\:\!mb-\[30px\] {
    @media (width >=1200px) {
      margin-bottom: 30px !important;
    }
  }

  .xl\:\!mb-\[32px\] {
    @media (width >=1200px) {
      margin-bottom: 32px !important;
    }
  }

  .xl\:\!mb-\[35px\] {
    @media (width >=1200px) {
      margin-bottom: 35px !important;
    }
  }

  .xl\:\!mb-\[36px\] {
    @media (width >=1200px) {
      margin-bottom: 36px !important;
    }
  }

  .xl\:\!mb-\[40px\] {
    @media (width >=1200px) {
      margin-bottom: 40px !important;
    }
  }

  .xl\:\!mb-\[50px\] {
    @media (width >=1200px) {
      margin-bottom: 50px !important;
    }
  }

  .xl\:\!mb-\[55px\] {
    @media (width >=1200px) {
      margin-bottom: 55px !important;
    }
  }

  .xl\:\!mb-\[60px\] {
    @media (width >=1200px) {
      margin-bottom: 60px !important;
    }
  }

  .xl\:\!mb-\[70px\] {
    @media (width >=1200px) {
      margin-bottom: 70px !important;
    }
  }

  .xl\:\!mb-\[80px\] {
    @media (width >=1200px) {
      margin-bottom: 80px !important;
    }
  }

  .xl\:\!mb-\[100px\] {
    @media (width >=1200px) {
      margin-bottom: 100px !important;
    }
  }

  .xl\:mb-\[-15px\] {
    @media (width >=1200px) {
      margin-bottom: -15px;
    }
  }

  .xl\:ml-\[14px\] {
    @media (width >=1200px) {
      margin-left: 14px;
    }
  }

  .xl\:ml-\[25\%\] {
    @media (width >=1200px) {
      margin-left: 25%;
    }
  }

  .xl\:ml-\[58\.33333333\%\] {
    @media (width >=1200px) {
      margin-left: 58.33333333%;
    }
  }

  .xl\:flex {
    @media (width >=1200px) {
      display: flex;
    }
  }

  .xl\:\!h-\[2\.35rem\] {
    @media (width >=1200px) {
      height: 2.35rem !important;
    }
  }

  .xl\:\!h-\[2\.625rem\] {
    @media (width >=1200px) {
      height: 2.625rem !important;
    }
  }

  .xl\:\!h-\[22px\] {
    @media (width >=1200px) {
      height: 22px !important;
    }
  }

  .xl\:\!h-\[32px\] {
    @media (width >=1200px) {
      height: 32px !important;
    }
  }

  .xl\:\!h-\[36px\] {
    @media (width >=1200px) {
      height: 36px !important;
    }
  }

  .xl\:\!h-\[54px\] {
    @media (width >=1200px) {
      height: 54px !important;
    }
  }

  .xl\:\!h-\[56px\] {
    @media (width >=1200px) {
      height: 56px !important;
    }
  }

  .xl\:\!h-\[58px\] {
    @media (width >=1200px) {
      height: 58px !important;
    }
  }

  .xl\:\!h-\[60px\] {
    @media (width >=1200px) {
      height: 60px !important;
    }
  }

  .xl\:\!h-\[62px\] {
    @media (width >=1200px) {
      height: 62px !important;
    }
  }

  .xl\:\!h-\[64px\] {
    @media (width >=1200px) {
      height: 64px !important;
    }
  }

  .xl\:\!h-\[68px\] {
    @media (width >=1200px) {
      height: 68px !important;
    }
  }

  .xl\:\!h-\[100px\] {
    @media (width >=1200px) {
      height: 100px !important;
    }
  }

  .xl\:\!h-\[130px\] {
    @media (width >=1200px) {
      height: 130px !important;
    }
  }

  .xl\:\!h-\[135px\] {
    @media (width >=1200px) {
      height: 135px !important;
    }
  }

  .xl\:\!h-\[calc\(100\%_-_90px\)\] {
    @media (width >=1200px) {
      height: calc(100% - 90px) !important;
    }
  }

  .xl\:\!max-h-\[32px\] {
    @media (width >=1200px) {
      max-height: 32px !important;
    }
  }

  .xl\:\!max-h-\[38px\] {
    @media (width >=1200px) {
      max-height: 38px !important;
    }
  }

  .xl\:\!max-h-\[40px\] {
    @media (width >=1200px) {
      max-height: 40px !important;
    }
  }

  .xl\:\!max-h-\[45px\] {
    @media (width >=1200px) {
      max-height: 45px !important;
    }
  }

  .xl\:\!max-h-\[46px\] {
    @media (width >=1200px) {
      max-height: 46px !important;
    }
  }

  .xl\:\!max-h-\[90px\] {
    @media (width >=1200px) {
      max-height: 90px !important;
    }
  }

  .xl\:\!max-h-\[100px\] {
    @media (width >=1200px) {
      max-height: 100px !important;
    }
  }

  .xl\:\!max-h-\[175px\] {
    @media (width >=1200px) {
      max-height: 175px !important;
    }
  }

  .xl\:\!w-\[2\.35rem\] {
    @media (width >=1200px) {
      width: 2.35rem !important;
    }
  }

  .xl\:\!w-\[2\.625rem\] {
    @media (width >=1200px) {
      width: 2.625rem !important;
    }
  }

  .xl\:\!w-\[22px\] {
    @media (width >=1200px) {
      width: 22px !important;
    }
  }

  .xl\:\!w-\[35\%\] {
    @media (width >=1200px) {
      width: 35% !important;
    }
  }

  .xl\:\!w-\[45\%\] {
    @media (width >=1200px) {
      width: 45% !important;
    }
  }

  .xl\:\!w-\[50\%\] {
    @media (width >=1200px) {
      width: 50% !important;
    }
  }

  .xl\:\!w-\[55\%\] {
    @media (width >=1200px) {
      width: 55% !important;
    }
  }

  .xl\:\!w-\[60px\] {
    @media (width >=1200px) {
      width: 60px !important;
    }
  }

  .xl\:\!w-\[64px\] {
    @media (width >=1200px) {
      width: 64px !important;
    }
  }

  .xl\:\!w-\[65\%\] {
    @media (width >=1200px) {
      width: 65% !important;
    }
  }

  .xl\:\!w-\[68px\] {
    @media (width >=1200px) {
      width: 68px !important;
    }
  }

  .xl\:\!w-\[100px\] {
    @media (width >=1200px) {
      width: 100px !important;
    }
  }

  .xl\:\!w-\[130px\] {
    @media (width >=1200px) {
      width: 130px !important;
    }
  }

  .xl\:\!w-\[135px\] {
    @media (width >=1200px) {
      width: 135px !important;
    }
  }

  .xl\:\!w-\[440px\] {
    @media (width >=1200px) {
      width: 440px !important;
    }
  }

  .xl\:\!w-\[750px\] {
    @media (width >=1200px) {
      width: 750px !important;
    }
  }

  .xl\:w-1\/5 {
    @media (width >=1200px) {
      width: calc(1/5 * 100%);
    }
  }

  .xl\:w-2\/12 {
    @media (width >=1200px) {
      width: calc(2/12 * 100%);
    }
  }

  .xl\:w-3\/12 {
    @media (width >=1200px) {
      width: calc(3/12 * 100%);
    }
  }

  .xl\:w-4\/12 {
    @media (width >=1200px) {
      width: calc(4/12 * 100%);
    }
  }

  .xl\:w-5\/12 {
    @media (width >=1200px) {
      width: calc(5/12 * 100%);
    }
  }

  .xl\:w-6\/12 {
    @media (width >=1200px) {
      width: calc(6/12 * 100%);
    }
  }

  .xl\:w-7\/12 {
    @media (width >=1200px) {
      width: calc(7/12 * 100%);
    }
  }

  .xl\:w-8\/12 {
    @media (width >=1200px) {
      width: calc(8/12 * 100%);
    }
  }

  .xl\:w-9\/12 {
    @media (width >=1200px) {
      width: calc(9/12 * 100%);
    }
  }

  .xl\:w-10\/12 {
    @media (width >=1200px) {
      width: calc(10/12 * 100%);
    }
  }

  .xl\:w-11\/12 {
    @media (width >=1200px) {
      width: calc(11/12 * 100%);
    }
  }

  .xl\:\[flex\:0_0_auto\] {
    @media (width >=1200px) {
      flex: 0 0 auto;
    }
  }

  .xl\:justify-center {
    @media (width >=1200px) {
      justify-content: center;
    }
  }

  .xl\:\!p-\[80px_70px_0\] {
    @media (width >=1200px) {
      padding: 80px 70px 0 !important;
    }
  }

  .xl\:\!px-\[1\.3rem\] {
    @media (width >=1200px) {
      padding-inline: 1.3rem !important;
    }
  }

  .xl\:\!px-\[38px\] {
    @media (width >=1200px) {
      padding-inline: 38px !important;
    }
  }

  .xl\:px-\[40px\] {
    @media (width >=1200px) {
      padding-inline: 40px;
    }
  }

  .xl\:\!py-\[0\.7rem\] {
    @media (width >=1200px) {
      padding-block: 0.7rem !important;
    }
  }

  .xl\:py-\[13px\] {
    @media (width >=1200px) {
      padding-block: 13px;
    }
  }

  .xl\:\!pt-\[35px\] {
    @media (width >=1200px) {
      padding-top: 35px !important;
    }
  }

  .xl\:\!pt-\[42px\] {
    @media (width >=1200px) {
      padding-top: 42px !important;
    }
  }

  .xl\:\!pt-\[50px\] {
    @media (width >=1200px) {
      padding-top: 50px !important;
    }
  }

  .xl\:pt-\[70px\] {
    @media (width >=1200px) {
      padding-top: 70px;
    }
  }

  .xl\:pt-\[80px\] {
    @media (width >=1200px) {
      padding-top: 80px;
    }
  }

  .xl\:pt-\[170px\] {
    @media (width >=1200px) {
      padding-top: 170px;
    }
  }

  .xl\:\!pr-\[20px\] {
    @media (width >=1200px) {
      padding-right: 20px !important;
    }
  }

  .xl\:\!pb-\[15px\] {
    @media (width >=1200px) {
      padding-bottom: 15px !important;
    }
  }

  .xl\:\!pb-\[20px\] {
    @media (width >=1200px) {
      padding-bottom: 20px !important;
    }
  }

  .xl\:\!pb-\[30px\] {
    @media (width >=1200px) {
      padding-bottom: 30px !important;
    }
  }

  .xl\:\!pb-\[35px\] {
    @media (width >=1200px) {
      padding-bottom: 35px !important;
    }
  }

  .xl\:\!pb-\[40px\] {
    @media (width >=1200px) {
      padding-bottom: 40px !important;
    }
  }

  .xl\:\!pb-\[45px\] {
    @media (width >=1200px) {
      padding-bottom: 45px !important;
    }
  }

  .xl\:\!pb-\[50px\] {
    @media (width >=1200px) {
      padding-bottom: 50px !important;
    }
  }

  .xl\:\!pb-\[55px\] {
    @media (width >=1200px) {
      padding-bottom: 55px !important;
    }
  }

  .xl\:\!pb-\[60px\] {
    @media (width >=1200px) {
      padding-bottom: 60px !important;
    }
  }

  .xl\:\!pb-\[80px\] {
    @media (width >=1200px) {
      padding-bottom: 80px !important;
    }
  }

  .xl\:\!pb-\[90px\] {
    @media (width >=1200px) {
      padding-bottom: 90px !important;
    }
  }

  .xl\:\!pb-\[100px\] {
    @media (width >=1200px) {
      padding-bottom: 100px !important;
    }
  }

  .xl\:\!pb-\[150px\] {
    @media (width >=1200px) {
      padding-bottom: 150px !important;
    }
  }

  .xl\:\!pl-\[40px\] {
    @media (width >=1200px) {
      padding-left: 40px !important;
    }
  }

  .xl\:\!text-\[0\.9rem\] {
    @media (width >=1200px) {
      font-size: 0.9rem !important;
    }
  }

  .xl\:\!text-\[0\.75rem\] {
    @media (width >=1200px) {
      font-size: 0.75rem !important;
    }
  }

  .xl\:\!text-\[0\.85rem\] {
    @media (width >=1200px) {
      font-size: 0.85rem !important;
    }
  }

  .xl\:\!text-\[0\.86rem\] {
    @media (width >=1200px) {
      font-size: 0.86rem !important;
    }
  }

  .xl\:\!text-\[0\.95rem\] {
    @media (width >=1200px) {
      font-size: 0.95rem !important;
    }
  }

  .xl\:\!text-\[0\.915rem\] {
    @media (width >=1200px) {
      font-size: 0.915rem !important;
    }
  }

  .xl\:\!text-\[0\.925rem\] {
    @media (width >=1200px) {
      font-size: 0.925rem !important;
    }
  }

  .xl\:\!text-\[0\.975rem\] {
    @media (width >=1200px) {
      font-size: 0.975rem !important;
    }
  }

  .xl\:\!text-\[1\.1rem\] {
    @media (width >=1200px) {
      font-size: 1.1rem !important;
    }
  }

  .xl\:\!text-\[1\.4rem\] {
    @media (width >=1200px) {
      font-size: 1.4rem !important;
    }
  }

  .xl\:\!text-\[1\.05rem\] {
    @media (width >=1200px) {
      font-size: 1.05rem !important;
    }
  }

  .xl\:\!text-\[1\.5rem\] {
    @media (width >=1200px) {
      font-size: 1.5rem !important;
    }
  }

  .xl\:\!text-\[1\.15rem\] {
    @media (width >=1200px) {
      font-size: 1.15rem !important;
    }
  }

  .xl\:\!text-\[1\.25rem\] {
    @media (width >=1200px) {
      font-size: 1.25rem !important;
    }
  }

  .xl\:\!text-\[1\.75rem\] {
    @media (width >=1200px) {
      font-size: 1.75rem !important;
    }
  }

  .xl\:\!text-\[1\.85rem\] {
    @media (width >=1200px) {
      font-size: 1.85rem !important;
    }
  }

  .xl\:\!text-\[1\.125rem\] {
    @media (width >=1200px) {
      font-size: 1.125rem !important;
    }
  }

  .xl\:\!text-\[1\.375rem\] {
    @media (width >=1200px) {
      font-size: 1.375rem !important;
    }
  }

  .xl\:\!text-\[1\.0625rem\] {
    @media (width >=1200px) {
      font-size: 1.0625rem !important;
    }
  }

  .xl\:\!text-\[1\.625rem\] {
    @media (width >=1200px) {
      font-size: 1.625rem !important;
    }
  }

  .xl\:\!text-\[1\.875rem\] {
    @media (width >=1200px) {
      font-size: 1.875rem !important;
    }
  }

  .xl\:\!text-\[1\.1875rem\] {
    @media (width >=1200px) {
      font-size: 1.1875rem !important;
    }
  }

  .xl\:\!text-\[1\.3125rem\] {
    @media (width >=1200px) {
      font-size: 1.3125rem !important;
    }
  }

  .xl\:\!text-\[1rem\] {
    @media (width >=1200px) {
      font-size: 1rem !important;
    }
  }

  .xl\:\!text-\[2\.05rem\] {
    @media (width >=1200px) {
      font-size: 2.05rem !important;
    }
  }

  .xl\:\!text-\[2\.5rem\] {
    @media (width >=1200px) {
      font-size: 2.5rem !important;
    }
  }

  .xl\:\!text-\[2\.35rem\] {
    @media (width >=1200px) {
      font-size: 2.35rem !important;
    }
  }

  .xl\:\!text-\[2\.75rem\] {
    @media (width >=1200px) {
      font-size: 2.75rem !important;
    }
  }

  .xl\:\!text-\[2\.125rem\] {
    @media (width >=1200px) {
      font-size: 2.125rem !important;
    }
  }

  .xl\:\!text-\[2\.375rem\] {
    @media (width >=1200px) {
      font-size: 2.375rem !important;
    }
  }

  .xl\:\!text-\[2\.875rem\] {
    @media (width >=1200px) {
      font-size: 2.875rem !important;
    }
  }

  .xl\:\!text-\[2\.8125rem\] {
    @media (width >=1200px) {
      font-size: 2.8125rem !important;
    }
  }

  .xl\:\!text-\[2rem\] {
    @media (width >=1200px) {
      font-size: 2rem !important;
    }
  }

  .xl\:\!text-\[3\.5rem\] {
    @media (width >=1200px) {
      font-size: 3.5rem !important;
    }
  }

  .xl\:\!text-\[3\.25rem\] {
    @media (width >=1200px) {
      font-size: 3.25rem !important;
    }
  }

  .xl\:\!text-\[3\.75rem\] {
    @media (width >=1200px) {
      font-size: 3.75rem !important;
    }
  }

  .xl\:\!text-\[3\.125rem\] {
    @media (width >=1200px) {
      font-size: 3.125rem !important;
    }
  }

  .xl\:\!text-\[3\.375rem\] {
    @media (width >=1200px) {
      font-size: 3.375rem !important;
    }
  }

  .xl\:\!text-\[3\.625rem\] {
    @media (width >=1200px) {
      font-size: 3.625rem !important;
    }
  }

  .xl\:\!text-\[3\.875rem\] {
    @media (width >=1200px) {
      font-size: 3.875rem !important;
    }
  }

  .xl\:\!text-\[3rem\] {
    @media (width >=1200px) {
      font-size: 3rem !important;
    }
  }

  .xl\:\!text-\[4\.35rem\] {
    @media (width >=1200px) {
      font-size: 4.35rem !important;
    }
  }

  .xl\:\!text-\[4rem\] {
    @media (width >=1200px) {
      font-size: 4rem !important;
    }
  }

  .xl\:\!leading-\[1\.6\] {
    @media (width >=1200px) {
      --tw-leading: 1.6 !important;
      line-height: 1.6 !important;
    }
  }

  .xl\:\!leading-\[1\.15\] {
    @media (width >=1200px) {
      --tw-leading: 1.15 !important;
      line-height: 1.15 !important;
    }
  }

  .xl\:\!leading-\[1\.25\] {
    @media (width >=1200px) {
      --tw-leading: 1.25 !important;
      line-height: 1.25 !important;
    }
  }

  .xl\:\!leading-\[1\.35\] {
    @media (width >=1200px) {
      --tw-leading: 1.35 !important;
      line-height: 1.35 !important;
    }
  }

  .xl\:\!leading-\[2\.15rem\] {
    @media (width >=1200px) {
      --tw-leading: 2.15rem !important;
      line-height: 2.15rem !important;
    }
  }

  .xl\:\!leading-\[2\.35rem\] {
    @media (width >=1200px) {
      --tw-leading: 2.35rem !important;
      line-height: 2.35rem !important;
    }
  }

  .xl\:before\:\!h-\[26px\] {
    @media (width >=1200px) {
      &::before {
        content: var(--tw-content);
        height: 26px !important;
      }
    }
  }

  .xl\:before\:\!w-\[26px\] {
    @media (width >=1200px) {
      &::before {
        content: var(--tw-content);
        width: 26px !important;
      }
    }
  }

  .xl\:after\:h-\[72\%\] {
    @media (width >=1200px) {
      &::after {
        content: var(--tw-content);
        height: 72%;
      }
    }
  }

  .xl\:after\:w-\[48\%\] {
    @media (width >=1200px) {
      &::after {
        content: var(--tw-content);
        width: 48%;
      }
    }
  }
}

html {
  font-size: 1rem;

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 85%;
    }
  }

  @media (width >=1200px) {
    font-size: 115.6%;
  }
}

body {
  font-family: var(--font-Rubik);
  --tw-leading: 1.6666;
  line-height: 1.6666;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #6c757d;
}

::marker {
  text-align: start;
  text-indent: 0px;
  text-transform: none;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  text-align-last: start !important;
  unicode-bidi: isolate;
}


a.tra-link {
  font-size: 1rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.0625rem;
    }
  }
}

a.tra-link span {
  transition: all 400ms ease-in-out;
}

a.tra-link:hover span {
  color: #353f4f !important;
}

.tra-link.ico-20 [class*="flaticon-"]:before,
.tra-link.ico-20 [class*="flaticon-"]:after {
  position: relative;
  top: 2px;
  left: 2px;
  font-size: 0.75rem;
  --tw-leading: 0.7rem;
  line-height: 0.7rem;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 1px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      left: 2px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.785rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 0.7rem;
      line-height: 0.7rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 1px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      left: 2px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.785rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 0.7rem;
      line-height: 0.7rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 2px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 2px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.785rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 0.7rem;
      line-height: 0.7rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 2px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 2px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.785rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 0.7rem;
      line-height: 0.7rem;
    }
  }
}

.btn-reply.ico-20 [class*="flaticon-"]:before,
.btn-reply.ico-20 [class*="flaticon-"]:after {
  font-size: 0.975rem;
}

p {
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: 1rem;
  font-size: 1rem;

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.0625rem;
    }
  }
}

p.p-sm {
  font-size: 0.9375rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }
}

p {
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: 1rem;
  font-size: 1rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.0625rem;
    }
  }
}

p.p-md {
  font-size: 1.0625rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.066176rem;
    }
  }
}

p.p-lg {
  font-size: 1.125rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.066176rem;
    }
  }
}

p.p-xl {
  font-size: 1.2rem !important;

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.1875rem;
    }
  }
}

ul {
  margin: calc(var(--spacing) * 0);
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
}

ul.simple-list {
  margin-left: 15px;
  list-style-type: disc;
}

ul.simple-list.long-list p {
  margin-bottom: 8px;
}

ol.digit-list {
  margin-left: 15px;
  padding: calc(var(--spacing) * 0);
}

ol.digit-list p {
  margin-bottom: 8px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 5px;
    }
  }
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  padding: 12px;
  padding-inline: 1.8rem;
  padding-block: 0.9rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #212529;
  text-decoration-line: none;
  -webkit-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  transition: all 400ms ease-in-out;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=1200px) {
    padding-inline: 1.7rem;
  }

  @media (width >=1200px) {
    padding-block: 0.8rem;
  }
}

.btn.btn-sm {
  padding-inline: 24px;
  padding-block: 0.7rem;
  font-size: 0.975rem;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 24px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 0.7rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 24px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 0.7rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 1.35rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 0.65rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.975rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 1.4rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 0.65rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.975rem;
    }
  }
}

.btn.ico-30.ico-left {
  padding-block: 0.3845rem;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 0.3665rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=1200px) {
    padding-inline: calc(var(--spacing) * 0);
  }

  @media (width >=1200px) {
    padding-block: 0.286rem;
  }
}

.btn.ico-20 [class*="flaticon-"]:before,
.btn.ico-20 [class*="flaticon-"]:after {
  position: relative;
  top: 4px;
  font-size: 1rem;
  --tw-leading: 0.7rem;
  line-height: 0.7rem;

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.225rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 0.45rem;
      line-height: 0.45rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 4px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.225rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 0.45rem;
      line-height: 0.45rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 3px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 0.65rem;
      line-height: 0.65rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 3.5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 0.5rem;
      line-height: 0.5rem;
    }
  }

  @media (width >=1200px) {
    top: 3px;
  }
}

.btn.ico-30.ico-left span,
.btn.ico-30.ico-right span {
  position: relative;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 1);
}

.btn.ico-30.ico-right span.ico-30-txt {
  position: relative;
  top: calc(10px * -1);
  right: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(10px * -1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(10px * -1);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * -2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.065rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

.btn.ico-30.ico-left span.ico-30-txt {
  position: relative;
  top: calc(10px * -1);
  right: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(10px * -1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(10px * -1);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * -2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.065rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
}

.btn--tra {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}

.btn--transparent {
  border-color: transparent;
  background-color: transparent;
  color: #353f4f;

  &:hover {
    @media (hover: hover) {
      border-color: transparent;
    }
  }

  &:hover {
    @media (hover: hover) {
      background-color: transparent;
    }
  }

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: transparent;
  }
}

.btn--white,
.hover--white:hover {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: #353f4f;
}

.btn--tra-white,
.hover--tra-white:hover {
  border-color: var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}

.white-scroll .scroll .hover--tra-white:hover {
  border-color: #353f4f;
  background-color: transparent;
  color: #353f4f;
}

.btn--black,
.hover--black:hover {
  border-color: #353f4f;
  background-color: #353f4f;
  color: var(--color-white);
}

.btn--tra-black,
.hover--tra-black:hover {
  border-color: #353f4f;
  background-color: transparent;
  color: #353f4f;
}

.btn--tra-grey,
.hover--tra-grey:hover,
.white-scroll .scroll .hover--tra-grey:hover,
.black-scroll .scroll .hover--tra-grey:hover {
  border-color: #ccc;
  background-color: transparent;
  color: #353f4f;
}

.btn--blue-500,
.hover--blue-500:hover,
.white-scroll .scroll .hover--blue-500:hover,
.black-scroll .scroll .hover--blue-500:hover {
  border-color: #185abd;
  background-color: #185abd;
  color: var(--color-white) !important;
}

.btn--blue-400,
.hover--blue-400:hover,
.white-scroll .scroll .hover--blue-400:hover,
.black-scroll .scroll .hover--blue-400:hover {
  border-color: #1680fb;
  background-color: #1680fb;
  color: var(--color-white) !important;
}

.btn--blue-300,
.hover--blue-300:hover,
.white-scroll .scroll .hover--blue-300:hover,
.black-scroll .scroll .hover--blue-300:hover {
  border-color: #3eb1ff;
  background-color: #3eb1ff;
  color: var(--color-white) !important;
}

.btn--blue-200,
.hover--blue-200:hover,
.white-scroll .scroll .hover--blue-200:hover,
.black-scroll .scroll .hover--blue-200:hover {
  border-color: #e3ebfe;
  background-color: #e3ebfe;
  color: #1680fb;
}

.btn--blue-100,
.hover--blue-100:hover,
.white-scroll .scroll .hover--blue-100:hover,
.black-scroll .scroll .hover--blue-100:hover {
  border-color: #1680fb;
  background-color: transparent;
  color: #1680fb;
}

.btn--green-500,
.hover--green-500:hover,
.white-scroll .scroll .hover--green-500:hover,
.black-scroll .scroll .hover--green-500:hover {
  border-color: #00a14e;
  background-color: #00a14e;
  color: var(--color-white) !important;
}

.btn--green-400,
.hover--green-400:hover,
.white-scroll .scroll .hover--green-400:hover,
.black-scroll .scroll .hover--green-400:hover {
  border-color: #0fbc49;
  background-color: #0fbc49;
  color: var(--color-white) !important;
}

.btn--green-300,
.hover--green-300:hover,
.white-scroll .scroll .hover--green-300:hover,
.black-scroll .scroll .hover--green-300:hover {
  border-color: #6fd792;
  background-color: #6fd792;
  color: var(--color-white) !important;
}

.btn--green-200,
.hover--green-200:hover,
.white-scroll .scroll .hover--green-200:hover,
.black-scroll .scroll .hover--green-200:hover {
  border-color: #cff2db;
  background-color: #cff2db;
  color: #0fbc49;
}

.btn--green-100,
.hover--green-100:hover,
.white-scroll .scroll .hover--green-100:hover,
.black-scroll .scroll .hover--green-100:hover {
  border-color: #0fbc49;
  background-color: transparent;
  color: #0fbc49;
}

.btn--pink-500,
.hover--pink-500:hover,
.white-scroll .scroll .hover--pink-500:hover,
.black-scroll .scroll .hover--pink-500:hover {
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white) !important;
}

.btn--pink-400,
.hover--pink-400:hover,
.white-scroll .scroll .hover--pink-400:hover,
.black-scroll .scroll .hover--pink-400:hover {
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white) !important;
}

.btn--pink-300,
.hover--pink-300:hover,
.white-scroll .scroll .hover--pink-300:hover,
.black-scroll .scroll .hover--pink-300:hover {
  border-color: #fcb5cc;
  background-color: #fcb5cc;
  color: var(--color-white) !important;
}

.btn--pink-200,
.hover--pink-200:hover,
.white-scroll .scroll .hover--pink-200:hover,
.black-scroll .scroll .hover--pink-200:hover {
  border-color: #fee4ec;
  background-color: #fee4ec;
  color: #003E4F;
}

.btn--pink-100,
.hover--pink-100:hover,
.white-scroll .scroll .hover--pink-100:hover,
.black-scroll .scroll .hover--pink-100:hover {
  border-color: #003E4F;
  background-color: transparent;
  color: #003E4F;
}

.btn--purple-500,
.hover--purple-500:hover,
.white-scroll .scroll .hover--purple-500:hover,
.black-scroll .scroll .hover--purple-500:hover {
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white) !important;
}

.btn--purple-400,
.hover--purple-400:hover,
.white-scroll .scroll .hover--purple-400:hover,
.black-scroll .scroll .hover--purple-400:hover {
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white) !important;
}

.btn--purple-300,
.hover--purple-300:hover,
.white-scroll .scroll .hover--purple-300:hover,
.black-scroll .scroll .hover--purple-300:hover {
  border-color: #bdaeea;
  background-color: #bdaeea;
  color: var(--color-white) !important;
}

.btn--purple-200,
.hover--purple-200:hover,
.white-scroll .scroll .hover--purple-200:hover,
.black-scroll .scroll .hover--purple-200:hover {
  border-color: #e5deff;
  background-color: #e5deff;
  color: #003E4F;
}

.btn--purple-100,
.hover--purple-100:hover,
.white-scroll .scroll .hover--purple-100:hover,
.black-scroll .scroll .hover--purple-100:hover {
  border-color: #003E4F;
  background-color: transparent;
  color: #003E4F;
}

.btn--red-500,
.hover--red-500:hover,
.white-scroll .scroll .hover--red-500:hover,
.black-scroll .scroll .hover--red-500:hover {
  border-color: #da0f29;
  background-color: #da0f29;
  color: var(--color-white) !important;
}

.btn--red-400,
.hover--red-400:hover,
.white-scroll .scroll .hover--red-400:hover,
.black-scroll .scroll .hover--red-400:hover {
  border-color: #ff1e1a;
  background-color: #ff1e1a;
  color: var(--color-white) !important;
}

.btn--red-300,
.hover--red-300:hover,
.white-scroll .scroll .hover--red-300:hover,
.black-scroll .scroll .hover--red-300:hover {
  border-color: #ffa5a3;
  background-color: #ffa5a3;
  color: var(--color-white) !important;
}

.btn--red-200,
.hover--red-200:hover,
.white-scroll .scroll .hover--red-200:hover,
.black-scroll .scroll .hover--red-200:hover {
  border-color: #ffd2d1;
  background-color: #ffd2d1;
  color: #ff1e1a;
}

.btn--red-100,
.hover--red-100:hover,
.white-scroll .scroll .hover--red-100:hover,
.black-scroll .scroll .hover--red-100:hover {
  border-color: #ff1e1a;
  background-color: transparent;
  color: #ff1e1a;
}

.btn--violet-500,
.hover--violet-500:hover,
.white-scroll .scroll .hover--violet-500:hover,
.black-scroll .scroll .hover--violet-500:hover {
  border-color: #c73e9b;
  background-color: #c73e9b;
  color: var(--color-white) !important;
}

.btn--violet-400,
.hover--violet-400:hover,
.white-scroll .scroll .hover--violet-400:hover,
.black-scroll .scroll .hover--violet-400:hover {
  border-color: #be6cbe;
  background-color: #be6cbe;
  color: var(--color-white) !important;
}

.btn--violet-300,
.hover--violet-300:hover,
.white-scroll .scroll .hover--violet-300:hover,
.black-scroll .scroll .hover--violet-300:hover {
  border-color: #e2bde2;
  background-color: #e2bde2;
  color: var(--color-white) !important;
}

.btn--violet-200,
.hover--violet-200:hover,
.white-scroll .scroll .hover--violet-200:hover,
.black-scroll .scroll .hover--violet-200:hover {
  border-color: #f1cde5;
  background-color: #f1cde5;
  color: #be6cbe;
}

.btn--violet-100,
.hover--violet-100:hover,
.white-scroll .scroll .hover--violet-100:hover,
.black-scroll .scroll .hover--violet-100:hover {
  border-color: #be6cbe !important;
  background-color: transparent !important;
  color: #be6cbe !important;
}

.btn--yellow-500,
.hover--yellow-500:hover,
.white-scroll .scroll .hover--yellow-500:hover,
.black-scroll .scroll .hover--yellow-500:hover {
  border-color: #ffba01;
  background-color: #ffba01;
  color: #353f4f;
}

.btn--yellow-400,
.hover--yellow-400:hover,
.white-scroll .scroll .hover--yellow-400:hover,
.black-scroll .scroll .hover--yellow-400:hover {
  border-color: #ffbd45;
  background-color: #ffbd45;
  color: #353f4f;
}

.btn--yellow-300,
.hover--yellow-300:hover,
.white-scroll .scroll .hover--yellow-300:hover,
.black-scroll .scroll .hover--yellow-300:hover {
  border-color: #ffdf35;
  background-color: #ffdf35;
  color: #353f4f;
}

.btn--yellow-200,
.hover--yellow-200:hover,
.white-scroll .scroll .hover--yellow-200:hover,
.black-scroll .scroll .hover--yellow-200:hover {
  border-color: #fef5cd;
  background-color: #fef5cd;
  color: #353f4f;
}

.btn--yellow-100,
.hover--yellow-100:hover,
.white-scroll .scroll .hover--yellow-100:hover,
.black-scroll .scroll .hover--yellow-100:hover {
  border-color: #ffba01;
  background-color: transparent;
  color: #ffba01;
}

.btn:focus,
.btn.btn--black:focus {
  color: var(--color-white);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.btn--grey:focus {
  color: #666;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.btn--tra-black:focus,
.btn--transparent:focus,
.btn.btn--tra-grey:focus {
  color: #353f4f;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.text--center p.btns-group-txt {
  margin-top: 20px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 18px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 18px;
    }
  }
}

.hero-section .color--white p.btns-group-txt span.txt-data a:hover {
  color: var(--color-white);
}

.video-btn.video-btn-xl [class^="flaticon-"]:before {
  margin-left: 10px;
  font-size: 5rem;
  --tw-leading: 6.25rem !important;
  line-height: 6.25rem !important;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 5.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 7rem !important;
      line-height: 7rem !important;
    }
  }
}

.video-btn.video-btn-lg [class^="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 5.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 7rem;
      line-height: 7rem;
    }
  }
}

.video-btn.video-btn-lg [class^="flaticon-"]:before,
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 6.25rem;
      line-height: 6.25rem;
    }
  }
}

.video-btn.video-btn-md [class^="flaticon-"]:before,
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 72px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 5.625rem;
      line-height: 5.625rem;
    }
  }
}

.video-btn.video-btn-sm [class^="flaticon-"]:before,
.video-btn.video-btn-md [class^="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 4.35rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 5rem;
      line-height: 5rem;
    }
  }
}

.hero-section .btn.mt--10,
.hero-section .btns-group.mt--10 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 5px;
    }
  }
}

.hero-section .btn.mt--15,
.hero-section .btns-group.mt--15 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
}

.hero-section .quick-form.mt--45 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 30px;
    }
  }
}

.hero-section .quick-form.mt--35 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
}

#hero-9 .hero-digits {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 3px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }
}

#hero-6 {
  padding-top: 130px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 70px;
    }
  }
}

.hero-6 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
}

#hero-6 .container {
  @media (width >=414px) {
    @media (width < 480px) {
      max-width: 100%;
    }
  }
}

.hero-6-txt h2 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 18px;
    }
  }
}

.hero-7-txt p.p-lg {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 15px;
    }
  }
}

.hero-14-txt h2.s-62 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }
}

.hero-17-txt {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 3%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-19-txt h2 {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-27-txt p.s-21 {
  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.hero-27-txt p.s-21 {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.1875rem;
    }
  }
}

.hero-5-txt {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#hero-10:after {
  @media (width >=480px) {
    @media (width < 768px) {
      height: 7%;
    }
  }
}

.hero-10-txt h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 8%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-14-txt h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 3%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-14-txt h2.s-62 {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.0625rem;
    }
  }
}

.hero-15-img {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: 2%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}

.hero-16-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-19-txt h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#hero-21 .container {
  @media (width >=480px) {
    @media (width < 768px) {
      max-width: 100%;
    }
  }
}

.page-hero-section h1 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
}

.hero-2-txt {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 3%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-7-txt h2 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 6%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-section .wave-shape-bottom path {
  fill: var(--color-white);
}

.hero-5-img {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: -50px;
}

.btn--black,
.hover--black:hover {
  border-color: #353f4f !important;
  background-color: #353f4f !important;
  color: var(--color-white) !important;
}

#hero-7 {
  padding-top: 140px;
  padding-bottom: 100px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 80px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 140px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 90px;
    }
  }
}

.hero-7-img {
  padding-left: 30px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 15px;
    }
  }
}

.hero-8-txt .hero-logo {
  @media (width >=414px) {
    @media (width < 480px) {
      display: none;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      display: none;
    }
  }
}

#hero-10-form p {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 15px;
    }
  }
}

.hero-16-img {
  margin-top: 60px;
  margin-bottom: calc(80px * -1);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: -35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(40px * -1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: -60px;
    }
  }
}

#hero-22 .wave-shape-bottom path {
  fill: var(--color-white);
}

#hero-22-form p.p-sm {
  margin-top: 5px;
  margin-bottom: calc(var(--spacing) * 0);
  padding-inline: 5%;
  padding-block: calc(var(--spacing) * 0);
  text-align: center;
}

#hero-22-form p a {
  color: #1e90ff;
  text-decoration-line: underline;
}

.hero-27-txt p.s-21 {
  padding-inline: 5%;
  padding-block: calc(var(--spacing) * 0);
}

.hero-1-img {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: -30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(20px * -1);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(20px * -1);
    }
  }
}

.font--inter .hero-4-txt h2 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5.5%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-6-txt p.p-lg {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 22px;
    }
  }
}

.hero-7-txt .quick-form.form-half.mt--35 {
  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 25px;
    }
  }
}

.hero-10-txt {
  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 10%;
    }
  }
}

.font--inter .hero-12-txt h2 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5.5%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-16-txt h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 4%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 6%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 4%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.hero-27-txt .btns-group.mt--15 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
}

.hero-section p.s-21 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.3125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.375rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.397058rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.25rem;
    }
  }
}

.blog-post-img.mb--35 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

.blog-post-txt h4.mb--20,
.blog-post-txt h3 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 16px;
    }
  }
}

.blog-post-meta.mt--20,
.blog-post-meta.mt--30 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 14px;
    }
  }
}

.posts-category.ico-20 [class*="flaticon-"]:before,
.posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.125rem;
    }
  }
}

hr {
  margin: 1rem 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  color: inherit;
  opacity: 25%;
}

.blog-header .wsmobileheader .smllogo {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 29px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 28px;
    }
  }
}

.blog-header .smllogo img {
  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 28px;
    }
  }
}

.blog-header .smllogo img {
  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 28px;
    }
  }
}

.project-description .more-projects span {
  position: relative;
  top: 2px;
  left: 5px;
  color: #353f4f;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 1px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      left: 4px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 1px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      left: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 4px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 1px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 5px;
    }
  }
}

.project-txt h5 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: 30px;
    }
  }
}

.project-txt h5.mt--50.mb--35 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

.project-description .more-projects.ico-25 [class*="flaticon-"]:before,
.project-description .more-projects.ico-25 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.2125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.175rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.275rem;
    }
  }
}

.project-priview-img.mb--50 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 40px;
    }
  }
}

.project-inner-img .top-img {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }
}

.project-inner-img.mt--50 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }
}

.rating-section .rating-2-wrapper {
  padding-inline: 4%;
  padding-block: calc(var(--spacing) * 0);

  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 3%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

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

.rating-title h5 {
  margin-bottom: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.1875rem;
    }
  }
}

.star-rating span.rating-txt {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }
}

.txt-block-stat .statistic-block .txt-block-rating {
  margin-top: calc(var(--spacing) * -1);
  margin-bottom: -3px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(2px * -1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -1px;
    }
  }
}

.inner-page-hero .rating-1-wrapper.mt--50 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 40px;
    }
  }
}

.rbox-2-txt {
  margin-top: 20px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 14px;
    }
  }
}

.rbox-2-txt img {
  position: relative;
  top: -1px;
  left: 4px;
  display: inline-block;
  max-height: 30px !important;
  width: auto;
  max-width: inherit;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 31px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-height: 34px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: auto;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      display: block;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 28px;
    }
  }
}

p.rbox-2-txt {
  margin-top: calc(var(--spacing) * 2);
  margin-bottom: calc(var(--spacing) * 0);
  --tw-leading: 22px;
  line-height: 22px;

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 31px;
      line-height: 31px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
}

p.rbox-2-txt span {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

.rbox-1 .ico-10 [class*="flaticon-"]:before,
.rbox-1 .ico-10 [class*="flaticon-"]:after,
.rbox-1 .ico-15 [class*="flaticon-"]:before,
.rbox-1 .ico-15 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.9rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1rem;
    }
  }
}

.rbox-2 .ico-20 [class*="flaticon-"]:before,
.rbox-2 .ico-20 [class*="flaticon-"]:after,
.rbox-2 .ico-25 [class*="flaticon-"]:before,
.rbox-2 .ico-25 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.35rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.35rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.3rem;
    }
  }
}

.reviews-wrapper {
  padding: 0 10px;
}

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

.review-1.block-border {
  border-color: #d2d2d2;
}

.owl-item .review-avatar img {
  height: 54px;
  width: 54px;
  border-radius: 100%;

  @media (width >=414px) {
    @media (width < 480px) {
      height: 52px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 52px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: 52px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 52px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 10);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 44px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 44px;
    }
  }
}

.ico-10 [class*="flaticon-"]:before,
.ico-10 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.ico-15 [class*="flaticon-"]:before,
.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.9375rem;
    }
  }
}

.ico-20 [class*="flaticon-"]:before,
.ico-20 [class*="flaticon-"]:after {
  font-size: 1.25rem;
}

.ico-25 [class*="flaticon-"]:before,
.ico-25 [class*="flaticon-"]:after {
  font-size: 1.5625rem;
}

.ico-30 [class*="flaticon-"]:before,
.ico-30 [class*="flaticon-"]:after {
  font-size: 1.875rem;

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2rem;
    }
  }
}

.ico-35 [class*="flaticon-"]:before,
.ico-35 [class*="flaticon-"]:after {
  font-size: 2.1875rem;

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.5rem;
    }
  }
}

.ico-40 [class*="flaticon-"]:before,
.ico-40 [class*="flaticon-"]:after {
  font-size: 2.5rem;
}

.ico-45 [class*="flaticon-"]:before,
.ico-45 [class*="flaticon-"]:after {
  font-size: 2.8125rem;
}

.ico-50 [class*="flaticon-"]:before,
.ico-50 [class*="flaticon-"]:after {
  font-size: 3.125rem;
}

.ico-55 [class*="flaticon-"]:before,
.ico-55 [class*="flaticon-"]:after {
  font-size: 3.4375rem;
}

.ico-60 [class*="flaticon-"]:before,
.ico-60 [class*="flaticon-"]:after {
  font-size: 3.75rem;
}

.ico-65 [class*="flaticon-"]:before,
.ico-65 [class*="flaticon-"]:after {
  font-size: 4.0625rem;
}

.ico-70 [class*="flaticon-"]:before,
.ico-70 [class*="flaticon-"]:after {
  font-size: 4.375rem;
}

.ico-75 [class*="flaticon-"]:before,
.ico-75 [class*="flaticon-"]:after {
  font-size: 4.6875rem;
}

.ico-80 [class*="flaticon-"]:before,
.ico-80 [class*="flaticon-"]:after {
  font-size: 5rem;
}

.ico-85 [class*="flaticon-"]:before,
.ico-85 [class*="flaticon-"]:after {
  font-size: 5.3125rem;
}

.ico-90 [class*="flaticon-"]:before,
.ico-90 [class*="flaticon-"]:after {
  font-size: 5.625rem;
}

.ico-95 [class*="flaticon-"]:before,
.ico-95 [class*="flaticon-"]:after {
  font-size: 5.9375rem;
}

.ico-100 [class*="flaticon-"]:before,
.ico-100 [class*="flaticon-"]:after {
  font-size: 6.25rem;
}

.ico-105 [class*="flaticon-"]:before,
.ico-105 [class*="flaticon-"]:after {
  font-size: 6.5625rem;
}

.ico-110 [class*="flaticon-"]:before,
.ico-110 [class*="flaticon-"]:after {
  font-size: 6.875rem;
}

.ico-115 [class*="flaticon-"]:before,
.ico-115 [class*="flaticon-"]:after {
  font-size: 7.1875rem;
}

.ico-120 [class*="flaticon-"]:before,
.ico-120 [class*="flaticon-"]:after {
  font-size: 7.5rem;
}

.ico-125 [class*="flaticon-"]:before,
.ico-125 [class*="flaticon-"]:after {
  font-size: 7.8125rem;
}

.a2-txt-quote.ico-40 [class*="flaticon-"]:before,
.a2-txt-quote.ico-40 [class*="flaticon-"]:after {
  font-size: 4.25rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 4.25rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 4.25rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 4rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 4rem;
    }
  }
}

.ico-60 .shape-ico svg {
  top: -30px;
  left: calc(50% - 65px);
  height: 140px;
  width: 140px;

  @media (width >=414px) {
    @media (width < 480px) {
      height: 130px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 130px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: 140px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 140px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 105px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 105px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 120px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 120px;
    }
  }
}

.shape-ico.color--blue-300 path,
.shape-ico.color--blue-400 path,
.shape-ico.color--blue-500 path {
  fill: #f4f9fc;
}

.shape-ico.color--green-300 path,
.shape-ico.color--green-400 path,
.shape-ico.color--green-500 path {
  fill: #e9f8f2;
}

.shape-ico.color--pink-300 path,
.shape-ico.color--pink-400 path,
.shape-ico.color--pink-500 path {
  fill: #feecf2;
}

.shape-ico.color--purple-300 path,
.shape-ico.color--purple-400 path,
.shape-ico.color--purple-500 path {
  fill: #f1edff;
}

.shape-ico.color--red-300 path,
.shape-ico.color--red-400 path,
.shape-ico.color--red-500 path {
  fill: #fce7e4;
}

.shape-ico.color--violet-300 path,
.shape-ico.color--violet-400 path,
.shape-ico.color--violet-500 path {
  fill: #f7e4f1;
}

.ico-rounded,
.ico-rounded-[6px],
.ico-rounded-[8px] {
  display: inline-block;
  border-radius: 100%;
  text-align: center;
}

.ico-rounded {
  height: 80px;
  width: 80px;

  @media (width >=768px) {
    @media (width < 992px) {
      height: 70px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 74px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 74px;
    }
  }
}

.ico-rounded-[6px] {
  height: 90px;
  width: 90px;

  @media (width >=768px) {
    @media (width < 992px) {
      height: 70px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 80px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 80px;
    }
  }
}

.ico-rounded-[8px] {
  height: 100px;
  width: 100px;

  @media (width >=768px) {
    @media (width < 992px) {
      height: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 80px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 90px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 90px;
    }
  }
}

.ico-rounded [class*="flaticon-"]:before,
.ico-rounded [class*="flaticon-"]:after {
  font-size: 2.15rem;
  --tw-leading: 80px;
  line-height: 80px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 3rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 94px;
      line-height: 94px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 3rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 94px;
      line-height: 94px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 70px;
      line-height: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.35rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 74px;
      line-height: 74px;
    }
  }
}

.ico-square {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 12px;
  text-align: center;

  @media (width >=414px) {
    @media (width < 480px) {
      height: 88px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 88px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: 88px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 88px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 70px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 74px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 74px;
    }
  }
}

.ico-square [class*="flaticon-"]:before,
.ico-square [class*="flaticon-"]:after {
  font-size: 2.4rem;
  --tw-leading: 80px;
  line-height: 80px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.85rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 88px;
      line-height: 88px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.85rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 88px;
      line-height: 88px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 70px;
      line-height: 70px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.35rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 74px;
      line-height: 74px;
    }
  }
}

.in_tool_logo.ico-65 img {
  @media (width >=414px) {
    @media (width < 480px) {
      height: 55px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 55px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 48px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 48px;
    }
  }
}

.ico-145 img {
  height: 145px;
  width: 145px;
}

.ico-140 img {
  height: 140px;
  width: 140px;
}

.ico-135 img {
  height: 135px;
  width: 135px;
}

.ico-130 img {
  height: 130px;
  width: 130px;
}

.ico-125 img {
  height: 125px;
  width: 125px;
}

.ico-120 img {
  height: 120px;
  width: 120px;
}

.ico-115 img {
  height: 115px;
  width: 115px;
}

.ico-110 img {
  height: 110px;
  width: 110px;
}

.ico-105 img {
  height: 105px;
  width: 105px;
}

.ico-100 img {
  height: 100px;
  width: 100px;
}

.ico-95 img {
  height: 95px;
  width: 95px;
}

.ico-90 img {
  height: 90px;
  width: 90px;
}

.ico-85 img {
  height: 85px;
  width: 85px;
}

.ico-80 img {
  height: 80px;
  width: 80px;
}

.ico-75 img {
  height: 75px;
  width: 75px;
}

.ico-70 img {
  height: 70px;
  width: 70px;
}

.ico-55 img {
  height: 55px;
  width: 55px;
}

.ico-50 img {
  height: 50px;
  width: 50px;
}

.ico-45 img {
  height: 45px;
  width: 45px;
}

.ico-40 img {
  height: 40px;
  width: calc(var(--spacing) * 10);
}

.ico-35 img {
  height: 35px;
  width: 35px;
}

.ico-30 img {
  height: 30px;
  width: 30px;
}

.ico-25 img {
  height: 25px;
  width: 25px;
}

.ico-20 img {
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
}

.header-socials.ico-20 [class*="flaticon-"]:before,
.header-socials.ico-20 [class*="flaticon-"]:after {
  font-size: 1.15rem;
}

.tm-social.ico-20 [class*="flaticon-"]:before,
.tm-social.ico-20 [class*="flaticon-"]:after {
  font-size: 1.15rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.4125rem;
    }
  }
}

.footer-form .ico-15 [class*="flaticon-"]:before,
.footer-form .ico-15 [class*="flaticon-"]:after,
.bottom-secondary-link.ico-15 [class*="flaticon-"]:before,
.bottom-secondary-link.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.footer-socials.ico-25 [class*="flaticon-"]:before,
.footer-socials.ico-25 [class*="flaticon-"]:after {
  font-size: 1.325rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.3925rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.3925rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.175rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.1875rem;
    }
  }
}

.pagination.ico-20 [class*="flaticon-"]:before,
.pagination.ico-20 [class*="flaticon-"]:after {
  font-size: 0.9rem !important;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.75rem;
    }
  }
}

.footer-form .ico-15 [class*="flaticon-"]:before,
.footer-form .ico-15 [class*="flaticon-"]:after {
  --tw-leading: 28px;
  line-height: 28px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
}

.bottom-footer-socials.ico-25 [class*="flaticon-"]:before,
.bottom-footer-socials.ico-25 [class*="flaticon-"]:after {
  font-size: 1.25rem !important;
}

.rows-2 .fbox-ico-wrap {
  margin-right: 20px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 15px;
    }
  }
}

.cbox-1.ico-10 span {
  position: relative;
  top: calc(var(--spacing) * 0);
  right: 7px;
}

.cbox-1.ico-10 [class*="flaticon-"]:before,
.cbox-1.ico-10 [class*="flaticon-"]:after {
  font-size: 0.6rem;
}

.cbox-1.ico-15 [class*="flaticon-"]:before,
.cbox-1.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.cbox-3 .ico-wrap {
  position: relative;
  margin-top: calc(var(--spacing) * 0);
  margin-right: 1.15rem;
  text-align: center;
}

.cbox-3 .cbox-3-ico {
  position: relative;
  top: 3px;

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 4px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 4px;
    }
  }
}

.advantages.ico-15 li p span {
  position: relative;
  top: 2px;
  right: -1px;
}

.advantages.ico-15 [class*="flaticon-"]:before,
.advantages.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.compatibility.ico-10 [class*="flaticon-"]:before,
.compatibility.ico-10 [class*="flaticon-"]:after {
  font-size: 0.5rem;
}

.tools-list.ico-35 [class*="flaticon-"]:before,
.tools-list.ico-35 [class*="flaticon-"]:after {
  margin-right: 6px;
  --tw-leading: 2.1875rem;
  line-height: 2.1875rem;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: 4px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.125rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 2.125rem;
      line-height: 2.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 5px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 4px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 4px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.1875rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 2.1875rem;
      line-height: 2.1875rem;
    }
  }
}

.pricing-features.ico-10 li p span {
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 1);
}

.pricing-features.ico-5 [class*="flaticon-"]:before,
.pricing-features.ico-5 [class*="flaticon-"]:after {
  font-size: 0.5rem;
}

.press-txt.ico-20 [class^="flaticon-"]:before,
.press-txt.ico-20 [class^="flaticon-"]:after {
  font-size: 1.375rem;
}

.txt-block-stat .ico-15 [class*="flaticon-"]:before,
.txt-block-stat .ico-15 [class*="flaticon-"]:after {
  font-size: 0.8125rem;
}

.table-responsive .ico-15 [class*="flaticon-"]:before,
.table-responsive .ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.675rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.725rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.715rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.785rem;
    }
  }
}

.table-responsive .ico-20 [class*="flaticon-"]:before,
.table-responsive .ico-20 [class*="flaticon-"]:after {
  font-size: 0.95rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.835rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.925rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.0625rem;
    }
  }
}

.icons-menu.ico-30 [class*="flaticon-"]:before,
.icons-menu.ico-30 [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.1875rem;
    }
  }
}

.icons-menu.ico-40 [class*="flaticon-"]:before,
.icons-menu.ico-40 [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.5rem;
    }
  }
}

.btn.ico-30 [class*="flaticon-"]:before,
.btn.ico-30 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.05rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.05rem;
    }
  }
}

.cbox-1.ico-10 span {
  @media (width >=414px) {
    @media (width < 480px) {
      right: 6px;
    }
  }
}

.cbox-1.ico-15 [class*="flaticon-"]:before,
.cbox-1.ico-15 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.7rem;
    }
  }
}

.cbox-3 .ico-wrap {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
}

.modal .btn-close.ico-10 [class^="flaticon-"]:before,
.modal .btn-close.ico-10 [class^="flaticon-"]:after {
  font-size: 0.6rem;
}

.ico-15 [class*="flaticon-"]:before,
.ico-15 [class*="flaticon-"]:after {
  font-size: 0.9375rem;
}

.bottom-footer-socials.ico-20 [class*="flaticon-"]:before,
.bottom-footer-socials.ico-20 [class*="flaticon-"]:after {
  font-size: 1.115rem;
}

.rows-2 .fbox-7.fb-1,
.rows-2 .fbox-7.fb-2,
.rows-2 .fbox-7.fb-3,
.rows-2 .fbox-9.fb-1,
.rows-2 .fbox-9.fb-2,
.rows-2 .fbox-9.fb-3,
.rows-3 .fb-4 {
  margin-bottom: 40px;
}

.rows-3 .fb-3.fbox-11-lst,
.rows-3 .fb-4.fbox-11-lst {
  margin-bottom: calc(var(--spacing) * 0);
}

.fbox-title.ico-30 h6 {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-leading: 1.875rem;
  line-height: 1.875rem;
}

.fbox-ico.ico-square {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 20px;
    }
  }
}

.fbox-14-wrapper {
  padding: 80px 70px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      border-radius: 0 0;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 30px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 70px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 50px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 70px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 50px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 60px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 70px;
    }
  }
}

.fbox-14-wrapper .col {
  padding: 0 10px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 8px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.row-cols-md-3 .fbox-4 {
  padding-inline: 35px;
  padding-block: 50px;

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 65px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 45px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 40px;
    }
  }
}

.row-cols-md-2 .fbox-4 {
  padding-inline: 20px;
  padding-block: 35px;

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 65px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 45px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 45px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 35px;
    }
  }
}

.fbox-8 {
  padding-inline: 40px;
  padding-block: 55px;
}

.fbox-8.bg--white-100 {
  padding-inline: 40px;
  padding-block: 60px;
}

.fbox-9 {
  padding-inline: 40px;
  padding-top: 40px;
  padding-bottom: 35px;
  border: 2px solid #eee;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 75px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 27px;
    }
  }
}

.fbox-14 {
  padding-inline: 30px;
  padding-top: 40px;
  padding-bottom: 35px;
  border: 2px solid #eee;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 45px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-align: center;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 30px;
    }
  }
}

.fbox-img.h--135 img {
  max-height: 135px !important;
}

.fbox-img.h--140 img,
.fbox-img.h--145 img,
.fbox-img.h--150 img,
.fbox-img.h--155 img {
  max-height: 140px !important;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 185px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-height: 220px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 132px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 125px;
    }
  }
}

.fbox-img.h--160 img {
  max-height: calc(var(--spacing) * 40) !important;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 185px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-height: 220px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: calc(var(--spacing) * 32);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 145px;
    }
  }
}

.fbox-img.h--165 img {
  max-height: 165px !important;

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 150px;
    }
  }
}

.fbox-img.h--170 img {
  max-height: 170px !important;

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 155px;
    }
  }
}

.fbox-3 .fbox-img {
  overflow: hidden;
}

.fbox-3 .fbox-img.h--135 {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: 35px;
  padding-top: 30px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 25px;
    }
  }
}

.row-cols-md-2 .fbox-4.fb-1,
.row-cols-md-2 .fbox-4.fb-2,
.row-cols-md-2 .fbox-7.fb-1,
.row-cols-md-2 .fbox-7.fb-2,
.row-cols-md-2 .fbox-9.fb-1,
.row-cols-md-2 .fbox-9.fb-2,
.rows-2 .fbox-7.fb-1,
.rows-2 .fbox-7.fb-2,
.rows-2 .fbox-7.fb-3,
.rows-2 .fbox-9.fb-1,
.rows-2 .fbox-9.fb-2,
.rows-2 .fbox-9.fb-3 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 22px;
    }
  }
}

.fbox-12.mb--30,
.fbox-13.mb--30 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }
}

.fbox-5 h5,
.fbox-14 h5 {
  margin-bottom: 15px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
}

.features-section h6,
.fbox-txt h5 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 15px;
    }
  }
}

.fbox-10 .fbox-title {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: auto;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
}

.fbox-10 .fbox-title span {
  @media (width >=480px) {
    @media (width < 768px) {
      float: none;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
}

.fbox-10 .fbox-title h6 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: 15px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      display: block;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
}

.row-cols-md-3 .fbox-1 p,
.row-cols-md-3 .fbox-2 p,
.row-cols-md-3 .fbox-3 p,
.row-cols-md-3 .fbox-6 p,
.row-cols-md-2 .fbox-1 p,
.row-cols-md-2 .fbox-2 p,
.row-cols-md-2 .fbox-3 p,
.fbox-5 .fbox-txt p,
.fbox-10 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 8%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.row-cols-md-3 .fbox-4 p,
.row-cols-md-2 .fbox-4 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 4%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.fbox-5 .fbox-txt p,
.rows-3 .fbox-11 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 2%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.row-cols-md-2 .fbox-6 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.row-cols-lg-3 .fbox-10 .fbox-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 2%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.rows-3 .fbox-11 p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 2%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.fbox-wrapper .ico-50 [class*="flaticon-"]:before,
.fbox-wrapper .ico-50 [class*="flaticon-"]:after,
.fbox-wrapper .ico-55 [class*="flaticon-"]:before,
.fbox-wrapper .ico-55 [class*="flaticon-"]:after,
.fbox-wrapper .ico-60 [class*="flaticon-"]:before,
.fbox-wrapper .ico-60 [class*="flaticon-"]:after,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 4rem;
    }
  }
}

.fbox-wrapper .ico-50 [class*="flaticon-"]:before,
.fbox-wrapper .ico-50 [class*="flaticon-"]:after,
.fbox-wrapper .ico-55 [class*="flaticon-"]:before,
.fbox-wrapper .ico-55 [class*="flaticon-"]:after,
.fbox-wrapper .ico-60 [class*="flaticon-"]:before,
.fbox-wrapper .ico-60 [class*="flaticon-"]:after,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 3.65rem;
    }
  }
}

.fbox-wrapper .row-cols-md-2 .ico-rounded [class*="flaticon-"]:before,
.fbox-wrapper .row-cols-md-2 .ico-rounded [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
}

.row-cols-md-2 .fbox-ico.ico-rounded,
.fbox-ico.ico-square {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 20px;
    }
  }
}

.rows-2 .fbox-ico-wrap .ico-50 [class*="flaticon-"]:before,
.rows-2 .fbox-ico-wrap .ico-50 [class*="flaticon-"]:after {
  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.85rem;
    }
  }
}

.fbox-wrapper .row-cols-md-2 .ico-50 [class*="flaticon-"]:before,
.fbox-wrapper .row-cols-md-2 .ico-50 [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 3.75rem;
    }
  }
}

.fbox-wrapper .row-cols-md-2 .ico-rounded,
.fbox-wrapper .row-cols-md-2 .ico-square {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 80px;
    }
  }
}

.fbox-wrapper .row-cols-md-2 .ico-square [class*="flaticon-"]:before,
.fbox-wrapper .row-cols-md-2 .ico-square [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
}

.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
.fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.75rem;
    }
  }
}

.modal.fade .modal-dialog {
  --tw-translate-x: calc(var(--spacing) * 0);
  --tw-translate-y: -50px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  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: 0.3s;
  transition-duration: 0.3s;
  --tw-ease: ease-out;
  transition-timing-function: ease-out;
}

.modal.show .modal-dialog {
  translate: none !important;
  transform: none !important;
}

.modal {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 1055;
  display: none;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: calc(0.5rem - 1px);
  --tw-shadow: 0 0.125rem 0.25rem var(--tw-shadow-color, rgba(0, 0, 0, 0.075));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 0;
}

@media (min-width: 576px) {
  .modal {
    --tw-shadow: 0 0.5rem 1rem var(--tw-shadow-color, rgba(0, 0, 0, 0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .row-cols-sm-3>* {
    @media (width < 768px) {
      width: 33.3333333333%;
    }
  }

  .row-cols-sm-2>* {
    @media (width < 768px) {
      width: calc(6/12 * 100%);
    }
  }
}

.fade {
  transition: opacity .15s linear;
}

.modal-backdrop.show {
  opacity: 50% !important;
}

.modal-backdrop.fade {
  opacity: 0%;
}

.modal-backdrop {
  background-color: #2d343a;
}

.modal-backdrop {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 1050;
  height: 100vh;
  width: 100vw;
  background-color: var(--color-black);
}

.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - 0.5rem * 2);
  align-items: center;
}

.modal-dialog {
  pointer-events: none;
  position: relative;
  margin: calc(var(--spacing) * 7);
  margin-inline: auto !important;
}

.fade:not(.show) {
  opacity: 0%;
}

.modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: var(--bs-modal-border-radius);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--bs-modal-border-color);
  background-color: var(--color-white);
  background-clip: padding-box;
  color: var(--color-white);
  outline: 0;
}

.modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.175);
  background-color: var(--color-white);
  background-clip: padding-box;
  outline: 0;
}

.modal .newsletter-form.purple-focus .form-control:focus {
  border-color: #8863ee;
}

label {
  display: inline-block;
}

.modal .form-notification {
  margin-top: calc(var(--spacing) * 3);
  text-align: center;
  font-size: 0.85rem !important;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #1680fb;
}

.modal .form-notification.valid,
.modal .form-notification.error {
  color: #fc2f4b;
}

.modal .newsletter-form.valid {
  color: #0fbc49;
}

#modal-3 .request-form-msg {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding-left: calc(var(--spacing) * 0);
}

#modal-3 .request-form .loading {
  font-size: 1.0625rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #1680fb;
}

#modal-3 .request-form .error {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 0.85rem !important;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #e74c3c;
}

hr {
  margin: 1rem 0;
  color: inherit;
  opacity: 25%;
  border-top: 1px solid;
}

.footer-copyright p {
  margin-bottom: calc(var(--spacing) * 0);
}

#footer-10.pt--50 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 10px;
    }
  }
}

.bg--black.footer .foo-links li p a {
  color: #a0a7b1;

  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}

#footer-1 .footer-info,
#footer-5 .footer-info,
#footer-6 .footer-info,
#footer-7 .footer-info {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 15px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 5%;
    }
  }
}

.footer-mail-link {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.073529rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.0625rem;
    }
  }
}

.foo-links li a span.ext-link {
  @media (width >=414px) {
    @media (width < 480px) {
      top: 0.5px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      left: 3px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 1px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      left: 3px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 3px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 1px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 3px;
    }
  }
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#about-1 .txt-block p {
  margin-bottom: calc(var(--spacing) * 0);
}

#about-4 .txt-block p {
  margin-top: 25px;
  margin-bottom: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

.about-3-images {
  padding-inline: 5%;
  padding-block: calc(var(--spacing) * 0);
}

.about-3-img {
  height: 460px;
  overflow: hidden;
}

.about-2-title {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 5%;
    }
  }
}

#about-1 .txt-block h3.mb--30,
.about-2-title h2.mb--30 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

#about-3 .txt-block h5 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 15px;
    }
  }
}

#about-2 .container-fluid {
  @media (width >=480px) {
    @media (width < 768px) {
      max-width: 540px;
    }
  }
}

#about-4 .txt-block h2 {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#about-4 .txt-block h2 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 6%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#features-14 .container {
  @media (width >=414px) {
    @media (width < 480px) {
      max-width: 100%;
    }
  }
}

.features-section h6.s-18,
.features-section h6.s-20,
.features-section h6.s-22 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.4375rem;
    }
  }
}

.pricing-4-table .pricing-features li {
  padding: 10px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 8px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 8px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 6px;
    }
  }
}

.pricing-features li p {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}

.pricing-features li p span {
  position: relative;
  top: calc(2px * -1);
  right: 5px;
}

.pricing-features li.disabled-option p,
.pricing-features li.disabled-option span {
  color: #b5b5b5;
}

.text--center .pricing-features li {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 6px;
    }
  }
}

#features-13.pt--100.shape--bg:after {
  top: 21%;
  height: 72%;
  width: 48%;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 32.35%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: 64%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 19%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: calc(3/4 * 100%);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 52%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 18%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 76%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: calc(6/12 * 100%);
    }
  }
}

#features-12.py--100.shape--bg:after {
  top: 18%;
  left: 52%;
  height: 64%;
  width: 48%;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 32%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: 68%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 16%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 48%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 68%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 52%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 16%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: calc(2/4 * 100%);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 68%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: calc(6/12 * 100%);
    }
  }
}

#features-13.py--100.shape--bg:after {
  top: 18%;
  height: 64%;
  width: 48%;

  @media (width >=414px) {
    @media (width < 480px) {
      top: 32%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: 68%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 16%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 68%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 52%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 16%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 68%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: calc(6/12 * 100%);
    }
  }
}

.pricing-features.mt--25 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

#features-4 .row-cols-md-3 .col {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 8px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.features-section h6.s-18 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.397058rem;
    }
  }
}

.pricing-features span {
  @media (width >=768px) {
    @media (width < 992px) {
      display: none;
    }
  }
}

.pricing-features p.p-md {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.935rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
}

.features-section h6.s-18,
.features-section h6.s-20,
.features-section h6.s-22 {
  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.625rem;
    }
  }
}

.inner-page-hero #rw-2-3,
.inner-page-hero #rw-2-4 {
  margin-bottom: 20px;
}

#faqs-4 .inner-page-title {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 40px;
    }
  }
}

.wsmenu>.offcanvas>.wsmenu-list>li>a {
  margin: 0 7px;
  display: block;
  padding: 10px 10px;
  line-height: 20px;
  font-weight: 600;
  text-decoration-line: none;
    color: #003e4f;
    font-size: 17px!important;

  @media (width >=414px) {
    @media (width < 480px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 5px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-right: 32px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-left: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 5px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-right: 32px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-left: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.25rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 46px;
      line-height: 46px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 10px;
    }
  }

  @media (width >=1200px) {
    font-size: 0.9375rem;
  }
}

.wsmenu>.wsmenu-list>li.reg-fst-link>a {
  margin-left: 30px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

.navbar-dark .wsmenu>.wsmenu-list>li>a.h-link {
  color: #003e4f;
}

.navbar-light .wsmenu>.wsmenu-list>li>a.h-link {
  color: var(--color-white);
}

.wsmenu>.wsmenu-list>li>a.h-link.last-link {
  margin: calc(var(--spacing) * 0);
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 10px;
}

.wsmenu>.offcanvas>.wsmenu-list>li>a .wsarrow:after {
  position: relative;
top: 8px;
right: calc(var(--spacing) * 0);
float: right;
margin-left: 5px;
height: calc(var(--spacing) * 0);
width: calc(var(--spacing) * 0);
border-inline-style: var(--tw-border-style);
border-inline-width: 4px;
border-top-style: var(--tw-border-style);
border-top-width: 4px;
--tw-border-style: solid;
border-style: solid;
border-inline-color: rgba(0, 0, 0, 0);
text-align: right;
--tw-content: "";
content: var(--tw-content);
transition: all 0.5s ease;
}

.wsmenu>.wsmenu-list>li a.btn {
  margin-top: 14px;
  padding-inline: calc(var(--spacing) * 7);
  padding-block: calc(var(--spacing) * 1);
  font-size: 1rem;
  --tw-leading: 30px;
  line-height: 30px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0;
  letter-spacing: 0;
  text-transform: none;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 2px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-radius: 0 !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.25rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 3px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.9375rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >=1200px) {
    margin: 14px 5px 0;
  }

  @media (width >=1200px) {
    padding: 4px 22px 6px;
  }

  @media (width >=1200px) {
    font-size: 0.9rem;
  }

  @media (width >=1200px) {
    --tw-leading: 28px;
    line-height: 28px;
  }
}

.wsmenu>.wsmenu-list>li a.btn.reg-btn {
  padding-inline: 22px;
  padding-block: calc(var(--spacing) * 1);

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 3px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 5px;
    }
  }

  @media (width >=1200px) {
    padding-inline: 20px;
  }

  @media (width >=1200px) {
    padding-top: calc(var(--spacing) * 1);
  }

  @media (width >=1200px) {
    padding-bottom: 6px;
  }
}

.wsmenu>.wsmenu-list>li a.btn.fst-btn-link {
  margin-left: 12px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

.wsmenu>.wsmenu-list>li a.store.header-store {
  margin-top: 13px;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: 10px;
  padding: calc(var(--spacing) * 0);
  --tw-leading: 1;
  line-height: 1;

  @media (width >=768px) {
    @media (width < 992px) {
      float: none;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      display: block;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom-color: none;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

.wsmenu>.offcanvas>.wsmenu-list>li>ul.sub-menu {
  top: 39px;
  width: auto;
  min-width: 200px;
  padding: 0px;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom: 1px solid #ddd;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      min-width: 180px;
    }
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 {
  top: 62px;
  left: 23%;
  width: 76%;
  padding: 20px 10px;

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 6px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 6px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 100%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom: 1px solid #ddd;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 10%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 86%;
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  background-color: rgba(244, 244, 249, 0);
  padding: 11px 14px;
  font-family: var(--font-Jakarta);
  font-size: 1rem;
  --tw-leading: 22px;
  line-height: 22px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #353f4f;
  transition: all 0.3s ease-in-out;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.1765rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #666;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.9375rem;
    }
  }

  @media (width >=1200px) {
    font-size: 0.9rem;
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  top: 62px;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 12px;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 38%;
  border-radius: 6px;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 12px;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

  @media (width >=768px) {
    @media (width < 992px) {
      top: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 100%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-bottom-color: #ddd;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: calc(2/5 * 100%);
    }
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
  background-color: rgba(244, 244, 249, 0);
  padding-inline: 14px;
  padding-block: 11px;
  font-family: var(--font-Jakarta);
  font-size: 1rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #353f4f;
  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: 0.3s;
  transition-duration: 0.3s;
  --tw-ease: ease-in-out;
  transition-timing-function: ease-in-out;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  background-color: rgba(244, 244, 249, 1);
  padding-inline: 14px;
  padding-block: 11px;
}

.wsmenu>.wsmenu-list {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: -325px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 325px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: -345px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 345px;
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-decoration-line: none;
    }
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  background-color: rgba(244, 244, 249, 1);
  padding: 11px 14px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-decoration-line: none;
    }
  }
}

.tra-menu .wsmenu>.wsmenu-list>li>a,
.tra-menu.navbar-light .wsmenu>.wsmenu-list>li>a {
  @media (width >=768px) {
    @media (width < 992px) {
      color: #666;
    }
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px !important;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 12px !important;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px !important;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 12px !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 14px !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 15px !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.1765rem !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #666 !important;
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 12px;
    }
  }
}

.black-scroll .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
.black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: rgba(255, 255, 255, 0.05);
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  background-color: rgba(244, 244, 249, 1) !important;
  padding: 11px 14px;
}

.dark-menu .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
.dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
  background-color: rgba(244, 244, 249, 0);
  padding: 11px 14px;
  font-family: var(--font-Jakarta);
  font-size: 1rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #353f4f;
  transition: all 0.3s ease-in-out;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  border-bottom: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.icons-menu,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu {
  max-width: 275px;
  padding: 12px;

  @media (width >=768px) {
    @media (width < 992px) {
      width: 100%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-width: 225px;
    }
  }
}

.icons-menu .icons-menu-item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row wrap !important;
}

.icons-menu-ico {
  position: relative;
  margin-right: 14px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 12px;
    }
  }
}

.wsmegamenu.ico-30 .icons-menu-ico span {
  position: relative;
  top: 6px !important;

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: calc(var(--spacing) * 2);
    }
  }
}

.icons-menu-txt {
  max-width: 100%;
  flex: 1;
  overflow: hidden;
}

.icons-menu-txt h6 {
  margin-bottom: calc(var(--spacing) * 0);
  font-size: 1rem;
  --tw-leading: 32px;
  line-height: 32px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: inherit;
}

.icons-menu-txt span {
  margin-bottom: calc(var(--spacing) * 0);
  display: block;
  font-size: 0.925rem;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #898989;
}

.navbar-light .wsmenu-list>li>a.h-link:hover {
  color: #eee !important;
}

.navbar-dark .wsmenu-list>li>a.h-link:hover {
  color: #1d222f;
}

.wsmenu>.wsmenu-list.nav-blue-500>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list.nav-blue-500>li>.wsmegamenu.w-75 ul.link-list>li>a:hover {
  color: #185abd;
}

.wsmenu>.wsmenu-list.nav-green-500>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list.nav-green-500>li>.wsmegamenu.w-75 ul.link-list>li>a:hover {
  color: #00a14e;
}

.wsmenu>.wsmenu-list.nav-pink-500>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list.nav-pink-500>li>.wsmegamenu.w-75 ul.link-list>li>a:hover {
  color: #003E4F;
}

.wsmenu>.wsmenu-list.nav-purple-500>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list.nav-purple-500>li>.wsmegamenu.w-75 ul.link-list>li>a:hover {
  color: #003E4F;
}

.wsmenu>.wsmenu-list.nav-red-500>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list.nav-red-500>li>.wsmegamenu.w-75 ul.link-list>li>a:hover {
  color: #da0f29;
}

.tra-menu.white-scroll .wsmainfull.scroll,
.white-menu.white-scroll .wsmainfull.scroll {
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding: calc(var(--spacing) * 0) !important;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-backdrop-blur: blur(20px);
  -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, );
}

.tra-menu.black-scroll .wsmainfull.scroll,
.dark-menu.black-scroll .wsmainfull.scroll {
  background-color: #1d222f;
  padding: calc(var(--spacing) * 0);
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu>.wsmenu-list>li>a.h-link {
  color: var(--color-white);

  &:hover {
    @media (hover: hover) {
      color: #ccc;
    }
  }
}

.wsmenu>.wsmenu-list>li.header-phone>a {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 7px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 6px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 19px;
    }
  }
}

.wsmenu>.wsmenu-list>li.header-phone>a span {
  @media (width >=768px) {
    @media (width < 992px) {
      height: calc(var(--spacing) * 6);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 6);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 25px;
      line-height: 25px;
    }
  }
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
.wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
  @media (width >=768px) {
    @media (width < 992px) {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 100%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 12px;
    }
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.icons-menu,
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 6px;
    }
  }
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-dark.black-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-dark.black-scroll .scroll .logo-white {
  display: block;
}

.tra-menu.navbar-dark.white-scroll .scroll .wsmenu>.wsmenu-list>li>a.h-link,
.tra-menu.navbar-light.white-scroll .scroll .wsmenu>.wsmenu-list>li>a.h-link {
  color: #003e4f;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 24px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: 18px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: calc(var(--spacing) * 2);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 24px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 21px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 10px;
    }
  }
}

.wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 7);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      rotate: calc(360deg * -1);
    }
  }
}

.navbar-light.white-scroll .scroll .wsmenu-list>li>a.h-link {
  &:hover {
    @media (hover: hover) {
      color: #1d222f !important;
    }
  }
}

.img-block-hidden,
.bc-5-img.bc-5-dashboard.img-block-hidden {
  margin-bottom: -100px;

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: -50px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(80px * -1);
    }
  }
}

.ct-03 .img-block.right-column {
  margin-left: 20px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin: 0 2% 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: 3%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 15px;
    }
  }
}

.ct-05 .img-block-hidden {
  margin-bottom: -30px;
}

.ct-06 .img-block {
  margin-bottom: calc(80px * -1);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(80px * -1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: -20%;
    }
  }
}

.ct-07 .img-block {
  margin-top: calc(8px * -1);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(8px * -1);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: -20%;
    }
  }
}

.ct-11 .img-block,
.ct-12 .img-block {
  position: relative;
  z-index: 2;
  text-align: center;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 8%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 50px;
    }
  }
}

.ct-11 .img-block {
  padding-left: 70px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 50px;
    }
  }
}

.ct-12 .img-block {
  padding-right: 70px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 50px;
    }
  }
}

.ct-11 .img-block .tra-bkg,
.ct-12 .img-block .tra-bkg {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0%;
}

.ct-07 .txt-block,
.bc-2-txt,
.bc-2-wrapper .txt-block,
.bc-3-txt {
  margin-top: calc(40px * -1);
  margin-top: 40px;

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

.ct-11 .txt-block {
  padding-right: 50px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 40px;
    }
  }
}

.ct-12 .txt-block {
  padding-left: 70px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 40px;
    }
  }
}

.ct-13 .txt-block {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 35px;
    }
  }
}

.ct-13 .txt-block.ml--block {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}

.ct-06 {
  margin-bottom: 80px;
}

.ct-07 {
  margin-top: 80px;
}

.ct-13 .row.mb--60 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 50px;
    }
  }
}

.ct-top {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 70px;
    }
  }
}

.ct-13 .img-block.ml--block {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}

.ct-11:after,
.ct-12:after {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(6/12 * 100%);
  background-color: var(--color-white);
  --tw-content: '';
  content: var(--tw-content);
}

.ct-11:after {
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
}

.ct-12:after {
  top: calc(var(--spacing) * 0);
  left: calc(2/4 * 100%);
}

.bc-6 h4 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 18px;
    }
  }
}

.bc-6-txt h5 {
  margin-bottom: 15px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 12px;
    }
  }
}

.bc-6-link.mt--15 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }
}

.bc-5-wrapper .section-title,
.bc-6-txt {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.bc-1-wrapper .txt-block.pr-25.left-column,
.bc-2-wrapper .txt-block.pr-25.left-column {
  padding-right: 25px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 15px;
    }
  }
}

.bc-1-wrapper .txt-block.pl-25.right-column,
.bc-2-wrapper .txt-block.pl-25.right-column {
  padding-left: 25px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 15px;
    }
  }
}

.bc-2-img,
.bc-4-img {
  margin-left: 15px;
}

.bc-4-img {
  margin-right: -65%;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: -100%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: -65%;
    }
  }
}

.bc-6-img {
  margin-bottom: 35px;
  padding-top: 50px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 40px;
    }
  }
}

.bc-6-wrapper .section-overlay {
  padding: 80px 70px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 65px;
    }
  }
}

.bc-6 {
  padding-inline: 35px;
  padding-block: 40px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 17px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 16px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 30px;
    }
  }
}

.integrations-section .more-btn.mt--60 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 50px;
    }
  }
}

.banner-section .section-id {
  margin-bottom: 30px;
  padding-top: 10px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

#banner-15.banner-section .section-id {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 24px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

#banner-1 .container,
#banner-2 .container,
#banner-3 .container,
#banner-11 .container,
#banner-12 .container,
#banner-13 .container {
  @media (width >=414px) {
    @media (width < 480px) {
      max-width: 100% !important;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-width: 100% !important;
    }
  }
}

.banner-15-txt h2 {
  margin-bottom: 45px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

.banner-10-txt h6 {
  margin-bottom: 12px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}

.sm-title .banner-1-txt p.p-lg,
.sm-title .banner-1-txt p.p-xl {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 20px;
    }
  }
}

.banner-5-txt p.s-21,
.banner-5-txt p.s-22 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 12px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 21px;
    }
  }
}

.banner-11-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
}

.banner-11-img {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: -30px;
    }
  }
}

.banner-section .btns-group .btn.mr--15,
.banner-section .btns-group .btn:first-child {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
}

.banner-8-buttons {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 4%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-align: center;
    }
  }
}

#banner-11 {
  margin-top: 50px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }
}

#banner-9 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 55px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 65px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 55px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 65px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 55px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 70px;
    }
  }
}

.banner-9-txt {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 14%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 25%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 30%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 15px;
    }
  }
}

.banner-5-txt {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.right-column .cbox-5 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 60px;
    }
  }
}

.txt-block .cbox-5-fea h4 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.625rem;
    }
  }
}

.cbox-5-txt .btn {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 10px;
    }
  }
}

.cbox-5-shape-1 img,
.cbox-5-shape-2 img {
  @media (width >=480px) {
    @media (width < 768px) {
      height: calc(4/5 * 100%);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: calc(4/5 * 100%);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 55%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 55%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 70%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 70%;
    }
  }
}

.cbox-3,
.cbox-4 {
  @media (width >=414px) {
    @media (width < 480px) {
      text-align: center;
    }
  }
}

.cbox-3 {
  @media (width >=414px) {
    @media (width < 480px) {
      display: block;
    }
  }
}

.content-section .cbox-6-wrapper {
  padding: 80px 70px;
}

.cbox-5 {
  position: relative;
}

.cbox-5-content {
  z-index: 1;
  margin-inline: 12%;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #f5f6f6;
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 10);
  --tw-shadow: 0px 15px 20px 0px var(--tw-shadow-color, rgba(5, 5, 5, 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

  @media (width >=414px) {
    @media (width < 480px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: 10%;
    }
  }
}

.cbox-5-content .divider {
  margin-block: 25px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 22px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: 22px;
    }
  }
}

.txt-block .cbox-5-title h2 {
  margin-bottom: 10px;
  font-size: 3.5rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-tracking: -1px;
  letter-spacing: -1px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 3rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 3.25rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 3rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 3.15rem;
    }
  }
}

.cbox-5-title p.p-lg {
  margin-bottom: 10px;
}

.cbox-2:hover .cbox-2-ico.bg--blue-500 {
  border-color: #185abd;
  color: #185abd;
}

.cbox-2:hover .cbox-2-ico.bg--blue-400 {
  border-color: #1680fb;
  color: #1680fb;
}

.cbox-2:hover .cbox-2-ico.bg--blue-300 {
  border-color: #3eb1ff;
  color: #3eb1ff;
}

.cbox-2:hover .cbox-2-ico.bg--green-500 {
  border-color: #00a14e;
  color: #00a14e;
}

.cbox-2:hover .cbox-2-ico.bg--green-400 {
  border-color: #0fbc49;
  color: #0fbc49;
}

.cbox-2:hover .cbox-2-ico.bg--green-300 {
  border-color: #6fd792;
  color: #6fd792;
}

.cbox-2:hover .cbox-2-ico {
  background-color: transparent !important;
}

.cbox-3-txt {
  margin-bottom: 35px;
  max-width: 100%;
  flex: 1;
  overflow: hidden;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

.cbox-2:last-child .cbox-2-txt,
.cbox-3:last-child .cbox-3-txt,
.cbox-4:last-child .cbox-4-txt {
  margin-bottom: calc(var(--spacing) * 0) !important;
}

.cbox-5-fea {
  margin-top: 25px;
  padding-inline: 25px;
  padding-block: 20px;
  --tw-shadow: 0px 15px 20px 0px var(--tw-shadow-color, rgba(5, 5, 5, 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 16px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 12px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 20px;
    }
  }
}

.txt-block .cbox-5-fea h4 {
  margin-bottom: 3px;
  --tw-leading: 1;
  line-height: 1;
}

.cbox-5-fea p {
  margin-bottom: calc(var(--spacing) * 0);
}

.cbox-6 p,
.cbox-3-txt p,
.cbox-4-txt p {
  margin-bottom: calc(var(--spacing) * 0);
}

.cbox-5-shape-1 {
  position: absolute;
  top: -35px;
  right: 30px;
  z-index: -1;

  @media (width >=414px) {
    @media (width < 480px) {
      display: none;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: -30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      right: -50px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      right: -55px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      right: calc(20px * -1);
    }
  }
}

.cbox-5-shape-2 {
  position: absolute;
  bottom: -25px;
  left: 30px;
  z-index: -1;

  @media (width >=414px) {
    @media (width < 480px) {
      display: none;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      bottom: -25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      left: -30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: calc(var(--spacing) * -5);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      bottom: -25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      left: 10px;
    }
  }
}

.cbox-5-shape-1 img,
.cbox-5-shape-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cbox-3-ico span[class*="flaticon-"]:before,
.cbox-3-ico span[class*="flaticon-"]:after {
  font-size: 2.85rem;

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 3rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 3rem;
    }
  }
}

.btn-txt.ico-15 [class*="flaticon-"]:before,
.btn-txt.ico-15 [class*="flaticon-"]:after,
.btns-group-txt.ico-15 [class*="flaticon-"]:before,
.btns-group-txt.ico-15 [class*="flaticon-"]:after {
  font-size: 0.75rem;
}

.pricing-1-wrapper .col,
.pricing-2-wrapper .col,
.pricing-3-wrapper .col {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 8px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#pricing-1 .container,
#pricing-2 .container,
#pricing-3 .container {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.pricing-1-table .pt--btn,
.pricing-2-table .pt--btn,
.pricing-4-table .pt--btn,
.pricing-3-table .pt--btn {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

.lg\:w-10\/12 .pricing-notice p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 8%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 4%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.lg\:w-9\/12 .pricing-notice p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 15%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.pricing-notice .btn.mt--25 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

.pricing-notice p span {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

.pricing-notice.mb--40 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }
}

.pricing-2-table,
.pricing-4-table {
  padding-inline: 38px;
  padding-top: 50px;
  padding-bottom: 45px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 35px;
    }
  }
}

.text--center .pricing-1-table {
  padding-inline: 35px;
  padding-top: 60px;
  padding-bottom: 50px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 40px;
    }
  }
}

.pricing-4-table {
  padding: 45px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 40px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 45px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 35px;
    }
  }
}

.pricing-3-table .pricing-table-header h4 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 10px;
    }
  }
}

.text--center .pricing-1-table .pricing-discount {
  top: -35px;
  right: calc(var(--spacing) * -2);

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * -8);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: calc(var(--spacing) * -10);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      right: -5px;
    }
  }
}

.pricing-2-table.highlight .price span {
  font-size: 2.4rem;
  --tw-tracking: -1px;
  letter-spacing: -1px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.5rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.65rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.05rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.15rem;
    }
  }
}

.pricing-4-table .price span {
  font-size: 3.15rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.75rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.85rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 3.15rem;
    }
  }
}

.pricing-4-table .price sup {
  top: calc(10px * -1);
  right: 2px;
  font-size: 2.05rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.15rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: -7px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 2.25rem;
    }
  }
}

.price sup.coins {
  top: -29px;
  left: 3px;
  font-size: 2.35rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: -2px;
  letter-spacing: -2px;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.45rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.5rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: -27px;
    }
  }
}

.pricing-2-table .price p,
.pricing-4-table .price p {
  margin-block: 25px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.9075rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 15px;
    }
  }
}

.text--center .price p {
  padding-inline: 2%;
  padding-block: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.pricing-1-table hr,
.pricing-2-table hr,
.pricing-3-table hr {
  margin-top: 35px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 30px;
    }
  }
}

.pricing-section .toggle-btn.mt--30 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }
}

#pricing-4 .ext-toggle-btn {
  margin-top: calc(var(--spacing) * 0);
  margin-right: 50px;
  margin-bottom: 35px;
  margin-left: 10px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-inline: auto;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: auto;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 15px;
    }
  }
}

.comp-table .pricing-header {
  max-width: 700px;
}

.toggle-btn-lg .switch-wrap {
  margin-inline: 14px;
  margin-block: calc(var(--spacing) * 0);
  height: 40px;
  min-width: 70px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: 6px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      min-width: 55px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: calc(var(--spacing) * 3);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 36px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      min-width: 60px;
    }
  }
}

.toggle-btn-lg .switcher {
  @media (width >=768px) {
    @media (width < 992px) {
      &::before {
        content: var(--tw-content);
        bottom: 5px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::before {
        content: var(--tw-content);
        left: 5px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::before {
        content: var(--tw-content);
        height: 22px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::before {
        content: var(--tw-content);
        width: 22px;
      }
    }
  }
}

.toggle-btn-lg .switcher {
  height: 40px;
  border-radius: 40px;
  padding-block: calc(var(--spacing) * 0);
  padding-right: 20px;
  padding-left: 40px;

  &::before {
    content: var(--tw-content);
    bottom: 5px;
  }

  &::before {
    content: var(--tw-content);
    left: 5px;
  }

  &::before {
    content: var(--tw-content);
    height: 30px;
  }

  &::before {
    content: var(--tw-content);
    width: 30px;
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-radius: 32px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 36px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      border-radius: 36px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::before {
        content: var(--tw-content);
        height: 26px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::before {
        content: var(--tw-content);
        width: 26px;
      }
    }
  }
}

.switch-wrap input:checked+.switcher {
  padding-block: calc(var(--spacing) * 0);
  padding-right: 35px;
  padding-left: 15px;

  &::before {
    content: var(--tw-content);
    right: calc(var(--spacing) * 1);
  }

  &::before {
    content: var(--tw-content);
    left: auto;
  }

  &::before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  &::before {
    content: var(--tw-content);
    --tw-duration: 350ms;
    transition-duration: 350ms;
  }

  &::before {
    content: var(--tw-content);
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 15px;
    }
  }
}

.switch-wrap input:checked+.switcher {
  border-color: #185abd;
  background-color: #185abd;
}

.switch-wrap input:checked+.switcher.switcher--blue-400 {
  border-color: #1680fb;
  background-color: #1680fb;
}

.switch-wrap input:checked+.switcher.switcher--blue-300 {
  border-color: #3eb1ff;
  background-color: #3eb1ff;
}

.switch-wrap input:checked+.switcher.switcher--green-500 {
  border-color: #00a14e;
  background-color: #00a14e;
}

.switch-wrap input:checked+.switcher.switcher--green-400 {
  border-color: #0fbc49;
  background-color: #0fbc49;
}

.switch-wrap input:checked+.switcher.switcher--green-300 {
  border-color: #6fd792;
  background-color: #6fd792;
}

.switch-wrap input:checked+.switcher.switcher--pink-500 {
  border-color: #003E4F;
  background-color: #003E4F;
}

.switch-wrap input:checked+.switcher.switcher--pink-400 {
  border-color: #003E4F;
  background-color: #003E4F;
}

.switch-wrap input:checked+.switcher.switcher--pink-300 {
  border-color: #fcb5cc;
  background-color: #fcb5cc;
}

.switch-wrap input:checked+.switcher.switcher--purple-500 {
  border-color: #003E4F;
  background-color: #003E4F;
}

.switch-wrap input:checked+.switcher.switcher--purple-400 {
  border-color: #003E4F;
  background-color: #003E4F;
}

.switch-wrap input:checked+.switcher.switcher--purple-300 {
  border-color: #bdaeea;
  background-color: #bdaeea;
}

.switch-wrap input:checked+.switcher.switcher--red-500 {
  border-color: #da0f29;
  background-color: #da0f29;
}

.switch-wrap input:checked+.switcher.switcher--red-400 {
  border-color: #ff1e1a;
  background-color: #ff1e1a;
}

.switch-wrap input:checked+.switcher.switcher--red-300 {
  border-color: #ffa5a3;
  background-color: #ffa5a3;
}

.switch-wrap input:checked+.switcher.switcher--violet-500 {
  border-color: #c73e9b;
  background-color: #c73e9b;
}

.switch-wrap input:checked+.switcher.switcher--violet-400 {
  border-color: #be6cbe;
  background-color: #be6cbe;
}

.switch-wrap input:checked+.switcher.switcher--violet-300 {
  border-color: #e2bde2;
  background-color: #e2bde2;
}

.switch-wrap input:checked+.switcher.switcher--yellow-500 {
  border-color: #ffba01;
  background-color: #ffba01;
}

.switch-wrap input:checked+.switcher.switcher--yellow-400 {
  border-color: #ffbd45;
  background-color: #ffbd45;
}

.switch-wrap input:checked+.switcher.switcher--yellow-300 {
  border-color: #ffdf35;
  background-color: #ffdf35;
}

.switch-wrap input:checked+.switcher .show-annual {
  display: block;
}

.switch-wrap input:checked+.switcher .show-monthly {
  display: none;
}

.switcher:before {
  @media (width >=768px) {
    @media (width < 992px) {
      bottom: calc(var(--spacing) * 1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      left: 4px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 22px;
    }
  }
}

.switcher.bg--tra-white {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ccc;
  background-color: var(--color-white);
}

.switcher.bg--ghost-white {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: rgba(128, 143, 174, 0.15);
  background-color: rgba(128, 143, 174, 0.45);
}

.switcher.bg--tra-white:before,
.switcher.bg--ghost-white:before {
  bottom: 3.5px;
  left: 4px;
  background-color: #ccc;
  --tw-shadow: 0 1px 1px 0 var(--tw-shadow-color, #aaa);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.switcher.bg--ghost-white:before {
  background-color: var(--color-white);
}

.press-logo img {
  position: relative;
  max-height: 82px !important;
  width: auto;
  max-width: inherit;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 74px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 74px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 74px;
    }
  }
}

.press-txt {
  position: relative;
  margin-top: 15px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 3%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }
}

.press-txt p {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #999;
}

.press-txt span {
  position: relative;
  top: 3px;
  left: -1px;
  opacity: 60%;
}

#press-05,
#press-06 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }
}

.txt-block .accordion-1 .accordion-item,
.txt-block .accordion-2 .accordion-item {
  border-color: none;
  background-color: transparent;
}

.txt-block .accordion-1 .accordion-item {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 18px;
    }
  }
}

.txt-block .accordion-2 .accordion-item {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 10px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 20px;
    }
  }
}

.txt-block .accordion-1 .accordion-item.is-active {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 30px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 14px;
    }
  }
}

.txt-block .accordion-2 .accordion-item.is-active {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 15px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 20px;
    }
  }
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:before {
  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.95rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 0.5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.85rem;
    }
  }
}

.accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
.accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
  @media (width >=768px) {
    @media (width < 992px) {
      top: 9px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 2.1875rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
}

.txt-block .accordion-1 .accordion-panel,
.txt-block .accordion-2 .accordion-panel {
  margin: calc(var(--spacing) * 0);
  display: none;
}

.txt-block .accordion-1 .accordion-panel {
  @media (width >=768px) {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

.txt-block .accordion-2 .accordion-panel {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: 15px;
  margin-bottom: calc(var(--spacing) * 0);
  color: #6c757d;
}

.txt-block .accordion-1 .accordion-thumb h5 {
  margin-bottom: calc(var(--spacing) * 0);
  padding-left: calc(var(--spacing) * 7);
  --tw-leading: 1;
  line-height: 1;
  color: #353f4f;
}

.txt-block .accordion-2 .accordion-thumb h5 {
  margin-bottom: calc(var(--spacing) * 0);
  display: inline-block;
  padding-left: 10px;
  --tw-leading: 1;
  line-height: 1;
  color: #353f4f;
}

.txt-block .accordion-1 .accordion-item.is-active {
  margin-block: 15px;
  background-color: #f4f4f9;
  padding-inline: 30px;
  padding-top: 35px;
  padding-bottom: 19px;
}

.txt-block .accordion-2 .accordion-item.is-active {
  margin-block: calc(var(--spacing) * 0);
  background-color: transparent;
}

.txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:before {
  --tw-content: "\f11b";
  content: var(--tw-content);
}

.txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
  --tw-content: "\f111";
  content: var(--tw-content);
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:before,
.txt-block .accordion-2 .accordion-item .accordion-thumb:after {
  position: absolute;
  font-family: var(--font-Flaticon);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #353f4f;
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:before {
  top: 1px;
  left: calc(var(--spacing) * 0);
  font-size: 0.95rem;
  --tw-content: "\f11a";
  content: var(--tw-content);
}

.txt-block .accordion-2 .accordion-item .accordion-thumb:after,
.txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
  top: calc(var(--spacing) * 3);
  right: calc(var(--spacing) * 0);
  font-size: 0.95rem;
  --tw-content: "\f110";
  content: var(--tw-content);
}

.txt-block .accordion-2 .accordion-panel .simple-list li {
  margin-bottom: 16px;
}

.txt-block .accordion-2 .accordion-panel p,
.txt-block .accordion-2 .accordion-panel .simple-list li:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}

.question p a,
.accordion-panel p a {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-decoration-line: underline;
}

.question p.color--grey a.color--blue,
.accordion-panel.color--grey a.color--blue {
  color: #1680fb;
}

.faqs-section .accordion-item.acc-last-item,
#faqs-2.faqs-section .accordion-item.acc-last-item {
  border-bottom-color: none;
}

.faqs-section .accordion-item.is-active .accordion-thumb {
  &::after {
    content: var(--tw-content);
    position: absolute;
  }

  &::after {
    content: var(--tw-content);
    top: 22px;
  }

  &::after {
    content: var(--tw-content);
    right: 3px;
  }

  &::after {
    content: var(--tw-content);
    font-family: var(--font-Flaticon);
  }

  &::after {
    content: var(--tw-content);
    font-size: 1rem;
  }

  &::after {
    content: var(--tw-content);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  &::after {
    --tw-content: "\f11a";
    content: var(--tw-content);
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        top: 23px;
      }
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        right: calc(var(--spacing) * 0);
      }
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.875rem;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        top: 20px;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.875rem;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        top: 19px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.825rem;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        top: 19px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.9rem;
      }
    }
  }
}

.faqs-section .accordion-item.is-active .accordion-thumb:after {
  --tw-content: "\f11b";
  content: var(--tw-content);
}

#faqs-2.faqs-section .accordion-item.is-active .accordion-thumb {
  border-bottom: 1px solid #e5e5e5;

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

  &::after {
    content: var(--tw-content);
    top: 26px;
  }

  &::after {
    content: var(--tw-content);
    right: 2px;
  }

  &::after {
    content: var(--tw-content);
    font-family: var(--font-Flaticon);
  }

  &::after {
    content: var(--tw-content);
    font-size: 1rem;
  }

  &::after {
    content: var(--tw-content);
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  &::after {
    --tw-content: "\f11b";
    content: var(--tw-content);
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        top: 22px;
      }
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.9rem;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        top: 22px;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.9rem;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        top: 23px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        font-size: 0.935rem;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        top: 23px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        right: 2px;
      }
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        font-size: 1rem;
      }
    }
  }
}

#faqs-2 .accordion-panel-item.mb--35,
#faqs-3 .question.mb--35 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

.accordion-item {
  color: #212529;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.faqs-section .tabs-1 li.current,
.faqs-section .tabs-1 li.current:hover {
  --tw-shadow: 0px 15px 20px 0px var(--tw-shadow-color, rgba(5, 5, 5, 0.2));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.faqs-section .tab-content.current {
  display: inherit !important;
}

.faqs-section .tabs-1 li.current p,
.faqs-section .tabs-1 li.current span {
  color: var(--color-white);
}

#faqs-2 .more-questions {
  margin-inline: auto;

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 45px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 45px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}

#faqs-3 .more-questions.mt--40 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 20px;
    }
  }
}

#tabs-1 .tab-content.current {
  display: inherit;
}

.tabs-1 li.current,
.tabs-1 li.current:hover {
  border-color: #2b3648;
  color: #2b3648;
}

.tabs-1.tabs--blue-500,
.tabs-1.tabs--blue-500 li.current:hover {
  border-color: #185abd;
  color: #185abd;
}

.tabs-1.tabs--blue-400 li.current:hover {
  border-color: #1680fb;
  color: #1680fb;
}

.tabs-1.tabs--blue-300 li.current:hover {
  border-color: #3eb1ff;
  color: #3eb1ff;
}

.tabs-1.tabs--green-500,
.tabs-1.tabs--green-500 li.current:hover {
  border-color: #00a14e;
  color: #00a14e;
}

.tabs-1.tabs--green-400 li.current:hover {
  border-color: #0fbc49;
  color: #0fbc49;
}

.tabs-1.tabs--green-300 li.current:hover {
  border-color: #6fd792;
  color: #6fd792;
}

.tabs-1.tabs--pink-500,
.tabs-1.tabs--pink-500 li.current:hover {
  border-color: #003E4F;
  color: #003E4F;
}

.tabs-1.tabs--pink-400 li.current:hover {
  border-color: #003E4F;
  color: #003E4F;
}

.tabs-1.tabs--pink-300 li.current:hover {
  border-color: #fcb5cc;
  color: #fcb5cc;
}

.tabs-1.tabs--purple-500,
.tabs-1.tabs--purple-500 li.current:hover {
  border-color: #003E4F;
  color: #003E4F;
}

.tabs-1.tabs--purple-400 li.current:hover {
  border-color: #003E4F;
  color: #003E4F;
}

.tabs-1.tabs--purple-300 li.current:hover {
  border-color: #bdaeea;
  color: #bdaeea;
}

.tabs-1.tabs--red-500,
.tabs-1.tabs--red-500 li.current:hover {
  border-color: #da0f29;
  color: #da0f29;
}

.tabs-1.tabs--red-400 li.current:hover {
  border-color: #ff1e1a;
  color: #ff1e1a;
}

.tabs-1.tabs--red-300 li.current:hover {
  border-color: #ffa5a3;
  color: #ffa5a3;
}

.tabs-1.tabs--violet-500,
.tabs-1.tabs--violet-500 li.current:hover {
  border-color: #c73e9b;
  color: #c73e9b;
}

.tabs-1.tabs--violet-400 li.current:hover {
  border-color: #be6cbe;
  color: #be6cbe;
}

.tabs-1.tabs--violet-300 li.current:hover {
  border-color: #e2bde2;
  color: #e2bde2;
}

.tabs-1.tabs--yellow-500,
.tabs-1.tabs--yellow-500 li.current:hover {
  border-color: #ffba01;
  color: #ffba01;
}

.tabs-1.tabs--yellow-400 li.current:hover {
  border-color: #ffbd45;
  color: #ffbd45;
}

.tabs-1.tabs--yellow-300 li.current:hover {
  border-color: #ffdf35;
  color: #ffdf35;
}

.bottom-border {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: #e7e7e7;
}

.bg--white-500 {
  background-color: #f2f4f8;
}

.bg--white-400 {
  background-color: #f4f4f9;
}

.bg--white-300 {
  background-color: #f7f8f9;
}

.bg--white-200 {
  background-color: #fbfbfd;
}

.bg--white-100 {
  background-color: var(--color-white);
}

.bg--black-500 {
  background-color: #22223b;
}

.bg--black-400 {
  background-color: #2e3648;
}

.bg--black-300 {
  background-color: #394455;
}

.bg--black-200 {
  background-color: #e1e3e5;
}

.bg--black-100 {
  background-color: #ecf1f4;
}

.bg--blue-500 {
  background-color: #185abd;
}

.bg--blue-400 {
  background-color: #1680fb;
}

.bg--blue-300 {
  background-color: #3eb1ff;
}

.bg--blue-200 {
  background-color: #ddedff;
}

.bg--blue-100 {
  background-color: #f4f9fc;
}

.bg--green-500 {
  background-color: #00a14e;
}

.bg--green-400 {
  background-color: #0fbc49;
}

.bg--green-300 {
  background-color: #6fd792;
}

.bg--green-200 {
  background-color: #cff2db;
}

.bg--green-100 {
  background-color: #e9f8f2;
}

.bg--pink-500 {
  background-color: #003E4F;
}

.bg--pink-400 {
  background-color: #003E4F;
}

.bg--pink-300 {
  background-color: #fcb5cc;
}

.bg--pink-200 {
  background-color: #fee4ec;
}

.bg--pink-100 {
  background-color: #feecf2;
}

.bg--purple-5000 {
  background-color: #003E4F;
}

.bg--purple-500 {
  background-color: #7827e6;
}

.bg--purple-400 {
  background-color: #003E4F;
}

.bg--purple-300 {
  background-color: #bdaeea;
}

.bg--purple-200 {
  background-color: #e5deff;
}

.bg--purple-100 {
  background-color: #f1edff;
}

.bg--red-500 {
  background-color: #da0f29;
}

.bg--red-400 {
  background-color: #ff1e1a;
}

.bg--red-300 {
  background-color: #ffa5a3;
}

.bg--red-200 {
  background-color: #ffd2d1;
}

.bg--red-100 {
  background-color: #fce7e4;
}

.bg--violet-500 {
  background-color: #c73e9b;
}

.bg--violet-400 {
  background-color: #be6cbe;
}

.bg--violet-300 {
  background-color: #e2bde2;
}

.bg--violet-200 {
  background-color: #f1cde5;
}

.bg--violet-100 {
  background-color: #f7e4f1;
}

.bg--yellow-500 {
  background-color: #ffba01;
}

.bg--yellow-400 {
  background-color: #ffbd45;
}

.bg--yellow-300 {
  background-color: #ffdf35;
}

.bg--yellow-200 {
  background-color: #fef5cd;
}

.bg--yellow-100 {
  background-color: #fef9e5;
}

.bg--tra-black {
  background-color: rgba(0, 0, 0, 0.04);
}

.bg--tra-white {
  background-color: rgba(255, 255, 255, 0.15);
}

.bg--primary-blue {
  background-color: #2160fd;
}

.bg--light-grey {
  background-color: #f0f3ff;
}

.bg--snow {
  background-color: #fdfdfd;
}

.bg--06 {
  background-image: url(images/bg-06.html);
}

.bg--07 {
  background-image: url(images/bg-07.html);
}

.bg--08 {
  background-image: url(images/bg-08.html);
}

.newsletter-section .form-notification {
  margin-top: 15px;
  margin-left: 5px;
  font-size: 0.9rem !important;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #3eb1ff;
}

.bg--color.newsletter-section .form-notification {
  color: var(--color-white);
}

.newsletter-section .form-notification.valid,
.newsletter-section .form-notification.error {
  color: #fc2f4b;
}

.role-box h6 {
  margin-bottom: 6px;
}

.role-box p {
  margin-bottom: calc(var(--spacing) * 0);
}

.role-info hr {
  margin-inline: calc(var(--spacing) * 0);
  margin-block: 50px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-block: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
}

.role-info h5 {
  margin-bottom: 25px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 18px;
    }
  }
}

.role-info p a {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-decoration-line: underline;
}

.txt-block.role-info .btn {
  margin-top: 50px;
  display: block;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 30px !important;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 35px !important;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 30px !important;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 40px !important;
    }
  }
}

.role-box-txt span,
#careers-1 .role-box span {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.825rem;
    }
  }
}

.role-box-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 10px;
    }
  }
}

.role-box-txt h6 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 5px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 5px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
}

#careers-1 .role-box h6 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 6px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 4px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
}

.role-box-txt span,
#careers-1 .role-box span {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.85rem;
    }
  }
}

.role-box-txt h6 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 5px;
    }
  }
}

#careers-1 .role-box h6 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 5px;
    }
  }
}

.role-box-txt p {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 10px;
    }
  }
}

.shape--02.r-24:after {
  border-radius: 24px;
}

.txt-block-tra-link.mt--25 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 14px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 18px;
    }
  }
}

.txt-block p.s-20,
.txt-block p.s-21 {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.1875rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.3125rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.14705rem;
    }
  }
}

.txt-block .txt-box h5 {
  margin-bottom: 20px;

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 18px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 13.5px;
    }
  }
}

ul.simple-list li:not(:last-child) p {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 8px;
    }
  }
}

.txt-block .btns-group .btn.btn--transparent {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }
}

.txt-block .stores-badge.mt--15,
.ws-wrapper .stores-badge.mt--15 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 5px;
    }
  }
}

#team-2 .team-member-data {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 5px;
    }
  }
}

.team-member.mb--40,
.team-member.mb--50,
.team-member.mb--60 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 40px;
    }
  }
}

#team-1.pb--40,
#team-2.pb--40 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 30px;
    }
  }
}

.team-section .more-btn.mt--20 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }
}

#team-1 ul.tm-social {
  @media (width >=414px) {
    @media (width < 480px) {
      top: 5px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      right: 10px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: 6px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      right: 5px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: 4px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      right: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      right: 5px;
    }
  }
}

#tm-2-4,
#tm-2-7,
#tm-2-10 {
  margin-right: 14px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 10px;
    }
  }
}

.quote p {
  margin-bottom: 12px;
  border-left-style: var(--tw-border-style);
  border-left-width: 3px;
  --tw-border-style: solid;
  border-style: solid;
  border-left-color: #0195ff;
  padding-left: 20px;
  color: #666;
  font-style: italic;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.05rem;
    }
  }
}

.quote-author {
  position: relative;
  top: 16px;
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 10px;
    }
  }
}

.quote-author h6 {
  margin-bottom: calc(var(--spacing) * 0);
}

.quote-author span {
  font-size: 1rem;
}

.quote.pr-15,
.quote.pr-40,
.quote.pr-50,
.quote.pr-60 {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
}

.quote-avatar {
  margin: 0 auto;
  display: inline-block;
}

.quote-avatar img {
  height: 70px;
  width: 70px;
  border-radius: 100%;

  @media (width >=768px) {
    @media (width < 992px) {
      height: 54px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 54px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 54px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 54px;
    }
  }
}

.grey-img {
  --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, );
}

.img-block.img-block-bkg {
  overflow: hidden;
}

.img-block.img-block-bkg img {
  padding-inline: 45px;
  padding-block: 60px;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-inline: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 50px;
    }
  }
}

.img-block-txt,
.img-block-btn {
  margin-top: 60px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 45px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 45px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 55px;
    }
  }
}

.badge-img-xs .store img {
  max-height: 40px !important;

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 2.595rem;
    }
  }
}

.badge-img-sm .store img {
  max-height: 2.625rem !important;

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 2.72rem;
    }
  }
}

.badge-img-md .store img {
  max-height: 2.875rem !important;

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 2.97rem;
    }
  }
}

.badge-img-lg .store img {
  max-height: 48px !important;

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 3.095rem;
    }
  }
}

.box-title span[class*="flaticon-"]:before,
.box-title span[class*="flaticon-"]:after {
  font-size: 2.35rem;

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 2.35rem;
    }
  }
}

#pbox-1,
#pbox-2,
#pbox-3 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }
}

.comp-table-payment .payment-icons img {
  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: auto;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-width: inherit;
    }
  }
}

.comp-table-payment .col {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

.comp-table-payment .payment-icons {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 18px;
    }
  }
}

.comp-table .table-responsive tbody td {
  position: relative;
  top: calc(var(--spacing) * 0);
  font-size: 1rem;
  --tw-leading: inherit;
  line-height: inherit;

  @media (width >=414px) {
    @media (width < 480px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.9rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.915rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.9215rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.975rem;
    }
  }
}

.comp-table .table-responsive tbody td span {
  position: relative;
  top: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      top: 3px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      top: 2px;
    }
  }
}

.comp-table .table tbody tr.table-last-tr {
  border-color: transparent;
}

.comp-table .disabled-option {
  color: #999;
}

.comp-table .table-responsive.mb--50 {
  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 30px;
    }
  }
}

.comp-table .table tr td {
  border-bottom: 1px solid #ccc;
}

#newsletter-2 .newsletter-overlay {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 50px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 18%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      text-align: center;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-block: 45px;
    }
  }
}

#newsletter-5 .newsletter-overlay {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-top: 50px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }
}

#newsletter-3 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-block: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-block: 30px;
    }
  }
}

#newsletter-4 .newsletter-overlay,
#newsletter-5 .newsletter-overlay {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-top: 50px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-top: 65px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: 55px;
    }
  }
}

#newsletter-3 .newsletter-txt {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(10px * -1);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 5%;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 12%;
    }
  }
}

#newsletter-3 .lg\:w-6\/12 .newsletter-txt {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 3%;
    }
  }
}

.newsletter-txt h2,
#newsletter-4 .newsletter-txt h2 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

table {
  margin-bottom: 16px;
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
  border-color: #dee2e6;
  background-color: var(--color-white);
  vertical-align: top;
  color: #212529;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: var(--tw-border-style);
  border-width: 0px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: inherit;
}

.table> :not(caption)>*>* {
  padding-block: 12px !important;

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 9px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 9px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 10px;
    }
  }
}

.table>:not(caption)>*>* {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  background-color: var(--color-white);
  padding: .5rem;
  color: #212529;
  --tw-shadow: inset 0 0 0 9999px initial initial var(--tw-shadow-color, transparent);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.newsletter-txt h3 {
  margin-bottom: calc(var(--spacing) * 0);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.75rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 5%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 2.0625rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-4 .newsletter-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-5 .newsletter-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 15px;
    }
  }
}

#newsletter-2 .newsletter-form {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 10%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 10%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-3 .newsletter-form,
#newsletter-4 .newsletter-form {
  @media (width >=480px) {
    @media (width < 768px) {
      padding-inline: 2%;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-5 .newsletter-form {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 5%;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-5.newsletter-section .form-control {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 46px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.0625rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 50px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.975rem;
    }
  }
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.newsletter-section .btn {
  display: block;
  height: 56px;
  width: 100%;

  @media (width >=768px) {
    @media (width < 992px) {
      height: 46px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 50px;
    }
  }
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#newsletter-5.newsletter-section .btn {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 46px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 54px;
    }
  }
}

#newsletter-3 .newsletter-img {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: -25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: -30px;
    }
  }
}

#newsletter-3 .lg\:w-6\/12 .newsletter-img {
  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 50px;
    }
  }
}

#newsletter-2 .container {
  @media (width >=414px) {
    @media (width < 480px) {
      max-width: 100%;
    }
  }
}

#newsletter-2 .newsletter-overlay {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      border-radius: 0 0;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 8%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 50px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 40px;
    }
  }
}

#newsletter-3,
#newsletter-4 .newsletter-overlay {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-top: 55px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 60px;
    }
  }
}

#newsletter-4 .newsletter-txt,
#newsletter-5 .newsletter-txt {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-3 .newsletter-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
}

#newsletter-4 .newsletter-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 5%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1rem;
    }
  }
}

#newsletter-5 .newsletter-txt p {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 15px;
    }
  }
}

.newsletter-section .text--center .form-notification {
  margin-left: calc(var(--spacing) * 0);
}

.newsletter-section .newsletter-form.valid {
  color: #0fbc49;
}

#newsletter-2 .newsletter-overlay {
  @media (width >=992px) {
    @media (width < 1200px) {
      padding: 45px;
    }
  }
}

.newsletter-section .purple-focus .form-control:focus {
  border-color: #8863ee;
}

.bg--snow .contact-form .form-control,
.bg--snow .contact-form .form-select {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ccc;
  background-color: var(--color-white);
}

.contact-form textarea {
  min-height: 220px;
  padding-inline: 15px;
  padding-block: 20px;

  @media (width >=414px) {
    @media (width < 480px) {
      min-height: 170px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      min-height: 190px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      min-height: 160px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      min-height: 190px;
    }
  }
}

.contact-form .error {
  margin-bottom: 10px;
  font-size: 0.85rem !important;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #e74c3c;
}

.contact-form .form-btn.mt--15 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
}

.wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 0 2px var(--tw-shadow-color, rgba(50, 50, 50, 0.4));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}

.tra-menu .wsmobileheader,
.white-menu .wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: var(--color-white);
    }
  }
}

.dark-menu .wsmobileheader,
.black-scroll .wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #1d222f;
    }
  }
}

.btn--tra-grey,
.hover--tra-grey:hover,
.white-scroll .scroll .hover--tra-grey:hover,
.black-scroll .scroll .hover--tra-grey:hover {
  border-color: #ccc !important;
  background-color: transparent !important;
  color: #353f4f !important;
}

.btn--blue-400,
.hover--blue-400:hover,
.white-scroll .scroll .hover--blue-400:hover,
.black-scroll .scroll .hover--blue-400:hover {
  border-color: #1680fb;
  background-color: #1680fb;
  color: var(--color-white);
}

.white-scroll .scroll .hover--tra-white:hover {
  border-color: #353f4f !important;
  background-color: transparent !important;
  color: #353f4f !important;
}

.dark-menu .wsmenu>.wsmenu-list>li>ul.sub-menu,
.dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu,
.dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>ul.sub-menu,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  border-color: #2c3142;
  border-color: solid;
  background-color: #2c3142;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.dark-menu .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
.dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
.dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
  background-color: rgba(255, 255, 255, 0);
  color: #ddd;
}

.dark-menu .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
.dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
.black-scroll .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  background-color: rgba(255, 255, 255, .05) !important;
}

.dark-menu .title,
.black-scroll .scroll .title,
.dark-menu .icons-menu-txt span,
.black-scroll .scroll .icons-menu-txt span {
  color: var(--color-white);
}

#page,
.hidd {
  overflow: hidden;
}

.rel,
section,
.container {
  position: relative;
}

.top-border {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-top-color: #e7e7e7;
}

.gr--ghost {
  background-image: linear-gradient(180deg, rgba(247, 248, 249, 0.8) 50%, rgba(247, 248, 249, 0.05) 100%);
}

.gr--snow {
  background-image: linear-gradient(to left, #f3edf7, #f9f6fa);
}

.gr--cotton {
  background-image: linear-gradient(180deg, rgba(223, 225, 250, 0.8) 50%, rgba(223, 225, 250, 0.05) 100%);
}

.gr--ghostwhite {
  background-image: linear-gradient(to left, #e9e9f5, #f4f4f9);
}

.gr--smoke {
  background-image: linear-gradient(180deg, #f8f9fe 0%, #f4f4f9 100%);
}

.gr--whitesmoke {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.gr--perl {
  background-image: linear-gradient(180deg, rgba(236, 234, 253, 0.8) 50%, rgba(236, 234, 253, 0.05) 100%);
}

.pattern-02 {
  background-image: url(images/pattern-02.png);
}

.pattern-03 {
  background-image: url(images/pattern-03.png);
}

.pattern-05 {
  background-image: url(images/pattern-05.html);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0;
  letter-spacing: 0;
  color: #353f4f;
}

.font--inter h1,
.font--inter h2,
.font--inter h3,
.font--inter h4,
.font--inter h5,
.font--inter h6 {
  font-family: var(--font-Inter);
  --tw-tracking: -0.5px;
  letter-spacing: -0.5px;
}

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

.store img {
  width: auto;
  max-width: inherit;
}

.color--white,
.color--white h1,
.color--white h2,
.color--white h3,
.color--white h4,
.color--white h5,
.color--white h6,
.color--white p,
.color--white a,
.color--white li,
.color--white i,
.color--white span {
  color: var(--color-white);
}

.color--snow,
.color--snow h1,
.color--snow h2,
.color--snow h3,
.color--snow h4,
.color--snow h5,
.color--snow h6,
.color--snow p,
.color--snow a,
.color--snow li,
.color--snow i,
.color--snow span,
.color--white .color--snow {
  color: #c2c3cb;
}

.color--black,
.color--black h1,
.color--black h2,
.color--black h3,
.color--black h4,
.color--black h5,
.color--black h6,
.color--black p,
.color--black a,
.color--black li,
.color--black i,
.color--black span {
  color: #353f4f;
}

.color--coal,
.color--coal h1,
.color--coal h2,
.color--coal h3,
.color--coal h4,
.color--coal h5,
.color--coal h6,
.color--coal p,
.color--coal a,
.color--coal li,
.color--coal i,
.color--coal span {
  color: #52595d;
}

.color--grey,
.color--grey h1,
.color--grey h2,
.color--grey h3,
.color--grey h4,
.color--grey h5,
.color--grey h6,
.color--grey p,
.color--grey a,
.color--grey li,
.color--grey i,
.color--grey span,
.color--white .color--grey {
  color: #757575;
}

.color--blue-500,
.color--blue-500 h1,
.color--blue-500 h2,
.color--blue-500 h3,
.color--blue-500 h4,
.color--blue-500 h5,
.color--blue-500 h6,
.color--blue-500 p,
.color--blue-500 a,
.color--blue-500 li,
.color--blue-500 i,
.color--blue-500 span,
.color--white .color--blue-500 {
  color: #185abd;
}

.color--blue-400,
.color--blue-400 h1,
.color--blue-400 h2,
.color--blue-400 h3,
.color--blue-400 h4,
.color--blue-400 h5,
.color--blue-400 h6,
.color--blue-400 p,
.color--blue-400 a,
.color--blue-400 li,
.color--blue-400 i,
.color--blue-400 span,
.color--white .color--blue-400 {
  color: #1680fb;
}

.color--blue-300,
.color--blue-300 h1,
.color--blue-300 h2,
.color--blue-300 h3,
.color--blue-300 h4,
.color--blue-300 h5,
.color--blue-300 h6,
.color--blue-300 p,
.color--blue-300 a,
.color--blue-300 li,
.color--blue-300 i,
.color--blue-300 span,
.color--white .color--blue-300 {
  color: #3eb1ff;
}

.color--green-500,
.color--green-500 h1,
.color--green-500 h2,
.color--green-500 h3,
.color--green-500 h4,
.color--green-500 h5,
.color--green-500 h6,
.color--green-500 p,
.color--green-500 a,
.color--green-500 li,
.color--green-500 i,
.color--green-500 span,
.color--white .color--green-500 {
  color: #00a14e;
}

.color--green-400,
.color--green-400 h1,
.color--green-400 h2,
.color--green-400 h3,
.color--green-400 h4,
.color--green-400 h5,
.color--green-400 h6,
.color--green-400 p,
.color--green-400 a,
.color--green-400 li,
.color--green-400 i,
.color--green-400 span,
.color--white .color--green-400 {
  color: #0fbc49;
}

.color--green-300,
.color--green-300 h1,
.color--green-300 h2,
.color--green-300 h3,
.color--green-300 h4,
.color--green-300 h5,
.color--green-300 h6,
.color--green-300 p,
.color--green-300 a,
.color--green-300 li,
.color--green-300 i,
.color--green-300 span,
.color--white .color--green-300 {
  color: #6fd792;
}

.color--pink-500,
.color--pink-500 h1,
.color--pink-500 h2,
.color--pink-500 h3,
.color--pink-500 h4,
.color--pink-500 h5,
.color--pink-500 h6,
.color--pink-500 p,
.color--pink-500 a,
.color--pink-500 li,
.color--pink-500 i,
.color--pink-500 span,
.color--white .color--pink-500 {
  color: #003E4F;
}

.color--pink-400,
.color--pink-400 h1,
.color--pink-400 h2,
.color--pink-400 h3,
.color--pink-400 h4,
.color--pink-400 h5,
.color--pink-400 h6,
.color--pink-400 p,
.color--pink-400 a,
.color--pink-400 li,
.color--pink-400 i,
.color--pink-400 span,
.color--white .color--pink-400 {
  color: #003E4F;
}

.color--pink-300,
.color--pink-300 h1,
.color--pink-300 h2,
.color--pink-300 h3,
.color--pink-300 h4,
.color--pink-300 h5,
.color--pink-300 h6,
.color--pink-300 p,
.color--pink-300 a,
.color--pink-300 li,
.color--pink-300 i,
.color--pink-300 span,
.color--white .color--pink-300 {
  color: #fcb5cc;
}

.color--purple-500,
.color--purple-500 h1,
.color--purple-500 h2,
.color--purple-500 h3,
.color--purple-500 h4,
.color--purple-500 h5,
.color--purple-500 h6,
.color--purple-500 p,
.color--purple-500 a,
.color--purple-500 li,
.color--purple-500 i,
.color--purple-500 span,
.color--white .color--purple-500 {
  color: #003E4F;
}

.color--purple-400,
.color--purple-400 h1,
.color--purple-400 h2,
.color--purple-400 h3,
.color--purple-400 h4,
.color--purple-400 h5,
.color--purple-400 h6,
.color--purple-400 p,
.color--purple-400 a,
.color--purple-400 li,
.color--purple-400 i,
.color--purple-400 span,
.color--white .color--purple-400 {
  color: #003E4F;
}

.color--purple-300,
.color--purple-300 h1,
.color--purple-300 h2,
.color--purple-300 h3,
.color--purple-300 h4,
.color--purple-300 h5,
.color--purple-300 h6,
.color--purple-300 p,
.color--purple-300 a,
.color--purple-300 li,
.color--purple-300 i,
.color--purple-300 span,
.color--white .color--purple-300 {
  color: #bdaeea;
}

.color--red-500,
.color--red-500 h1,
.color--red-500 h2,
.color--red-500 h3,
.color--red-500 h4,
.color--red-500 h5,
.color--red-500 h6,
.color--red-500 p,
.color--red-500 a,
.color--red-500 li,
.color--red-500 i,
.color--red-500 span,
.color--white .color--red-500 {
  color: #da0f29;
}

.color--red-400,
.color--red-400 h1,
.color--red-400 h2,
.color--red-400 h3,
.color--red-400 h4,
.color--red-400 h5,
.color--red-400 h6,
.color--red-400 p,
.color--red-400 a,
.color--red-400 li,
.color--red-400 i,
.color--red-400 span,
.color--white .color--red-400 {
  color: #ff1e1a;
}

.color--red-300,
.color--red-300 h1,
.color--red-300 h2,
.color--red-300 h3,
.color--red-300 h4,
.color--red-300 h5,
.color--red-300 h6,
.color--red-300 p,
.color--red-300 a,
.color--red-300 li,
.color--red-300 i,
.color--red-300 span,
.color--white .color--red-300 {
  color: #ffa5a3;
}

.color--violet-500,
.color--violet-500 h1,
.color--violet-500 h2,
.color--violet-500 h3,
.color--violet-500 h4,
.color--violet-500 h5,
.color--violet-500 h6,
.color--violet-500 p,
.color--violet-500 a,
.color--violet-500 li,
.color--violet-500 i,
.color--violet-500 span,
.color--white .color--violet-500 {
  color: #c73e9b;
}

.color--violet-400,
.color--violet-400 h1,
.color--violet-400 h2,
.color--violet-400 h3,
.color--violet-400 h4,
.color--violet-400 h5,
.color--violet-400 h6,
.color--violet-400 p,
.color--violet-400 a,
.color--violet-400 li,
.color--violet-400 i,
.color--violet-400 span,
.color--white .color--violet-400 {
  color: #be6cbe;
}

.color--violet-300,
.color--violet-300 h1,
.color--violet-300 h2,
.color--violet-300 h3,
.color--violet-300 h4,
.color--violet-300 h5,
.color--violet-300 h6,
.color--violet-300 p,
.color--violet-300 a,
.color--violet-300 li,
.color--violet-300 i,
.color--violet-300 span,
.color--white .color--violet-300 {
  color: #e2bde2;
}

.color--yellow-500,
.color--yellow-500 h1,
.color--yellow-500 h2,
.color--yellow-500 h3,
.color--yellow-500 h4,
.color--yellow-500 h5,
.color--yellow-500 h6,
.color--yellow-500 p,
.color--yellow-500 a,
.color--yellow-500 li,
.color--yellow-500 i,
.color--yellow-500 span,
.color--white .color--yellow-500 {
  color: #ffba01;
}

.color--yellow-400,
.color--yellow-400 h1,
.color--yellow-400 h2,
.color--yellow-400 h3,
.color--yellow-400 h4,
.color--yellow-400 h5,
.color--yellow-400 h6,
.color--yellow-400 p,
.color--yellow-400 a,
.color--yellow-400 li,
.color--yellow-400 i,
.color--yellow-400 span,
.color--white .color--yellow-400 {
  color: #ffbd45;
}

.color--yellow-300,
.color--yellow-300 h1,
.color--yellow-300 h2,
.color--yellow-300 h3,
.color--yellow-300 h4,
.color--yellow-300 h5,
.color--yellow-300 h6,
.color--yellow-300 p,
.color--yellow-300 a,
.color--yellow-300 li,
.color--yellow-300 i,
.color--yellow-300 span,
.color--white .color--yellow-300 {
  color: #ffdf35;
}

#loading {
  position: fixed;
  top: calc(var(--spacing) * 0);
  z-index: 99999999;
  margin-top: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  background-color: #f5f5f9;
}

.loading--blue .loader {
  border-color: transparent #1680fb;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(22, 128, 251, 0.15);
  }
}

.loading--green .loader {
  border-color: transparent #0fbc49;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(14, 188, 73, 0.15);
  }
}

.loading--pink .loader {
  border-color: transparent #003E4F;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(247, 71, 128, 0.15);
  }
}

.loading--purple .loader {
  border-color: transparent #003E4F;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(123, 93, 214, 0.15);
  }
}

.loading--red .loader {
  border-color: transparent #ff1e1a;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(255, 30, 26, 0.15);
  }
}

.loading--violet .loader {
  border-color: transparent #c73e9b;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(1900, 108, 190, 0.15);
  }
}

.loading--yellow .loader {
  border-color: transparent #ffba01;

  &::after {
    content: var(--tw-content);
    border-color: transparent rgba(255, 186, 1, 0.15);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.clearfix::after {
  clear: both;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

#header.hiddden-header {
  display: none;
}

.hidden-nav .wsmainfull {
  margin-top: -140px;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(96, 96, 96, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition: all 400ms ease-in-out;
}

span.sm-info {
  position: relative;
  margin-left: 5px;
  display: inline-block;
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  border-radius: 100%;
  text-align: center;
  font-size: 0.65rem;
  --tw-leading: 22px;
  line-height: 22px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);

  @media (width >=414px) {
    @media (width < 480px) {
      top: -1px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      height: 22px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      width: 22px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.8rem;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      top: -1px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      height: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      width: 22px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 0.8rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      top: -1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      height: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.95rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      height: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      width: 18px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 0.725rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: 17px;
      line-height: 17px;
    }
  }
}

.nav-blue-500 .sm-info {
  background-color: #185abd;
}

.nav-blue-400 .sm-info {
  background-color: #1680fb;
}

.nav-blue-300 .sm-info {
  background-color: #3eb1ff;
}

.nav-green-500 .sm-info {
  background-color: #00a14e;
}

.nav-green-400 .sm-info {
  background-color: #0fbc49;
}

.nav-green-300 .sm-info {
  background-color: #6fd792;
}

.nav-pink-500 .sm-info {
  background-color: #003E4F;
}

.nav-pink-400 .sm-info {
  background-color: #003E4F;
}

.nav-pink-300 .sm-info {
  background-color: #fcb5cc;
}

.nav-purple-500 .sm-info {
  background-color: #003E4F;
}

.nav-purple-400 .sm-info {
  background-color: #003E4F;
}

.nav-purple-300 .sm-info {
  background-color: #bdaeea;
}

.nav-red-500 .sm-info {
  background-color: #da0f29;
}

.nav-red-400 .sm-info {
  background-color: #ff1e1a;
}

.nav-red-300 .sm-info {
  background-color: #ffa5a3;
}

.nav-violet-500 .sm-info {
  background-color: #c73e9b;
}

.nav-violet-400 .sm-info {
  background-color: #be6cbe;
}

.nav-violet-300 .sm-info {
  background-color: #e2bde2;
}

.nav-yellow-500 .sm-info {
  background-color: #ffba01;
}

.nav-yellow-400 .sm-info {
  background-color: #ffbd45;
}

.nav-yellow-300 .sm-info {
  background-color: #ffdf35;
}

.store.header-store img {
  max-height: 44px !important;

  @media (width >=414px) {
    @media (width < 480px) {
      max-height: 45px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      max-height: 46px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      max-height: 46px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      max-height: 40px;
    }
  }
}

.header-socials {
  margin: calc(var(--spacing) * 0);
  display: inline-block;
  text-align: center;
}

.header-socials span {
  float: left;
  clear: none;
  margin: calc(var(--spacing) * 0);
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.header-socials a {
  margin-left: 18px;
  display: block;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
}

.navbar-light .header-socials a {
  color: #ddd;
}

.navbar-light .header-socials a:hover {
  color: #ccc !important;
}

.header-socials.ico-25 [class*="flaticon-"]:after {
  @media (width >=414px) {
    @media (width < 480px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1.65rem;
    }
  }
}

.hidden-nav .wsmainfull.scroll {
  margin-top: calc(var(--spacing) * 0);
}

.white-scroll .scroll .btn--tra-white {
  border-color: #353f4f !important;
  color: #353f4f !important;
}

.btn--tra-white,
.hover--tra-white:hover {
  border-color: var(--color-white) !important;
  background-color: transparent !important;
  color: var(--color-white) !important;
}

.black-scroll .scroll .btn--tra-black {
  border-color: var(--color-white);
  color: var(--color-white);
}

.request-form-msg {
  margin-top: 15px;
  display: block;
  width: 100%;
  text-align: center;
}

.request-form-msg .loading {
  font-size: 1.0625rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #00b2e4;
}

.request-form .error {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 0.85rem !important;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #e74c3c;
}

#a4-1 {
  position: relative;
  margin-top: -30px;
  padding-right: 30px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: -30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-right: 20px;
    }
  }
}

#a4-2 {
  position: relative;
  margin-bottom: -30px;
  padding-left: 30px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-inline: 3%;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 35px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: -30px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: -30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-left: 20px;
    }
  }
}

.rows-2 .fb-1,
.rows-2 .fb-2,
.rows-2 .fb-3 {
  margin-bottom: 50px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }
}

#cb-6-1,
#cb-6-2 {
  margin-bottom: 35px;
}

#cb-6-1,
#cb-6-2 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }
}

#cb-6-1,
#cb-6-2,
#cb-6-3 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 24px;
    }
  }
}

.hero-section .text--center .advantages {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 18px;
    }
  }
}

.advantages-links-divider {
  position: relative;
  top: 0.5px;
  rotate: calc(90deg * -1);
}

.white--color .advantages li p a {
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}

.compatibility {
  margin-top: 15px;
  margin-bottom: calc(var(--spacing) * 0);
  display: inline-block;
  padding-inline: 20px;
  padding-block: 3px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 5px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 5px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: 10px;
    }
  }
}

.compatibility span {
  position: relative;
  top: -1.5px;
  right: 2px;
}

.tools-list,
.payment-methods {
  margin-top: 25px;
}

.tools-list p,
.payment-methods p {
  margin-bottom: 12px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 12px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 15px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 10px;
    }
  }
}

#rw-3-2 {
  margin-bottom: 45px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

#rw-3-2,
#rw-3-3 {
  margin-left: 15px;
}

#rw-4-1,
#rw-5-1 {
  margin-bottom: 30px;
}

#rw-3-2,
#rw-3-3 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
}

#rw-4-1,
#rw-5-1 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 25px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 25px;
    }
  }
}

.owl-theme .owl-dots .owl-dot span {
  margin-inline: 7px;
  margin-block: calc(var(--spacing) * 0);
}

.owl-dots button:focus {
  text-decoration-line: none;
  outline: none;
}

.hero-section .owl-dots,
.brands-section .owl-dots {
  display: none;
}

#pt-4-1 {
  margin-top: calc(var(--spacing) * 0);
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 50px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 10px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 35px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 15px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 20px;
    }
  }
}

#pt-4-2 {
  margin-top: calc(var(--spacing) * 0);
  margin-right: 50px;
  margin-bottom: 40px;
  margin-left: 10px;

  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 35px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: 10px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-left: 15px;
    }
  }
}

.pt--btn {
  margin-top: 25px;
  display: block;
  width: 100%;
}

.toggle-btn.inn-toggle-btn {
  position: absolute;
}

.toggle-btn-lg .toggler-txt {
  font-size: 1.15rem;
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);

  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      font-size: 1.15rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      font-size: 1.1rem;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
}

.btn.ico-left span {
  margin-right: 5px;

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: 3px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 3px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: 2px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-right: 2px;
    }
  }
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.blue-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #1680fb;
  background-color: #1680fb;
  color: var(--color-white);
}

.green-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #0fbc49;
  background-color: #0fbc49;
  color: var(--color-white);
}

.pink-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white);
}

.purple-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white);
}

.red-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ff1e1a;
  background-color: #ff1e1a;
  color: var(--color-white);
}

.violet-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #be6cbe;
  background-color: #be6cbe;
  color: var(--color-white);
}

.yellow-pagination .page-item.active .page-link {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ffba01;
  background-color: #ffba01;
  color: #353f4f;
}

.page-item.disabled .page-link {
  background-color: transparent;
  color: #6c757d;
  border: 2px solid transparent;
}

#signup .register-page-txt {
  padding: 70px 60px;

  @media (width >=768px) {
    @media (width < 992px) {
      padding: 50px 30px 0;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding: 60px 45px;
    }
  }
}

#signup .form-data span {
  @media (width >=414px) {
    @media (width < 480px) {
      font-size: 0.9rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.9rem;
    }
  }
}

.reset-page-wrapper .form-data span {
  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 1rem;
    }
  }
}

.login-1 .form-control,
.signup-1 .form-control {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #ccc;
  background-color: var(--color-white);
}

.btn-show-pass.ico-20 [class^="flaticon-"]:before,
.btn-show-pass.ico-20 [class^="flaticon-"]:after {
  font-size: 1.125rem;
  --tw-leading: 1 !important;
  line-height: 1 !important;
}

.btn-show-pass.active {
  color: #6a7dfe;
}

#stlChanger.open {
  right: calc(var(--spacing) * 0);
}

#stlChanger .chBody.chBody-sm {
  height: 360px;
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
#stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
  --tw-leading: 48px !important;
  line-height: 48px !important;
}

.t-title {
  margin-inline: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 0);
  margin-bottom: 40px;
  background-color: #1d222f;
  padding-inline: 5px;
  padding-block: 10px;
  text-align: center;
  color: var(--color-white);
}

.t-title.btn-s-title {
  margin: calc(var(--spacing) * 0);
}

.t-title h6 {
  margin-bottom: calc(var(--spacing) * 0);
  color: var(--color-white);
}

#careers-1 {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-bottom: 40px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
}

.mb--55 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 35px;
    }
  }
}

.headtoppart {
  @media (width >=768px) {
    @media (width < 992px) {
      display: none;
    }
  }
}

.wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      height: 80px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 0 2px var(--tw-shadow-color, rgba(50, 50, 50, 0.4));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}

.wsanimated-arrow {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 24px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 7);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 14px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-right: 22px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}

.wsanimated-arrow span:before {
  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * -2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: 26px;
    }
  }
}

.wsanimated-arrow span:after {
  @media (width >=768px) {
    @media (width < 992px) {
      bottom: calc(var(--spacing) * -2);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 5);
    }
  }
}

.wsactive .wsanimated-arrow span:before,
.wsactive .wsanimated-arrow.active span:after {
  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 7);
    }
  }
}

.wsactive .wsanimated-arrow span:after {
  @media (width >=768px) {
    @media (width < 992px) {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      width: calc(var(--spacing) * 7);
    }
  }
}

.wsactive .wsanimated-arrow span {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: transparent;
    }
  }
}

.white-scroll .btn--tra-black {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #353f4f;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #353f4f;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: var(--color-white);
    }
  }
}

.black-scroll .btn--tra-white,
.black-scroll .btn--tra-black {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: var(--color-white);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: var(--color-white);
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #353f4f;
    }
  }
}

.btn--tra-black,
.hover--tra-black:hover {
  border-color: #353f4f !important;
  background-color: transparent !important;
  color: #353f4f !important;
}

.white-scroll .btn--tra-grey,
.black-scroll .btn--tra-grey {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #eee;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #eee;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #353f4f;
    }
  }
}

.white-scroll .hover--tra-white:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #353f4f;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: transparent;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #353f4f;
    }
  }
}

.white-scroll .hover--blue:hover,
.black-scroll .hover--blue:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #007aff;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #007aff;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: var(--color-white);
    }
  }
}

.white-scroll .hover--tra-blue:hover,
.black-scroll .hover--tra-blue:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #007aff;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: transparent;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #007aff;
    }
  }
}

.white-scroll .hover--violet:hover,
.black-scroll .hover--violet:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #b55e98;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #b55e98;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: var(--color-white);
    }
  }
}

.white-scroll .hover--tra-violet:hover,
.black-scroll .hover--tra-violet:hover {
  @media (width >=768px) {
    @media (width < 992px) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      border-color: #b55e98;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      background-color: transparent;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      color: #b55e98;
    }
  }
}

.pt--btn {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-top: 25px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-inline: 8px;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      padding-block: 0.785rem;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      font-size: 0.95rem;
    }
  }
}

.table-responsive.mb--50 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 30px;
    }
  }
}

#bp-1-3 {
  @media (width >=768px) {
    @media (width < 992px) {
      display: none;
    }
  }
}

.wsactive .wsmobileheader {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 345px;
    }
  }
}

.overlapblackbg {
  @media (width >=480px) {
    @media (width < 768px) {
      width: calc(100% - 345px);
    }
  }
}

.wsanimated-arrow {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-top: 25px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-right: 18px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-block: 14px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-right: 30px;
    }
  }

  @media (width >=480px) {
    @media (width < 768px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}

.table-responsive.mb--50 {
  @media (width >=480px) {
    @media (width < 768px) {
      margin-bottom: 35px;
    }
  }
}

.division {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-inline: 10px;
    }
  }
}

.wsactive .wsmobileheader {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: 325px;
    }
  }
}

.overlapblackbg {
  @media (width >=414px) {
    @media (width < 480px) {
      width: calc(100% - 325px);
    }
  }
}

.wsanimated-arrow {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 25px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: calc(var(--spacing) * 4);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-block: 14px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-right: 30px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}

#fb-12-1,
#fb-13-1 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-top: 65px;
    }
  }
}

.content-section.ws-wrapper {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-right: -15px;
    }
  }

  @media (width >=414px) {
    @media (width < 480px) {
      margin-left: -15px;
    }
  }
}

.tools-list span {
  @media (width >=414px) {
    @media (width < 480px) {
      padding-right: 1px;
    }
  }
}

#rb-2-1,
#rb-2-2 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 25px;
    }
  }
}

.table-responsive.mb--50 {
  @media (width >=414px) {
    @media (width < 480px) {
      margin-bottom: 30px;
    }
  }
}

.pbox {
  @media (width >=414px) {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 0);
    }
  }
}


.fbox-2 .fbox-txt p {
  @media (width >=480px) {
    @media (width < 768px) {
      padding: 0 6%;
    }
  }
}

.integrations-1-wrapper .in_tool.mb--30 {
  @media (width >=768px) {
    @media (width < 992px) {
      margin-bottom: 20px;
    }
  }

  @media (width >=992px) {
    @media (width < 1200px) {
      margin-bottom: 20px;
    }
  }
}

body.theme--dark,
.theme--dark .bg--white-100 {
  background-color: #232734;
}

body.theme--dark {
  color: #b1b7cd;
}

.dark-theme-img {
  position: absolute;
  display: none;
}

.theme--dark .dark-theme-img {
  position: relative !important;
  display: inline-block;
}

.theme--dark .owl-carousel .owl-item img.light-theme-img {
  position: absolute;
  display: none;
}

.theme--dark .owl-carousel .owl-item img.dark-theme-img {
  display: block;
}

.theme--dark .light-theme-img {
  display: none;
}

.theme--dark .block-shadow {
  --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.13));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.theme--dark .block-border {
  border: 1px solid #e7e7e7;
}

.theme--dark .block-border.block-shadow {
  border: 1px solid #f5f6f6;
}

.theme--dark .x-border {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-block-color: #1d212c;
}

.theme--dark .top-border {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-top-color: #1d212c;
}

.theme--dark .bottom-border {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: #1d212c;
}

.theme--dark .bg--white-300,
.theme--dark .bg--white-400,
.theme--dark .bg--purple-100,
.theme--dark .shape--purple-100:after,
.theme--dark .shape--white-500:after,
.theme--dark .shape--white-400:after,
.theme--dark .shape--white-300:after,
.theme--dark .shape--white-200:after {
  background-color: #1d212c;
}

.theme--dark .bg--02,
.theme--dark .bg--04,
.theme--dark .gr--smoke,
.theme--dark .gr--ghost,
.theme--dark .shape--whitesmoke:after {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.55) 100%);
}

.theme--dark .gr--whitesmoke,
.theme--dark .shape--gr-whitesmoke:after {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.05) 100%);
}

.theme--dark hr.divider.divider-light {
  background-color: var(--color-white);
  background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #dedede 38%, #dedede 64%, rgba(206, 211, 246, 0) 99%);
  opacity: 100%;
}

.theme--dark hr.divider,
.theme--dark .footer hr {
  background-image: linear-gradient(90deg, rgba(122, 125, 147, 0) 0, #7a7d93 38%, #7a7d93 64%, rgba(122, 125, 147, 0) 99%);
}

.theme--dark h1,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6 {
  color: var(--color-white);
}

.theme--dark a {
  color: #b1b7cd;
}

.theme--dark a:hover,
.theme--dark a.tra-link:hover span {
  color: #f7f8f9 !important;
}

.theme--dark .btn--tra-black,
.theme--dark .hover--tra-black:hover {
  border-color: #b1b7cd !important;
  background-color: transparent !important;
  color: #b1b7cd !important;
}

.theme--dark .navbar-dark .hover--tra-black:hover {
  border-color: #353f4f;
  background-color: transparent;
  color: #353f4f;
}

.theme--dark .white-scroll .hover--tra-black:hover {
  border-color: var(--color-white) !important;
  background-color: transparent !important;
  color: var(--color-white) !important;
}

.theme--dark .navbar-dark .scroll .hover--tra-black:hover {
  border-color: var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}

.theme--dark .btn--white,
.theme--dark .hover--white:hover {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: #353f4f;
}

.theme--dark .btn--tra-white,
.theme--dark .hover--tra-white:hover {
  border-color: #f1f1f1;
  background-color: transparent;
  color: #f1f1f1;
}

.theme--dark .white-scroll .scroll .hover--tra-white:hover {
  border-color: var(--color-white) !important;
  background-color: transparent;
  color: var(--color-white);
}

.theme--dark .btn--tra-grey,
.theme--dark .hover--tra-grey:hover,
.theme--dark .white-scroll .scroll .hover--tra-grey:hover,
.theme--dark .black-scroll .scroll .hover--tra-grey:hover {
  border-color: #b1b7cd;
  background-color: transparent;
  color: #b1b7cd !important;
}

.theme--dark .btn--blue-500,
.theme--dark .hover--blue-500:hover,
.theme--dark .white-scroll .scroll .hover--blue-500:hover,
.theme--dark .black-scroll .scroll .hover--blue-500:hover {
  border-color: #185abd;
  background-color: #185abd;
  color: var(--color-white);
}

.theme--dark .btn--blue-400,
.theme--dark .hover--blue-400:hover,
.theme--dark .white-scroll .scroll .hover--blue-400:hover,
.theme--dark .black-scroll .scroll .hover--blue-400:hover {
  border-color: #1680fb;
  background-color: #1680fb;
  color: var(--color-white);
}

.theme--dark .btn--blue-300,
.theme--dark .hover--blue-300:hover,
.theme--dark .white-scroll .scroll .hover--blue-300:hover,
.theme--dark .black-scroll .scroll .hover--blue-300:hover {
  border-color: #3eb1ff;
  background-color: #3eb1ff;
  color: var(--color-white);
}

.theme--dark .btn--pink-500,
.theme--dark .hover--pink-500:hover,
.theme--dark .white-scroll .scroll .hover--pink-500:hover,
.theme--dark .black-scroll .scroll .hover--pink-500:hover {
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white);
}

.theme--dark .btn--pink-400,
.theme--dark .hover--pink-400:hover,
.white-scroll .scroll .hover--pink-400:hover,
.black-scroll .scroll .hover--pink-400:hover {
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white);
}

.theme--dark .btn--pink-300,
.theme--dark .hover--pink-300:hover,
.theme--dark .white-scroll .scroll .hover--pink-300:hover,
.theme--dark .black-scroll .scroll .hover--pink-300:hover {
  border-color: #fcb5cc;
  background-color: #fcb5cc;
  color: var(--color-white);
}

.theme--dark .btn--purple-500,
.theme--dark .hover--purple-500:hover,
.theme--dark .white-scroll .scroll .hover--purple-500:hover,
.theme--dark .black-scroll .scroll .hover--purple-500:hover {
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white);
}

.theme--dark .btn--purple-400,
.theme--dark .hover--purple-400:hover,
.theme--dark .white-scroll .scroll .hover--purple-400:hover,
.theme--dark .black-scroll .scroll .hover--purple-400:hover {
  border-color: #003E4F;
  background-color: #003E4F;
  color: var(--color-white);
}

.theme--dark .btn--purple-300,
.theme--dark .hover--purple-300:hover,
.theme--dark .white-scroll .scroll .hover--purple-300:hover,
.theme--dark .black-scroll .scroll .hover--purple-300:hover {
  border-color: #bdaeea;
  background-color: #bdaeea;
  color: var(--color-white);
}

.theme--dark .btn--violet-500,
.theme--dark .hover--violet-500:hover,
.theme--dark .white-scroll .scroll .hover--violet-500:hover,
.theme--dark .black-scroll .scroll .hover--violet-500:hover {
  border-color: #c73e9b;
  background-color: #c73e9b;
  color: var(--color-white);
}

.theme--dark .btn--violet-400,
.theme--dark .hover--violet-400:hover,
.theme--dark .white-scroll .scroll .hover--violet-400:hover,
.theme--dark .black-scroll .scroll .hover--violet-400:hover {
  border-color: #be6cbe;
  background-color: #be6cbe;
  color: var(--color-white);
}

.theme--dark .btn--violet-300,
.theme--dark .hover--violet-300:hover,
.theme--dark .white-scroll .scroll .hover--violet-300:hover,
.theme--dark .black-scroll .scroll .hover--violet-300:hover {
  border-color: #e2bde2;
  background-color: #e2bde2;
  color: var(--color-white);
}

.theme--dark .section-id {
  color: #eee;
}

.theme--dark .color--black,
.theme--dark .color--black h2,
.theme--dark .color--black h3,
.theme--dark .color--black h4,
.theme--dark .color--black h5,
.theme--dark .color--black h6,
.theme--dark .color--black p,
.theme--dark .color--black a,
.theme--dark .color--black li,
.theme--dark .color--black i,
.theme--dark .color--black span,
.theme--dar .color--white .color--black {
  color: var(--color-white);
}

.theme--dark .color--grey,
.theme--dark .color--grey h2,
.theme--dark .color--grey h3,
.theme--dark .color--grey h4,
.theme--dark .color--grey h5,
.theme--dark .color--grey h6,
.theme--dark .color--grey p,
.theme--dark .color--grey a,
.theme--dark .color--grey li,
.theme--dark .color--grey i,
.theme--dark .color--grey span,
.theme--dark .color--white .color--grey {
  color: #b1b7cd;
}

.theme--dark .dark-menu .wsmainfull,
.theme--dark .white-menu .wsmainfull {
  background-color: #1d222f !important;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1)) !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;
}

.theme--dark .navbar-light .wsmenu>.wsmenu-list>li>a,
.theme--dark .navbar-dark.inner-page-header .wsmenu>.wsmenu-list>li>a,
.theme--dark .navbar-dark.light-hero-header .wsmenu>.wsmenu-list>li>a {
  color: var(--color-white);
}

.theme--dark .navbar-light .wsmenu-list>li>a.h-link:hover,
.theme--dark .navbar-light .wsmenu>.wsmenu-list>li>a:hover,
.theme--dark .navbar-dark.inner-page-header .wsmenu>.wsmenu-list>li>a:hover,
.theme--dark .navbar-dark.light-hero-header .wsmenu>.wsmenu-list>li>a:hover {
  color: #eee;
}

.theme--dark .navbar-light .wsmenu>.wsmenu-list>li>a.btn:hover {
  color: var(--color-white) !important;
}

.theme--dark .wsmenu>.wsmenu-list>li>ul.sub-menu,
.theme--dark .wsmenu>.wsmenu-list>li>.wsmegamenu,
.theme--dark .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  background-color: #2c3142;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border: solid 1px #2c3142 !important;
}

.theme--dark .wsmenu>.wsmenu-list>li>ul.sub-menu:before,
.theme--dark .wsmenu>.wsmenu-list>li.mg_link:hover>a:after,
.theme--dark .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu:before {
  border-top-color: #2c3142;
  border-top-color: solid;
  border-left-color: #2c3142;
  border-left-color: solid;
  background-color: #2c3142;
}

.theme--dark .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
.theme--dark .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
.theme--dark .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
  background-color: transparent;
  color: #b1b7cd !important;

  &:hover {
    @media (hover: hover) {
      background-color: rgba(0, 0, 0, 0.12) !important;
    }
  }
}

.theme--dark .scroll .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
.theme--dark .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
.theme--dark .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
  color: #b1b7cd;
}

.theme--dark .tra-menu .wsmainfull.scroll,
.theme--dark .white-menu .wsmainfull.scroll,
.theme--dark .dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #1d222f !important;
  padding: calc(var(--spacing) * 0) !important;
  --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.theme--dark .tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li>a,
.theme--dark .tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li>a,
.theme--dark .tra-menu.navbar-dark.white-scroll .scroll .wsmenu>.wsmenu-list>li>a.h-link,
.theme--dark .tra-menu.navbar-light.white-scroll .scroll .wsmenu>.wsmenu-list>li>a.h-link {
  color: #b1b7cd;
}

.theme--dark .navbar-light.white-scroll .scroll .wsmenu-list>li>a.h-link:hover {
  color: var(--color-white) !important;
}

.theme--dark .navbar-light .scroll .btn.btn--tra-white {
  border-color: var(--color-white) !important;
  background-color: transparent !important;
  color: var(--color-white) !important;
}

.theme--dark .navbar-dark .logo-black,
.theme--dark .navbar-dark .scroll .logo-black {
  display: none;
}

.theme--dark .navbar-dark .logo-white,
.theme--dark .navbar-dark .scroll .logo-white {
  display: block;
}

.theme--dark .navbar-dark .logo-black {
  display: block;
}

.theme--dark .navbar-dark .logo-white {
  display: none;
}

.theme--dark .navbar-dark .scroll .logo-white {
  display: block;
}

.theme--dark .hero-section .color--black,
.theme--dark .hero-section .color--black h2,
.theme--dark .hero-section .color--black h3,
.theme--dark .hero-section .color--black h4,
.theme--dark .hero-section .color--black h5,
.theme--dark .hero-section .color--black h6,
.theme--dark .hero-section .color--black p,
.theme--dark .hero-section .color--black a,
.theme--dark .hero-section .color--black li,
.theme--dark .hero-section .color--black i,
.theme--dark .hero-section .color--black span,
.theme--dark .hero-section .color--white .color--black {
  color: #353f4f;
}

.theme--dark .hero-section p {
  color: #6c757d;
}

.theme--dark .hero-section .color--white p {
  color: var(--color-white);
}

.theme--dark .hero-section.gr--whitesmoke p {
  color: #b1b7cd;
}

.theme--dark .hero-section .section-id.color--grey {
  color: #6c757d;
}

.theme--dark .hero-5-txt p,
.theme--dark .hero-6-txt p,
.theme--dark .hero-10-txt p,
.theme--dark .hero-15-txt p,
.theme--dark .hero-16-txt p,
.theme--dark .hero-17-txt p,
.theme--dark .hero-18-txt p,
.theme--dark .hero-19-txt p,
.theme--dark .hero-20-txt p,
.theme--dark .hero-21-txt p,
.theme--dark .hero-23-txt p,
.theme--dark .hero-25-txt p {
  color: #b1b7cd;
}

.theme--dark .hero-section .quick-form .form-control {
  background-color: #363f54;
  color: var(--color-white);

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: #505c77;
  }
}

.theme--dark #hero-14.hero-section .quick-form .form-control,
.theme--dark #hero-24.hero-section .quick-form .form-control,
.theme--dark #hero-26.hero-section .quick-form .form-control {
  background-color: var(--color-white);
  color: #666;
}

.theme--dark .hero-section .quick-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark #hero-14.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-14.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-24.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-26.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-26.hero-section .quick-form .form-control::placeholder {
  color: #999;
}

.theme--dark #hero-14.hero-section .quick-form .form-control:focus,
.theme--dark #hero-24.hero-section .quick-form .form-control:focus,
.theme--dark #hero-26.hero-section .quick-form .form-control:focus {
  border-color: transparent;
  background-color: var(--color-white);
}

.theme--dark .hero-section .request-form .form-control {
  background-color: #363f54;
  color: var(--color-white);

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: #505c77;
  }
}

.theme--dark .hero-section .request-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark .hero-section .request-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark #hero-3:after,
.theme--dark #hero-4:after {
  background-color: #232734;
}

.theme--dark .hero-4-txt h2 {
  color: #353f4f;
}

.theme--dark .hero-4-txt .btn.btn--tra-black {
  border-color: #353f4f !important;
  background-color: transparent !important;
  color: #353f4f !important;
}

.theme--dark #hero-5 {
  background-image: url(images/hero-5-dark.jpg);
}

.theme--dark .hero-6-wrapper {
  background-image: linear-gradient(90deg, #1d212c, #1d212c);
}

.theme--dark #hero-8-form {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #1d222f;
  background-color: #1d222f;
}

.theme--dark #hero-8-form p {
  color: #b1b7cd;
}

.theme--dark #hero-5 .wave-shape-bottom svg path,
.theme--dark #hero-8 .wave-shape-bottom svg path,
.theme--dark #hero-14 .wave-shape-bottom svg path,
.theme--dark #hero-16 .wave-shape-bottom svg path,
.theme--dark #hero-22 .wave-shape-bottom svg path,
.theme--dark #hero-23 .wave-shape-bottom svg path,
.theme--dark #hero-26 .wave-shape-bottom svg path {
  fill: #232734;
}

.theme--dark #hero-10 {
  background-image: url(images/hero-10-dark.jpg);
}

.theme--dark #hero-15 {
  background-image: url(images/hero-15-dark.jpg);
}

.theme--dark #hero-16 {
  background-image: url(images/hero-16-dark.jpg);
}

.theme--dark #hero-17 {
  background-image: url(images/hero-17-dark.jpg);
}

.theme--dark #hero-18:after {
  background-image: url(images/hero-18-dark.jpg);
}

.theme--dark #hero-20:after {
  background-image: linear-gradient(180deg, #1d212c, #232734);
}

.theme--dark #hero-21 .hero-overlay {
  background-image: url(images/hero-21-dark.jpg);
}

.theme--dark #hero-23 {
  background-image: url(images/hero-23-dark.jpg);
}

.theme--dark .hero-23-txt p span.color--black {
  color: var(--color-white);
}

.theme--dark #hero-25 {
  background-image: url(images/hero-25-dark.jpg);
}

.theme--dark #hero-27 .hero-overlay {
  background-image: url(images/hero-27-dark.png);
}

.theme--dark .features-section path {
  opacity: 5%;
}

.theme--dark #reviews-2 .review-2.bg--white-100 {
  background-color: #1d212c;
}

.theme--dark .owl-theme .owl-dots .owl-dot span {
  background: #1d212c;
}

.theme--dark .owl-theme .owl-dots .owl-dot.active span {
  background: #b1b7cd;
}

.theme--dark .review-3.block-border {
  border-color: #363f54;
}

.theme--dark .project-data p span {
  color: var(--color-white);
}

.theme--dark .pricing-discount h6 {
  color: #353f4f;
}

.theme--dark .table> :not(caption)>*>* {
  background-color: #232734;
  color: #b1b7cd;
}

.theme--dark .comp-table .table thead th {
  border-color: #363f54;
  color: var(--color-white);
}

.theme--dark .comp-table tbody th {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: #363f54;
}

.theme--dark .comp-table .table tr td {
  border-bottom: 1px solid #363f54;
}

.theme--dark .integrations-1-wrapper .in_tool {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #1d212c;
  background-color: #1d212c;
}

.theme--dark .banner-16-wrapper.bg--white-100.block-border {
  border-color: #363f54;
}

.theme--dark .release-data {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: dashed;
  border-style: dashed;
  border-bottom-color: #656565;
}

.theme--dark span.version-data,
.theme--dark span.release-date span {
  color: #f1f1f1;
}

.theme--dark span.release-date {
  color: #ccc;
}

.theme--dark .faqs-section .accordion-item,
.theme--dark #faqs-2.faqs-section .accordion-item,
.theme--dark #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-bottom-color: #363f54;
}

.theme--dark .faqs-section .tabs-1 li {
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #363f54;
}

.theme--dark .faqs-section .tabs-1 li span,
.theme--dark .faqs-section .tabs-1 li {
  color: #b1b7cd;
}

.theme--dark .faqs-section .accordion-item .accordion-thumb:after,
.theme--dark .faqs-section .accordion-item.is-active .accordion-thumb:after {
  color: #b1b7cd;
}

.blog-post-txt a {
  color: #353f4f;
}

.theme--dark .post-meta-list p,
.theme--dark .blog-post-txt a {
  color: var(--color-white) !important;
}

.theme--dark .blog-post-txt a:hover {
  color: #ddd !important;
}

.theme--dark .txt-code {
  background-color: #1d212c;
}

.theme--dark .txt-code kbd {
  background-color: #363f54;
}

.theme--dark .txt-code p {
  color: #b1b7cd;
}

.theme--dark .comment-form p,
.theme--dark .blockquote-footer,
.theme--dark .txt-code span.code-property,
.theme--dark .txt-code p code.code-language-js {
  color: var(--color-white);
}

.theme--dark .comment-form .form-control {
  background-color: #363f54;
  color: #f1f1f1;

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: #505c77;
  }
}

.theme--dark .comment-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark .contact-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark .contact-form-notice p a,
.theme--dark #contacts-1 .contact-form p {
  color: var(--color-white) !important;
}

.theme--dark .contact-form .form-control,
.theme--dark .contact-form .form-select {
  background-color: #363f54 !important;
  color: #f1f1f1 !important;
}

.theme--dark .footer-logo {
  display: none;
}

.theme--dark .footer-form .newsletter-form .btn.dark-color span {
  color: #2f353e;
}

.theme--dark .footer-form .newsletter-form .input-group {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #505c77;
  background-color: #282d3c;
}

.theme--dark .footer-form .form-control {
  color: var(--color-white);

  &::placeholder {
    color: #b1b7cd;
  }
}

.theme--dark .legal-info p span {
  color: var(--color-white);
}

.theme--dark .page-hero-section .wave-shape-bottom path {
  fill: #232734;
}

.theme--dark #modal-2 .modal-body-content h5,
.theme--dark #modal-3 .modal-body-content h3 {
  color: #353f4f;
}

.theme--dark #page-404.bg--white-300,
.theme--dark #footer-11.bg--white-300 {
  background-color: #f7f8f9;
}

.theme--dark #page-404 .color--dark {
  color: #353f4f;
}

.theme--dark #page-404 h6.color--grey,
.theme--dark #footer-11.bg--white-300,
.theme--dark #footer-11.bg--white-300 .bottom-footer-list p a {
  color: #6c757d;
}

.theme--dark #login,
.theme--dark #signup {
  background-image: url(images/login_dark.jpg);
  background-position: initial;
}

#login .register-page-wrapper {
  background-image: url(images/login-wrapper.jpg);
  background-position: left top;

  &::after {
    content: var(--tw-content);
    left: calc(2/4 * 100%);
  }
}

#login .register-page-wrapper:after,
#signup .register-page-wrapper:after {
  position: absolute;
  top: calc(var(--spacing) * 0);
  z-index: -1;
  height: 100%;
  width: calc(6/12 * 100%);
  background-color: var(--color-white);
  --tw-content: '';
  content: var(--tw-content);
}

.theme--dark #login .register-page-wrapper:after,
.theme--dark #signup .register-page-wrapper:after {
  background-color: #1d212c;
}

.theme--dark .reset-password-form .form-control::placeholder {
  color: #b1b7cd;
}

.theme--dark .register-page-form .btn-google {
  background-color: #363f54 !important;
  color: #b1b7cd !important;
  border: 1px solid #363f54 !important;

  &:hover {
    @media (hover: hover) {
      color: var(--color-white) !important;
    }
  }
}

.theme--dark .separator-line {
  &::before {
    content: var(--tw-content);
    border-top: 2px solid rgba(255, 255, 255, .15);
  }

  &::after {
    content: var(--tw-content);
    border-top: 2px solid rgba(255, 255, 255, .15);
  }
}

.theme--dark .form-data span a,
.theme--dark .register-page-form p.input-header {
  color: var(--color-white);
}

.theme--dark .reset-page-wrapper .form-control,
.theme--dark .register-page-form .form-control {
  background-color: #363f54;
  color: #f1f1f1;
  border: 1px solid #363f54;

  &::placeholder {
    color: #b1b7cd;
  }
}

.theme--dark .switcher.bg--grey {
  background-color: #363f54;
  border: 2px solid #363f54;
}

.theme--dark .footer-logo-dark {
  display: block;
}

.theme--dark #footer-10 .footer-logo-dark {
  display: inline-block;
}

.theme--dark #footer-10 .footer-info {
  border-bottom: 1px solid #363f54;
}

.theme--dark .tra-menu .wsmobileheader,
.theme--dark .white-menu .wsmobileheader {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #1d222f;
    }
  }

  @media (width >=768px) {
    @media (width < 992px) {
      --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}

.theme--dark .wsmenu>.wsmenu-list {
  @media (width >=768px) {
    @media (width < 992px) {
      background-color: #2c3142 !important;
    }
  }
}

.theme--dark .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
  @media (width >=768px) {
    @media (width < 992px) {
      border-color: var(--color-white);
    }
  }
}

.theme--dark .rbox-1 .star-rating {
  background-color: #1d212c !important;
  --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.13));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border: 1px solid #1d212c;
}

.theme--dark #reset-password {
  background-image: url(images/reset-password-dark.html);
}

.theme--dark .reset-page-wrapper form {
  background-color: #1d212c;
  border: 1px solid #1d212c;
}

.theme--dark .newsletter-section .form-control {
  background-color: #363f54;
  color: #f1f1f1;
  border: 1px solid #363f54;

  &::placeholder {
    color: #b1b7cd;
  }

  &:focus {
    border-color: transparent;
  }

  &:focus {
    background-color: #505c77;
  }
}

.theme--dark .project-title h2 {
  border-bottom: 1px solid #363f54;
}

.theme--dark .project-description .more-projects span {
  color: var(--color-white);
}

.theme--dark .cbox-2-line {
  background-color: #363f54;
}

.theme--dark .fbox-7 {
  border: 2px solid #363f54;
}

#statistic-5 .statistic-txt h5 {
  margin-bottom: 12px;
  --tw-leading: 1 !important;
  line-height: 1 !important;
}

.hover-overlay img {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  overflow: hidden;
  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: 400ms;
  transition-duration: 400ms;
}

.team-member:hover img {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  --tw-scale-z: 105%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

@media (max-width: 767px) {
  .block-shadow {
    --tw-shadow: 0 3px 4px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.08)) !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;
  }

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

  .py--5 {
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .py--10 {
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .py--15 {
    padding-block: 5px !important;
  }

  .py--20 {
    padding-block: 10px !important;
  }

  .py--30 {
    padding-block: 15px !important;
  }

  .py--40 {
    padding-block: calc(var(--spacing) * 5) !important;
  }

  .py--50 {
    padding-block: 30px !important;
  }

  .py--60 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .py--70 {
    padding-block: 50px !important;
  }

  .py--80 {
    padding-block: 50px !important;
  }

  .py--90 {
    padding-block: 60px !important;
  }

  .py--100 {
    padding-block: 70px !important;
  }

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

  .pt--40 {
    padding-top: calc(var(--spacing) * 5) !important;
  }

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

  .pt--60 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  h2,
  h3,
  h4,
  h5,
  h6 {
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  p.p-sm {
    font-size: 1rem !important;
  }

  p.btn-txt {
    margin: 12px 0 0 0 !important;
  }

  p.btns-group-txt {
    margin: 12px 0 0 0 !important;
  }

  .text--center p.btns-group-txt {
    margin-top: 16px !important;
  }

  .section-id {
    margin-bottom: 24px !important;
  }

  .section-id.rounded-id {
    margin-bottom: 35px !important;
  }

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

  .section-title.mb--70,
  .section-title.mb--80 {
    margin-bottom: 50px !important;
  }

  .section-title .btns-group.mt--25 {
    margin-top: 18px !important;
  }

  .section-title .btns-group.mt--35 {
    margin-top: 22px !important;
  }

  .section-title .stores-badge.mt--30 {
    margin-top: 25px !important;
  }

  .section-title .advantages,
  .section-title .btns-txt,
  .section-title .btns-group-txt {
    margin-top: 15px !important;
  }

  .headtoppart {
    display: none !important;
  }

  .wsmobileheader .smllogo {
    display: block !important;
    padding-left: 22px !important;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 27px !important;
  }

  .blog-header .smllogo img {
    max-height: 30px !important;
  }

  .tra-menu .wsmobileheader,
  .white-menu .wsmobileheader {
    background-color: var(--color-white) !important;
  }

  .dark-menu .wsmobileheader,
  .black-scroll .wsmobileheader {
    background-color: #1d222f !important;
  }

  .theme--dark .tra-menu .wsmobileheader,
  .theme--dark .white-menu .wsmobileheader {
    background-color: #1d222f !important;
    --tw-shadow: 0 2px 3px var(--tw-shadow-color, rgba(1, 1, 1, 0.1)) !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;
  }

  .wsmenu>.wsmenu-list>li.header-phone>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 7px !important;
    padding-right: 32px !important;
    padding-bottom: 6px !important;
    padding-left: 15px !important;
    font-size: 19px !important;
  }

  .wsmenu>.wsmenu-list>li.header-phone>a span {
    top: 3px !important;
    height: calc(var(--spacing) * 6) !important;
    width: calc(var(--spacing) * 6) !important;
    --tw-leading: 25px !important;
    line-height: 25px !important;
  }


  .wsanimated-arrow span:before {
    top: calc(var(--spacing) * -2) !important;
    width: 26px !important;
  }

  .wsanimated-arrow span:after {
    bottom: calc(var(--spacing) * -2) !important;
    width: calc(var(--spacing) * 5) !important;
  }

  .dark-menu .wsanimated-arrow span,
  .dark-menu .wsanimated-arrow span:before,
  .dark-menu .wsanimated-arrow span:after,
  .black-scroll .wsanimated-arrow span,
  .black-scroll .wsanimated-arrow span:before,
  .black-scroll .wsanimated-arrow span:after {
    background-color: var(--color-white) !important;
  }

  .theme--dark .wsanimated-arrow span,
  .theme--dark .wsanimated-arrow span:before,
  .theme--dark .wsanimated-arrow span:after {
    background-color: #b1b7cd !important;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: calc(var(--spacing) * 0) !important;
    width: calc(var(--spacing) * 7) !important;
  }

  .wsactive .wsanimated-arrow span:after {
    top: calc(var(--spacing) * 0) !important;
    width: calc(var(--spacing) * 7) !important;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click {
    height: calc(var(--spacing) * 16) !important;
  }

  .wsmenu>.wsmenu-list>li.mobile-last-link>a {
    border-bottom-color: none !important;
  }

  .dark-menu .wsmenu>.wsmenu-list,
  .black-scroll .wsmenu>.wsmenu-list {
    background-color: #2c3142 !important;
  }

  .dark-menu .wsmenu>.wsmenu-list>li>a,
  .black-scroll .wsmenu>.wsmenu-list>li>a {
    border-bottom-color: rgba(255, 255, 255, 0.13) !important;
  }

  .dark-menu .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
    border-color: rgba(255, 255, 255, 0.85) !important;
  }

  .wsmenu>.wsmenu-list>li>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 5px !important;
    padding-right: 32px !important;
    padding-bottom: calc(var(--spacing) * 1) !important;
    padding-left: 20px !important;
    font-size: 18px !important;
    --tw-leading: 46px !important;
    line-height: 46px !important;
  }

  .tra-menu .wsmenu>.wsmenu-list>li>a,
  .tra-menu.navbar-light .wsmenu>.wsmenu-list>li>a {
    color: #666;
  }

  .black-scroll .wsmenu>.wsmenu-list>li>a.h-link {
    color: var(--color-white) !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin-top: 21px !important;
    margin-right: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    height: 10px !important;
    width: 10px !important;
  }

  .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
    margin-top: 28px !important;
    rotate: calc(360deg * -1) !important;
  }

  .theme--dark .navbar-light .wsmenu>.wsmenu-list>li>a,
  .theme--dark .navbar-dark .wsmenu>.wsmenu-list>li>a {
    color: var(--color-white) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu.icons-menu {
    width: 100% !important;
    min-width: 100% !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu g {
    width: 100% !important;
    padding: 10px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
    left: calc(var(--spacing) * 0) !important;
    width: 100% !important;
    padding-inline: 10px !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }

  .wsmegamenu.w-75 .lg\:w-3\/12,
  .wsmegamenu.icons-menu.w-75 .lg\:w-4\/12,
  .wsmegamenu.halfmenu .lg\:w-6\/12,
  .wsmegamenu.halfmenu.icons-menu .lg\:w-6\/12 {
    padding: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu {
    right: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    top: 5px !important;
    --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor) !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;
    border-bottom: 1px solid #ddd !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    visibility: visible !important;
    opacity: 100% !important;
  }

  .dark-menu .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu,
  .dark-menu .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu,
  .black-scroll .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    --tw-shadow: 0 0 var(--tw-shadow-color, currentcolor) !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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
  }

  .black-scroll .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    background-color: #2c3142 !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
    padding-inline: 14px !important;
    padding-block: 15px !important;
    font-size: 15px !important;
    color: #666 !important;
  }

  .black-scroll .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ddd !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
    padding-inline: 14px !important;
    padding-block: 15px !important;
    text-decoration-line: none !important;
  }

  .black-scroll .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
  .black-scroll .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
  }

  .icons-menu.ico-30 [class*="flaticon-"]:before,
  .icons-menu.ico-30 [class*="flaticon-"]:after {
    font-size: 2.1875rem !important;
  }

  .icons-menu.ico-40 [class*="flaticon-"]:before,
  .icons-menu.ico-40 [class*="flaticon-"]:after {
    font-size: 2.5rem !important;
  }

  .icons-menu-ico {
    margin-right: 14px !important;
  }

  .wsmegamenu.ico-30 .icons-menu-ico span {
    top: calc(var(--spacing) * 2) !important;
  }

  .icons-menu-txt h6 {
    font-size: 1.0625rem !important;
  }

  .icons-menu-txt span {
    font-size: 1rem !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    margin-bottom: 10px !important;
    padding-inline: 7px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.0625rem !important;
  }

  .dark-menu .title,
  .black-scroll .title,
  .dark-menu .icons-menu-txt span,
  .black-scroll .icons-menu-txt span {
    color: #b1b7cd !important;
  }

 

  .wsmenu>.wsmenu-list>li a.btn.reg-btn {
    padding-inline: 22px !important;
    padding-block: 5px !important;
    --tw-leading: 44px !important;
    line-height: 44px !important;
  }

  .wsmenu>.wsmenu-list>li a.btn.fst-btn-link,
  .wsmenu>.wsmenu-list>li.reg-fst-link>a {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li a.store.header-store {
    float: none !important;
    margin-top: 5px !important;
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 3) !important;
    display: block !important;
    border-bottom-color: none !important;
  }

  .store.header-store img {
    max-height: 46px !important;
  }

  .wsmenu>.wsmenu-list>li.header-socials {
    display: block !important;
  }

  .header-socials a {
    margin-left: 25px !important;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.45rem !important;
  }

  .white-scroll .hover--tra-white:hover {
    border-color: #353f4f !important;
    background-color: transparent !important;
    color: #353f4f !important;
  }

  .theme--dark .white-scroll .hover--tra-white:hover {
    border-color: var(--color-white) !important;
    background-color: transparent !important;
    color: var(--color-white) !important;
  }

  .white-scroll .btn--tra-black {
    border-color: #353f4f !important;
    background-color: #353f4f !important;
    color: var(--color-white) !important;
  }

  .black-scroll .btn--tra-white,
  .black-scroll .btn--tra-black {
    border-color: var(--color-white) !important;
    background-color: var(--color-white) !important;
    color: #353f4f !important;
  }

  .white-scroll .btn--tra-grey,
  .black-scroll .btn--tra-grey {
    border-color: #eee !important;
    background-color: #eee !important;
    color: #353f4f !important;
  }

  .white-scroll .hover--blue:hover,
  .black-scroll .hover--blue:hover {
    border-color: #007aff !important;
    background-color: #007aff !important;
    color: var(--color-white) !important;
  }

  .white-scroll .hover--tra-blue:hover,
  .black-scroll .hover--tra-blue:hover {
    border-color: #007aff !important;
    background-color: transparent !important;
    color: #007aff !important;
  }

  .white-scroll .hover--violet:hover,
  .black-scroll .hover--violet:hover {
    border-color: #b55e98 !important;
    background-color: #b55e98 !important;
    color: var(--color-white) !important;
  }

  .white-scroll .hover--tra-violet:hover,
  .black-scroll .hover--tra-violet:hover {
    border-color: #b55e98 !important;
    background-color: transparent !important;
    color: #b55e98 !important;
  }

  .theme--dark .wsmenu>.wsmenu-list {
    background-color: #2c3142 !important;
  }

  .theme--dark .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
    border-color: var(--color-white) !important;
  }

  .theme--dark .navbar-dark .hover--tra-black:hover,
  .theme--dark .navbar-dark .scroll .hover--tra-black:hover {
    border-color: var(--color-white) !important;
    background-color: transparent !important;
    color: var(--color-white) !important;
  }

  .hero-section h2 {
    margin-bottom: 15px !important;
  }

  .hero-section h2.s-48,
  .hero-section h2.s-50 {
    margin-bottom: 25px !important;
  }

  .hero-section h2.s-62 {
    margin-bottom: 15px !important;
  }

  .hero-section p.p-sm {
    padding: calc(var(--spacing) * 0) !important;
  }

  .hero-section p.p-md,
  .hero-section p.p-lg,
  .hero-section p.p-xl {
    margin-bottom: 22px !important;
  }

  .hero-section p.s-20,
  .hero-section p.s-21,
  .hero-section p.s-22,
  .hero-section p.s-24 {
    margin-bottom: 24px !important;
  }

  .hero-section .btn.mt--10,
  .hero-section .btns-group.mt--10 {
    margin-top: 5px !important;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 8px !important;
  }

  #hd-1-1,
  #hd-1-2 {
    width: calc(6/12 * 100%) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-digits-block {
    display: block !important;
  }

  .hero-digits .block-txt {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .hero-digits .block-txt p.p-sm {
    margin-top: 10px !important;
  }

  .hero-section .quick-form .form-control {
    margin-bottom: 15px !important;
    text-align: center !important;
  }

  .hero-section .quick-form .input-group-btn {
    display: block !important;
    width: 100% !important;
  }

  .hero-section .quick-form .btn {
    margin-left: calc(var(--spacing) * 0) !important;
    display: block !important;
    width: 100% !important;
  }

  .hero-section .quick-form.form-half .btn {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  #hero-1 {
    padding-block: calc(var(--spacing) * 20) !important;
    text-align: center !important;
  }

  .hero-1-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-1-img {
    margin-top: 40px !important;
  }

  #hero-2 {
    padding-block: calc(var(--spacing) * 20) !important;
    text-align: center !important;
  }

  .hero-2-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-2-img {
    margin-top: 40px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-3 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-3-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-3-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-3-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-4 {
    padding-top: 80px !important;
  }

  .hero-4-txt h2,
  .hero-4-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-5 {
    padding-top: 80px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .hero-5-txt p.p-lg {
    padding-right: 0% !important;
  }

  .hero-5-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: -50px !important;
  }

  #hero-6 {
    padding-top: 70px !important;
    text-align: center !important;
  }

  .hero-6-wrapper {
    padding-inline: 60px !important;
    padding-block: 65px !important;
  }

  .hero-6-img {
    margin-top: 40px !important;
  }



  #hero-7 .quick-form {
    margin-right: calc(var(--spacing) * 0);
  }

  .hero-7-img {
    margin-top: 40px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #hero-8 {
    margin-bottom: 10px !important;
    padding-top: 80px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .hero-8-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-8-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-8-form {
    margin-top: 40px !important;
  }

  #hero-9 {
    padding-top: 80px !important;
  }

  .hero-9-txt h2 img {
    top: -5px !important;
    margin-inline: 3px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    max-height: calc(var(--spacing) * 16) !important;
  }

  .hero-9-txt p {
    margin-top: 28px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-10 {
    padding-top: 80px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
    text-align: center !important;

    &::after {
      content: var(--tw-content);
      position: absolute !important;
    }

    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      z-index: -1 !important;
    }

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }

    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }

    &::after {
      content: var(--tw-content);
      background-color: var(--color-white) !important;
    }

    &::after {
      content: var(--tw-content);
      --tw-content: '' !important;
      content: var(--tw-content) !important;
    }
  }

  .hero-10-txt h4 {
    margin-bottom: 30px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-10-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-11 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-11-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-11-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: -100px !important;
  }

  #hero-12 {
    border-bottom-color: none !important;
    padding-top: 80px !important;

    &::after {
      content: var(--tw-content);
      position: absolute !important;
    }

    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      z-index: -1 !important;
    }

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }

    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }

    &::after {
      content: var(--tw-content);
      background-color: var(--color-white) !important;
    }

    &::after {
      content: var(--tw-content);
      --tw-content: '' !important;
      content: var(--tw-content) !important;
    }
  }

  .hero-12-txt h2,
  .hero-12-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img {
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img .video-btn {
    top: calc(50% - 2px) !important;
  }

  #hero-13 {
    padding-block: calc(var(--spacing) * 20) !important;
    text-align: center !important;

    &::after {
      content: var(--tw-content);
      display: none !important;
    }
  }

  .hero-13-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-13-img {
    margin-top: 40px !important;
  }

  #hero-14 {
    padding-top: 80px !important;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 18px !important;
  }

  #hero-15 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-15-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-15-txt h2,
  .hero-15-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .hero-15-img {
    margin-top: 40px !important;
  }

  #hero-16 {
    margin-bottom: 50px !important;
    padding-top: 80px !important;
  }

  .hero-16-img {
    margin-bottom: -50px !important;
  }

  #hero-17 {
    padding-top: 80px !important;
  }

  #hero-17 .quick-form {
    margin-inline: calc(var(--spacing) * 0) !important;
  }

  #hero-17 #brands-1 {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 45px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-18 {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
    text-align: center !important;

    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0) !important;
    }

    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }
  }

  .hero-18-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-18 .quick-form {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .hero-18-img {
    margin-top: 40px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-19 {
    padding-top: 80px !important;
  }

  .hero-19-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-20 {
    padding-top: 80px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
    text-align: center !important;

    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }
  }

  .hero-20-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-21 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-21-txt {
    margin-bottom: 40px !important;
  }

  #hero-21 .hero-overlay {
    padding-inline: 45px !important;
    padding-top: 65px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-22 {
    padding-top: 80px !important;
  }

  #hero-22 .hero-logo {
    margin-bottom: 20px !important;
  }

  #hero-23 {
    margin-bottom: 25px !important;
    padding-top: 80px !important;
  }

  .hero-23-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .hero-23-img {
    margin-top: 15px !important;
    margin-bottom: -25px !important;
  }

  #hero-24 {
    padding-block: 100px !important;
  }

  #hero-25 {
    padding-block: calc(var(--spacing) * 20) !important;
    text-align: center !important;
  }

  .hero-25-txt h2 {
    margin-bottom: 14px !important;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 22px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-26 {
    padding-top: 80px !important;
    text-align: center !important;
  }

  .hero-26-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-26-txt h2 {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #hero-26 .quick-form {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .hero-26-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-27 .hero-overlay {
    padding-top: 80px !important;
  }

  .hero-27-txt h2 {
    margin-bottom: 24px !important;
  }

  .hero-27-txt p.s-20,
  .hero-27-txt p.s-21 {
    padding: calc(var(--spacing) * 0) !important;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .about-2-title {
    margin-bottom: 30px !important;
  }

  .a-2-1 {
    margin-bottom: 30px !important;
    margin-left: calc(var(--spacing) * 0) !important;
    display: none !important;
  }

  .a-2-2 {
    margin-bottom: 30px !important;
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .a-2-3 {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .a-2-4 {
    margin-right: calc(var(--spacing) * 0) !important;
    display: none !important;
  }

  #a3-1 {
    margin-bottom: 25px !important;
  }

  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 20px !important;
  }

  .txt-block h5.mb--20 {
    margin-bottom: 15px !important;
  }

  #about-4 .txt-block p {
    margin-top: 18px !important;
  }

  #a4-1 {
    display: none !important;
  }

  #a4-2 {
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .fbox-14-wrapper .col {
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #features-12.py--100.shape--bg:after {
    top: 30% !important;
    left: calc(var(--spacing) * 0) !important;
    height: 70% !important;
    width: 100% !important;
  }

  #features-12.pt--100.shape--bg:after {
    top: 30.25% !important;
    left: calc(var(--spacing) * 0) !important;
    height: 66% !important;
    width: 100% !important;
  }

  #features-13.py--100.shape--bg:after {
    top: 30% !important;
    height: 70% !important;
    width: 100% !important;
  }

  #features-13.pt--100.shape--bg:after {
    top: 30.25% !important;
    height: 66% !important;
    width: 100% !important;
  }

  .fbox-12-wrapper {
    padding-left: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .fbox-13-wrapper {
    padding-right: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .fb-1,
  .fb-2,
  .rows-2 .fb-1,
  .rows-2 .fb-2,
  .rows-2 .fb-3,
  .rows-2 .fb-4,
  .rows-2 .fb-5,
  .row-cols-md-2 .fb-3,
  .fbox-5.fb-3,
  .fbox-5.fb-5,
  .rows-2 .fbox-7.fb-1,
  .rows-2 .fbox-7.fb-2,
  .rows-2 .fbox-7.fb-3,
  .rows-2 .fbox-9.fb-1,
  .rows-2 .fbox-9.fb-2,
  .rows-2 .fbox-9.fb-3,
  .rows-3 .fbox-11.fb-5 {
    margin-bottom: 40px !important;
  }

  .rows-3 .fb-3.fbox-11-lst {
    margin-bottom: 40px !important;
  }

  .fbox-5.fb-2,
  .fbox-5.fb-4,
  .fbox-5.fb-6 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-5.fb-1,
  .fbox-5.fb-5,
  .fbox-5.fb-6 {
    display: flex !important;
    flex-flow: wrap !important;
  }

  .fbox-8.fb-1 {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
  }

  .fbox-8.fb-2 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-8.fb-3 {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-9,
  .fbox-10 {
    text-align: center !important;
  }

  #fb-12-1,
  #fb-12-2,
  #fb-12-3,
  #fb-13-1,
  #fb-13-2,
  #fb-13-3 {
    margin-bottom: 40px !important;
  }

  #fb-12-1,
  #fb-13-1 {
    margin-top: 75px !important;
  }

  #features-12 .txt-block,
  #features-13 .txt-block {
    margin-bottom: 40px !important;
  }

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

  .fbox-14.fb-1,
  .fbox-14.fb-2 {
    margin-bottom: 35px !important;
  }

  .fbox-1 .fbox-img {
    margin-bottom: 30px !important;
  }

  .fbox-2 .fbox-img img {
    margin-bottom: calc(20px * -1) !important;
  }

  .fbox-5-1 .fbox-5-img,
  .fbox-5-2 .fbox-5-img,
  .fbox-5-3 .fbox-5-img,
  .fbox-5-4 .fbox-5-img,
  .fbox-5-5 .fbox-5-img,
  .fbox-5-6 .fbox-5-img {
    margin-inline: 5% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

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

  .row-cols-md-2 .fbox-ico.ico-rounded,
  .fbox-ico.ico-rounded-md,
  .fbox-ico.ico-rounded-lg,
  .fbox-ico.ico-square {
    margin-bottom: 20px !important;
  }

  .fbox-11 {
    display: block !important;
    text-align: center !important;
  }

  .fbox-11 .fbox-ico {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .fbox-ico-wrap,
  .rows-2 .fbox-ico-wrap {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .fbox-title {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    text-align: center !important;
  }

  .fbox-wrapper .row-cols-lg-3 .fbox-title {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-title h6 {
    display: inline-block !important;
  }

  .fbox-14 h5 {
    margin-bottom: 12px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .ct-11,
  .ct-12 {
    padding: calc(var(--spacing) * 0) !important;
  }

  .ct-11 .txt-block {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .ct-12 .txt-block {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .ct-top {
    margin-bottom: 80px !important;
  }

  .ct-13 .row.mb--60 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .ct-13 .txt-block,
  .ct-13 .img-block {
    margin-bottom: 40px !important;
  }

  .ct-13 .txt-block.ml--block,
  .ct-13 .img-block.ml--block {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .bc-6-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .ct-11:after,
  .ct-12:after {
    top: calc(var(--spacing) * 0) !important;
    left: calc(var(--spacing) * 0) !important;
    width: 100% !important;
  }

  .bc-2-txt h2,
  .bc-3-txt h2,
  .bc-4-txt h2,
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 15px !important;
  }

  .txt-block h5 {
    margin-bottom: 18px !important;
  }

  h5.h5-title {
    margin-block: 18px !important;
  }

  .txt-block .btn,
  .txt-block .btns-group .btn.btn--transparent {
    margin-top: 10px !important;
  }

  .bc-1-wrapper .section-overlay,
  .bc-4-wrapper .section-overlay,
  .bc-2-wrapper .section-overlay,
  .bc-3-wrapper .section-overlay {
    padding: 70px 60px !important;
  }

  .ct-06 {
    margin-top: 80px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: calc(var(--spacing) * 20) !important;
  }

  .ct-10 .section-overlay {
    margin-bottom: 80px !important;
  }

  .ct-06 .txt-block,
  .ct-07 .txt-block,
  .bc-2-txt,
  .bc-2-wrapper .txt-block,
  .bc-3-txt {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #ib-box-1,
  #ib-box-2 {
    margin-bottom: 25px !important;
  }

  #cb-6-1,
  #cb-6-2,
  #cb-6-3 {
    margin-bottom: 30px !important;
  }

  .bc-1-wrapper .txt-block.pr-25.left-column,
  .bc-2-wrapper .txt-block.pr-25.left-column {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .bc-1-wrapper .txt-block.pl-25.right-column,
  .bc-2-wrapper .txt-block.pl-25.right-column {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .bc-6-top {
    margin-bottom: 40px !important;
  }

  .tabs-1 {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .tabs-1 li {
    margin-inline: calc(var(--spacing) * 5) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block !important;
    font-size: 1.135rem !important;
  }

  .tabs-1 li.current {
    margin-inline: calc(var(--spacing) * 5) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
  }

  #tabs-1 .tab-content .img-block {
    margin-bottom: 40px !important;
  }

  .text--center .advantages {
    margin-top: 16px !important;
  }

  .quote-avatar img {
    height: 54px !important;
    width: 54px !important;
  }

  .quote p {
    margin-top: 15px !important;
    padding-left: 14px !important;
  }

  .quote-author {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: 10px !important;
  }

  .quote.pr-15,
  .quote.pr-40,
  .quote.pr-50,
  .quote.pr-60 {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .img-block.img-block-bkg {
    margin-inline: calc(var(--spacing) * 0) !important;
  }

  .img-block-hidden,
  .ct-10 .img-block,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: calc(80px * -1) !important;
  }

  .ct-01 .img-block {
    margin-bottom: 40px !important;
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .ct-02 .img-block {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .ct-03 .img-block,
  .ct-05 .img-block,
  .ct-07 .img-block {
    margin-bottom: 40px !important;
  }

  .ct-03 .img-block.right-column {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .ct-03 .img-block.left-column {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .ct-04 .img-block {
    margin-bottom: 40px !important;
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .ct-04 .img-block img {
    max-width: 100% !important;
  }

  .ct-06 .img-block {
    margin-top: calc(80px * -1) !important;
    margin-bottom: 40px !important;
  }

  .bc-1-wrapper .img-block.left-column,
  .bc-2-wrapper .img-block.left-column {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .bc-1-wrapper .img-block.right-column,
  .bc-2-wrapper .img-block.right-column {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .bc-1-wrapper .img-block,
  .bc-2-wrapper .img-block {
    margin-bottom: 40px !important;
  }

  .bc-2-img,
  .bc-3-img,
  .bc-4-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -100px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 30px) !important;
  }

  .ct-11 .img-block {
    margin-bottom: 40px !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .ct-12 .img-block {
    margin-bottom: 40px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 40px !important;
    overflow: hidden !important;
    border-radius: var(--radius-xl) !important;
    padding-inline: 15% !important;
    padding-block: 50px !important;
  }

  .ct-11 .img-block .tra-bkg,
  .ct-12 .img-block .tra-bkg {
    opacity: 100 !important;
  }

  #sb-2-1,
  #sb-2-2,
  #sb-2-3,
  #sb-2-4 {
    width: calc(2/5 * 100%) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  #sb-1-1,
  #sb-1-2,
  #sb-3-1,
  #sb-3-2 {
    margin-bottom: 40px !important;
  }

  #sb-4-1,
  #sb-4-2 {
    margin-bottom: 30px !important;
  }

  #sb-5-1,
  #sb-5-2 {
    margin-bottom: 40px !important;
  }

  #statistic-5 {
    text-align: center !important;
  }

  #statistic-1 .statistic-block {
    display: block !important;
    text-align: center !important;
  }

  .statistic-1-wrapper .statistic-block-digit {
    float: none !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }

  .statistic-1-wrapper .statistic-block-txt {
    display: inline-block !important;
    width: 100% !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #statistic-5 .statistic-digit {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }

  #sb-2-3 .statistic-block,
  #sb-2-4 .statistic-block {
    display: block !important;
  }

  #sb-2-3 .statistic-block-txt,
  #sb-2-4 .statistic-block-txt {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #statistic-2 .statistic-block-digit {
    display: block !important;
  }

  #sb-2-1 h2.statistic-number,
  #sb-2-2 h2.statistic-number {
    margin-bottom: 10px !important;
  }

  #sb-2-3 .statistic-block p.p-sm,
  #sb-2-4 .statistic-block p.p-sm {
    margin-top: 10px !important;
  }

  .statistic-3-wrapper p {
    margin-top: 12px !important;
  }

  .statistic-4-wrapper p {
    margin-bottom: 12px !important;
  }

  #statistic-5 .statistic-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .txt-block-stat .statistic-block .txt-block-rating {
    margin-top: calc(2px * -1) !important;
    margin-bottom: -1px !important;
  }

  .projects-wrapper {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pt--1-1,
  #pt--1-2,
  #pt--1-3,
  .inner-page-hero #pt--1-3,
  .inner-page-hero #pt--1-4,
  .inner-page-hero #pt--1-5 {
    margin-bottom: 40px !important;
  }

  .project-details h5 {
    margin-bottom: 25px !important;
  }

  .more-projects {
    margin-top: 40px !important;
  }

  .rating-section .rating-1-wrapper,
  .rating-section .rating-2-wrapper {
    padding: calc(var(--spacing) * 0) !important;
  }

  .inner-page-hero .rating-1-wrapper.mt--50 {
    margin-top: 40px !important;
  }

  #rb-1-1,
  #rb-1-2,
  #rb-2-1,
  #rb-2-2 {
    margin-bottom: 30px !important;
  }

  .rbox-2-txt img {
    top: -1px !important;
    left: 6px !important;
    max-height: calc(var(--spacing) * 6) !important;
  }

  p.rbox-2-txt {
    margin-top: 8px !important;
    --tw-leading: calc(var(--spacing) * 6) !important;
    line-height: calc(var(--spacing) * 6) !important;
  }

  .reviews-2-wrapper,
  .reviews-3-wrapper {
    padding: calc(var(--spacing) * 0) !important;
  }

  .reviews-4-wrapper,
  .reviews-5-wrapper {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #reviews-4 .txt-block,
  #reviews-5 .txt-block {
    margin-bottom: 40px !important;
  }

  #rw-2-1,
  #rw-2-2,
  #rw-2-3,
  #rw-3-1,
  #rw-3-2 {
    margin-bottom: 30px !important;
  }

  #rw-3-2,
  #rw-3-3 {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .inner-page-hero #rw-2-3,
  .inner-page-hero #rw-2-4,
  .inner-page-hero #rw-2-5 {
    margin-bottom: 30px !important;
  }

  .integrations-2-wrapper {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .it-1,
  .it-2,
  .it-3,
  .it-4,
  .it-5 {
    margin-bottom: 30px !important;
    display: block;
  }

  .in_tool_logo {
    margin-bottom: 25px !important;
    display: inline-block !important;
    padding: 30px !important;
  }

  .in_tool_logo.ico-65 img {
    height: 52px !important;
    width: 52px !important;
  }

  .in_tool h6 {
    font-size: 1rem !important;
  }

  .integrations-1-wrapper .it-7,
  .integrations-1-wrapper .it-8 {
    margin-bottom: 30px !important;
  }

  #press-05,
  #press-06,
  #press-07 {
    margin-bottom: 40px !important;
  }

  #pt-4-1,
  #pt-4-2 {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .pricing-table-header h5,
  .pricing-table-header h4 {
    margin-bottom: 15px !important;
  }

  .pricing-3-table .pricing-table-header h4 {
    margin-bottom: 10px !important;
  }

  .price p {
    margin-top: 14px !important;
    margin-bottom: 18px !important;
  }

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

  .pricing-notice {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .pricing-notice .btn.mt--25 {
    margin-top: 20px !important;
  }

  .pricing-section .toggle-btn.mt--30 {
    margin-top: 20px !important;
  }

  .toggle-btn-md .toggler-txt,
  .toggle-btn-lg .toggler-txt {
    font-size: 1rem !important;
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }

  .switch-wrap {
    height: 30px !important;
    min-width: 50px !important;
  }

  .toggle-btn-md .switch-wrap,
  .toggle-btn-lg .switch-wrap {
    margin-inline: 6px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    height: 32px !important;
    min-width: 55px !important;
  }

  .switcher {
    height: 30px !important;
    font-size: 0.85rem !important;

    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 1);
    }

    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 1);
    }

    &::before {
      content: var(--tw-content);
      height: 22px;
    }

    &::before {
      content: var(--tw-content);
      width: 22px;
    }
  }

  .toggle-btn-md .switcher,
  .toggle-btn-lg .switcher {
    height: 32px !important;
    border-radius: 32px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: 10px !important;
    padding-left: 30px !important;
  }

  .switcher .show-annual,
  .switcher .show-monthly {
    --tw-leading: 30px !important;
    line-height: 30px !important;
  }

  .toggle-btn-md .switcher .show-annual,
  .toggle-btn-md .switcher .show-monthly,
  .toggle-btn-lg .switcher .show-annual,
  .toggle-btn-lg .switcher .show-monthly {
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }

  .toggle-btn-md .switcher:before,
  .toggle-btn-lg .switcher:before {
    bottom: 5px !important;
    left: 5px !important;
    height: 22px !important;
    width: 22px !important;
  }

  .switcher.bg--grey:before,
  .switcher.bg--tra-white:before,
  .switcher.bg--ghost-white:before {
    bottom: 3px !important;
    left: calc(var(--spacing) * 1) !important;
  }

  .toggle-btn-md .switch-wrap input:checked+.switcher,
  .toggle-btn-lg .switch-wrap input:checked+.switcher {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: 30px !important;
    padding-left: 10px !important;
  }

  .comp-table-payment .payment-icons {
    margin-top: 18px !important;
  }

  #tm-2-1,
  #tm-2-4,
  #tm-2-7,
  #tm-2-10 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  #tm-2-2,
  #tm-2-5,
  #tm-2-8,
  #tm-2-11 {
    margin-inline: calc(var(--spacing) * 0) !important;
  }

  #tm-2-3,
  #tm-2-6,
  #tm-2-9,
  #tm-2-12 {
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .team-section .more-btn.mt--20 {
    margin-top: 10px !important;
  }

  #role-page .inner-page-title {
    margin-bottom: 40px !important;
  }

  .role-info hr {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 30px !important;
  }

  #role-page .cbox-6-wrapper {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 30px !important;
  }

  .role-info h5 {
    margin-bottom: 15px !important;
  }

  #banner-8,
  #banner-9,
  #banner-10 {
    text-align: center !important;
  }

  #banner-11,
  #banner-12,
  #banner-13 {
    margin-top: calc(var(--spacing) * 0) !important;
    text-align: center !important;
  }

  .banner-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-8-buttons.text-end {
    text-align: center !important;
  }

  .banner-11-img {
    margin-top: 40px !important;
    margin-left: calc(var(--spacing) * 0) !important;
  }

  .banner-12-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-13-img {
    display: none !important;
  }

  #download-1 {
    padding-bottom: 30px !important;
  }

  .version-release {
    margin-bottom: 40px !important;
  }

  .release-data h5 {
    margin-bottom: 30px !important;
  }

  .release-data {
    margin-bottom: 25px !important;
    padding-bottom: 30px !important;
  }

  .release-download {
    position: relative !important;
    right: calc(var(--spacing) * 0) !important;
    bottom: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
  }

  .faqs-3-questions .questions-holder {
    padding: calc(var(--spacing) * 0) !important;
  }

  #newsletter-1 .newsletter-overlay,
  #newsletter-2 .newsletter-overlay {
    text-align: center !important;
  }

  #newsletter-3 {
    margin-block: calc(var(--spacing) * 0) !important;
    padding-block: 70px !important;
    text-align: center !important;
  }

  .newsletter-img.text-end {
    display: none !important;
  }

  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form {
    margin-top: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .newsletter-section .form-control {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }

  .newsletter-section .input-group-btn {
    display: block !important;
    width: 100% !important;
  }

  .newsletter-section .btn {
    margin: calc(var(--spacing) * 0) !important;
    display: block !important;
    width: 100% !important;
  }

  #bp-1-1,
  #bp-1-2 {
    margin-bottom: 40px !important;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 30px !important;
  }

  #blog-page.pb--60 {
    padding-bottom: 30px !important;
  }

  .wide-post {
    margin-bottom: 40px !important;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .wide-post .blog-post-txt {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  .square-post {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }

  .square-post .blog-post-txt {
    padding-inline: 35px !important;
    padding-top: 45px !important;
    padding-bottom: 35px !important;
  }

  .posts-category {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .post-inner-img {
    margin-block: calc(var(--spacing) * 10) !important;
  }

  .single-post-txt h5,
  .single-post-txt h4 {
    margin-block: 18px !important;
  }

  .txt-code {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 20px !important;
    padding-inline: 15px !important;
    padding-block: 18px !important;
  }

  .single-post-txt figure {
    margin-bottom: 20px !important;
  }

  .comment-body {
    margin-left: calc(var(--spacing) * 5) !important;
  }

  .comment-form .form-control {
    height: 52px !important;
  }

  .comment-form textarea {
    min-height: 190px !important;
  }

  .contact-form textarea {
    min-height: 190px !important;
  }

  .contact-form .form-btn.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 15px !important;
  }

  #footer-2 .footer-links .footer-mail-link,
  #footer-3 .footer-links .footer-mail-link {
    margin-bottom: 15px !important;
  }

  #footer-11 {
    text-align: center !important;
  }

  #footer-9 .footer-info.text-end {
    text-align: left !important;
  }

  #footer-2 .footer-links,
  #footer-7 .footer-form {
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #footer-8 .footer-links.text-end,
  .footer-stores-badge.text-end,
  .bottom-footer .bottom-footer-socials.text-end,
  .bottom-footer .bottom-secondary-link.text-end,
  .bottom-footer .bottom-footer-list.text-end {
    text-align: left !important;
  }

  #footer-11 .bottom-footer-list.text-end {
    text-align: center !important;
  }

  .inner-page-hero,
  .page-hero-section-overlay {
    margin-top: 80px !important;
    margin-bottom: 40px !important;
    padding-top: 80px !important;
  }

  .page-hero-section-overlay .txt-block {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 40px !important;
  }

  .inner-page-title {
    margin-bottom: 60px !important;
  }

  .inner-page-title p {
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-hero-section-overlay .img-block {
    margin-bottom: -50px !important;
  }

  .txt-block.legal-info h4 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }

  .txt-block.legal-info h4 span {
    margin-right: 2px !important;
  }

  #login,
  #signup,
  #reset-password {
    padding-block: 70px !important;
  }

  #login .register-page-wrapper,
  #signup .register-page-wrapper {
    background-color: var(--color-white);
    background-image: none !important;
  }

  #login .register-page-wrapper:after,
  #signup .register-page-wrapper:after {
    left: calc(var(--spacing) * 0) !important;
    width: 100% !important;
  }

  .theme--dark #login .register-page-wrapper,
  .theme--dark #signup .register-page-wrapper {
    background-color: #1d212c !important;
  }

  .register-form-title {
    margin-bottom: 30px !important;
  }

  #login .register-page-txt,
  #signup .register-page-txt {
    display: none !important;
  }

  .page-404-txt {
    margin-top: 80px !important;
    padding-block: 70px !important;
  }
}

@media (min-width: 390px) and (max-width: 413.98px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    margin: calc(var(--spacing) * 0) !important;
    max-width: 100% !important;
  }

  #stlChanger {
    display: none !important;
  }

  .division {
    padding-inline: 3px !important;
  }

  .bg--fixed {
    width: auto !important;
  }

  .bg--scroll {
    width: auto !important;
    background-attachment: scroll !important;
  }

  .shape--01:after {
    top: 6.5% !important;
    height: 90% !important;
  }

  .shape--02:after {
    top: 6.5% !important;
    left: -20% !important;
    height: 90% !important;
    width: 140% !important;
  }

  .shape--03:after {
    top: -70px !important;
    left: -20% !important;
    height: 129% !important;
    width: 140% !important;
  }

  .shape--04:after {
    top: calc(var(--spacing) * 0) !important;
    height: 94% !important;
  }

  .shape--06:after {
    height: 92% !important;
  }

  .shape--07:after {
    top: 15% !important;
    height: calc(4/5 * 100%) !important;
  }

  ol.digit-list p {
    margin-bottom: 5px !important;
  }

  .font--jakarta h1,
  .font--jakarta h2 {
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .font--jakarta h3,
  .font--jakarta h4,
  .font--jakarta h5,
  .font--jakarta h6 {
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .s-15,
  .s-16 {
    font-size: 1.0625rem !important;
  }

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

  .s-18,
  .s-19,
  .s-20,
  .s-21,
  .s-22,
  .s-23 {
    font-size: 1.3125rem !important;
  }

  .s-24,
  .s-26,
  .s-28 {
    font-size: 1.4375rem !important;
  }

  .s-30,
  .s-32,
  .s-34 {
    font-size: 1.5625rem !important;
  }

  .s-36,
  .s-38,
  .s-40 {
    font-size: 1.6875rem !important;
  }

  .s-42,
  .s-43,
  .s-44,
  .s-45,
  .s-46,
  .s-47 {
    font-size: 1.8125rem !important;
  }

  .s-48 {
    font-size: 1.9375rem !important;
  }

  .s-50,
  .s-52,
  .s-54,
  .s-56,
  .s-58,
  .s-60 {
    font-size: 2rem !important;
  }

  .s-62 {
    font-size: 2.0625rem !important;
  }

  .s-64,
  .s-66 {
    font-size: 2.125rem !important;
  }

  .s-68 {
    font-size: 36px !important;
  }

  p.p-sm {
    font-size: 1rem !important;
  }

  p {
    font-size: 1.0625rem !important;
  }

  p.p-md,
  p.p-lg {
    font-size: 18px !important;
  }

  a.tra-link {
    font-size: 1.0625rem !important;
    font-size: 18px !important;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    top: 2px !important;
    top: 1px !important;
    left: 2px !important;
    font-size: 0.785rem !important;
    --tw-leading: 0.7rem !important;
    line-height: 0.7rem !important;
  }

  .btn {
    font-size: 1.0625rem !important;
  }

  .btn.btn-sm {
    padding-inline: calc(var(--spacing) * 6) !important;
    padding-block: 0.7rem !important;
    font-size: 1rem !important;
  }

  .btns-group .btn.ico-30.ico-left,
  .btns-group .btn.ico-30.ico-right {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-top: 0.61915rem !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .btns-group .btn:first-child {
    margin-inline: calc(var(--spacing) * 2) !important;
    margin-bottom: 15px !important;
  }

  .btns-group .btn:last-child {
    margin-inline: calc(var(--spacing) * 2) !important;
  }

  .btn.ico-20 [class*="flaticon-"]:before,
  .btn.ico-20 [class*="flaticon-"]:after {
    top: calc(var(--spacing) * 1) !important;
    font-size: 1.225rem !important;
    --tw-leading: 0.45rem !important;
    line-height: 0.45rem !important;
  }

  .btn.ico-30 [class*="flaticon-"]:before,
  .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 2.05rem !important;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: calc(10px * -1) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: calc(10px * -1) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
  }

  .btn.ico-left span {
    margin-right: 3px !important;
  }

  .btn.ico-right span {
    margin-left: 3px !important;
  }

  p.btn-txt,
  .text--center p.btns-group-txt {
    margin-top: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .btn-rating {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem !important;
  }

  .os-btn {
    width: 280px !important;
    min-width: 280px !important;
    padding-inline: 15px !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
  }

  .os-btn-ico {
    margin-right: 14px !important;
  }

  .os-btn-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
  }

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

  .btn-os.mr--15 {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
  }

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

  .store.store-btn-2 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .store-btn-3,
  .store-btn-4 {
    margin-top: 15px !important;
  }

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

  .watch-video-link {
    margin-right: 10px !important;
  }

  p.video-txt-lg {
    font-size: 18px !important;
  }

  p.video-txt-sm {
    font-size: 1.0625rem !important;
  }

  .ico-50 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 60px) !important;
    height: 120px !important;
    width: 120px !important;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 65px) !important;
  }

  .ico-55 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 65px) !important;
    height: 125px !important;
    width: 125px !important;
  }

  .ico-60 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 60px) !important;
    height: 130px !important;
    width: 130px !important;
  }

  .ico-rounded,
  .ico-rounded-md,
  .ico-rounded-lg {
    height: 94px !important;
    width: 94px !important;
  }

  .ico-rounded [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after,
  .ico-rounded-md [class*="flaticon-"]:before,
  .ico-rounded-md [class*="flaticon-"]:after,
  .ico-rounded-lg [class*="flaticon-"]:before,
  .ico-rounded-lg [class*="flaticon-"]:after {
    font-size: 3rem !important;
    --tw-leading: 94px !important;
    line-height: 94px !important;
  }

  .ico-square {
    height: 88px !important;
    width: 88px !important;
  }

  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem !important;
    --tw-leading: 88px !important;
    line-height: 88px !important;
  }

  .section-id.rounded-id {
    margin-bottom: 30px !important;
    padding-inline: 22px !important;
    padding-block: calc(var(--spacing) * 2) !important;
    font-size: 0.8rem !important;
  }

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

  .section-title.mb--70,
  .section-title.mb--80 {
    margin-bottom: 40px !important;
  }

  .section-title h2 {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-md,
  .section-title p.p-lg {
    margin-top: 14px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-xl {
    margin-top: 14px !important;
    font-size: 18px !important;
  }

  .section-title p.s-20,
  .section-title p.s-21 {
    margin-top: 12px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.1875rem !important;
  }

  .section-title .btns-group.mt--35 {
    margin-top: 20px !important;
  }

  .section-title .btns-group .btn {
    margin-inline: 10px !important;

    &:first-child {
      margin-bottom: 15px !important;
    }
  }

  .wsmobileheader .smllogo {
    margin-top: 23px !important;
    display: block !important;
    padding-left: calc(var(--spacing) * 4) !important;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 29px !important;
  }

  .smllogo img {
    max-height: 34px !important;
    width: auto !important;
    max-width: inherit !important;
  }

  .blog-header .smllogo img {
    max-height: calc(var(--spacing) * 7) !important;
  }

  .wsmenu>.wsmenu-list {
    margin-right: -325px;
    width: 325px !important;
  }

  .wsactive .wsmobileheader {
    margin-right: 325px !important;
  }

  .overlapblackbg {
    width: calc(100% - 325px) !important;
  }

  span.sm-info {
    top: -1px !important;
    margin-left: calc(var(--spacing) * 2) !important;
    height: 22px !important;
    width: 22px !important;
    font-size: 0.8rem !important;
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }

  .wsmenu>.wsmenu-list>li>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 5px !important;
    padding-right: 32px !important;
    padding-bottom: calc(var(--spacing) * 1) !important;
    padding-left: 20px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin-top: 24px !important;
    margin-right: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    height: calc(var(--spacing) * 2) !important;
    width: calc(var(--spacing) * 2) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    top: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
    padding-inline: 10px !important;
    padding-block: 6px !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
    padding-inline: 10px !important;
    padding-block: 6px !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a,
  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
    padding-inline: 10px !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }

  .store.header-store img {
    max-height: 45px !important;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-25 [class*="flaticon-"]:after {
    --tw-leading: 52px !important;
    line-height: 52px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    margin-top: 12px !important;
  }

  .icons-menu-ico {
    margin-right: 18px !important;
  }

  .icons-menu-txt span {
    font-size: 1rem !important;
  }

  .hero-section.blur--purple:after {
    top: calc(calc(1/4 * 100%) * -1) !important;
    opacity: 0.18 !important;
  }

  .hero-section h2 {
    margin-bottom: 15px !important;
  }

  .hero-section h2.s-48,
  .hero-section h2.s-50 {
    margin-bottom: 20px !important;
  }

  .hero-section p.p-md,
  .hero-section p.p-lg,
  .hero-section p.p-xl {
    margin-bottom: 25px !important;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px !important;
    font-size: 1.3125rem !important;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 8px !important;
  }

  .hero-section .text--center .advantages {
    margin-top: 18px !important;
  }

  .hero-section .advantages li {
    margin-top: calc(var(--spacing) * 1) !important;
    display: block !important;
  }

  .hero-section .advantages li p {
    float: none !important;
    display: block !important;
  }

  .hero-section li.advantages-links-divider {
    display: none !important;
  }

  .hero-logo {
    margin-bottom: 28px !important;
  }

  .hero-logo img {
    max-height: 32px !important;
  }

  .hero-square-logo {
    margin-bottom: 10px !important;
  }

  .hero-square-logo img {
    max-height: calc(var(--spacing) * 16) !important;
  }

  .hero-app-logo {
    margin-bottom: 25px !important;
  }

  .hero-app-logo img {
    max-height: 90px !important;
  }

  #hero-25 .hero-app-logo img {
    max-height: 90px !important;
  }

  .hero-digits {
    margin-top: -5px !important;
  }

  #hero-9 .hero-digits {
    margin-top: 3px !important;
  }

  .hero-digits h2.statistic-number {
    font-size: 2.25rem !important;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2rem !important;
  }

  .hero-section .quick-form.mt--45,
  .hero-section .quick-form.mt--35 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-section .quick-form .form-control,
  .hero-section .quick-form .btn {
    height: 58px !important;
    font-size: 1.175rem !important;
  }

  .hero-section .quick-form.form-half .form-control {
    height: 58px !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.175rem !important;
  }

  .hero-section .quick-form.form-half .btn {
    height: 58px !important;
    font-size: 1.15rem !important;
  }

  .hero-section .text--center .quick-form-msg {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .request-form .form-control {
    height: calc(var(--spacing) * 14) !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.0625rem !important;
  }

  #hero-10-form .btn,
  #hero-22-form .btn {
    height: calc(var(--spacing) * 14) !important;
    padding: calc(var(--spacing) * 4) !important;
    font-size: 1.0625rem !important;
  }

  .hero-1-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-1-img {
    margin-top: 35px !important;
  }

  .hero-2-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-2-img {
    margin-top: 35px !important;
  }

  .hero-3-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-3:after {
    height: 8% !important;
  }

  .hero-3-img {
    margin-top: 35px !important;
  }

  #hero-4 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }
  }

  .hero-4-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-4-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-img {
    margin-top: 35px !important;
  }

  #hero-5 {
    margin-bottom: 50px !important;
  }

  .hero-5-txt h2 {
    margin-bottom: 15px !important;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px !important;
  }

  #hero-6 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #hero-6 .container {
    max-width: 100% !important;
  }

  .hero-6-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .hero-6-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-6-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-7 {
    padding-block: calc(var(--spacing) * 20) !important;
  }

  .hero-7-txt h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-7 .quick-form {
    margin-inline: 3% !important;
  }

  .hero-7-img {
    margin-top: 35px !important;
  }

  .hero-8-txt {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-8-txt .hero-logo {
    display: none !important;
  }

  .hero-8-txt .hero-digits {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-8-form {
    margin-inline: 2% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    border-radius: 10px !important;
    padding-inline: 18px !important;
    padding-block: 30px !important;
  }

  #hero-8-form h4 {
    margin-bottom: 15px !important;
  }

  #hero-8-form p {
    margin-bottom: 16px !important;
    font-size: 1.0625rem !important;
  }

  #hero-8-form p.p-sm {
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1rem !important;
  }

  .hero-9-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.45 !important;
    line-height: 1.45 !important;
  }

  .hero-9-txt h2 img {
    top: -9px !important;
    margin-inline: 2px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    max-height: 52px !important;
  }

  .hero-9-txt p.s-20 {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  #hero-9 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-9-img {
    margin-top: 35px !important;
  }

  #hero-10:after {
    height: 7% !important;
  }

  .hero-10-txt h2 {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-txt h4 {
    margin-bottom: 25px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-img {
    margin-top: 35px !important;
  }

  .hero-11-txt p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-11-img {
    margin-inline: 3% !important;
    margin-top: 30px !important;
    margin-bottom: -50px !important;
  }

  #hero-12:after {
    height: 7% !important;
  }

  .hero-12-txt h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-12-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img {
    margin-top: 35px !important;
  }

  .hero-13-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-13-img {
    margin-inline: 2% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-14 {
    margin-bottom: 20px !important;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 2rem !important;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-14 .quick-form {
    margin-inline: 4% !important;
  }

  .hero-14-img {
    margin-top: 35px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px !important;
  }

  .hero-15-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-15-img {
    margin-inline: 2% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-16 {
    margin-bottom: 35px !important;
    padding-top: 70px !important;
  }

  .hero-16-txt h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-16-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: -35px !important;
  }

  .hero-17-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-17 .quick-form {
    margin-inline: 2% !important;
  }

  #hero-17 #brands-1 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .hero-18-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-18-img {
    margin-top: 35px !important;
  }

  .hero-19-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-19-txt p {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-20-txt {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-20-txt .hero-logo {
    display: none !important;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 20px !important;
  }

  #hero-21 {
    margin-bottom: 40px !important;
  }

  #hero-21 .container {
    max-width: 100% !important;
  }

  .hero-21-txt {
    margin-bottom: 50px !important;
  }

  .hero-21-txt h2 {
    margin-bottom: 20px !important;
  }

  .hero-21-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    overflow: visible !important;
    border-radius: 0 0 !important;
  }

  #hero-21 .hero-overlay {
    position: relative !important;
    padding-inline: 25px !important;
    padding-top: 60px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-21-img {
    margin-bottom: calc(40px * -1) !important;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px) !important;
  }

  #hero-22-form {
    margin-inline: 1% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    padding-inline: 20px !important;
    padding-top: 35px !important;
    padding-bottom: 25px !important;
    text-align: center !important;
  }

  #hero-22 .hero-logo {
    display: none !important;
  }

  #hero-22-form h4 {
    margin-bottom: 15px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.6875rem !important;
  }

  #hero-22-form p {
    margin-bottom: 16px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .hero-23-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-23-img {
    margin-top: 12px !important;
  }

  #hero-24 {
    padding-block: calc(var(--spacing) * 20) !important;
  }

  .hero-24-txt p.p-xl {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-24 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-25-img {
    margin-inline: 2% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 22px !important;
  }

  .hero-26-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-26-img {
    margin-top: 35px !important;
  }

  .hero-27-txt h2 {
    margin-bottom: 15px !important;
    font-size: 1.9rem !important;
  }

  .hero-27-txt p.s-20,
  .hero-27-txt p.s-21 {
    font-size: 1.15rem !important;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .about-2-title {
    margin-bottom: 30px !important;
  }

  .a2-txt {
    padding-inline: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }

  .a2-txt-quote {
    position: relative !important;
    margin-bottom: calc(40px * -1) !important;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem !important;
  }

  .a2-txt-author {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  .a2-txt-author span {
    margin-top: 1px !important;
    font-size: 0.975rem !important;
  }

  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 15px !important;
  }

  #about-4 .txt-block h2 {
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #about-4 .txt-block p {
    margin-top: 15px !important;
  }

  #a4-2 {
    margin-inline: 3% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #features-14 .container {
    max-width: 100% !important;
  }

  .fbox-14-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 30px !important;
    padding-block: 70px !important;
  }

  #features-12.py--100.shape--bg:after,
  #features-13.py--100.shape--bg:after {
    top: 33% !important;
    height: 67% !important;
  }

  #features-12.pt--100.shape--bg:after,
  #features-13.pt--100.shape--bg:after {
    top: 32.6% !important;
    height: 64% !important;
  }

  .row-cols-md-3 .fbox-4,
  .row-cols-md-2 .fbox-4,
  .fbox-7,
  .fbox-9 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .fbox-5 {
    padding-inline: 25px !important;
    padding-top: 45px !important;
    padding-bottom: 40px !important;
  }

  .row-cols-md-2 .fbox-7 {
    padding-inline: 35px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .fbox-8.fb-1 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 40px !important;
  }

  .fbox-8.bg--white-100 {
    padding-inline: 25px !important;
    padding-block: 45px !important;
  }

  .fbox-8.fb-3 {
    padding-inline: 25px !important;
    padding-top: 45px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-12,
  .fbox-13 {
    padding-inline: 25px !important;
    padding-block: calc(var(--spacing) * 8) !important;
  }

  #fb-12-1,
  #fb-13-1 {
    margin-top: 60px !important;
  }

  .fbox-14 {
    padding-inline: 30px !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .fbox-14.fb-1,
  .fbox-14.fb-2 {
    margin-bottom: 30px !important;
  }

  .fbox-img.h--135 img,
  .fbox-img.h--140 img,
  .fbox-img.h--145 img,
  .fbox-img.h--150 img,
  .fbox-img.h--155 img,
  .fbox-img.h--160 img,
  .fbox-img.h--165 img,
  .fbox-img.h--170 img,
  .fbox-img.h--175 img,
  .fbox-img.h--180 img {
    max-height: 185px !important;
  }

  .fbox-2 .fbox-img.h--135 img,
  .fbox-2 .fbox-img.h--140 img,
  .fbox-2 .fbox-img.h--145 img,
  .fbox-2 .fbox-img.h--150 img,
  .fbox-2 .fbox-img.h--155 img,
  .fbox-2 .fbox-img.h--160 img,
  .fbox-2 .fbox-img.h--165 img,
  .fbox-2 .fbox-img.h--170 img,
  .fbox-2 .fbox-img.h--175 img,
  .fbox-2 .fbox-img.h--180 img {
    max-height: 180px !important;
  }

  .fbox-3 .fbox-img.h--135 img,
  .fbox-3 .fbox-img.h--140 img,
  .fbox-3 .fbox-img.h--145 img,
  .fbox-3 .fbox-img.h--150 img,
  .fbox-3 .fbox-img.h--155 img,
  .fbox-3 .fbox-img.h--160 img,
  .fbox-3 .fbox-img.h--165 img,
  .fbox-3 .fbox-img.h--170 img,
  .fbox-3 .fbox-img.h--175 img,
  .fbox-3 .fbox-img.h--180 img {
    max-height: 180px !important;
  }

  .fbox-4 .fbox-img.h--135 img,
  .fbox-4.fbox-img.h--140 img,
  .fbox-4 .fbox-img.h--145 img,
  .fbox-4 .fbox-img.h--150 img,
  .fbox-4 .fbox-img.h--155 img,
  .fbox-4 .fbox-img.h--160 img,
  .fbox-4 .fbox-img.h--165 img,
  .fbox-4 .fbox-img.h--170 img,
  .fbox-4 .fbox-img.h--175 img {
    max-height: 165px !important;
  }

  .fbox-1 .fbox-img,
  .row-cols-md-2 .fbox-1 .fbox-img,
  .fbox-4 .fbox-img,
  .row-cols-md-2 .fbox-4 .fbox-img {
    margin-bottom: 30px !important;
  }

  .fbox-2 .fbox-img.h--135,
  .fbox-2 .fbox-img.h--140,
  .fbox-2 .fbox-img.h--145,
  .fbox-2 .fbox-img.h--150,
  .fbox-2 .fbox-img.h--155,
  .fbox-2 .fbox-img.h--160,
  .fbox-2 .fbox-img.h--165,
  .fbox-2 .fbox-img.h--170,
  .fbox-2 .fbox-img.h--175,
  .fbox-2 .fbox-img.h--180 {
    margin-inline: calc(var(--spacing) * 3) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 50px !important;
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .fbox-3 .fbox-img.h--135,
  .fbox-3 .fbox-img.h--140,
  .fbox-3 .fbox-img.h--145,
  .fbox-3 .fbox-img.h--150,
  .fbox-3 .fbox-img.h--155,
  .fbox-3 .fbox-img.h--160,
  .fbox-3 .fbox-img.h--165,
  .fbox-3 .fbox-img.h--170,
  .fbox-3 .fbox-img.h--175,
  .fbox-3 .fbox-img.h--180 {
    margin-inline: calc(var(--spacing) * 3) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .fbox-5.fb-1 .fbox-5-img,
  .fbox-5.fb-2 .fbox-5-img,
  .fbox-5.fb-3 .fbox-5-img,
  .fbox-5.fb-4 .fbox-5-img,
  .fbox-5.fb-5 .fbox-5-img,
  .fbox-5.fb-6 .fbox-5-img {
    margin-inline: 9% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .fbox-ico,
  .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 20px !important;
  }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:after,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 3.65rem !important;
  }

  .fbox-10 .fbox-title {
    margin-inline: auto !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-10 .fbox-title span {
    float: none !important;
    margin-right: calc(var(--spacing) * 0) !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-10 .fbox-title h6 {
    margin-block: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .features-section h6.s-18,
  .features-section h6.s-20,
  .features-section h6.s-22 {
    font-size: 1.4375rem !important;
  }

  .features-section h6,
  .fbox-txt h5,
  .rows-2 .fbox-11 h6,
  .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 15px !important;
  }

  .fbox-14 h5 {
    margin-bottom: 12px !important;
    padding-inline: 10% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-3 .fbox-1 p,
  .row-cols-md-3 .fbox-2 p,
  .row-cols-md-3 .fbox-3 p,
  .row-cols-md-3 .fbox-6 p,
  .row-cols-md-2 .fbox-1 p,
  .row-cols-md-2 .fbox-2 p,
  .row-cols-md-2 .fbox-3 p,
  .row-cols-md-2 .fbox-6 p,
  .fbox-5 .fbox-txt p,
  .fbox-10 p {
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-3 .fbox-4 p,
  .row-cols-md-2 .fbox-4 p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-5 .fbox-txt p,
  .rows-3 .fbox-11 p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .ct-10 .section-overlay {
    margin-bottom: 40px !important;
  }

  .ct-top {
    margin-bottom: 70px !important;
  }

  .ct-13 .txt-block,
  .ct-13 .img-block {
    margin-bottom: 35px !important;
  }

  .ct-13 .txt-block.ml--block,
  .ct-13 .img-block.ml--block {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .content-section.ws-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .bc-1-wrapper .section-overlay,
  .bc-2-wrapper .section-overlay,
  .bc-3-wrapper .section-overlay {
    padding-inline: 17px !important;
    padding-block: 70px !important;
  }

  .bc-4-wrapper .section-overlay {
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .bc-5-wrapper .section-overlay {
    padding-inline: 17px !important;
    padding-top: 70px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .cbox-6-wrapper {
    padding-inline: 17px !important;
    padding-block: 30px !important;
  }

  .bc-6-wrapper .section-overlay {
    padding-inline: 22px !important;
    padding-block: 70px !important;
  }

  .bc-6 {
    padding-inline: 15px !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 30px !important;
  }

  .bc-1-wrapper,
  .bc-2-wrapper,
  .bc-3-wrapper,
  .bc-4-wrapper,
  .bc-5-wrapper,
  .bc-6-wrapper {
    border-radius: 0 0 !important;
  }

  .bc-5-wrapper .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

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

  .bc-2-txt h2,
  .bc-3-txt h2,
  .bc-4-txt h2,
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 14px !important;
  }

  .cbox-2-txt h5,
  .cbox-3-txt h5,
  .bc-6-txt h5 {
    margin-bottom: 12px !important;
  }

  .txt-block p.p-sm,
  .txt-block p {
    margin-bottom: 14px !important;
  }

  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.1875rem !important;
  }

  .cbox-5-fea p,
  .txt-block p.video-txt-sm,
  .txt-block p.btn-txt,
  .txt-block p.btns-group-txt,
  .txt-block p.compatibility {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px !important;
  }

  .txt-block .btn {
    margin-top: 18px !important;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 8px !important;
  }

  .bc-6-link.mt--15 {
    margin-top: 12px !important;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 16px !important;
  }

  .right-column .cbox-5 {
    margin-bottom: 40px !important;
  }

  .cbox-5-content {
    margin: calc(var(--spacing) * 0) !important;
    padding: 35px !important;
  }

  .cbox-5-content .divider {
    margin-block: 22px !important;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px !important;
    font-size: 2.65rem !important;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px !important;
    right: 6px !important;
    font-size: 2.15rem !important;
  }

  .cbox-5-fea {
    margin-top: 20px !important;
    padding-inline: 20px !important;
    padding-block: 15px !important;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem !important;
  }

  .cbox-5-txt .btn {
    margin-top: 14px !important;
  }

  #cb-6-1,
  #cb-6-2,
  #cb-6-3 {
    margin-bottom: 24px !important;
  }

  .cbox-1.ico-10 span {
    right: 6px !important;
  }

  .cbox-1.ico-15 span {
    top: 0.5px !important;
    right: 6px !important;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before,
  .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem !important;
  }

  .cbox-2 .ico-wrap {
    margin-right: calc(var(--spacing) * 4) !important;
  }

  .cbox-2-ico {
    height: 2.3rem !important;
    width: 2.3rem !important;
    font-size: 1.15rem !important;
    --tw-leading: 2.05rem !important;
    line-height: 2.05rem !important;
  }

  .ct-03 .cbox-2-ico {
    height: 1.6rem !important;
    width: 1.6rem !important;
    font-size: 1rem !important;
    --tw-leading: 1.4rem !important;
    line-height: 1.4rem !important;
  }

  .cbox-2-line {
    height: calc(100% - 74px) !important;
  }

  .cbox-3 {
    display: block !important;
    text-align: center !important;
  }

  .cbox-3 .ico-wrap {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .cbox-3 .cbox-3-ico {
    top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
  }

  .cbox-2-txt,
  .cbox-3-txt {
    margin-bottom: 25px !important;
  }

  .ct-03 .cbox-2-txt {
    margin-bottom: 20px !important;
  }

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

  .box-title h6,
  .box-title h5 {
    margin-bottom: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .cbox-4-txt {
    margin-bottom: 30px !important;
  }

  .img-block-txt .box-title h6,
  .img-block-txt .box-title h5 {
    margin-bottom: 20px !important;
    display: inline-block !important;
    --tw-leading: 2.35rem !important;
    line-height: 2.35rem !important;
  }

  .box-title span {
    position: relative;
    top: calc(var(--spacing) * 0) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  .img-block-txt .box-title span {
    top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    display: inline-block !important;
  }

  .box-title span[class*="flaticon-"]:before,
  .box-title span[class*="flaticon-"]:after {
    font-size: 3.25rem !important;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before,
  .img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.35rem !important;
  }

  .cbox-1-txt p {
    margin-bottom: 5px !important;
  }

  .cbox-6 h6 {
    margin-bottom: 12px !important;
  }

  .txt-block .accordion-1 .accordion-item {
    padding-inline: 25px !important;
    padding-block: 18px !important;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: calc(var(--spacing) * 0) !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: calc(var(--spacing) * 2) !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-inline: 25px !important;
    padding-top: 30px !important;
    padding-bottom: 14px !important;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: calc(var(--spacing) * 0) !important;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 3) !important;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
  .accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 6px !important;
    font-size: 1.75rem !important;
  }

  .tabs-1 li {
    font-size: 18px !important;
  }

  .advantages,
  .text--center .advantages {
    margin-top: 15px !important;
  }

  .img-block-btn .advantages li {
    margin-top: calc(var(--spacing) * 1) !important;
    display: block !important;
  }

  .img-block-btn .advantages li p {
    float: none !important;
    display: block !important;
  }

  .img-block-btn li.advantages-links-divider {
    display: none !important;
  }

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

  .tools-list p,
  .payment-methods p {
    margin-bottom: 12px !important;
  }

  .tools-list span {
    padding-right: 1px !important;
  }

  .payment-icons img {
    max-height: 30px !important;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: calc(var(--spacing) * 1) !important;
    font-size: 2.125rem !important;
    --tw-leading: 2.125rem !important;
    line-height: 2.125rem !important;
  }

  .cbox-5-shape-1,
  .cbox-5-shape-2 {
    display: none !important;
  }

  .img-block.img-block-bkg img {
    padding-inline: 20px !important;
    padding-block: 35px !important;
  }

  .img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px !important;
  }

  .ct-10 .img-block {
    margin-bottom: calc(40px * -1) !important;
  }

  .ct-01 .img-block,
  .ct-02 .img-block,
  .ct-03 .img-block.right-column,
  .ct-03 .img-block.left-column {
    margin-inline: 2% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 35px !important;
  }

  .ct-01 .img-block.j-img,
  .ct-02 .img-block.j-img {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-left: 0% !important;
  }

  .ct-06 .img-block,
  .ct-07 .img-block {
    margin-top: calc(80px * -1) !important;
    margin-bottom: 40px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -70px !important;
  }

  .bc-6-img {
    margin-bottom: 25px !important;
    padding-inline: 15px !important;
    padding-top: 30px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .img-block-hidden .video-btn,
  .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: calc(2/4 * 100%) !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 30px) !important;
  }

  .img-block-txt,
  .img-block-btn {
    margin-top: 40px !important;
  }

  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 40px !important;
    padding-inline: 7% !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .sb-rounded .statistic-block {
    padding: 25px !important;
    text-align: center !important;
  }

  #statistic-5 .statistic-digit {
    margin-inline: 12% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
  }

  #sb-1-1,
  #sb-1-2,
  #sb-3-1,
  #sb-3-2,
  #sb-3-3 {
    margin-bottom: 35px !important;
  }

  #sb-2-1,
  #sb-2-2,
  #sb-2-3,
  #sb-2-4 {
    width: calc(6/12 * 100%) !important;
  }

  #sb-2-3,
  #sb-2-4 {
    padding-right: calc(var(--spacing) * 3) !important;
  }

  #sb-4-3 {
    margin-bottom: 30px !important;
  }

  #sb-5-1,
  #sb-5-2 {
    margin-bottom: 35px !important;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px !important;
  }

  h2.statistic-number {
    font-size: 36px !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 2rem !important;
  }

  #statistic-1 h2.statistic-number {
    --tw-tracking: -0.5px !important;
    letter-spacing: -0.5px !important;
  }

  #sb-2-1 h2.statistic-number,
  #sb-2-2 h2.statistic-number {
    margin-bottom: 12px !important;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 36px !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm,
  #sb-2-4 .statistic-block p.p-sm {
    margin-top: 12px !important;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem !important;
  }

  #statistic-5 .statistic-txt p {
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #pt--1-1,
  #pt--1-2,
  #pt--1-3,
  .inner-page-hero #pt--1-3,
  .inner-page-hero #pt--1-4,
  .inner-page-hero #pt--1-5 {
    margin-bottom: 40px !important;
  }

  .project-details h5 {
    margin-bottom: 25px !important;
  }

  .more-projects {
    margin-top: 45px !important;
  }

  .single-project .project-title {
    margin-bottom: 40px !important;
  }

  .project-title h2 {
    margin-bottom: 25px !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-bottom: 25px !important;
  }

  .project-data p {
    margin-bottom: 5px !important;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 35px !important;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px !important;
  }

  .project-inner-img.mt--50 {
    margin-top: 35px !important;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-block: 20px !important;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 35px !important;
    margin-bottom: 20px !important;
  }

  .project-description .more-projects {
    margin-top: 45px !important;
  }

  .project-description .more-projects span {
    top: 1px !important;
    left: calc(var(--spacing) * 1) !important;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 18px !important;
  }

  #rb-2-1,
  #rb-2-2 {
    margin-bottom: 25px !important;
  }

  .rating-title h5 {
    padding-inline: 15% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .rbox-1-img {
    margin-bottom: 15px !important;
  }

  .rbox-1-img img {
    max-height: 31px !important;
  }

  .rbox-2-txt img {
    max-height: 31px !important;
  }

  p.rbox-2-txt {
    margin-top: 8px !important;
    --tw-leading: 31px !important;
    line-height: 31px !important;
  }

  .rbox-1 .star-rating {
    padding-inline: calc(var(--spacing) * 4) !important;
    padding-block: 5px !important;
    font-size: 0.9rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .rbox-1 .star-rating span {
    top: 2px !important;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before,
  .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem !important;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before,
  .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem !important;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.35rem !important;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.35rem !important;
  }

  #reviews-4 .txt-block,
  #reviews-5 .txt-block {
    text-align: center !important;
  }

  #reviews-4 .txt-block h2,
  #reviews-5 .txt-block h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.90625rem !important;
  }

  .review-1 {
    margin-inline: 6px !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    padding-inline: 20px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .review-2,
  .review-3,
  .review-4,
  .review-5 {
    padding-inline: 20px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .review-txt {
    margin-top: calc(40px * -1) !important;
  }

  .review-txt h6 {
    margin-bottom: 10px !important;
  }

  .review-3 .review-txt p {
    font-size: 1.0625rem !important;
  }

  .review-1 .author-data,
  .review-2 .author-data,
  .review-3 .author-data,
  .review-4 .author-data,
  .review-5 .author-data {
    margin-top: 20px !important;
  }

  .review-avatar img,
  .owl-item .review-avatar img {
    height: 52px !important;
    width: 52px !important;
  }

  .review-2 .review-avatar img,
  .review-3 .review-avatar img,
  .review-5 .review-avatar img {
    height: 52px !important;
    width: 52px !important;
  }

  .review-author {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 3) !important;
  }

  .review-1 .review-author,
  .review-2 .review-author,
  .review-3 .review-author,
  .review-5 .review-author {
    margin-top: 3px !important;
  }

  .review-author h6 {
    margin-bottom: 8px !important;
  }

  .review-1 .review-author h6,
  .review-2 .review-author h6,
  .review-3 .review-author h6,
  .review-4 .review-author h6,
  .review-5 .review-author h6 {
    font-size: 1.2rem !important;
  }

  .press-logo img {
    max-height: 74px !important;
  }

  .press-txt {
    margin-top: 10px !important;
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-3:after {
    height: calc(3/4 * 100%) !important;
  }

  .brands-title {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-title.mb--35,
  .brands-title.mb--40 {
    margin-bottom: 25px !important;
  }

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

  .brands-title h4,
  .brands-title h3,
  .brands-title h2 {
    margin-bottom: 8px !important;
  }

  .brands-title p.p-md,
  .brands-title p.p-lg {
    font-size: 1.0625rem !important;
  }

  .brands-3-wrapper,
  .brands-3-wrapper.brands-3-static {
    padding-inline: 15px !important;
    padding-block: 25px !important;
  }

  #brand-2-1,
  #brand-2-2,
  #brand-2-3,
  #brand-2-4,
  #brand-3-1,
  #brand-3-2,
  #brand-4-1,
  #brand-4-2,
  #brand-4-3,
  #brand-4-4,
  #brand-4-5,
  #brand-4-6,
  #brand-4-7,
  #brand-4-8,
  #brands-4 .brand-logo.mb--40 {
    margin-bottom: 25px !important;
  }

  #brand-3-5 {
    display: none !important;
  }

  #brands-1 .brands-carousel-6 .brand-logo,
  #brands-1 .brands-carousel-5 .brand-logo {
    padding-inline: 25px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-1 .justify-content-center .brand-logo,
  #brands-4 .brand-logo {
    padding-inline: 25px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-2 .brand-logo,
  #brands-3 .brand-logo,
  #brands-3 .brands-3-static .brand-logo {
    padding-inline: 17px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-section .more-btn {
    margin-top: 30px !important;
  }

  #integrations-2 .container {
    max-width: 100% !important;
  }

  .integrations-2-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .in_tool_logo.ico-65 img {
    height: 55px !important;
    width: 55px !important;
  }

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

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 52px !important;
    width: 52px !important;
  }

  .integrations-1-wrapper .in_tool {
    padding-inline: 22px !important;
    padding-block: 18px !important;
  }

  .integrations-1-wrapper .in_tool.mb--30,
  .integrations-1-wrapper .it-7,
  .integrations-1-wrapper .it-8 {
    margin-bottom: 25px !important;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 5px !important;
    font-size: 1.325rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: 6px !important;
    font-size: 1.0625rem !important;
  }

  .integrations-section .more-btn.mt--60,
  .integrations-section .more-btn.mt--70 {
    margin-top: 30px !important;
  }

  .pricing-1-table,
  .text--center .pricing-1-table {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-block: 35px !important;
  }

  .pricing-2-table {
    padding-inline: 50px !important;
    padding-block: 35px !important;
  }

  .pricing-3-table {
    padding-inline: 50px !important;
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }

  .pricing-4-table {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-block: 35px !important;
  }

  .pricing-table-header h5,
  .pricing-table-header h4 {
    font-size: 1.5625rem !important;
  }

  .pricing-discount {
    top: calc(var(--spacing) * 0) !important;
    right: calc(2px * -1);
    padding-inline: 11px !important;
    padding-block: 6px !important;
  }

  .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -1) !important;
    right: calc(var(--spacing) * 0) !important;
    padding-inline: 13px !important;
    padding-block: 7px !important;
  }

  .text--center .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -8) !important;
    right: -5px !important;
  }

  .pricing-discount h6 {
    font-size: 1.05rem !important;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9375rem !important;
  }

  .p-table p.btn-txt {
    margin: 12px 0 0 0 !important;
  }



  .pricing-2-table.highlight .price span {
    font-size: 2.5rem !important;
  }

  .pricing-3-table .price span {
    font-size: 4.25rem !important;
    --tw-tracking: -3px;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.75rem !important;
  }

  .price sup {
    top: -5px !important;
    font-size: 2rem !important;
  }

  .pricing-3-table .price sup {
    top: -19px !important;
    font-size: 2.45rem !important;
  }

  .pricing-4-table .price sup {
    top: -5px !important;
    font-size: 2rem !important;
  }

  .pricing-3-table .price sup.coins {
    top: -22px !important;
    font-size: 2.45rem !important;
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.3125rem !important;
  }

  .pricing-3-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
    font-size: 1.3125rem !important;
  }

  .pricing-4-table .price sup.validity {
    left: calc(var(--spacing) * 1) !important;
    font-size: 1.3125rem !important;
  }

  .text--center .price p,
  .text--center .pricing-2-table .price p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .pricing-2-table hr {
    margin-top: 20px !important;
  }

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

  .pricing-features li,
  .pricing-4-table .pricing-features li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: 10px !important;
  }

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

  .lg\:w-9\/12 .pricing-notice p,
  .lg\:w-10\/12 .pricing-notice p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pricing-4 .ext-toggle-btn {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .toggle-btn-md .toggler-txt,
  .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem !important;
  }

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

  .table>:not(caption)>*>* {
    padding-block: 9px !important;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9375rem !important;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.915rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td {
    top: calc(var(--spacing) * 0) !important;
    font-size: 0.9rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px !important;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem !important;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem !important;
  }

  .pbox {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pbox-1,
  #pbox-2,
  #pbox-3 {
    margin-bottom: 30px !important;
  }

  .pricing-section .txt-box-last,
  .pricing-section .pm-last {
    margin-bottom: 40px !important;
  }

  .comp-table-payment h6 {
    margin-bottom: 15px !important;
  }

  #team-1.pb--40,
  #team-2.pb--40 {
    padding-bottom: 30px !important;
  }

  .team-member.mb--40,
  .team-member.mb--50,
  .team-member.mb--60 {
    margin-bottom: 40px !important;
  }

  .team-member-photo {
    margin-bottom: 25px !important;
  }

  #team-1 .team-member-data,
  #team-2 .team-member-data {
    margin-left: 10px !important;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px !important;
    font-size: 1.4375rem !important;
  }

  .team-member-data p {
    font-size: 1.175rem !important;
  }

  ul.tm-social,
  #team-1 ul.tm-social {
    top: 5px !important;
    right: 10px !important;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before,
  .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.4125rem !important;
  }

  #careers-1 {
    padding-bottom: 40px !important;
  }

  .role-box {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-block: 28px !important;
    text-align: center !important;
  }

  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 12px !important;
  }

  .role-box-txt h6 {
    margin-bottom: 5px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  #careers-1 .role-box h6 {
    margin-bottom: 6px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .role-box-txt p {
    margin-bottom: 14px !important;
  }

  #role-page .inner-page-title {
    margin-bottom: 25px !important;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px !important;
  }

  #role-page .inner-page-title p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .role-info hr,
  #role-page .cbox-6-wrapper {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 35px !important;
  }

  .txt-block.role-info .btn {
    margin-top: 30px !important;
  }

  #banner-12,
  #banner-13 {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  #banner-9.py--70 {
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  #banner-1 .container,
  #banner-2 .container,
  #banner-3 .container,
  #banner-11 .container,
  #banner-12 .container,
  #banner-13 .container {
    max-width: 100% !important;
  }

  .banner-1-wrapper,
  .banner-2-wrapper,
  .banner-3-wrapper,
  .banner-11-wrapper,
  .banner-12-wrapper,
  .banner-13-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
  }

  .banner-1-wrapper .banner-overlay,
  .banner-2-wrapper .banner-overlay,
  .banner-3-wrapper .banner-overlay {
    padding-inline: 20px !important;
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-inline: 25px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  #banner-5 .banner-overlay.pt--80.pb--90,
  #banner-7 .banner-overlay.pt--80.pb--90,
  #banner-6 .banner-overlay,
  #banner-8 .banner-overlay,
  #banner-14 .banner-overlay,
  #banner-15 .banner-overlay {
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  #banner-10 .banner-overlay {
    padding-block: 60px !important;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden !important;
    border-radius: 0 0 !important;
    padding-inline: 35px !important;
    padding-top: 55px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 35px !important;
    padding-top: 55px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 35px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .banner-16-wrapper .banner-overlay {
    padding-inline: 10% !important;
    padding-block: 35px !important;
  }

  .banner-5-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-8-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-12-txt,
  .banner-13-txt {
    margin-top: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-section .section-id {
    margin-bottom: 18px !important;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px !important;
  }

  .banner-section h2 {
    font-size: 1.90625rem !important;
  }

  .banner-section h3 {
    font-size: 1.78125rem !important;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px !important;
  }

  .banner-2-txt h2,
  .banner-10-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px !important;
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-7-txt h2 {
    margin-bottom: 25px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-10-txt h6 {
    margin-bottom: 8px !important;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px !important;
    font-size: 3.5rem !important;
  }

  .banner-11-txt h2,
  .banner-12-txt h2,
  .banner-13-txt h2 {
    margin-bottom: 14px !important;
  }

  .banner-15-txt h2 {
    margin-bottom: 30px !important;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-section p.p-lg,
  .banner-section p.p-xl {
    margin-bottom: 20px !important;
  }

  .sm-title .banner-1-txt p.p-lg,
  .sm-title .banner-1-txt p.p-xl,
  .banner-6-txt p.p-lg,
  .banner-6-txt p.p-xl {
    margin-top: 12px !important;
    margin-bottom: 20px !important;
  }

  .banner-3-txt p.p-lg,
  .banner-3-txt p.p-xl,
  .banner-5-txt p.p-lg,
  .banner-5-txt p.p-xl {
    margin-top: 12px !important;
  }

  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 12px !important;
    margin-bottom: 18px !important;
  }

  .banner-9-txt p.p-lg,
  .banner-9-txt p.p-xl {
    margin-top: 12px !important;
    margin-bottom: 22px !important;
  }

  .banner-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-14-txt p.p-lg {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    padding-inline: 10% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 20px !important;
  }

  .banner-8-buttons {
    margin-top: 15px !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-15-txt .download-links {
    margin-top: 15px !important;
  }

  .banner-section .btns-group .btn:first-child {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 12px !important;
  }

  .banner-9-img {
    margin-inline: 5% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-10-img {
    margin-inline: 8% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-11-img {
    margin-inline: 3% !important;
    margin-top: 35px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .banner-12-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: calc(40px * -1) !important;
    rotate: 0deg !important;
  }

  span.version-data {
    margin-right: 10px !important;
    font-size: 2rem !important;
  }

  span.release-date span {
    margin-left: 10px !important;
  }

  #faqs-1,
  #faqs-4 {
    padding-bottom: 50px !important;
  }

  #faqs-1 .section-title {
    margin-bottom: 20px !important;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 30px !important;
  }

  #faqs-3 .section-title {
    margin-bottom: 40px !important;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 40px !important;
  }

  #faqs-3 .section-title .contact-link {
    display: block !important;
  }

  .faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 22px !important;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 25px !important;
  }

  .faqs-section .accordion-item .accordion-thumb:after,
  .faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 23px !important;
    right: calc(var(--spacing) * 0) !important;
    font-size: 14px !important;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after,
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 22px !important;
    right: 2px !important;
    font-size: 0.9rem !important;
  }

  .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 5px !important;
  }

  #faqs-2 .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
  }

  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 25px !important;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8% !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .question h5,
  .accordion-panel-item h5 {
    margin-bottom: 15px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .faqs-section .tabs-1 {
    margin-inline: 5px !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .faqs-section .tabs-1 li {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    min-width: 100% !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: calc(var(--spacing) * 5) !important;
  }

  #faqs-2 .more-questions {
    margin-inline: auto !important;
    margin-top: 45px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px !important;
  }

  .more-questions-txt {
    padding-inline: calc(var(--spacing) * 9) !important;
    padding-block: 18px !important;
  }

  .more-questions-txt p {
    font-size: 18px !important;
  }

  #newsletter-1 .newsletter-overlay,
  #newsletter-5 .newsletter-overlay {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-2 .container {
    max-width: 100% !important;
  }

  #newsletter-2 .newsletter-overlay {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 8% !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-3,
  #newsletter-4 .newsletter-overlay {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
  }

  #newsletter-4 .newsletter-txt,
  #newsletter-5 .newsletter-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .newsletter-txt h2,
  #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px !important;
  }

  .newsletter-txt h4,
  .newsletter-txt h3 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.75rem !important;
  }

  #newsletter-3 .newsletter-txt p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1rem !important;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px !important;
  }

  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form,
  #newsletter-3 .newsletter-form {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-4 .newsletter-form {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .newsletter-section .form-control,
  #newsletter-1.newsletter-section .form-control,
  #newsletter-5.newsletter-section .form-control {
    height: 54px !important;
    font-size: 1.0625rem !important;
  }

  .newsletter-section .btn,
  #newsletter-1 .btn,
  #newsletter-5.newsletter-section .btn {
    height: 54px !important;
    font-size: 1.0625rem !important;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 30px !important;
  }

  .post-tag {
    margin-bottom: 14px !important;
    font-size: 0.825rem !important;
  }

  .blog-post-txt h6,
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 14px !important;
  }

  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px !important;
  }

  .post-meta-list p {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .wide-post {
    margin-bottom: 40px !important;
  }

  .wide-post h3.s-36,
  .wide-post h3.s-38,
  .wide-post h3.s-40,
  .square-post h4.s-34 {
    font-size: 1.3125rem !important;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px !important;
  }

  .square-post {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .square-post .blog-post-txt {
    padding-inline: 20px !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .posts-category {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }

  .posts-category span {
    top: 1.25px !important;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.0625rem !important;
  }

  .single-post-title h3,
  .single-post-title h2 {
    margin-bottom: 20px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 25px !important;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none !important;
  }

  #single-post .post-meta-list li {
    margin-top: 10px !important;
    display: block !important;
  }

  .post-inner-img {
    margin-block: 30px !important;
  }

  .single-post-txt h5,
  .single-post-txt h4 {
    margin-top: 15px !important;
    margin-bottom: 18px !important;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 25px !important;
    font-size: 1.0625rem !important;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem !important;
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }

  .post-share-list {
    margin-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .post-author {
    display: block !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: 50px !important;
  }

  .post-author-avatar {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    display: block !important;
    text-align: left !important;
  }

  .post-author-avatar img {
    height: 70px !important;
    width: 70px !important;
  }

  .post-author-txt h5 {
    margin-bottom: 10px !important;
  }

  .author-follow-btn {
    top: 135px !important;
    right: 10px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
  }

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

  .post-comments h5 {
    margin-bottom: 40px !important;
  }

  .post-comments img {
    height: 45px !important;
    width: 45px !important;
  }

  .comment-body {
    margin-left: 18px !important;
  }

  .comment-meta {
    margin-bottom: 8px !important;
  }

  .comment-meta h6 {
    margin-bottom: 5px !important;
  }

  .post-comments #leave-comment h5 {
    margin-top: 50px !important;
  }

  .comment-form p {
    margin-bottom: 10px !important;
  }

  .comment-form {
    margin-top: 50px !important;
  }

  .comment-form .btn {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px !important;
    font-size: 14px !important;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 15px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    height: 54px !important;
  }

  .contact-form textarea {
    min-height: 170px !important;
  }

  .contact-form textarea.form-control {
    padding: 15px !important;
  }

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

  .footer hr {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  .bottom-footer p.p-sm {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-10.pt--50 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #footer-11.p-404.pt--50 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .footer .sm\:w-4\/12,
  .footer .sm\:w-6\/12,
  .footer .sm\:w-8\/12 {
    float: left !important;
    width: calc(6/12 * 100%) !important;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none !important;
    width: 100% !important;
  }

  .footer-info,
  .footer-links,
  .footer-stores-badge {
    margin-bottom: 35px !important;
  }

  #footer-2 .footer-info {
    margin-bottom: 40px !important;
  }

  #footer-6 .footer-info,
  #footer-7 .footer-info {
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px !important;
    padding-bottom: 35px !important;
  }

  #footer-8 .footer-links,
  #footer-10 .footer-links {
    margin-bottom: 10px !important;
  }

  img.footer-logo,
  img.footer-logo-dark {
    max-height: 37px !important;
  }

  #footer-1 .footer-logo,
  #footer-5 .footer-logo,
  #footer-6 .footer-logo,
  #footer-7 .footer-logo {
    margin-bottom: 24px !important;
  }

  #footer-10 img.footer-logo {
    max-height: 37px !important;
  }

  .footer h6 {
    margin-bottom: 20px !important;
    font-size: 1.21875rem !important;
  }

  .footer-mail-link {
    font-size: 18px !important;
  }

  .footer-mail-link span {
    top: 3px !important;
    right: 2px !important;
  }

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 5px !important;
  }

  #footer-8 .foo-links li {
    display: block !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .foo-links li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .foo-links.ico-10 li span {
    top: 1px !important;
    right: 3px !important;
  }

  .foo-links li a span.ext-link {
    top: 0.5px !important;
    left: 3px !important;
  }

  .footer-stores-badge .store {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .footer-socials.ico-25 [class*="flaticon-"]:before,
  .footer-socials.ico-25 [class*="flaticon-"]:after {
    font-size: 1.3925rem !important;
  }

  .footer-form {
    margin-right: 5% !important;
  }

  #footer-9 .footer-form {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .footer-form .form-control {
    height: 34px !important;
    font-size: 1.1rem !important;
  }

  .footer-form .btn {
    height: 34px !important;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before,
  .footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 18px !important;
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }

  .bottom-footer-socials {
    margin-top: 10px !important;
  }

  .bottom-footer-socials li {
    padding-left: calc(var(--spacing) * 3) !important;

    &:first-child {
      padding-left: calc(var(--spacing) * 0) !important;
    }
  }

  .bottom-footer-list {
    margin-top: 3px !important;
  }

  #footer-4 .bottom-footer-list li,
  #footer-9 .bottom-footer-list li {
    padding-left: calc(var(--spacing) * 2) !important;
  }

  .footer-list-divider {
    top: -1px !important;
  }

  .bottom-secondary-link p span {
    top: 1.5px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright p span {
    top: 2px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before,
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem !important;
  }

  .inner-page-title {
    margin-bottom: 50px !important;
  }

  .inner-page-title h2 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .inner-page-title p {
    margin-top: 10px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-hero-section h1 {
    margin-bottom: 20px !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .page-link {
    padding-inline: 10px !important;
    padding-block: 2px !important;
    font-size: 0.95rem !important;
  }

  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px !important;
  }

  .login-page-logo {
    margin-bottom: 40px !important;
  }

  .login-page-logo img {
    max-height: 40px !important;
  }

  .register-form-title {
    margin-bottom: 25px !important;
  }

  .register-form-title h3 {
    font-size: 1.6875rem !important;
  }

  .separator-line,
  .register-page-form p.input-header,
  .form-data span,
  .register-page-form .btn-google {
    font-size: 1rem !important;
  }

  #signup .form-data span {
    font-size: 0.935rem !important;
  }

  .reset-password-link p {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    font-size: 1rem !important;
  }

  .register-page-form p.create-account {
    margin-top: 20px !important;
    font-size: 1rem !important;
  }

  .separator-line {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 20px !important;
  }

  .reset-form-title {
    margin-bottom: 16px !important;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px !important;
    font-size: 1rem !important;
  }

  .reset-page-wrapper {
    margin-inline: 10px !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .reset-page-wrapper form {
    padding-inline: 10px !important;
    padding-top: 35px !important;
    padding-bottom: 10px !important;
  }

  #login .register-page-form,
  #signup .register-page-form {
    padding-inline: 25px !important;
    padding-block: 35px !important;
  }

  #login.login-1 .register-page-form,
  #signup.signup-1 .register-page-form {
    padding-inline: 10px !important;
    padding-block: 15px !important;
  }

  .reset-page-wrapper .form-control,
  .register-page-form .form-control {
    margin-bottom: 20px !important;
    height: calc(var(--spacing) * 14) !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
    font-size: 1.0625rem !important;
  }

  #login .register-page-form .btn.submit {
    margin-top: 12px !important;
    height: calc(var(--spacing) * 14) !important;
    font-size: 1.0625rem !important;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 20px !important;
    height: calc(var(--spacing) * 14) !important;
    font-size: 1.0625rem !important;
  }

  .reset-page-wrapper .btn.submit {
    height: calc(var(--spacing) * 14) !important;
    font-size: 1.0625rem !important;
  }

  .btn-google img {
    top: calc(2px * -1) !important;
    right: 5px !important;
    height: calc(var(--spacing) * 5) !important;
    width: calc(var(--spacing) * 5) !important;
  }

  .btn-show-pass {
    top: 18px !important;
  }

  .page-404-txt {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }

  .page-404-txt h2 {
    margin-bottom: 15px !important;
  }

  .page-404-txt h6 {
    margin-bottom: 22px !important;
    padding: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-404-img {
    margin-bottom: 35px !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #modal-1 .modal-dialog {
    margin: auto !important;
    max-width: 350px !important;
  }

  #modal-2 .modal-dialog {
    margin: auto !important;
    width: 340px !important;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto !important;
    width: 360px !important;
  }

  #modal-1.modal .btn-close {
    top: 10px !important;
    right: 10px !important;
  }

  #modal-2 .modal-body-content {
    padding-inline: 30px !important;
    padding-top: 25px !important;
    padding-bottom: 5px !important;
  }

  #modal-3 .modal-body-content {
    padding-inline: 15px !important;
    padding-top: 30px !important;
    padding-bottom: 22px !important;
  }

  .modal-body .newsletter-form {
    margin-top: 20px !important;
  }

  .modal .form-control,
  .modal .newsletter-form .btn {
    height: 52px !important;
    font-size: 1rem !important;
  }

  #modal-3 .request-form-title p {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }

  #modal-3 .request-form .btn {
    height: 52px !important;
    font-size: 1.0625rem !important;
  }
}

@media (min-width: 321px) and (max-width: 389.98px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    margin: calc(var(--spacing) * 0) !important;
    max-width: 100% !important;
  }

  html {
    font-size: 97.5% !important;
  }

  #stlChanger {
    display: none !important;
  }

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

  .division {
    padding-inline: 3px !important;
  }

  .bg--fixed {
    width: auto !important;
  }

  .bg--scroll {
    width: auto !important;
    background-attachment: scroll !important;
  }

  .shape--01:after {
    top: 7% !important;
    height: 90% !important;
  }

  .shape--02:after {
    top: 7% !important;
    left: -20% !important;
    height: 90% !important;
    width: 140% !important;
  }

  .shape--03:after {
    top: -70px !important;
    left: -20% !important;
    height: 129% !important;
    width: 140% !important;
  }

  .shape--04:after {
    top: calc(var(--spacing) * 0) !important;
    height: 94% !important;
  }

  .shape--06:after {
    height: 92% !important;
  }

  .shape--07:after {
    top: 15% !important;
    height: calc(4/5 * 100%) !important;
  }

  ol.digit-list p {
    margin-bottom: 5px !important;
  }

  .font--jakarta h3,
  .font--jakarta h4,
  .font--jakarta h5,
  .font--jakarta h6 {
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .s-15,
  .s-16 {
    font-size: 1.0625rem !important;
  }

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

  .s-18,
  .s-19,
  .s-20,
  .s-21,
  .s-22,
  .s-23 {
    font-size: 1.217948rem !important;
  }

  .s-24,
  .s-26,
  .s-28 {
    font-size: 1.34615rem !important;
  }

  .s-30,
  .s-32,
  .s-34 {
    font-size: 1.47435rem !important;
  }

  .s-36,
  .s-38,
  .s-40 {
    font-size: 1.60256rem !important;
  }

  .s-42,
  .s-43,
  .s-44,
  .s-45,
  .s-46,
  .s-47 {
    font-size: 1.730769rem !important;
  }

  .s-48 {
    font-size: 1.85897rem !important;
  }

  .s-50,
  .s-52,
  .s-54,
  .s-56,
  .s-58,
  .s-60 {
    font-size: 1.923076rem !important;
  }

  .s-62 {
    font-size: 1.98717rem !important;
  }

  .s-64,
  .s-66 {
    font-size: 2.05128rem !important;
  }

  .s-68 {
    font-size: 2.17948rem !important;
  }

  p.p-md,
  p.p-lg {
    font-size: 1.0625rem !important;
  }

  p.p-xl {
    font-size: 1.125rem !important;
  }

  a.tra-link {
    font-size: 1.0625rem !important;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    top: 1px !important;
    left: 2px !important;
    font-size: 0.785rem !important;
    --tw-leading: 0.7rem !important;
    line-height: 0.7rem !important;
  }

  .btn {
    font-size: 1rem !important;
  }

  .btn.btn-sm {
    padding-inline: calc(var(--spacing) * 6) !important;
    padding-block: 0.7rem !important;
    font-size: 1rem !important;
  }

  .btns-group .btn.ico-30.ico-left,
  .btns-group .btn.ico-30.ico-right {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-top: 0.61095rem !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .btns-group .btn:first-child {
    margin-inline: 5px !important;
    margin-bottom: 15px !important;
  }

  .btn.ico-20 [class*="flaticon-"]:before,
  .btn.ico-20 [class*="flaticon-"]:after {
    top: calc(var(--spacing) * 1) !important;
    font-size: 1.225rem !important;
    --tw-leading: 0.5rem !important;
    line-height: 0.5rem !important;
  }

  .btn.ico-30 [class*="flaticon-"]:before,
  .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 2rem !important;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: calc(10px * -1) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    font-size: 1.1rem !important;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: calc(10px * -1) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    font-size: 1.1rem !important;
  }

  .btn.ico-left span {
    margin-right: 2px !important;
  }

  .btn.ico-right span {
    margin-left: 2px !important;
  }

  p.p-sm.btns-group-txt {
    font-size: 0.95192rem !important;
  }

  .text--center p.btns-group-txt {
    margin-top: 18px !important;
  }

  .btn-rating {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem !important;
  }

  .os-btn {
    width: 270px !important;
    min-width: 270px !important;
    padding-inline: 15px !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
  }

  .os-btn-ico {
    margin-right: 14px !important;
  }

  .os-btn-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
  }

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

  .btn-os.mr--15 {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
  }

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

  .store.store-btn-2 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .store-btn-3,
  .store-btn-4 {
    margin-top: 15px !important;
  }

  .watch-video {
    margin-top: 18px !important;
  }

  .watch-video-link {
    margin-right: 10px !important;
  }

  p.video-txt-lg {
    font-size: 1.0625rem !important;
  }

  p.video-txt-sm {
    font-size: 1rem !important;
  }

  .video-btn-xl {
    margin-top: -2.8125rem !important;
    margin-left: -2.8125rem !important;
    height: 5.625rem !important;
    width: 5.625rem !important;
  }

  .video-btn-lg {
    margin-top: -2.5rem !important;
    margin-left: -2.5rem !important;
    height: calc(var(--spacing) * 20) !important;
    width: calc(var(--spacing) * 20) !important;
  }

  .video-btn-md {
    margin-top: -2.5rem !important;
    margin-left: -2.5rem !important;
    height: calc(var(--spacing) * 20) !important;
    width: calc(var(--spacing) * 20) !important;
  }

  .video-btn.video-btn-xl [class^="flaticon-"]:before,
  .video-btn.video-btn-xl [class^="flaticon-"]:after {
    margin-left: calc(var(--spacing) * 2) !important;
    font-size: 72px !important;
    --tw-leading: 5.625rem !important;
    line-height: 5.625rem !important;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before,
  .video-btn.video-btn-lg [class^="flaticon-"]:after,
  .video-btn.video-btn-md [class^="flaticon-"]:before,
  .video-btn.video-btn-md [class^="flaticon-"]:after {
    margin-left: calc(var(--spacing) * 2) !important;
    font-size: 4.35rem !important;
    --tw-leading: 5rem !important;
    line-height: 5rem !important;
  }

  .ico-50 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 60px) !important;
    height: 120px !important;
    width: 120px !important;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -35px !important;
    left: calc(50% - 65px) !important;
  }

  .ico-60 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 65px) !important;
    height: 125px !important;
    width: 125px !important;
  }

  .ico-55 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 60px) !important;
    height: 120px !important;
    width: 120px !important;
  }

  .ico-rounded,
  .ico-rounded-md,
  .ico-rounded-lg {
    height: 94px !important;
    width: 94px !important;
  }

  .ico-rounded [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after,
  .ico-rounded-md [class*="flaticon-"]:before,
  .ico-rounded-md [class*="flaticon-"]:after,
  .ico-rounded-lg [class*="flaticon-"]:before,
  .ico-rounded-lg [class*="flaticon-"]:after {
    font-size: 3rem !important;
    --tw-leading: 94px !important;
    line-height: 94px !important;
  }

  .ico-square {
    height: 88px !important;
    width: 88px !important;
  }

  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem !important;
    --tw-leading: 88px !important;
    line-height: 88px !important;
  }

  .section-id {
    margin-bottom: 25px !important;
  }

  .section-id.rounded-id {
    margin-bottom: 30px !important;
    padding-inline: 22px !important;
    padding-block: calc(var(--spacing) * 2) !important;
    font-size: 0.8rem !important;
  }

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

  .section-title.mb--70,
  .section-title.mb--80 {
    margin-bottom: 40px !important;
  }

  .section-title p.p-md,
  .section-title p.p-lg {
    margin-top: 14px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-xl {
    margin-top: 14px !important;
    font-size: 1.0625rem !important;
  }

  .section-title p.s-20,
  .section-title p.s-21 {
    margin-top: 12px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.15384rem !important;
  }

  .section-title .btns-group.mt--35,
  .section-title .stores-badge.mt--30 {
    margin-top: 22px !important;
  }

  .section-title .btns-group .btn {
    margin-inline: 10px !important;

    &:first-child {
      margin-bottom: 15px !important;
    }
  }

  #loading-center {
    margin-top: -45px !important;
    margin-left: -45px !important;
    height: 90px !important;
    width: 90px !important;
  }

  .wsmobileheader .smllogo {
    display: block !important;
    padding-left: calc(var(--spacing) * 4) !important;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 29px !important;
  }
  .blog-header .smllogo img {
    max-height: calc(var(--spacing) * 7) !important;
  }

  .wsmenu>.wsmenu-list {
    margin-right: -290px;
    width: 290px !important;
  }

  .wsactive .wsmobileheader {
    margin-right: 290px !important;
  }

  .overlapblackbg {
    width: calc(100% - 290px) !important;
  }

  span.sm-info {
    top: -1px !important;
    margin-left: calc(var(--spacing) * 2) !important;
    height: 22px !important;
    width: 22px !important;
    font-size: 0.8rem !important;
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }


  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin-top: 24px !important;
    margin-right: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    height: calc(var(--spacing) * 2) !important;
    width: calc(var(--spacing) * 2) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    top: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
    padding-inline: 10px !important;
    padding-block: 6px !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: 6px !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a,
  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
    padding-inline: 10px !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }

  .store.header-store img {
    max-height: calc(var(--spacing) * 11) !important;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-25 [class*="flaticon-"]:after {
    --tw-leading: 52px !important;
    line-height: 52px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    margin-top: 12px !important;
  }

  .icons-menu-ico {
    margin-right: 17px !important;
  }

  .icons-menu-txt span {
    font-size: 0.9rem !important;
  }

  .hero-section.blur--purple:after {
    top: calc(calc(1/4 * 100%) * -1) !important;
    opacity: 0.16 !important;
  }

  .hero-section h2 {
    margin-bottom: 15px !important;
  }

  .hero-section h2.s-48,
  .hero-section h2.s-50 {
    margin-bottom: 20px !important;
  }

  .hero-section p.p-md,
  .hero-section p.p-lg,
  .hero-section p.p-xl {
    margin-bottom: 25px !important;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px !important;
    font-size: 1.217948rem !important;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 8px !important;
  }

  .hero-section .text--center .advantages {
    margin-top: 18px !important;
  }

  .hero-section .advantages li {
    margin-top: 3px !important;
    display: block !important;
  }

  .hero-section .advantages li p {
    float: none !important;
    display: block !important;
  }

  .hero-section li.advantages-links-divider {
    display: none !important;
  }

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

  .hero-logo img {
    max-height: 30px !important;
  }

  .hero-square-logo {
    margin-bottom: 10px !important;
  }

  .hero-square-logo img {
    max-height: 60px !important;
  }

  .hero-app-logo {
    margin-bottom: 25px !important;
  }

  .hero-app-logo img {
    max-height: 88px !important;
  }

  #hero-25 .hero-app-logo img {
    max-height: 88px !important;
  }

  .hero-digits {
    margin-top: -5px !important;
  }

  #hero-9 .hero-digits {
    margin-top: 3px !important;
  }

  .hero-digits h2.statistic-number {
    font-size: 2.3125rem !important;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2rem !important;
  }

  .hero-section .quick-form.mt--45,
  .hero-section .quick-form.mt--35 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-section .quick-form .form-control,
  .hero-section .quick-form .btn {
    height: calc(var(--spacing) * 14) !important;
    font-size: 1.15rem !important;
  }

  .hero-section .quick-form.form-half .form-control {
    height: calc(var(--spacing) * 14) !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
  }

  .hero-section .quick-form.form-half .btn {
    height: calc(var(--spacing) * 14) !important;
    font-size: 18px !important;
  }

  .hero-section .text--center .quick-form-msg {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: calc(10px * -1) !important;
  }

  .request-form .form-control {
    height: 54px !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.0625rem !important;
  }

  #hero-10-form .btn,
  #hero-22-form .btn {
    height: 54px !important;
    padding: calc(var(--spacing) * 4) !important;
    font-size: 1.0625rem !important;
  }

  .hero-1-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-1-img {
    margin-top: 35px !important;
  }

  .hero-2-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-2-img {
    margin-top: 35px !important;
  }

  .hero-3-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-3:after {
    height: 8% !important;
  }

  .hero-3-img {
    margin-top: 35px !important;
  }

  #hero-4 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }
  }

  .hero-4-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-4-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-img {
    margin-top: 35px !important;
  }

  #hero-5 {
    margin-bottom: 50px !important;
  }

  .hero-5-txt h2 {
    margin-bottom: 12px !important;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px !important;
  }

  #hero-6 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #hero-6 .container {
    max-width: 100% !important;
  }

  .hero-6-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 15px !important;
    padding-block: 70px !important;
  }

  .hero-6-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-6-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-7-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-7 .quick-form {
    margin-inline: 3% !important;
  }

  .hero-7-img {
    margin-top: 35px !important;
  }

  .hero-8-txt {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-8-txt .hero-logo {
    display: none !important;
  }

  .hero-8-txt .hero-digits {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-8-form {
    margin-inline: 2% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    border-radius: 10px !important;
    padding-inline: 15px !important;
    padding-block: 26px !important;
  }

  #hero-8-form h4 {
    margin-bottom: 15px !important;
  }

  #hero-8-form p {
    margin-bottom: 20px !important;
    font-size: 1rem !important;
  }

  #hero-8-form p.p-sm {
    padding: calc(var(--spacing) * 0) !important;
    font-size: 0.9375rem !important;
  }

  #hero-9 {
    padding-top: 70px !important;
  }

  .hero-9-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.45 !important;
    line-height: 1.45 !important;
  }

  .hero-9-txt h2 img {
    top: calc(6px * -1) !important;
    margin-inline: 2px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    max-height: 48px !important;
  }

  .hero-9-txt p.s-20 {
    margin-top: 10px !important;
    font-size: 1.0625rem !important;
  }

  #hero-9 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-9-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-10:after {
    height: 7% !important;
  }

  .hero-10-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-txt h4 {
    margin-bottom: 25px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-img {
    margin-top: 35px !important;
  }

  .hero-11-txt p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-11-img {
    margin-inline: 3% !important;
    margin-top: 30px !important;
    margin-bottom: -50px !important;
  }

  #hero-12 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 6% !important;
    }
  }

  .hero-12-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-12-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img {
    margin-top: 35px !important;
  }

  #hero-13 {
    padding-block: 70px !important;
  }

  .hero-13-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-13-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-14 {
    margin-bottom: 15px !important;
    padding-top: 80px !important;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.923076rem !important;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-14 .quick-form {
    margin-inline: 4% !important;
  }

  .hero-14-img {
    margin-top: 35px !important;
    margin-bottom: -15px !important;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px !important;
  }

  .hero-15-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-15-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-16 {
    margin-bottom: 35px !important;
    padding-top: 70px !important;
  }

  .hero-16-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-16-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-16-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: -35px !important;
  }

  .hero-17-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-17 .quick-form {
    margin-inline: 2% !important;
  }

  #hero-17 #brands-1 {
    padding-top: 35px !important;
  }

  .hero-18-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-18 .quick-form {
    margin-inline: 2% !important;
    margin-top: 20px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-18-img {
    margin-top: 35px !important;
  }

  .hero-19-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-19-txt p {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-20 {
    padding-block: calc(var(--spacing) * 20) !important;
  }

  .hero-20-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-20-txt .hero-logo {
    display: none !important;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 20px !important;
  }

  #hero-21 {
    margin-bottom: 40px !important;
  }

  #hero-21 .container {
    max-width: 100% !important;
  }

  .hero-21-txt {
    margin-bottom: 50px !important;
  }

  .hero-21-txt h2 {
    margin-bottom: 20px !important;
  }

  .hero-21-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    overflow: visible !important;
    border-radius: 0 0 !important;
  }

  #hero-21 .hero-overlay {
    position: relative !important;
    padding-inline: 25px !important;
    padding-top: 50px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-21-img {
    margin-bottom: calc(40px * -1) !important;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px) !important;
  }

  #hero-22-form {
    margin-inline: 1% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    padding-inline: 18px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
  }

  #hero-22 .hero-logo {
    display: none !important;
  }

  #hero-22-form h4 {
    margin-bottom: 15px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.60256rem !important;
  }

  #hero-22-form p {
    margin-bottom: 20px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.1rem !important;
  }

  #hero-23 {
    margin-bottom: 20px !important;
    padding-top: 70px !important;
  }

  .hero-23-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-23-img {
    margin-top: 10px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  #hero-24 {
    padding-block: 70px !important;
  }

  .hero-24-txt p.p-xl {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-24 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 22px !important;
  }

  .hero-25-img {
    margin-inline: 1% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-26-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-26-img {
    margin-top: 35px !important;
  }

  .hero-27-txt h2 {
    margin-bottom: 15px !important;
    font-size: 1.85rem !important;
  }

  .hero-27-txt p.s-20,
  .hero-27-txt p.s-21 {
    font-size: 1.0625rem !important;
  }

  .hero-27-txt p.s-20 {
    margin-bottom: 20px !important;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .about-2-title {
    margin-bottom: 30px !important;
  }

  .a2-txt {
    padding-inline: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }

  .a2-txt-quote {
    position: relative !important;
    margin-bottom: calc(40px * -1) !important;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem !important;
  }

  .a2-txt-author {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  .a2-txt-author span {
    margin-top: 1px !important;
    font-size: 0.975rem !important;
  }

  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 15px !important;
  }

  #about-4 .txt-block h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #about-4 .txt-block p {
    margin-top: 15px !important;
  }

  #a4-2 {
    margin-inline: 3% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #features-14 .container {
    max-width: 100% !important;
  }

  .fbox-14-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 30px !important;
    padding-block: 70px !important;
  }

  #features-12.py--100.shape--bg:after,
  #features-13.py--100.shape--bg:after {
    top: 32% !important;
    height: 68% !important;
  }

  #features-12.pt--100.shape--bg:after,
  #features-13.pt--100.shape--bg:after {
    top: 32% !important;
    height: 65% !important;
  }

  .row-cols-md-3 .fbox-4,
  .row-cols-md-2 .fbox-4,
  .fbox-7,
  .fbox-9 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .fbox-5 {
    padding-inline: 25px !important;
    padding-top: 45px !important;
    padding-bottom: 40px !important;
  }

  .row-cols-md-2 .fbox-7 {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .fbox-8.fb-1 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 40px !important;
  }

  .fbox-8.bg--white-100 {
    padding-inline: 25px !important;
    padding-block: 45px !important;
  }

  .fbox-8.fb-3 {
    padding-inline: 25px !important;
    padding-top: 45px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-12,
  .fbox-13 {
    padding-inline: 25px !important;
    padding-block: calc(var(--spacing) * 8) !important;
  }

  #fb-12-1,
  #fb-13-1 {
    margin-top: 50px !important;
  }

  #features-12 .txt-block,
  #features-13 .txt-block {
    margin-bottom: 35px !important;
  }

  .fbox-14 {
    padding-inline: 25px !important;
    padding-block: 30px !important;
  }

  .fbox-14.fb-1,
  .fbox-14.fb-2 {
    margin-bottom: 30px !important;
  }

  .fbox-img.h--135 img,
  .fbox-img.h--140 img,
  .fbox-img.h--145 img,
  .fbox-img.h--150 img,
  .fbox-img.h--155 img,
  .fbox-img.h--160 img,
  .fbox-img.h--165 img,
  .fbox-img.h--170 img,
  .fbox-img.h--175 img,
  .fbox-img.h--180 img {
    max-height: 170px !important;
  }

  .fbox-2 .fbox-img.h--135 img,
  .fbox-2 .fbox-img.h--140 img,
  .fbox-2 .fbox-img.h--145 img,
  .fbox-2 .fbox-img.h--150 img,
  .fbox-2 .fbox-img.h--155 img,
  .fbox-2 .fbox-img.h--160 img,
  .fbox-2 .fbox-img.h--165 img,
  .fbox-2 .fbox-img.h--170 img,
  .fbox-2 .fbox-img.h--175 img,
  .fbox-2 .fbox-img.h--180 img {
    max-height: 170px !important;
  }

  .fbox-3 .fbox-img.h--135 img,
  .fbox-3 .fbox-img.h--140 img,
  .fbox-3 .fbox-img.h--145 img,
  .fbox-3 .fbox-img.h--150 img,
  .fbox-3 .fbox-img.h--155 img,
  .fbox-3 .fbox-img.h--160 img,
  .fbox-3 .fbox-img.h--165 img,
  .fbox-3 .fbox-img.h--170 img,
  .fbox-3 .fbox-img.h--175 img,
  .fbox-3 .fbox-img.h--180 img {
    max-height: 170px !important;
  }

  .fbox-4 .fbox-img.h--135 img,
  .fbox-4.fbox-img.h--140 img,
  .fbox-4 .fbox-img.h--145 img,
  .fbox-4 .fbox-img.h--150 img,
  .fbox-4 .fbox-img.h--155 img,
  .fbox-4 .fbox-img.h--160 img,
  .fbox-4 .fbox-img.h--165 img,
  .fbox-4 .fbox-img.h--170 img,
  .fbox-4 .fbox-img.h--175 img {
    max-height: 155px !important;
  }

  .fbox-1 .fbox-img,
  .row-cols-md-2 .fbox-1 .fbox-img,
  .fbox-4 .fbox-img,
  .row-cols-md-2 .fbox-4 .fbox-img {
    margin-bottom: 30px !important;
  }

  .fbox-2 .fbox-img.h--135,
  .fbox-2 .fbox-img.h--140,
  .fbox-2 .fbox-img.h--145,
  .fbox-2 .fbox-img.h--150,
  .fbox-2 .fbox-img.h--155,
  .fbox-2 .fbox-img.h--160,
  .fbox-2 .fbox-img.h--165,
  .fbox-2 .fbox-img.h--170,
  .fbox-2 .fbox-img.h--175,
  .fbox-2 .fbox-img.h--180 {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 50px !important;
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .fbox-3 .fbox-img.h--135,
  .fbox-3 .fbox-img.h--140,
  .fbox-3 .fbox-img.h--145,
  .fbox-3 .fbox-img.h--150,
  .fbox-3 .fbox-img.h--155,
  .fbox-3 .fbox-img.h--160,
  .fbox-3 .fbox-img.h--165,
  .fbox-3 .fbox-img.h--170,
  .fbox-3 .fbox-img.h--175,
  .fbox-3 .fbox-img.h--180 {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .fbox-5.fb-1 .fbox-5-img,
  .fbox-5.fb-2 .fbox-5-img,
  .fbox-5.fb-3 .fbox-5-img,
  .fbox-5.fb-4 .fbox-5-img,
  .fbox-5.fb-5 .fbox-5-img,
  .fbox-5.fb-6 .fbox-5-img {
    margin-inline: 6% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .fbox-ico,
  .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 20px !important;
  }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:after,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 3.6rem !important;
  }

  .features-section h6.s-18,
  .features-section h6.s-20,
  .features-section h6.s-22 {
    font-size: 1.34615rem !important;
  }

  .features-section h6,
  .fbox-txt h5,
  .rows-2 .fbox-11 h6,
  .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 15px !important;
  }

  .fbox-10 .fbox-title {
    margin-inline: auto !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-10 .fbox-title span {
    float: none !important;
    margin-right: calc(var(--spacing) * 0) !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-10 .fbox-title h6 {
    margin-block: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-14 h5 {
    margin-bottom: 12px !important;
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-3 .fbox-1 p,
  .row-cols-md-3 .fbox-2 p,
  .row-cols-md-3 .fbox-3 p,
  .row-cols-md-3 .fbox-6 p,
  .fbox-10 .fbox-txt p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-2 .fbox-1 p,
  .row-cols-md-2 .fbox-2 p,
  .row-cols-md-2 .fbox-3 p,
  .row-cols-md-2 .fbox-6 p {
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-2 .fbox-4 p {
    padding-inline: 7% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-5 .fbox-txt p,
  .rows-2 .fbox-11 p {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .rows-3 .fbox-11 p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .ct-06 {
    padding-bottom: 70px !important;
  }

  .ct-10 .section-overlay {
    margin-bottom: 40px !important;
  }

  .ct-top {
    margin-bottom: 70px !important;
  }

  .ct-13 .txt-block,
  .ct-13 .img-block {
    margin-bottom: 30px !important;
  }

  .ct-13 .txt-block.ml--block,
  .ct-13 .img-block.ml--block {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .content-section.ws-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .bc-1-wrapper .section-overlay,
  .bc-4-wrapper .section-overlay {
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .bc-2-wrapper .section-overlay,
  .bc-3-wrapper .section-overlay {
    padding-inline: 15px !important;
    padding-block: 70px !important;
  }

  .bc-5-wrapper .section-overlay {
    padding-inline: 15px !important;
    padding-top: 70px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .cbox-6-wrapper {
    padding-inline: 20px !important;
    padding-block: 30px !important;
  }

  .bc-6-wrapper .section-overlay {
    padding-inline: 15px !important;
    padding-block: 70px !important;
  }

  .bc-6 {
    padding-inline: 15px !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 30px !important;
  }

  .bc-1-wrapper,
  .bc-2-wrapper,
  .bc-3-wrapper,
  .bc-4-wrapper,
  .bc-5-wrapper,
  .bc-6-wrapper {
    border-radius: 0 0 !important;
  }

  .bc-5-wrapper .section-title p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .bc-2-txt h2,
  .bc-3-txt h2,
  .bc-4-txt h2,
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 14px !important;
  }

  .cbox-2-txt h5,
  .cbox-3-txt h5,
  .bc-6-txt h5 {
    margin-bottom: 12px !important;
  }

  .txt-block p.p-sm,
  .txt-block p {
    margin-bottom: 0.897435rem !important;
  }

  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.12820rem !important;
  }

  .cbox-5-fea p,
  .txt-block p.video-txt-sm,
  .txt-block p.btn-txt,
  .txt-block p.btns-group-txt,
  .txt-block p.compatibility {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px !important;
  }

  .txt-block .btn {
    margin-top: 18px !important;
  }

  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 8px !important;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .bc-6-link.mt--15 {
    margin-top: 12px !important;
  }

  .right-column .cbox-5 {
    margin-bottom: 40px !important;
  }

  .cbox-5-content {
    margin: calc(var(--spacing) * 0) !important;
    padding: 25px !important;
  }

  .cbox-5-content .divider {
    margin-block: 22px !important;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px !important;
    font-size: 2.45rem !important;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px !important;
    right: 6px !important;
    font-size: 2.05rem !important;
  }

  .cbox-5-fea {
    margin-top: 20px !important;
    padding-inline: 20px !important;
    padding-block: 15px !important;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem !important;
  }

  .cbox-5-txt .btn {
    margin-top: 10px !important;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 16px !important;
  }

  #cb-6-1,
  #cb-6-2,
  #cb-6-3 {
    margin-bottom: 22px !important;
  }

  .cbox-1.ico-10 span {
    right: 6px !important;
  }

  .cbox-1.ico-15 span {
    top: 0.5px !important;
    right: 6px !important;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before,
  .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem !important;
  }

  .cbox-2 .ico-wrap {
    margin-right: calc(var(--spacing) * 4) !important;
  }

  .cbox-2-ico {
    height: 2.3rem !important;
    width: 2.3rem !important;
    font-size: 1.15rem !important;
    --tw-leading: 2.05rem !important;
    line-height: 2.05rem !important;
  }

  .ct-03 .cbox-2-ico {
    height: 1.55rem !important;
    width: 1.55rem !important;
    font-size: 1rem !important;
    --tw-leading: 1.35rem !important;
    line-height: 1.35rem !important;
  }

  .cbox-2-line {
    height: calc(100% - 74px) !important;
  }

  .cbox-3 {
    display: block !important;
    text-align: center !important;
  }

  .cbox-3 .ico-wrap {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .cbox-3 .cbox-3-ico {
    top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
  }

  .cbox-3-ico span[class*="flaticon-"]:before,
  .cbox-3-ico span[class*="flaticon-"]:after {
    font-size: 3rem !important;
  }

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

  .box-title h6,
  .box-title h5 {
    margin-bottom: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .img-block-txt .box-title h6,
  .img-block-txt .box-title h5 {
    margin-bottom: 20px !important;
    display: inline-block !important;
    --tw-leading: 2.35rem !important;
    line-height: 2.35rem !important;
  }

  .box-title span {
    position: relative;
    top: calc(var(--spacing) * 0) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  .img-block-txt .box-title span {
    top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    display: inline-block !important;
  }

  .box-title span[class*="flaticon-"]:before,
  .box-title span[class*="flaticon-"]:after {
    font-size: 3rem !important;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before,
  .img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.35rem !important;
  }

  .cbox-2-txt,
  .ct-03 .cbox-2-txt,
  .cbox-3-txt {
    margin-bottom: 20px !important;
  }

  .cbox-4-txt {
    margin-bottom: 30px !important;
  }

  .cbox-1-txt p {
    margin-bottom: 5px !important;
  }

  .cbox-6 h6 {
    margin-bottom: 12px !important;
  }

  .txt-block .accordion-1 .accordion-item {
    padding-inline: 25px !important;
    padding-block: 18px !important;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: -1px !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: calc(var(--spacing) * 2) !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-inline: 25px !important;
    padding-top: 30px !important;
    padding-bottom: 14px !important;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: calc(var(--spacing) * 0) !important;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: 10px !important;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
  .accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 6px !important;
    font-size: 1.75rem !important;
  }

  .tabs-1 li {
    font-size: 18px !important;
  }

  .advantages,
  .text--center .advantages {
    margin-top: 15px !important;
  }

  .img-block-btn .advantages li {
    margin-top: calc(var(--spacing) * 1) !important;
    display: block !important;
  }

  .img-block-btn .advantages li p {
    float: none !important;
    display: block !important;
  }

  .img-block-btn li.advantages-links-divider {
    display: none !important;
  }

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

  .tools-list p,
  .payment-methods p {
    margin-bottom: 12px !important;
  }

  .tools-list span {
    padding-right: 1px !important;
  }

  .payment-icons img {
    max-height: 30px !important;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: calc(var(--spacing) * 1) !important;
    font-size: 2.125rem !important;
    --tw-leading: 2.125rem !important;
    line-height: 2.125rem !important;
  }

  .cbox-5-shape-1,
  .cbox-5-shape-2 {
    display: none !important;
  }

  .img-block.img-block-bkg img {
    padding-inline: 20px !important;
    padding-block: 35px !important;
  }

  .img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px !important;
  }

  .ct-10 .img-block {
    margin-bottom: calc(40px * -1) !important;
  }

  .ct-01 .img-block,
  .ct-02 .img-block,
  .ct-03 .img-block.right-column,
  .ct-03 .img-block.left-column {
    margin-inline: 2% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 35px !important;
  }

  .ct-01 .img-block.j-img,
  .ct-02 .img-block.j-img {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-left: 0% !important;
  }

  .ct-06 .img-block,
  .ct-07 .img-block {
    margin-top: calc(80px * -1) !important;
    margin-bottom: 40px !important;
  }

  .img-block-hidden .video-btn,
  .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: calc(2/4 * 100%) !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 25px) !important;
  }

  .img-block-txt,
  .img-block-btn {
    margin-top: 35px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -60px !important;
  }

  .bc-6-img {
    margin-bottom: 25px !important;
    padding-inline: 15px !important;
    padding-top: 30px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 35px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .sb-rounded .statistic-block {
    padding: 25px !important;
    text-align: center !important;
  }

  #statistic-5 .statistic-digit {
    margin-inline: 10% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
  }

  #sb-1-1,
  #sb-1-2,
  #sb-3-1,
  #sb-3-2,
  #sb-3-3 {
    margin-bottom: 35px !important;
  }

  #sb-2-1,
  #sb-2-2,
  #sb-2-3,
  #sb-2-4 {
    width: calc(6/12 * 100%) !important;
  }

  #sb-2-3,
  #sb-2-4 {
    padding-right: calc(var(--spacing) * 3) !important;
  }

  #sb-4-3 {
    margin-bottom: 30px !important;
  }

  #sb-5-1,
  #sb-5-2 {
    margin-bottom: 35px !important;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px !important;
  }

  h2.statistic-number {
    font-size: 2.21153rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 1.98717rem !important;
  }

  #statistic-1 h2.statistic-number {
    --tw-tracking: -0.5px !important;
    letter-spacing: -0.5px !important;
  }

  #sb-2-1 h2.statistic-number,
  #sb-2-2 h2.statistic-number {
    margin-bottom: 12px !important;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 2.21153rem !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm,
  #sb-2-4 .statistic-block p.p-sm {
    margin-top: 12px !important;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem !important;
  }

  #statistic-5 .statistic-txt p {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #pt--1-1,
  #pt--1-2,
  #pt--1-3,
  .inner-page-hero #pt--1-3,
  .inner-page-hero #pt--1-4,
  .inner-page-hero #pt--1-5 {
    margin-bottom: 35px !important;
  }

  .project-details h5 {
    margin-bottom: 25px !important;
  }

  .more-projects {
    margin-top: 45px !important;
  }

  .single-project .project-title {
    margin-bottom: 40px !important;
  }

  .project-title h2 {
    margin-bottom: 25px !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-bottom: 25px !important;
  }

  .project-data p {
    margin-bottom: 5px !important;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 35px !important;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px !important;
  }

  .project-inner-img.mt--50 {
    margin-top: 35px !important;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-block: 20px !important;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 35px !important;
    margin-bottom: 20px !important;
  }

  .project-description .more-projects {
    margin-top: 40px !important;
  }

  .project-description .more-projects span {
    top: 1px !important;
    left: calc(var(--spacing) * 1) !important;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 1.1rem !important;
  }

  #rb-2-1,
  #rb-2-2 {
    margin-bottom: 25px !important;
  }

  .rating-title h5 {
    padding-inline: 15% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .rbox-1-img {
    margin-bottom: 15px !important;
  }

  .rbox-1-img img {
    max-height: 32px !important;
  }

  .rbox-2-txt img {
    max-height: 30px !important;
  }

  p.rbox-2-txt {
    margin-top: 8px !important;
    --tw-leading: 30px !important;
    line-height: 30px !important;
  }

  .rbox-1 .star-rating {
    padding-inline: calc(var(--spacing) * 4) !important;
    padding-block: 5px !important;
    font-size: 0.9rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .rbox-1 .star-rating span {
    top: 2px !important;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before,
  .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem !important;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before,
  .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem !important;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.3rem !important;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.3rem !important;
  }

  #reviews-4 .txt-block,
  #reviews-5 .txt-block {
    text-align: center !important;
  }

  #reviews-4 .txt-block h2,
  #reviews-5 .txt-block h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.826923rem !important;
  }

  .review-1 {
    padding-inline: 25px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .review-2 {
    padding-inline: 20px !important;
    padding-top: 35px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-3,
  .review-4,
  .review-5 {
    padding-inline: 25px !important;
    padding-top: 35px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-txt {
    margin-top: -43px !important;
  }

  .review-txt h6 {
    margin-bottom: 10px !important;
  }

  .review-3 .review-txt p {
    font-size: 1rem !important;
  }

  .review-1 .author-data,
  .review-2 .author-data,
  .review-3 .author-data,
  .review-4 .author-data,
  .review-5 .author-data {
    margin-top: 20px !important;
  }

  .review-avatar img,
  .owl-item .review-avatar img {
    height: 52px !important;
    width: 52px !important;
  }

  .review-2 .review-avatar img,
  .review-3 .review-avatar img,
  .review-5 .review-avatar img {
    height: 52px !important;
    width: 52px !important;
  }

  .review-author {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 3) !important;
  }

  .review-1 .review-author,
  .review-2 .review-author,
  .review-3 .review-author,
  .review-5 .review-author {
    margin-top: 3px !important;
  }

  .review-author h6 {
    margin-bottom: 8px !important;
  }

  .review-1 .review-author h6,
  .review-2 .review-author h6,
  .review-3 .review-author h6,
  .review-4 .review-author h6,
  .review-5 .review-author h6 {
    font-size: 1.1875rem !important;
  }

  #press-01,
  #press-02,
  #press-03,
  #press-04,
  #press-05,
  #press-06,
  #press-07 {
    margin-bottom: 25px !important;
  }

  .press-logo img {
    max-height: 72px !important;
  }

  .press-txt {
    margin-top: 10px !important;
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-3:after {
    height: calc(3/4 * 100%) !important;
  }

  .brands-title {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-title.mb--35,
  .brands-title.mb--40 {
    margin-bottom: 25px !important;
  }

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

  .brands-title h4,
  .brands-title h3,
  .brands-title h2 {
    margin-bottom: 8px !important;
  }

  .brands-title p.p-md,
  .brands-title p.p-lg {
    font-size: 1rem !important;
  }

  .brands-3-wrapper,
  .brands-3-wrapper.brands-3-static {
    padding-inline: 15px !important;
    padding-block: 25px !important;
  }

  #brand-2-1,
  #brand-2-2,
  #brand-2-3,
  #brand-2-4,
  #brand-3-1,
  #brand-3-2,
  #brand-4-1,
  #brand-4-2,
  #brand-4-3,
  #brand-4-4,
  #brand-4-5,
  #brand-4-6,
  #brand-4-7,
  #brand-4-8,
  #brands-4 .brand-logo.mb--40 {
    margin-bottom: 25px !important;
  }

  #brand-3-5 {
    display: none !important;
  }

  #brands-1 .brands-carousel-6 .brand-logo,
  #brands-1 .brands-carousel-5 .brand-logo {
    padding-inline: 18px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-1 .justify-content-center .brand-logo,
  #brands-4 .brand-logo {
    padding-inline: 18px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-2 .brand-logo,
  #brands-3 .brand-logo,
  #brands-3 .brands-3-static .brand-logo {
    padding-inline: 13px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-section .more-btn {
    margin-top: 30px !important;
  }

  #integrations-2 .container {
    max-width: 100% !important;
  }

  .integrations-2-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 20px !important;
    padding-block: 70px !important;
  }

  .in_tool_logo.ico-65 img {
    height: 55px !important;
    width: 55px !important;
  }

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

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 48px !important;
    width: 48px !important;
  }

  .integrations-1-wrapper .in_tool {
    padding-inline: 22px !important;
    padding-block: 18px !important;
  }

  .integrations-1-wrapper .in_tool.mb--30,
  .integrations-1-wrapper .it-7,
  .integrations-1-wrapper .it-8 {
    margin-bottom: 25px !important;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 3px !important;
    font-size: 1.25rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
    font-size: 1.0625rem !important;
  }

  .integrations-section .more-btn.mt--60,
  .integrations-section .more-btn.mt--70 {
    margin-top: 30px !important;
  }

  .pricing-1-table,
  .text--center .pricing-1-table {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .pricing-2-table {
    padding: 35px !important;
  }

  .pricing-3-table {
    padding-inline: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }

  .pricing-4-table {
    padding-inline: 30px !important;
    padding-block: 35px !important;
  }

  .pricing-table-header h5,
  .pricing-table-header h4 {
    font-size: 1.47435rem !important;
  }

  .pricing-discount {
    top: calc(var(--spacing) * 0) !important;
    right: calc(2px * -1);
    padding-inline: 11px !important;
    padding-block: 6px !important;
  }

  .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -1) !important;
    right: calc(var(--spacing) * 0) !important;
    padding-inline: 13px !important;
    padding-block: 7px !important;
  }

  .text--center .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -8) !important;
    right: -5px !important;
  }

  .pricing-discount h6 {
    font-size: 1.05rem !important;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9375rem !important;
  }

  .pricing-3-table .price.mt--25 {
    margin-top: 20px !important;
  }

  .p-table p.btn-txt {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }


  .pricing-2-table.highlight .price span {
    font-size: 2.35rem !important;
  }

  .pricing-3-table .price span {
    font-size: 4.102564rem !important;
    --tw-tracking: -3px;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.564102rem !important;
  }

  .price sup {
    top: calc(var(--spacing) * -1) !important;
    font-size: 1.9230769rem !important;
  }

  .pricing-3-table .price sup {
    top: -18px !important;
    font-size: 2.35rem !important;
  }

  .pricing-4-table .price sup {
    top: calc(var(--spacing) * -1) !important;
    right: 2px !important;
    font-size: 1.9230769rem !important;
  }

  .pricing-3-table .price sup.coins {
    top: -21px !important;
    font-size: 2.35rem !important;
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.282051rem !important;
  }

  .pricing-3-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
    font-size: 1.282051rem !important;
  }

  .pricing-4-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    left: calc(var(--spacing) * 1) !important;
    font-size: 1.282051rem !important;
  }

  .text--center .price p,
  .text--center .pricing-2-table .price p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .pricing-4-table .pricing-table-header p.p-lg {
    font-size: 0.9375rem !important;
  }

  .pricing-4-table .price p {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .pricing-1-table .pt--btn {
    margin-top: 10px !important;
  }

  .pricing-2-table .pt--btn,
  .pricing-3-table .pt--btn,
  .pricing-4-table .pt--btn {
    margin-top: 20px !important;
  }

  .pricing-2-table hr {
    margin-top: 20px !important;
  }

  .pricing-features.mt--25 {
    margin-top: 15px !important;
  }

  .pricing-features li,
  .pricing-4-table .pricing-features li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: 10px !important;
  }

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

  .lg\:w-9\/12 .pricing-notice p,
  .lg\:w-10\/12 .pricing-notice p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pricing-4 .ext-toggle-btn {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .toggle-btn-md .toggler-txt,
  .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem !important;
  }

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

  .comp-table-rouded {
    padding-inline: 10px !important;
    padding-top: 10px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .table>:not(caption)>*>* {
    padding-block: 9px !important;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9rem !important;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.815rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td {
    top: calc(var(--spacing) * 0) !important;
    font-size: 0.85rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px !important;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem !important;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem !important;
  }

  .pbox {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pbox-1,
  #pbox-2,
  #pbox-3 {
    margin-bottom: 30px !important;
  }

  .pricing-section .txt-box-last {
    margin-bottom: 40px !important;
  }

  .pricing-section .pm-last {
    margin-bottom: 40px !important;
  }

  .comp-table-payment h6 {
    margin-bottom: 15px !important;
  }

  #team-1.pb--40,
  #team-2.pb--40 {
    padding-bottom: 30px !important;
  }

  .team-member.mb--40,
  .team-member.mb--50,
  .team-member.mb--60 {
    margin-bottom: 40px !important;
  }

  .team-member-photo {
    margin-bottom: 25px !important;
  }

  #team-1 .team-member-data,
  #team-2 .team-member-data {
    margin-left: 10px !important;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px !important;
    font-size: 1.34615rem !important;
  }

  .team-member-data p,
  .team-member-data p.p-md,
  .team-member-data p.p-lg {
    font-size: 1.175rem !important;
  }

  ul.tm-social,
  #team-1 ul.tm-social {
    top: calc(var(--spacing) * 0) !important;
    right: 10px !important;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before,
  .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.34615rem !important;
  }

  #careers-1 {
    padding-bottom: 40px !important;
  }

  .role-box {
    padding-inline: calc(var(--spacing) * 10) !important;
    padding-block: 25px !important;
    text-align: center !important;
  }

  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 12px !important;
  }

  .role-box-txt h6 {
    margin-bottom: 5px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  #careers-1 .role-box h6 {
    margin-bottom: 6px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .role-box-txt p {
    margin-bottom: 14px !important;
  }

  #role-page .inner-page-title {
    margin-bottom: 25px !important;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px !important;
  }

  #role-page .inner-page-title p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .role-info hr,
  #role-page .cbox-6-wrapper {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 35px !important;
  }

  .txt-block.role-info .btn {
    margin-top: 30px !important;
  }

  #banner-12,
  #banner-13 {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  #banner-9.py--70 {
    padding-block: 60px !important;
  }

  #banner-1 .container,
  #banner-2 .container,
  #banner-3 .container,
  #banner-11 .container,
  #banner-12 .container,
  #banner-13 .container {
    max-width: 100% !important;
  }

  .banner-1-wrapper,
  .banner-2-wrapper,
  .banner-3-wrapper,
  .banner-11-wrapper,
  .banner-12-wrapper,
  .banner-13-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
  }

  .banner-1-wrapper .banner-overlay,
  .banner-2-wrapper .banner-overlay,
  .banner-3-wrapper .banner-overlay {
    padding-inline: 20px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-inline: 20px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  #banner-5 .banner-overlay.pt--80.pb--90,
  #banner-7 .banner-overlay.pt--80.pb--90,
  #banner-6 .banner-overlay,
  #banner-8 .banner-overlay,
  #banner-14 .banner-overlay,
  #banner-15 .banner-overlay {
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  #banner-10 .banner-overlay {
    padding-block: 60px !important;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 55px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 55px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .banner-16-wrapper .banner-overlay {
    padding-inline: 10% !important;
    padding-block: 35px !important;
  }

  .banner-5-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-8-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-12-txt,
  .banner-13-txt {
    margin-top: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-section .section-id {
    margin-bottom: 18px !important;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px !important;
  }

  .banner-section h2 {
    font-size: 1.826923rem !important;
  }

  .banner-section h3 {
    font-size: 1.698717rem !important;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px !important;
  }

  .banner-2-txt h2,
  .banner-10-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-7-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-10-txt h6 {
    margin-bottom: 5px !important;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px !important;
    font-size: 3.25rem !important;
  }

  .banner-11-txt h2,
  .banner-12-txt h2,
  .banner-13-txt h2 {
    margin-bottom: 14px !important;
  }

  .banner-15-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-section p.p-lg,
  .banner-section p.p-xl {
    margin-bottom: 20px !important;
    font-size: 1.121794rem !important;
  }

  .sm-title .banner-1-txt p.p-lg,
  .sm-title .banner-1-txt p.p-xl,
  .banner-6-txt p.p-lg,
  .banner-6-txt p.p-xl {
    margin-top: 12px !important;
    margin-bottom: 20px !important;
  }

  .banner-3-txt p.p-lg,
  .banner-3-txt p.p-xl,
  .banner-5-txt p.p-lg,
  .banner-5-txt p.p-xl {
    margin-top: 12px !important;
  }

  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 12px !important;
    margin-bottom: 18px !important;
  }

  .banner-9-txt p.p-lg,
  .banner-9-txt p.p-xl {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .banner-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-14-txt p.p-lg {
    margin-top: 18px !important;
    margin-bottom: 20px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 20px !important;
  }

  .banner-8-buttons {
    margin-top: 15px !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-15-txt .download-links {
    margin-top: 15px !important;
  }

  .banner-section .btns-group .btn:first-child {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 12px !important;
  }

  .banner-9-img {
    margin-inline: 2% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-10-img {
    margin-inline: 5% !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-11-img {
    margin-inline: 2% !important;
    margin-top: 35px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .banner-12-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 35px !important;
    margin-bottom: calc(40px * -1) !important;
    rotate: 0deg !important;
  }

  .release-data {
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
  }

  span.version-data {
    margin-right: 10px !important;
    font-size: 1.75rem !important;
  }

  span.release-date span {
    margin-left: 10px !important;
    font-size: 18px !important;
  }

  #faqs-1,
  #faqs-4 {
    padding-bottom: 50px !important;
  }

  #faqs-1 .section-title {
    margin-bottom: 20px !important;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 30px !important;
  }

  #faqs-3 .section-title {
    margin-bottom: 40px !important;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 40px !important;
  }

  #faqs-3 .section-title .contact-link {
    display: block !important;
  }

  .faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 22px !important;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 25px !important;
  }

  .faqs-section .accordion-item .accordion-thumb:after,
  .faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 23px !important;
    right: calc(var(--spacing) * 0) !important;
    font-size: 14px !important;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after,
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 22px !important;
    right: 2px !important;
    font-size: 0.9rem !important;
  }

  .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 5px !important;
  }

  #faqs-2 .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
  }

  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 25px !important;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8% !important;
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .question h5,
  .accordion-panel-item h5 {
    margin-bottom: 15px !important;
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .faqs-section .tabs-1 {
    margin-inline: 5px !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .faqs-section .tabs-1 li {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    min-width: 100% !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: calc(var(--spacing) * 5) !important;
  }

  #faqs-2 .more-questions {
    margin-inline: auto !important;
    margin-top: 45px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px !important;
  }

  .more-questions-txt {
    padding-inline: 20px !important;
    padding-block: 14px !important;
  }

  .more-questions-txt p {
    font-size: 1.1rem !important;
  }

  #newsletter-1 .newsletter-overlay,
  #newsletter-5 .newsletter-overlay {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-2 .container {
    max-width: 100% !important;
  }

  #newsletter-2 .newsletter-overlay {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 8% !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-3,
  #newsletter-4 .newsletter-overlay {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
  }

  #newsletter-4 .newsletter-txt,
  #newsletter-5 .newsletter-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .newsletter-txt h2,
  #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px !important;
  }

  .newsletter-txt h4,
  .newsletter-txt h3 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.666666rem !important;
  }

  #newsletter-3 .newsletter-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1rem !important;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px !important;
  }

  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form,
  #newsletter-3 .newsletter-form,
  #newsletter-4 .newsletter-form {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .newsletter-section .form-control,
  #newsletter-1.newsletter-section .form-control,
  #newsletter-5.newsletter-section .form-control {
    height: 52px !important;
    font-size: 1.0625rem !important;
  }

  .newsletter-section .btn,
  #newsletter-1 .btn,
  #newsletter-5.newsletter-section .btn {
    height: 52px !important;
    font-size: 1.0625rem !important;
  }

  #bp-1-1,
  #bp-1-2 {
    margin-bottom: 35px !important;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 30px !important;
  }

  .post-tag {
    margin-bottom: 14px !important;
    font-size: 0.815rem !important;
  }

  .blog-post-txt h6,
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 14px !important;
  }

  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px !important;
  }

  .wide-post {
    margin-bottom: 40px !important;
  }

  .wide-post h3.s-36,
  .wide-post h3.s-38,
  .wide-post h3.s-40,
  .square-post h4.s-34 {
    font-size: 1.217948rem !important;
  }

  .wide-post .blog-post-img {
    margin-bottom: 30px !important;
  }

  .square-post {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .square-post .blog-post-txt {
    padding-inline: 20px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .posts-category {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }

  .posts-category span {
    top: 1.25px !important;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1.0625rem !important;
  }

  .single-post-title h3,
  .single-post-title h2 {
    margin-bottom: 20px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 25px !important;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none !important;
  }

  #single-post .post-meta-list li {
    margin-top: 10px !important;
    display: block !important;
  }

  .post-inner-img {
    margin-block: 30px !important;
  }

  .single-post-txt h5,
  .single-post-txt h4 {
    margin-top: 15px !important;
    margin-bottom: 18px !important;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 30px !important;
    font-size: 1.0625rem !important;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem !important;
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }

  .post-share-list {
    margin-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .post-author {
    display: block !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: 50px !important;
  }

  .post-author-avatar {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    display: block !important;
    text-align: left !important;
  }

  .post-author-avatar img {
    height: 70px !important;
    width: 70px !important;
  }

  .post-author-txt h5 {
    margin-bottom: 10px !important;
  }

  .author-follow-btn {
    top: 135px !important;
    right: 10px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
  }

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

  .post-comments h5 {
    margin-bottom: 40px !important;
  }

  .comment-body {
    margin-left: 18px !important;
  }

  .post-comments img {
    height: 43px !important;
    width: 43px !important;
  }

  .comment-meta {
    margin-bottom: 8px !important;
  }

  .comment-meta h6 {
    margin-bottom: 5px !important;
  }

  .post-comments #leave-comment h5 {
    margin-top: 50px !important;
  }

  .comment-form p {
    margin-bottom: 10px !important;
  }

  .comment-form {
    margin-top: 50px !important;
  }

  .comment-form .btn {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px !important;
    font-size: 14px !important;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 15px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    height: 54px !important;
  }

  .contact-form textarea {
    min-height: 170px !important;
  }

  .contact-form textarea.form-control {
    padding: 15px !important;
  }

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

  .footer hr {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  #footer-10.pt--50 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #footer-11.p-404.pt--50 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .footer .sm\:w-4\/12,
  .footer .sm\:w-6\/12,
  .footer .sm\:w-8\/12 {
    float: left !important;
    width: calc(6/12 * 100%) !important;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none !important;
    width: 100% !important;
  }

  .footer-info,
  .footer-links,
  .footer-stores-badge {
    margin-bottom: 35px !important;
  }

  #footer-2 .footer-info {
    margin-bottom: 40px !important;
  }

  #footer-6 .footer-info,
  #footer-7 .footer-info {
    margin-top: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px !important;
    padding-bottom: 35px !important;
  }

  #footer-8 .footer-links,
  #footer-10 .footer-links {
    margin-bottom: 10px !important;
  }

  img.footer-logo,
  img.footer-logo-dark {
    max-height: 36px !important;
  }

  #footer-1 .footer-logo,
  #footer-5 .footer-logo,
  #footer-6 .footer-logo,
  #footer-7 .footer-logo {
    margin-bottom: 24px !important;
  }

  #footer-10 img.footer-logo {
    max-height: 36px !important;
  }

  .footer h6 {
    margin-bottom: 18px !important;
    font-size: 1.153846rem !important;
  }

  .footer-mail-link {
    font-size: 1.06410rem !important;
  }

  .footer-mail-link span {
    top: 3px !important;
    right: calc(var(--spacing) * 1) !important;
  }

  #footer-1 .footer-info .footer-mail-link {
    margin-top: 5px !important;
  }

  #footer-8 .foo-links li {
    display: block !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .foo-links li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .foo-links.ico-10 li span {
    top: 1px !important;
    right: 3px !important;
  }

  .foo-links li a span.ext-link {
    top: 0.5px !important;
    left: 2px !important;
  }

  .footer-stores-badge .store {
    margin-right: 6px !important;
  }

  .footer-form {
    margin-right: 5% !important;
  }

  #footer-9 .footer-form {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-9 .footer-form h6 {
    padding-right: 5% !important;
  }

  .footer-form .form-control {
    font-size: 1.0625rem !important;
  }

  .footer-form .form-control,
  .footer-form .btn {
    height: 30px !important;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before,
  .footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 1.1rem !important;
    --tw-leading: 26px !important;
    line-height: 26px !important;
  }

  .bottom-footer-socials {
    margin-top: 10px !important;
  }

  .bottom-footer-socials li {
    padding-left: calc(var(--spacing) * 3) !important;

    &:first-child {
      padding-left: calc(var(--spacing) * 0) !important;
    }
  }

  .bottom-footer-list {
    margin-top: 3px !important;
  }

  #footer-4 .bottom-footer-list li,
  #footer-9 .bottom-footer-list li {
    padding-left: calc(var(--spacing) * 2) !important;
  }

  #footer-4 .bottom-footer-list li span,
  #footer-9 .bottom-footer-list li span {
    margin-right: 1px !important;
  }

  .footer-list-divider {
    top: calc(var(--spacing) * 0) !important;
  }

  .bottom-secondary-link p span {
    top: 1.5px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright p span {
    top: 2px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before,
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem !important;
  }

  .inner-page-title {
    margin-bottom: 50px !important;
  }

  .inner-page-title h2 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .inner-page-title p {
    margin-top: 12px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-hero-section h1 {
    margin-bottom: 20px !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .page-link {
    padding-inline: 10px !important;
    padding-block: 2px !important;
    font-size: 0.95rem !important;
  }

  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px !important;
  }

  .login-page-logo {
    margin-bottom: 38px !important;
  }

  .login-page-logo img {
    max-height: 36px !important;
  }

  .register-form-title {
    margin-bottom: 25px !important;
  }

  .register-form-title h3 {
    font-size: 1.60256rem !important;
  }

  .separator-line,
  .register-page-form p.input-header,
  .form-data span,
  .register-page-form .btn-google {
    font-size: 1rem !important;
  }

  #signup .form-data span {
    font-size: 0.935rem !important;
  }

  .reset-password-link p {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    font-size: 1rem !important;
  }

  .register-page-form p.create-account {
    margin-top: 20px !important;
    font-size: 1rem !important;
  }

  .separator-line {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 20px !important;
  }

  .reset-form-title {
    margin-bottom: 16px !important;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px !important;
    font-size: 1rem !important;
  }

  .reset-page-wrapper {
    margin-inline: 10px !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .reset-page-wrapper form {
    padding-inline: 10px !important;
    padding-top: 35px !important;
    padding-bottom: 10px !important;
  }

  #login .register-page-form,
  #signup .register-page-form {
    padding-inline: 20px !important;
    padding-block: 35px !important;
  }

  #login.login-1 .register-page-form,
  #signup.signup-1 .register-page-form {
    padding-inline: 10px !important;
    padding-block: 15px !important;
  }

  .reset-page-wrapper .form-control,
  .register-page-form .form-control {
    margin-bottom: 20px !important;
    height: 50px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
    font-size: 1.0625rem !important;
  }

  #login .register-page-form .btn.submit {
    margin-top: 12px !important;
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 20px !important;
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  .reset-page-wrapper .btn.submit {
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  .btn-google img {
    top: calc(2px * -1) !important;
    right: 5px !important;
    height: 18px !important;
    width: 18px !important;
  }

  .btn-show-pass {
    top: calc(var(--spacing) * 4) !important;
  }

  .page-404-txt {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }

  .page-404-txt h2 {
    margin-bottom: 15px !important;
  }

  .page-404-txt h6 {
    margin-bottom: 22px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.6 !important;
    line-height: 1.6 !important;
  }

  .page-404-img {
    margin-bottom: 35px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #modal-1 .modal-dialog {
    margin: auto !important;
    max-width: 330px !important;
  }

  #modal-2 .modal-dialog {
    margin: auto !important;
    width: 310px !important;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto !important;
    width: 320px !important;
  }

  #modal-1.modal .btn-close {
    top: 10px !important;
    right: 10px !important;
  }

  #modal-2 .modal-body-content {
    padding-inline: 30px !important;
    padding-top: 22px !important;
    padding-bottom: 5px !important;
  }

  #modal-3 .modal-body-content {
    padding-inline: 10px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .modal-body .newsletter-form {
    margin-top: 15px !important;
  }

  .modal .form-control,
  .modal .newsletter-form .btn {
    height: 48px !important;
    font-size: 1rem !important;
  }

  #modal-3 .request-form-title p {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }

  #modal-3 .request-form .form-control {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
  }

  #modal-3 .request-form .btn {
    height: 48px !important;
    font-size: 1.0625rem !important;
  }
}

@media (max-width: 320.98px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    margin: calc(var(--spacing) * 0) !important;
    max-width: 100% !important;
  }

  html {
    font-size: 87.5% !important;
  }

  #stlChanger {
    display: none !important;
  }

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

  .bg--fixed {
    width: auto !important;
  }

  .bg--scroll {
    width: auto !important;
    background-attachment: scroll !important;
  }

  .py--50 {
    padding-block: 30px !important;
  }

  .py--60 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .py--70 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .py--80 {
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .py--90 {
    padding-block: 50px !important;
  }

  .py--100 {
    padding-block: 60px !important;
  }

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

  .pt--60 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .pt--70 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

  .pt--80 {
    padding-top: calc(var(--spacing) * 10) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .shape--01:after {
    top: 6.5% !important;
    height: 90% !important;
  }

  .shape--02:after {
    top: 6.5% !important;
    left: -20% !important;
    height: 90% !important;
    width: 140% !important;
  }

  .shape--03:after {
    top: -70px !important;
    left: -20% !important;
    height: 129% !important;
    width: 140% !important;
  }

  .shape--04:after {
    top: calc(var(--spacing) * 0) !important;
    height: 92% !important;
  }

  .shape--05:after {
    height: 94% !important;
  }

  .shape--06:after {
    height: 92% !important;
  }

  .shape--07:after {
    top: 15% !important;
    height: calc(4/5 * 100%) !important;
  }

  ol.digit-list p {
    margin-bottom: 5px !important;
  }

  .font--jakarta h1,
  .font--jakarta h2 {
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .font--jakarta h3,
  .font--jakarta h4,
  .font--jakarta h5,
  .font--jakarta h6 {
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .s-15,
  .s-16 {
    font-size: 1rem !important;
  }

  .s-17 {
    font-size: 1.0625rem !important;
  }

  .s-18,
  .s-19,
  .s-20,
  .s-21,
  .s-22,
  .s-23 {
    font-size: 1.285714rem !important;
  }

  .s-24,
  .s-26,
  .s-28 {
    font-size: 1.35714rem !important;
  }

  .s-30,
  .s-32,
  .s-34 {
    font-size: 1.5rem !important;
  }

  .s-36,
  .s-38,
  .s-40 {
    font-size: 1.57142rem !important;
  }

  .s-42,
  .s-43,
  .s-44,
  .s-45,
  .s-46,
  .s-47 {
    font-size: 1.714285rem !important;
  }

  .s-48 {
    font-size: 1.85714rem !important;
  }

  .s-50,
  .s-52,
  .s-54,
  .s-56,
  .s-58,
  .s-60 {
    font-size: 1.92857rem !important;
  }

  .s-62 {
    font-size: 2rem !important;
  }

  .s-64,
  .s-66,
  .s-68 {
    font-size: 2.07142rem !important;
  }

  .s-68 {
    font-size: 2.14285rem !important;
  }

  p.p-md,
  p.p-lg {
    font-size: 1.0625rem !important;
  }

  p.p-xl {
    font-size: 1.125rem !important;
  }

  a.tra-link {
    font-size: 1.0625rem !important;
  }

  .tra-link.ico-20 [class*="flaticon-"]:before,
  .tra-link.ico-20 [class*="flaticon-"]:after {
    top: 1px !important;
    left: 2px !important;
    font-size: 0.785rem !important;
    --tw-leading: 0.7rem !important;
    line-height: 0.7rem !important;
  }

  .btn {
    font-size: 1rem !important;
  }

  .btn.btn-sm {
    padding-inline: calc(var(--spacing) * 6) !important;
    padding-block: 0.7rem !important;
    font-size: 1rem !important;
  }

  .btns-group .btn.ico-30.ico-left,
  .btns-group .btn.ico-30.ico-right {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-top: 0.391175rem !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .btns-group .btn:first-child {
    margin-inline: 5px !important;
    margin-bottom: 15px !important;
  }

  .text--center p.btns-group-txt {
    margin-top: 18px !important;
  }

  .btn-rating {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 15px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .btn-rating p.p-sm {
    font-size: 0.9375rem !important;
  }

  .btn.ico-20 [class*="flaticon-"]:before,
  .btn.ico-20 [class*="flaticon-"]:after {
    top: 3.5px !important;
    font-size: 1.15rem !important;
    --tw-leading: 0.45rem !important;
    line-height: 0.45rem !important;
  }

  .btn.ico-30 [class*="flaticon-"]:before,
  .btn.ico-30 [class*="flaticon-"]:after {
    font-size: 1.85rem !important;
  }

  .btn.ico-30.ico-left span.ico-30-txt {
    top: calc(var(--spacing) * -2) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .btn.ico-30.ico-right span.ico-30-txt {
    top: calc(var(--spacing) * -2) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .btn.ico-left span {
    margin-right: 2px !important;
  }

  .btn.ico-right span {
    margin-left: 2px !important;
  }

  .os-btn {
    width: 250px !important;
    min-width: 250px !important;
    padding-inline: 15px !important;
    padding-top: 14px !important;
    padding-bottom: 10px !important;
  }

  .os-btn-ico {
    margin-right: 14px !important;
  }

  .os-btn-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
  }

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

  .btn-os.mr--15 {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 12px !important;
  }

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

  .store.store-btn-2 {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .store-btn-3,
  .store-btn-4 {
    margin-top: 12px !important;
  }

  .watch-video {
    margin-top: 18px !important;
  }

  .watch-video-link {
    margin-right: calc(var(--spacing) * 2) !important;
  }

  p.video-txt-lg {
    font-size: 1.0625rem !important;
  }

  p.video-txt-sm {
    font-size: 1rem !important;
  }

  .ico-50 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 55px) !important;
    height: 100px !important;
    width: 100px !important;
  }

  .fbox-11 .ico-50 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 55px) !important;
  }

  .ico-55 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 50px) !important;
    height: 105px !important;
    width: 105px !important;
  }

  .ico-60 .shape-ico svg {
    top: -30px !important;
    left: calc(50% - 55px) !important;
    height: 110px !important;
    width: 110px !important;
  }

  .ico-rounded,
  .ico-rounded-md,
  .ico-rounded-lg {
    height: 88px !important;
    width: 88px !important;
  }

  .ico-rounded [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after,
  .ico-rounded-md [class*="flaticon-"]:before,
  .ico-rounded-md [class*="flaticon-"]:after,
  .ico-rounded-lg [class*="flaticon-"]:before,
  .ico-rounded-lg [class*="flaticon-"]:after {
    font-size: 2.85rem !important;
    --tw-leading: 88px !important;
    line-height: 88px !important;
  }

  .ico-square {
    height: calc(var(--spacing) * 20) !important;
    width: calc(var(--spacing) * 20) !important;
  }

  .ico-square [class*="flaticon-"]:before,
  .ico-square [class*="flaticon-"]:after {
    font-size: 2.85rem !important;
    --tw-leading: 80px !important;
    line-height: 80px !important;
  }

  .section-id.rounded-id {
    margin-bottom: 25px !important;
    padding-inline: 20px !important;
    padding-block: 7px !important;
    font-size: 0.8rem !important;
  }

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

  .section-title.mb--70,
  .section-title.mb--80 {
    margin-bottom: 35px !important;
  }

  .section-title h2 {
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-md,
  .section-title p.p-lg {
    margin-top: 12px !important;
    padding: calc(var(--spacing) * 0) !important;
  }

  .section-title p.p-xl {
    margin-top: 12px !important;
    font-size: 1.125rem !important;
  }

  .section-title p.s-20,
  .section-title p.s-21 {
    margin-top: 10px !important;
    font-size: 1.285714rem !important;
  }

  .section-title .btns-group.mt--35,
  .section-title .stores-badge.mt--30 {
    margin-top: 20px !important;
  }

  .section-title .btns-group .btn {
    margin-inline: 10px !important;

    &:first-child {
      margin-bottom: 12px !important;
    }
  }

  #loading-center {
    margin-top: calc(40px * -1);
    margin-left: calc(var(--spacing) * -10);
    height: calc(var(--spacing) * 20) !important;
    width: calc(var(--spacing) * 20) !important;
  }

  .wsmobileheader .smllogo {
    margin-top: 24px !important;
    display: block !important;
    padding-left: 15px !important;
  }

  .blog-header .wsmobileheader .smllogo {
    margin-top: 30px !important;
  }

  .smllogo img {
    max-height: 32px !important;
    width: auto !important;
    max-width: inherit !important;
  }

  .blog-header .smllogo img {
    max-height: 26px !important;
  }

  .wsmenu>.wsmenu-list {
    margin-right: -250px;
    width: 250px !important;
  }

  .wsactive .wsmobileheader {
    margin-right: 250px !important;
  }

  .overlapblackbg {
    width: calc(100% - 250px) !important;
  }


  span.sm-info {
    top: -1px !important;
    margin-left: 5px !important;
    height: calc(var(--spacing) * 5) !important;
    width: calc(var(--spacing) * 5) !important;
    font-size: 0.785rem !important;
    --tw-leading: 18px !important;
    line-height: 18px !important;
  }

  .wsmenu>.wsmenu-list>li>a {
    margin: calc(var(--spacing) * 0) !important;
    padding-top: 5px !important;
    padding-right: 32px !important;
    padding-bottom: calc(var(--spacing) * 1) !important;
    padding-left: 20px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin-top: 24px !important;
    margin-right: 18px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    margin-left: calc(var(--spacing) * 0) !important;
    height: calc(var(--spacing) * 2) !important;
    width: calc(var(--spacing) * 2) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    top: calc(var(--spacing) * 0) !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
    padding-inline: 10px !important;
    padding-block: 6px !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.icons-menu,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.icons-menu.w-75 {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: 6px !important;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a,
  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover,
  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
    padding-inline: 9px !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }

  .store.header-store img {
    max-height: 42px !important;
  }

  .header-socials.ico-20 [class*="flaticon-"]:before,
  .header-socials.ico-25 [class*="flaticon-"]:after {
    --tw-leading: 52px !important;
    line-height: 52px !important;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    margin-top: 12px !important;
  }

  .icons-menu-txt span {
    font-size: 0.885rem !important;
  }

  .hero-section.blur--purple:after {
    top: calc(calc(1/4 * 100%) * -1) !important;
    opacity: 0.16 !important;
  }

  .hero-section h2 {
    margin-bottom: 13px !important;
  }

  .hero-section h2.s-48,
  .hero-section h2.s-50 {
    margin-bottom: 20px !important;
  }

  .hero-section p.p-md,
  .hero-section p.p-lg,
  .hero-section p.p-xl,
  .hero-section p.s-20,
  .hero-section p.s-22,
  .hero-section p.s-24 {
    margin-bottom: 23px !important;
  }

  .hero-section p.s-21 {
    margin-bottom: 22px !important;
    font-size: 1.285714rem !important;
  }

  .hero-section .btn.mt--15,
  .hero-section .btns-group.mt--15 {
    margin-top: 8px !important;
  }

  .hero-section .text--center .advantages {
    margin-top: 15px !important;
  }

  .hero-section .advantages li {
    margin-top: 3px !important;
    display: block !important;
  }

  .hero-section .advantages li p {
    float: none !important;
    display: block !important;
  }

  .hero-section li.advantages-links-divider {
    display: none !important;
  }

  .hero-logo {
    margin-bottom: 28px !important;
  }

  .hero-logo img {
    max-height: calc(var(--spacing) * 7) !important;
  }

  .hero-square-logo {
    margin-bottom: 10px !important;
  }

  .hero-square-logo img {
    max-height: 58px !important;
  }

  .hero-app-logo {
    margin-bottom: 25px !important;
  }

  .hero-app-logo img {
    max-height: 85px !important;
  }

  #hero-25 .hero-app-logo img {
    max-height: 85px !important;
  }

  .hero-digits {
    margin-top: -5px !important;
  }

  #hero-9 .hero-digits {
    margin-top: 3px !important;
  }

  .hero-digits h2.statistic-number {
    font-size: 2.2rem !important;
  }

  .hero-digits h2.statistic-number span {
    font-size: 2.15rem !important;
  }

  .hero-section .quick-form.mt--45,
  .hero-section .quick-form.mt--35 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .hero-section .quick-form .form-control,
  .hero-section .quick-form .btn {
    height: 52px !important;
    font-size: 1.15rem !important;
  }

  .hero-section .quick-form.form-half .form-control {
    height: 52px !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.15rem !important;
  }

  .hero-section .quick-form.form-half .btn {
    height: 52px !important;
    font-size: 18px !important;
  }

  .hero-section .text--center .quick-form-msg {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: calc(10px * -1) !important;
  }

  .request-form .form-control {
    height: 50px !important;
    padding-inline: 14px !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.0625rem !important;
  }

  #hero-10-form .btn,
  #hero-22-form .btn {
    height: 50px !important;
    padding: calc(var(--spacing) * 4) !important;
    font-size: 1.0625rem !important;
  }

  #hero-1,
  #hero-2 {
    padding-block: 70px !important;
  }

  .hero-1-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-1-img,
  .hero-2-img {
    margin-top: 30px !important;
  }

  #hero-3 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 8% !important;
    }
  }

  .hero-3-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-3-img {
    margin-top: 30px !important;
  }

  #hero-4 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }
  }

  .hero-4-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-4-txt h2 {
    padding-inline: 2.4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-4-img {
    margin-top: 30px !important;
  }

  #hero-5 {
    margin-bottom: 50px !important;
    padding-top: 70px !important;
  }

  .hero-5-txt h2 {
    margin-bottom: 12px !important;
  }

  .hero-5-txt p.p-lg {
    margin-bottom: 20px !important;
  }

  .hero-5-img {
    margin-top: 35px !important;
  }

  #hero-6 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  #hero-6 .container {
    max-width: 100% !important;
  }

  .hero-6-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 15px !important;
    padding-block: 65px !important;
  }

  .hero-6-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-6-img {
    margin-inline: 1% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .hero-7-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-7 .quick-form {
    margin-inline: 3% !important;
  }

  .hero-7-img {
    margin-top: 30px !important;
  }

  #hero-8 {
    padding-top: 70px !important;
  }

  .hero-8-txt {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-8-txt .hero-logo {
    display: none !important;
  }

  .hero-8-txt .hero-digits {
    padding: calc(var(--spacing) * 0) !important;
  }

  #hero-8-form {
    margin-inline: 2% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    border-radius: 10px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 26px !important;
  }

  #hero-8-form h4 {
    margin-bottom: 12px !important;
  }

  #hero-8-form p {
    margin-bottom: 15px !important;
    font-size: 1rem !important;
  }

  #hero-8-form p.p-sm {
    padding: calc(var(--spacing) * 0) !important;
    font-size: 0.9375rem !important;
  }

  #hero-9 {
    padding-top: 70px !important;
  }

  .hero-9-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.45 !important;
    line-height: 1.45 !important;
  }

  .hero-9-txt h2 img {
    top: calc(6px * -1) !important;
    margin-inline: 2px !important;
    margin-block: calc(var(--spacing) * 0) !important;
    max-height: 48px !important;
  }

  .hero-9-txt p.s-20 {
    margin-top: 10px !important;
    font-size: 1rem !important;
  }

  #hero-9 .quick-form {
    margin-inline: 2% !important;
  }

  .hero-9-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-10 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 7% !important;
    }
  }

  .hero-10-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-txt h4 {
    margin-bottom: 23px !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-10-img {
    margin-top: 30px !important;
  }

  #hero-11 {
    padding-top: 70px !important;
  }

  .hero-11-txt p {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-11-img {
    margin-inline: 3% !important;
    margin-top: 30px !important;
    margin-bottom: -50px !important;
  }

  #hero-12 {
    padding-top: 70px !important;

    &::after {
      content: var(--tw-content);
      height: 6% !important;
    }
  }

  .hero-12-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .font--inter .hero-12-txt h2 {
    padding-inline: 2.4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-txt p {
    padding-inline: 5px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-12-img {
    margin-top: 30px !important;
  }

  #hero-13 {
    padding-block: 70px !important;
  }

  .hero-13-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-13-img {
    margin-inline: 1% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-14 {
    margin-bottom: 20px !important;
    padding-top: 70px !important;
  }

  .hero-14-txt h2.s-62 {
    margin-bottom: 15px !important;
    font-size: 1.92857rem !important;
  }

  .hero-14-txt p.s-21 {
    margin-bottom: 25px !important;
    padding: 0% !important;
  }

  #hero-14 .quick-form {
    margin-inline: 4% !important;
  }

  .hero-14-img {
    margin-top: 35px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .hero-14-txt .btn-txt {
    margin-top: 25px !important;
  }

  #hero-15 {
    padding-top: 70px !important;
  }

  .hero-15-img {
    margin-inline: 1% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-16 {
    margin-bottom: 30px !important;
    padding-top: 70px !important;
  }

  .hero-16-txt h2 {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-16-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 30px !important;
    margin-bottom: -30px !important;
  }

  #hero-17 {
    padding-top: 70px !important;
  }

  .hero-17-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-17 .quick-form {
    margin-inline: 2% !important;
  }

  #hero-17 #brands-1 {
    padding-top: 30px !important;
  }

  #hero-18 {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
  }

  .hero-18-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-18 .quick-form {
    margin-inline: 2% !important;
    margin-top: 20px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-18-img {
    margin-top: 30px !important;
  }

  #hero-19 {
    padding-top: 70px !important;
  }

  .hero-19-txt h2 {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-20 {
    padding-top: 70px !important;
  }

  .hero-20-txt {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-20-txt .hero-logo {
    display: none !important;
  }

  .hero-section .hero-20-txt h2.s-48 {
    margin-bottom: 18px !important;
  }

  #hero-21 {
    margin-bottom: 35px !important;
    padding-top: 70px !important;
  }

  #hero-21 .container {
    max-width: 100% !important;
  }

  .hero-21-txt {
    margin-bottom: 40px !important;
  }

  .hero-21-txt h2 {
    margin-bottom: 18px !important;
  }

  .hero-21-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    overflow: visible !important;
    border-radius: 0 0 !important;
  }

  #hero-21 .hero-overlay {
    padding-inline: 20px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .hero-21-img {
    margin-bottom: -35px !important;
  }

  .hero-21-img .video-btn {
    top: calc(50% - 2px) !important;
  }

  #hero-22 {
    padding-top: 70px !important;
  }

  #hero-22-form {
    margin-inline: 1% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    padding-inline: 15px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
  }

  #hero-22 .hero-logo {
    display: none !important;
  }

  #hero-22-form h4 {
    margin-bottom: 12px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.57142rem !important;
  }

  #hero-22-form p {
    margin-bottom: 15px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.1rem !important;
  }

  #hero-23 {
    margin-bottom: 20px !important;
    padding-top: 70px !important;
  }

  .hero-23-txt {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-23-img {
    margin-top: 12px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  #hero-24 {
    padding-block: 70px !important;
  }

  .hero-24-txt p.p-xl {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #hero-24 .quick-form {
    margin-inline: 2% !important;
  }

  #hero-25 {
    padding-block: 70px !important;
  }

  .hero-25-txt p.p-lg {
    margin-bottom: 20px !important;
  }

  .hero-25-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #hero-26 {
    padding-top: 70px !important;
  }

  .hero-26-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .hero-26-img {
    margin-top: 30px !important;
  }

  #hero-27 .hero-overlay {
    padding-top: 70px !important;
  }

  .hero-27-txt h2 {
    margin-bottom: 15px !important;
    font-size: 1.85rem !important;
  }

  .hero-27-txt p.s-20,
  .hero-27-txt p.s-21 {
    font-size: 1.0625rem !important;
  }

  .hero-27-txt p.s-20 {
    margin-bottom: 20px !important;
  }

  .hero-27-txt .btns-group.mt--15 {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .about-2-title {
    margin-bottom: 30px !important;
  }

  .a2-txt {
    padding-inline: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 25px !important;
  }

  #a3-1 {
    margin-bottom: 20px !important;
  }

  .a2-txt-quote {
    position: relative !important;
    margin-bottom: -35px !important;
  }

  .a2-txt-quote.ico-40 [class*="flaticon-"]:before,
  .a2-txt-quote.ico-40 [class*="flaticon-"]:after {
    font-size: 4.25rem !important;
  }

  .a2-txt-author {
    margin-top: 10px !important;
    font-size: 18px !important;
  }

  .a2-txt-author span {
    margin-top: 1px !important;
    font-size: 0.975rem !important;
  }

  #about-1 .txt-block h3.mb--30,
  .about-2-title h2.mb--30 {
    margin-bottom: 15px !important;
  }

  #about-4 .txt-block h2 {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #about-4 .txt-block p {
    margin-top: 12px !important;
  }

  #a4-2 {
    margin-inline: 2% !important;
    margin-top: 30px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #features-14 .container {
    max-width: 100% !important;
  }

  .fbox-14-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 30px !important;
    padding-block: 60px !important;
  }

  #features-12.py--100.shape--bg:after,
  #features-13.py--100.shape--bg:after {
    top: 31% !important;
    height: 69% !important;
  }

  #features-12.pt--100.shape--bg:after,
  #features-13.pt--100.shape--bg:after {
    top: 32% !important;
    height: 65% !important;
  }

  .fb-1,
  .fb-2,
  .rows-2 .fb-1,
  .rows-2 .fb-2,
  .rows-2 .fb-3,
  .rows-2 .fb-4,
  .rows-2 .fb-5,
  .row-cols-md-2 .fb-3,
  .fbox-5.fb-3,
  .fbox-5.fb-5,
  .rows-2 .fbox-7.fb-1,
  .rows-2 .fbox-7.fb-2,
  .rows-2 .fbox-7.fb-3,
  .rows-2 .fbox-9.fb-1,
  .rows-2 .fbox-9.fb-2,
  .rows-2 .fbox-9.fb-3 {
    margin-bottom: 30px !important;
  }

  .rows-3 .fb-3.fbox-11-lst {
    margin-bottom: 30px !important;
  }

  .fbox-5.fb-2,
  .fbox-5.fb-4,
  .fbox-5.fb-6 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-3 .fbox-4,
  .row-cols-md-2 .fbox-4,
  .fbox-5,
  .fbox-8.bg--white-100 {
    padding-inline: 25px !important;
    padding-block: 35px !important;
  }

  .fbox-7,
  .fbox-9 {
    padding-inline: 25px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .row-cols-md-2 .fbox-7 {
    padding-inline: 35px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .fbox-8.fb-1 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 35px !important;
  }

  .fbox-8.fb-3 {
    padding-inline: 25px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .fbox-12,
  .fbox-13 {
    padding-inline: 25px !important;
    padding-block: 30px !important;
  }

  #fb-12-1,
  #fb-12-2,
  #fb-12-3,
  #fb-13-1,
  #fb-13-2,
  #fb-13-3 {
    margin-bottom: 30px !important;
  }

  #fb-12-1,
  #fb-13-1 {
    margin-top: 50px !important;
  }

  #features-12 .txt-block,
  #features-13 .txt-block {
    margin-bottom: 30px !important;
  }

  .fbox-14 {
    padding-inline: 25px !important;
    padding-top: 30px !important;
    padding-bottom: 25px !important;
  }

  .fbox-14.fb-1,
  .fbox-14.fb-2 {
    margin-bottom: 25px !important;
  }

  .fbox-img.h--135 img,
  .fbox-img.h--140 img,
  .fbox-img.h--145 img,
  .fbox-img.h--150 img,
  .fbox-img.h--155 img,
  .fbox-img.h--160 img,
  .fbox-img.h--165 img,
  .fbox-img.h--170 img,
  .fbox-img.h--175 img,
  .fbox-img.h--180 img {
    max-height: calc(var(--spacing) * 40) !important;
  }

  .fbox-2 .fbox-img.h--135 img,
  .fbox-2 .fbox-img.h--140 img,
  .fbox-2 .fbox-img.h--145 img,
  .fbox-2 .fbox-img.h--150 img,
  .fbox-2 .fbox-img.h--155 img,
  .fbox-2 .fbox-img.h--160 img,
  .fbox-2 .fbox-img.h--165 img,
  .fbox-2 .fbox-img.h--170 img,
  .fbox-2 .fbox-img.h--175 img,
  .fbox-2 .fbox-img.h--180 img {
    max-height: calc(var(--spacing) * 40) !important;
  }

  .fbox-3 .fbox-img.h--135 img,
  .fbox-3 .fbox-img.h--140 img,
  .fbox-3 .fbox-img.h--145 img,
  .fbox-3 .fbox-img.h--150 img,
  .fbox-3 .fbox-img.h--155 img,
  .fbox-3 .fbox-img.h--160 img,
  .fbox-3 .fbox-img.h--165 img,
  .fbox-3 .fbox-img.h--170 img,
  .fbox-3 .fbox-img.h--175 img,
  .fbox-3 .fbox-img.h--180 img {
    max-height: calc(var(--spacing) * 40) !important;
  }

  .fbox-4 .fbox-img.h--135 img,
  .fbox-4.fbox-img.h--140 img,
  .fbox-4 .fbox-img.h--145 img,
  .fbox-4 .fbox-img.h--150 img,
  .fbox-4 .fbox-img.h--155 img,
  .fbox-4 .fbox-img.h--160 img,
  .fbox-4 .fbox-img.h--165 img,
  .fbox-4 .fbox-img.h--170 img,
  .fbox-4 .fbox-img.h--175 img {
    max-height: 145px !important;
  }

  .fbox-1 .fbox-img,
  .row-cols-md-2 .fbox-1 .fbox-img,
  .fbox-4 .fbox-img,
  .row-cols-md-2 .fbox-4 .fbox-img {
    margin-bottom: 25px !important;
  }

  .fbox-2 .fbox-img.h--135,
  .fbox-2 .fbox-img.h--140,
  .fbox-2 .fbox-img.h--145,
  .fbox-2 .fbox-img.h--150,
  .fbox-2 .fbox-img.h--155,
  .fbox-2 .fbox-img.h--160,
  .fbox-2 .fbox-img.h--165,
  .fbox-2 .fbox-img.h--170,
  .fbox-2 .fbox-img.h--175,
  .fbox-2 .fbox-img.h--180 {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 45px !important;
    padding-top: 35px !important;
  }

  .fbox-3 .fbox-img.h--135,
  .fbox-3 .fbox-img.h--140,
  .fbox-3 .fbox-img.h--145,
  .fbox-3 .fbox-img.h--150,
  .fbox-3 .fbox-img.h--155,
  .fbox-3 .fbox-img.h--160,
  .fbox-3 .fbox-img.h--165,
  .fbox-3 .fbox-img.h--170,
  .fbox-3 .fbox-img.h--175,
  .fbox-3 .fbox-img.h--180 {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
    padding-top: 35px !important;
  }

  .fbox-5.fb-1 .fbox-5-img,
  .fbox-5.fb-2 .fbox-5-img,
  .fbox-5.fb-3 .fbox-5-img,
  .fbox-5.fb-4 .fbox-5-img,
  .fbox-5.fb-5 .fbox-5-img,
  .fbox-5.fb-6 .fbox-5-img {
    margin-inline: 3% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  .fbox-ico,
  .fbox-ico.ico-rounded,
  .fbox-ico.ico-square {
    margin-bottom: 18px !important;
  }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:after,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:before,
  .fbox-10 .fbox-title.ico-35 [class*="flaticon-"]:after {
    font-size: 3.6rem !important;
  }

  .features-section h6.s-18,
  .features-section h6.s-20,
  .features-section h6.s-22 {
    font-size: 1.35714rem !important;
  }

  .features-section h6,
  .fbox-txt h5,
  .rows-2 .fbox-11 h6,
  .fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 12px !important;
  }

  .fbox-10 .fbox-title {
    margin-inline: auto !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .fbox-10 .fbox-title span {
    float: none !important;
    margin-right: calc(var(--spacing) * 0) !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-10 .fbox-title h6 {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .fbox-14 h5 {
    margin-bottom: 12px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-3 .fbox-1 p,
  .row-cols-md-3 .fbox-2 p,
  .row-cols-md-3 .fbox-3 p,
  .row-cols-md-3 .fbox-6 p,
  .fbox-10 .fbox-txt p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-2 .fbox-1 p,
  .row-cols-md-2 .fbox-2 p,
  .row-cols-md-2 .fbox-3 p,
  .row-cols-md-2 .fbox-6 p {
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-md-2 .fbox-4 p,
  .fbox-5 .fbox-txt p,
  .rows-2 .fbox-11 p {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .row-cols-lg-3 .fbox-10 .fbox-txt p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .rows-3 .fbox-11 p {
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .ct-06 {
    padding-bottom: 60px !important;
  }

  .ct-10 .section-overlay {
    margin-bottom: 40px !important;
  }

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

  .ct-13 .txt-block,
  .ct-13 .img-block {
    margin-bottom: 30px !important;
  }

  .ct-13 .txt-block.ml--block,
  .ct-13 .img-block.ml--block {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .content-section.ws-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .bc-1-wrapper .section-overlay,
  .bc-4-wrapper .section-overlay {
    padding-inline: 18px !important;
    padding-block: 60px !important;
  }

  .bc-2-wrapper .section-overlay,
  .bc-3-wrapper .section-overlay {
    padding-inline: 14px !important;
    padding-block: 60px !important;
  }

  .bc-5-wrapper .section-overlay {
    padding-inline: 14px !important;
    padding-top: 60px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .bc-6-wrapper .section-overlay {
    padding-inline: 14px !important;
    padding-block: 60px !important;
  }

  .bc-6 {
    padding-inline: 15px !important;
    padding-top: calc(var(--spacing) * 5) !important;
    padding-bottom: 25px !important;
  }

  .bc-6-top {
    margin-bottom: 30px !important;
  }

  .cbox-6-wrapper {
    padding-inline: 18px !important;
    padding-block: 28px !important;
  }

  .bc-1-wrapper,
  .bc-2-wrapper,
  .bc-3-wrapper,
  .bc-4-wrapper,
  .bc-5-wrapper,
  .bc-6-wrapper {
    border-radius: 0 0 !important;
  }

  .bc-5-wrapper .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .bc-2-txt h2,
  .bc-3-txt h2,
  .bc-4-txt h2,
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 14px !important;
  }

  .txt-block h5 {
    margin-bottom: 16px !important;
  }

  h5.h5-title {
    margin-block: calc(var(--spacing) * 4) !important;
  }

  .cbox-2-txt h5,
  .cbox-3-txt h5,
  .bc-6-txt h5 {
    margin-bottom: 12px !important;
  }

  .txt-block p,
  .txt-block p.p-md,
  .txt-block p.p-lg {
    margin-bottom: 0.85714rem !important;
  }

  .txt-block p.s-20,
  .txt-block p.s-21 {
    font-size: 1.14285rem !important;
  }

  .cbox-5-fea p,
  .txt-block p.video-txt-sm,
  .txt-block p.btn-txt,
  .txt-block p.btns-group-txt,
  .txt-block p.compatibility {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .txt-block p.video-txt-lg {
    margin-bottom: 6px !important;
  }

  .txt-block .btn {
    margin-top: 16px !important;
  }

  .txt-block .stores-badge.mt--15,
  .ws-wrapper .stores-badge.mt--15 {
    margin-top: 8px !important;
  }

  .txt-block .btns-group .btn.btn--transparent {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  .bc-6-link.mt--15 {
    margin-top: 12px !important;
  }

  .txt-block-tra-link.mt--25 {
    margin-top: 16px !important;
  }

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

  .right-column .cbox-5 {
    margin-bottom: 40px !important;
  }

  .cbox-5-content {
    margin-inline: 1% !important;
    margin-block: calc(var(--spacing) * 0) !important;
    padding: 25px !important;
  }

  .cbox-5-content .divider {
    margin-block: 22px !important;
  }

  .txt-block .cbox-5-title h2 {
    margin-bottom: 10px !important;
    font-size: 2.45rem !important;
  }

  .cbox-5-title .statistic-number sup {
    top: -5px !important;
    right: 6px !important;
    font-size: 2.05rem !important;
  }

  .cbox-5-fea {
    margin-top: 20px !important;
    padding-inline: 20px !important;
    padding-block: 15px !important;
  }

  .txt-block .cbox-5-fea h4 {
    font-size: 1.625rem !important;
  }

  .cbox-5-txt .btn {
    margin-top: 10px !important;
  }

  #cb-6-1,
  #cb-6-2,
  #cb-6-3 {
    margin-bottom: 20px !important;
  }

  .cbox-1.ico-10 span {
    right: 5px !important;
  }

  .cbox-1.ico-15 span {
    top: 0.5px !important;
    right: 5px !important;
  }

  .cbox-1.ico-15 [class*="flaticon-"]:before,
  .cbox-1.ico-15 [class*="flaticon-"]:after {
    font-size: 0.7rem !important;
  }

  .cbox-2 .ico-wrap {
    margin-right: calc(var(--spacing) * 4) !important;
  }

  .cbox-2-ico {
    height: 2.15rem !important;
    width: 2.15rem !important;
    font-size: 1.0625rem !important;
    --tw-leading: 1.85rem !important;
    line-height: 1.85rem !important;
  }

  .ct-03 .cbox-2-ico {
    height: 1.65rem !important;
    width: 1.65rem !important;
    font-size: 1rem !important;
    --tw-leading: 1.4rem !important;
    line-height: 1.4rem !important;
  }

  .cbox-2-line {
    height: calc(100% - 70px) !important;
  }

  .cbox-3 {
    display: block !important;
    text-align: center !important;
  }

  .cbox-3 .ico-wrap {
    margin-right: calc(var(--spacing) * 0) !important;
  }

  .cbox-3 .cbox-3-ico {
    top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
  }

  .cbox-3-ico span[class*="flaticon-"]:before,
  .cbox-3-ico span[class*="flaticon-"]:after {
    font-size: 3rem !important;
  }

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

  .box-title h6,
  .box-title h5 {
    margin-bottom: 15px !important;
    display: block !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .img-block-txt .box-title h6,
  .img-block-txt .box-title h5 {
    margin-bottom: 20px !important;
    display: inline-block !important;
    --tw-leading: calc(var(--spacing) * 10) !important;
    line-height: calc(var(--spacing) * 10) !important;
  }

  .box-title span {
    position: relative;
    top: calc(var(--spacing) * 0) !important;
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  .img-block-txt .box-title span {
    top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
    display: inline-block !important;
  }

  .box-title span[class*="flaticon-"]:before,
  .box-title span[class*="flaticon-"]:after {
    font-size: 3rem !important;
  }

  .img-block-txt .box-title span[class*="flaticon-"]:before,
  .img-block-txt .box-title span[class*="flaticon-"]:after {
    font-size: 2.5rem !important;
  }

  .cbox-2-txt,
  .cbox-3-txt,
  .cbox-4-txt {
    margin-bottom: 25px !important;
  }

  .ct-03 .cbox-2-txt {
    margin-bottom: 20px !important;
  }

  .cbox-1-txt p {
    margin-bottom: 5px !important;
  }

  .cbox-6 h6 {
    margin-bottom: 10px !important;
  }

  .txt-block .accordion-1 .accordion-item {
    padding-inline: 20px !important;
    padding-block: 18px !important;
  }

  .txt-block .accordion-2 .accordion-item {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-item .accordion-thumb:before {
    top: -1px !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-2 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-2 .accordion-item.is-active .accordion-thumb:after {
    top: 7px !important;
    font-size: 0.95rem !important;
  }

  .txt-block .accordion-1 .accordion-item.is-active {
    padding-inline: 20px !important;
    padding-top: 25px !important;
    padding-bottom: 9px !important;
  }

  .txt-block .accordion-2 .accordion-item.is-active {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
  }

  .txt-block .accordion-1 .accordion-panel {
    padding: calc(var(--spacing) * 0) !important;
  }

  .txt-block .accordion-1 .accordion-thumb h5 {
    padding-left: 22px !important;
  }

  .txt-block .accordion-2 .accordion-thumb h5 {
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: 10px !important;
  }

  .accordion-2 .accordion-thumb span[class*="flaticon-"]:before,
  .accordion-2 .accordion-thumb span[class*="flaticon-"]:after {
    top: 6px !important;
    font-size: 1.75rem !important;
  }

  .tabs-1 li {
    font-size: 18px !important;
  }

  #tabs-1 .tab-content .img-block {
    margin-bottom: 30px !important;
  }

  .advantages,
  .text--center .advantages {
    margin-top: 15px !important;
  }

  .img-block-btn .advantages li {
    margin-top: calc(var(--spacing) * 1) !important;
    display: block !important;
  }

  .img-block-btn .advantages li p {
    float: none !important;
    display: block !important;
  }

  .img-block-btn li.advantages-links-divider {
    display: none !important;
  }

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

  .tools-list p,
  .payment-methods p {
    margin-bottom: 12px !important;
  }

  .tools-list span {
    padding-right: 1px !important;
  }

  .payment-icons img {
    max-height: 26px !important;
  }

  .tools-list.ico-35 [class*="flaticon-"]:before,
  .tools-list.ico-35 [class*="flaticon-"]:after {
    margin-right: 3px !important;
    font-size: 2rem !important;
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }

  .cbox-5-shape-1,
  .cbox-5-shape-2 {
    display: none !important;
  }

  .img-block.img-block-bkg img {
    padding-inline: 15px !important;
    padding-block: 30px !important;
  }

  .img-block-hidden,
  .bc-5-img.bc-5-dashboard.img-block-hidden {
    margin-bottom: -30px !important;
  }

  .ct-10 .img-block {
    margin-bottom: calc(40px * -1) !important;
  }

  .ct-01 .img-block,
  .ct-02 .img-block,
  .ct-03 .img-block.right-column,
  .ct-03 .img-block.left-column {
    margin-inline: 2% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 30px !important;
  }

  .ct-01 .img-block.j-img,
  .ct-02 .img-block.j-img {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-left: 0% !important;
  }

  .ct-04 .img-block,
  .ct-05 .img-block,
  .ct-06 .img-block,
  .ct-07 .img-block- {
    margin-bottom: 30px !important;
  }

  .ct-06 .img-block,
  .ct-07 .img-block {
    margin-top: calc(80px * -1) !important;
    margin-bottom: 40px !important;
  }

  .img-block-hidden .video-btn,
  .bc-5-img.bc-5-dashboard.img-block-hidden .video-btn {
    top: calc(2/4 * 100%) !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden .video-btn {
    top: calc(50% - 20px) !important;
  }

  .img-block-txt,
  .img-block-btn {
    margin-top: 30px !important;
  }

  .bc-1-wrapper .img-block,
  .bc-2-wrapper .img-block,
  .bc-2-img,
  .bc-3-img,
  .bc-4-img {
    margin-bottom: 30px !important;
  }

  .bc-5-img.bc-5-tablet.img-block-hidden {
    margin-bottom: -50px !important;
  }

  .bc-6-img {
    margin-bottom: 20px !important;
    padding-inline: 15px !important;
    padding-top: 25px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .ct-11 .img-block,
  .ct-12 .img-block {
    margin-bottom: 30px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 10) !important;
  }

  .sb-rounded .statistic-block {
    padding: 25px !important;
    text-align: center !important;
  }

  #statistic-5 .statistic-digit {
    margin-inline: 12% !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
  }

  #sb-1-1,
  #sb-1-2,
  #sb-3-1,
  #sb-3-2,
  #sb-3-3 {
    margin-bottom: 30px !important;
  }

  #sb-2-1,
  #sb-2-2,
  #sb-2-3,
  #sb-2-4 {
    width: calc(6/12 * 100%) !important;
  }

  #sb-2-3,
  #sb-2-4 {
    padding-right: 10px !important;
  }

  #sb-4-1,
  #sb-4-2,
  #sb-4-3 {
    margin-bottom: 25px !important;
  }

  #sb-5-1,
  #sb-5-2 {
    margin-bottom: 30px !important;
  }

  .statistic-1-wrapper .statistic-block-digit {
    margin-bottom: 12px !important;
  }

  h2.statistic-number {
    font-size: 2.125rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  .txt-block-stat h2.statistic-number {
    font-size: 2rem !important;
  }

  #statistic-1 h2.statistic-number {
    --tw-tracking: -0.5px !important;
    letter-spacing: -0.5px !important;
  }

  #sb-2-1 h2.statistic-number,
  #sb-2-2 h2.statistic-number {
    margin-bottom: 12px !important;
  }

  #statistic-5 .statistic-digit h2 {
    font-size: 2.125rem !important;
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  #sb-2-3 .statistic-block p.p-sm,
  #sb-2-4 .statistic-block p.p-sm {
    margin-top: 12px !important;
  }

  .txt-block-stat .statistic-block p {
    font-size: 0.95rem !important;
  }

  #statistic-5 .statistic-txt p {
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #pt--1-1,
  #pt--1-2,
  #pt--1-3,
  .inner-page-hero #pt--1-3,
  .inner-page-hero #pt--1-4,
  .inner-page-hero #pt--1-5 {
    margin-bottom: 35px !important;
  }

  .project-details h5 {
    margin-bottom: 20px !important;
  }

  .more-projects {
    margin-top: 40px !important;
  }

  .single-project .project-title {
    margin-bottom: 35px !important;
  }

  .project-title h2 {
    margin-bottom: 25px !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-bottom: 25px !important;
  }

  .project-data p {
    margin-bottom: 5px !important;
  }

  .project-priview-img.mb--50 {
    margin-bottom: 30px !important;
  }

  .project-inner-img .top-img {
    margin-bottom: 30px !important;
  }

  .project-inner-img.mt--50 {
    margin-top: 30px !important;
  }

  .project-txt h5.mt--35.mb--35 {
    margin-block: 20px !important;
  }

  .project-txt h5.mt--50.mb--35 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }

  .project-description .more-projects {
    margin-top: 40px !important;
  }

  .project-description .more-projects span {
    top: 1px !important;
    left: calc(var(--spacing) * 1) !important;
  }

  .project-description .more-projects.ico-25 [class*="flaticon-"]:before,
  .project-description .more-projects.ico-25 [class*="flaticon-"]:after {
    font-size: 18px !important;
  }

  #rb-2-1,
  #rb-2-2 {
    margin-bottom: 25px !important;
  }

  .rating-title h5 {
    padding-inline: 15% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 18px !important;
  }

  .rbox-1-img {
    margin-bottom: 15px !important;
  }

  .rbox-1-img img {
    max-height: 30px !important;
  }

  .rbox-2-txt img {
    max-height: calc(var(--spacing) * 7) !important;
  }

  p.rbox-2-txt {
    margin-top: 8px !important;
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }

  .rbox-1 .star-rating {
    padding-inline: calc(var(--spacing) * 4) !important;
    padding-block: 5px !important;
    font-size: 0.9rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .rbox-1 .star-rating span {
    top: 2px !important;
  }

  .rbox-1 .ico-10 [class*="flaticon-"]:before,
  .rbox-1 .ico-10 [class*="flaticon-"]:after {
    font-size: 0.9rem !important;
  }

  .rbox-1 .ico-15 [class*="flaticon-"]:before,
  .rbox-1 .ico-15 [class*="flaticon-"]:after {
    font-size: 1rem !important;
  }

  .rbox-2 .ico-20 [class*="flaticon-"]:before,
  .rbox-2 .ico-20 [class*="flaticon-"]:after {
    font-size: 1.225rem !important;
  }

  .rbox-2 .ico-25 [class*="flaticon-"]:before,
  .rbox-2 .ico-25 [class*="flaticon-"]:after {
    font-size: 1.225rem !important;
  }

  #reviews-4 .txt-block,
  #reviews-5 .txt-block {
    text-align: center !important;
  }

  #reviews-4 .txt-block h2,
  #reviews-5 .txt-block h2 {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.82142rem !important;
  }

  .review-1 {
    padding-inline: 30px !important;
    padding-top: 30px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-2 {
    padding-inline: 15px !important;
    padding-top: 35px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-3,
  .review-4,
  .review-5 {
    padding-inline: 25px !important;
    padding-top: 35px !important;
    padding-bottom: calc(var(--spacing) * 6) !important;
  }

  .review-txt {
    margin-top: calc(40px * -1) !important;
  }

  .review-txt h6 {
    margin-bottom: 10px !important;
  }

  .review-3 .review-txt p {
    font-size: 1rem !important;
  }

  .review-1 .author-data,
  .review-2 .author-data,
  .review-3 .author-data,
  .review-4 .author-data,
  .review-5 .author-data {
    margin-top: 20px !important;
  }

  .review-avatar img,
  .owl-item .review-avatar img {
    height: 45px !important;
    width: 45px !important;
  }

  .review-2 .review-avatar img,
  .review-3 .review-avatar img,
  .review-5 .review-avatar img {
    height: 45px !important;
    width: 45px !important;
  }

  .review-author {
    padding-block: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
    padding-left: calc(var(--spacing) * 3) !important;
  }

  .review-1 .review-author,
  .review-2 .review-author,
  .review-3 .review-author,
  .review-5 .review-author {
    margin-top: 2px !important;
  }

  .review-author h6 {
    margin-bottom: 8px !important;
  }

  .review-1 .review-author h6,
  .review-2 .review-author h6,
  .review-3 .review-author h6,
  .review-4 .review-author h6,
  .review-5 .review-author h6 {
    font-size: 1.225rem !important;
  }

  #press-01,
  #press-02,
  #press-03,
  #press-04,
  #press-05,
  #press-06,
  #press-07 {
    margin-bottom: 25px !important;
  }

  .press-logo img {
    max-height: 70px !important;
  }

  .press-txt {
    margin-top: 8px !important;
    padding-inline: 1% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-3:after {
    height: 85% !important;
  }

  .brands-title {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-title.mb--35,
  .brands-title.mb--40 {
    margin-bottom: 20px !important;
  }

  .brands-title.mb--50 {
    margin-bottom: 25px !important;
  }

  .brands-title h5.s-19 {
    font-size: 1.21428rem !important;
  }

  .brands-title h4,
  .brands-title h3,
  .brands-title h2 {
    margin-bottom: 8px !important;
  }

  .brands-title p.p-md,
  .brands-title p.p-lg {
    font-size: 1rem !important;
  }

  .brands-3-wrapper,
  .brands-3-wrapper.brands-3-static {
    padding-inline: 15px !important;
    padding-block: 25px !important;
  }

  #brand-2-1,
  #brand-2-2,
  #brand-2-3,
  #brand-2-4,
  #brand-3-1,
  #brand-3-2,
  #brand-4-1,
  #brand-4-2,
  #brand-4-3,
  #brand-4-4,
  #brand-4-5,
  #brand-4-6,
  #brand-4-7,
  #brand-4-8,
  #brands-4 .brand-logo.mb--40 {
    margin-bottom: 25px !important;
  }

  #brand-3-5 {
    display: none !important;
  }

  #brands-1 .brands-carousel-6 .brand-logo,
  #brands-1 .brands-carousel-5 .brand-logo {
    padding-inline: 15px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-1 .justify-content-center .brand-logo,
  #brands-4 .brand-logo {
    padding-inline: 15px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #brands-2 .brand-logo,
  #brands-3 .brand-logo,
  #brands-3 .brands-3-static .brand-logo {
    padding-inline: 11px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .brands-section .more-btn {
    margin-top: 30px !important;
  }

  #integrations-2 .container {
    max-width: 100% !important;
  }

  .integrations-2-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 20px !important;
    padding-block: 60px !important;
  }

  .in_tool_logo.ico-65 img {
    height: 55px !important;
    width: 55px !important;
  }

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

  #integrations-1 .in_tool-logo.ico-60 img {
    height: 48px !important;
    width: 48px !important;
  }

  .integrations-1-wrapper .in_tool {
    padding-inline: 20px !important;
    padding-block: 15px !important;
  }

  .integrations-1-wrapper .in_tool.mb--30,
  .integrations-1-wrapper .it-7,
  .integrations-1-wrapper .it-8 {
    margin-bottom: 20px !important;
  }

  .integrations-1-wrapper .in_tool-txt h6 {
    margin-top: 5px !important;
    font-size: 1.25rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }

  .integrations-1-wrapper .in_tool-txt p {
    margin-top: calc(var(--spacing) * 1) !important;
    font-size: 1.0625rem !important;
  }

  .integrations-section .more-btn.mt--60,
  .integrations-section .more-btn.mt--70 {
    margin-top: 30px !important;
  }

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

  .pricing-1-table,
  .text--center .pricing-1-table {
    padding-inline: 30px !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }

  .pricing-2-table {
    padding-inline: 30px !important;
    padding-block: 35px !important;
  }

  .pricing-3-table {
    padding-inline: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }

  .pricing-4-table {
    padding-inline: 30px !important;
    padding-block: 25px !important;
  }

  .pricing-table-header h5,
  .pricing-table-header h4 {
    font-size: 1.4285714rem !important;
  }

  .pricing-discount {
    top: calc(var(--spacing) * 0) !important;
    right: calc(2px * -1);
    padding-inline: 11px !important;
    padding-block: 6px !important;
  }

  .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -1) !important;
    right: calc(var(--spacing) * 0) !important;
    padding-inline: 13px !important;
    padding-block: 7px !important;
  }

  .text--center .pricing-1-table .pricing-discount {
    top: calc(var(--spacing) * -8) !important;
    right: -5px !important;
  }

  .pricing-discount h6 {
    font-size: 1rem !important;
  }

  .pricing-1-table .pricing-discount h6 {
    font-size: 0.9rem !important;
  }

  .p-table p.btn-txt {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .pricing-3-table .price.mt--25 {
    margin-top: 20px !important;
  }


  .pricing-2-table.highlight .price span {
    font-size: 2.6rem !important;
  }

  .pricing-3-table .price span {
    font-size: 4.285714rem !important;
    --tw-tracking: -3px;
    letter-spacing: -3px;
  }

  .pricing-4-table .price span {
    font-size: 2.85rem !important;
  }

  .price sup {
    top: calc(2px * -1) !important;
    font-size: 2.4rem !important;
  }

  .pricing-3-table .price sup {
    top: calc(var(--spacing) * -4) !important;
    font-size: 2.5rem !important;
  }

  .pricing-4-table .price sup {
    top: calc(2px * -1) !important;
    font-size: 2.4rem !important;
  }

  .pricing-3-table .price sup.coins {
    top: -19px !important;
    font-size: 2.5rem !important;
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .price sup.validity {
    font-size: 1.285714rem !important;
  }

  .pricing-3-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
    font-size: 1.285714rem !important;
  }

  .pricing-4-table .price sup.validity {
    top: calc(var(--spacing) * 0) !important;
    left: calc(var(--spacing) * 1) !important;
    font-size: 1.285714rem !important;
  }

  .text--center .price p,
  .text--center .pricing-2-table .price p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .pricing-4-table .price p {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .pricing-1-table .pt--btn,
  .pricing-2-table .pt--btn,
  .pricing-3-table .pt--btn,
  .pricing-4-table .pt--btn,
  .pricing-5-table .pt--btn,
  .pricing-6-table .pt--btn {
    margin-top: 20px !important;
  }

  .pricing-2-table hr {
    margin-top: 20px !important;
  }

  .pricing-features.mt--25 {
    margin-top: 12px !important;
  }

  .pricing-features li,
  .pricing-4-table .pricing-features li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: 9px !important;
  }

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

  .lg\:w-9\/12 .pricing-notice p,
  .lg\:w-10\/12 .pricing-notice p {
    padding: calc(var(--spacing) * 0) !important;
  }

  #pricing-4 .ext-toggle-btn {
    margin-inline: auto !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  .toggle-btn-md .toggler-txt,
  .toggle-btn-lg .toggler-txt {
    font-size: 1.15rem !important;
  }

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

  .comp-table-rouded {
    padding-inline: 10px !important;
    padding-top: 10px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .table>:not(caption)>*>* {
    padding-block: 9px !important;
  }

  .comp-table .table-responsive thead th {
    font-size: 0.9rem !important;
  }

  .comp-table .table-responsive tbody th {
    font-size: 0.815rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td {
    top: calc(var(--spacing) * 0) !important;
    font-size: 0.85rem !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .comp-table .table-responsive tbody td span {
    top: 3px !important;
  }

  .table-responsive .ico-15 [class*="flaticon-"]:before,
  .table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.675rem !important;
  }

  .table-responsive .ico-20 [class*="flaticon-"]:before,
  .table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.835rem !important;
  }

  #pbox-1,
  #pbox-2,
  #pbox-3 {
    margin-bottom: 30px !important;
  }

  .pricing-section .txt-box-last {
    margin-bottom: 40px !important;
  }

  .pricing-section .pm-last {
    margin-bottom: 40px !important;
  }

  .comp-table-payment h6 {
    margin-bottom: 14px !important;
  }

  #team-1.pb--40,
  #team-2.pb--40 {
    padding-bottom: 25px !important;
  }

  .team-member.mb--40,
  .team-member.mb--50,
  .team-member.mb--60 {
    margin-bottom: 35px !important;
  }

  .team-member-photo {
    margin-bottom: 22px !important;
  }

  #team-1 .team-member-data,
  #team-2 .team-member-data {
    margin-left: 10px !important;
  }

  .team-member-data h6.s-20 {
    margin-bottom: 6px !important;
    font-size: 1.35714rem !important;
  }

  .team-member-data p,
  .team-member-data p.p-md,
  .team-member-data p.p-lg {
    font-size: 1.15rem !important;
  }

  ul.tm-social,
  #team-1 ul.tm-social {
    top: calc(var(--spacing) * 0) !important;
    right: 10px !important;
  }

  .tm-social.ico-20 [class*="flaticon-"]:before,
  .tm-social.ico-20 [class*="flaticon-"]:after {
    font-size: 1.375rem !important;
  }

  #careers-1 {
    padding-bottom: 30px !important;
  }

  .role-box {
    padding-inline: 30px !important;
    padding-block: 25px !important;
    text-align: center !important;
  }

  .role-box-txt span,
  #careers-1 .role-box span {
    margin-bottom: 10px !important;
  }

  #careers-1 .role-box h6 {
    margin-bottom: calc(var(--spacing) * 1) !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .role-box-txt h6 {
    margin-bottom: 5px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .role-box-txt p {
    margin-bottom: 14px !important;
  }

  #role-page .inner-page-title {
    margin-bottom: 20px !important;
  }

  #role-page .inner-page-title span {
    margin-bottom: 20px !important;
  }

  #role-page .inner-page-title p {
    padding: calc(var(--spacing) * 0) !important;
  }

  .role-info hr,
  #role-page .cbox-6-wrapper {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 25px !important;
  }

  .txt-block.role-info .btn {
    margin-top: 25px !important;
  }

  #banner-12,
  #banner-13 {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 25px !important;
  }

  #banner-9.py--70 {
    padding-block: 60px !important;
  }

  #banner-1 .container,
  #banner-2 .container,
  #banner-3 .container,
  #banner-11 .container,
  #banner-12 .container,
  #banner-13 .container {
    max-width: 100% !important;
  }

  .banner-1-wrapper,
  .banner-2-wrapper,
  .banner-3-wrapper,
  .banner-11-wrapper,
  .banner-12-wrapper,
  .banner-13-wrapper {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
  }

  .banner-1-wrapper .banner-overlay,
  .banner-2-wrapper .banner-overlay,
  .banner-3-wrapper .banner-overlay {
    padding-inline: 15px !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }

  .banner-1-wrapper .banner-overlay.sm-title {
    padding-inline: 20px !important;
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }

  #banner-5 .banner-overlay.pt--80.pb--90,
  #banner-7 .banner-overlay.pt--80.pb--90,
  #banner-6 .banner-overlay,
  #banner-8 .banner-overlay,
  #banner-14 .banner-overlay,
  #banner-15 .banner-overlay {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }

  #banner-10 .banner-overlay {
    padding-block: 60px !important;
  }

  .banner-11-wrapper .banner-overlay {
    overflow: hidden !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 50px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-12-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 50px !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-13-wrapper .banner-overlay {
    overflow: visible !important;
    border-radius: 0 0 !important;
    padding-inline: 25px !important;
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }

  .banner-16-wrapper .banner-overlay {
    padding-inline: 10% !important;
    padding-block: 30px !important;
  }

  .banner-5-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .banner-8-txt {
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-12-txt,
  .banner-13-txt {
    margin-top: calc(var(--spacing) * 0) !important;
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-section .section-id {
    margin-bottom: 18px !important;
  }

  #banner-15.banner-section .section-id {
    margin-bottom: 22px !important;
  }

  .banner-section h2,
  .banner-section h3 {
    font-size: 1.82142rem !important;
  }

  .banner-1-txt h2 {
    margin-bottom: 12px !important;
  }

  .banner-2-txt h2,
  .banner-10-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-4-txt h2 {
    margin-bottom: 22px !important;
    padding-inline: 6% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-7-txt h2 {
    margin-bottom: 22px !important;
  }

  .banner-10-txt h6 {
    margin-bottom: 5px !important;
  }

  .banner-10-txt h2 {
    margin-bottom: 18px !important;
    font-size: 3.25rem !important;
  }

  .banner-11-txt h2,
  .banner-12-txt h2,
  .banner-13-txt h2 {
    margin-bottom: 14px !important;
  }

  .banner-15-txt h2 {
    margin-bottom: 25px !important;
  }

  .banner-16-txt h4 {
    margin-bottom: 10px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-section p.p-lg,
  .banner-section p.p-xl {
    margin-bottom: 20px !important;
    font-size: 1.142857rem !important;
  }

  .sm-title .banner-1-txt p.p-lg,
  .sm-title .banner-1-txt p.p-xl,
  .banner-6-txt p.p-lg,
  .banner-6-txt p.p-xl {
    margin-top: 12px !important;
    margin-bottom: 20px !important;
  }

  .banner-3-txt p.p-lg,
  .banner-3-txt p.p-xl {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
  }

  .banner-5-txt p.p-lg,
  .banner-5-txt p.p-xl {
    margin-top: 12px !important;
  }

  .banner-5-txt p.s-21,
  .banner-5-txt p.s-22 {
    margin-top: 11px !important;
    margin-bottom: 18px !important;
  }

  .banner-9-txt p.p-lg,
  .banner-9-txt p.p-xl {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .banner-11-txt p {
    padding-right: calc(var(--spacing) * 0) !important;
  }

  .banner-14-txt p.p-lg {
    margin-block: 18px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-5-txt .btns-group.mt--35 {
    margin-top: 18px !important;
  }

  .banner-8-buttons {
    margin-top: 15px !important;
    padding-inline: 4% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .banner-15-txt .download-links {
    margin-top: 15px !important;
  }

  .banner-section .btns-group .btn:first-child {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-bottom: 12px !important;
  }

  .banner-16-txt .txt-block-tra-link.mt--15 {
    margin-top: 10px !important;
  }

  .banner-9-img {
    margin-inline: 2% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-10-img {
    margin-inline: 5% !important;
    margin-top: 35px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .banner-11-img {
    margin-inline: 2% !important;
    margin-top: 30px !important;
    margin-bottom: calc(20px * -1) !important;
  }

  .banner-12-img {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: 30px !important;
    margin-bottom: calc(40px * -1) !important;
    rotate: 0deg !important;
  }

  #download-1 {
    padding-bottom: 30px !important;
  }

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

  .release-data h5 {
    margin-bottom: 30px !important;
  }

  .release-data {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }

  span.version-data {
    margin-right: 5px !important;
    font-size: 1.5rem !important;
  }

  span.release-date span {
    margin-left: 5px !important;
    font-size: 1.05rem !important;
  }

  .release-download {
    margin-top: 15px !important;
  }

  #faqs-1,
  #faqs-4 {
    padding-bottom: 40px !important;
  }

  #faqs-1 .section-title {
    margin-bottom: 19px !important;
  }

  #faqs-2 .inner-page-title {
    margin-bottom: 24px !important;
  }

  #faqs-3 .section-title {
    margin-bottom: 35px !important;
  }

  #faqs-4 .inner-page-title {
    margin-bottom: 35px !important;
  }

  #faqs-3 .section-title .contact-link {
    display: block !important;
  }

  .faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 4) !important;
    padding-bottom: 20px !important;
  }

  #faqs-2.faqs-section .accordion-thumb {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 4) !important;
    padding-bottom: 21px !important;
  }

  .faqs-section .accordion-item .accordion-thumb:after,
  .faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: calc(var(--spacing) * 5) !important;
    right: 2px !important;
    font-size: 14px !important;
  }

  #faqs-2.faqs-section .accordion-item .accordion-thumb:after,
  #faqs-2.faqs-section .accordion-item.is-active .accordion-thumb:after {
    top: 17px !important;
    right: 2px !important;
    font-size: 14px !important;
  }

  .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: calc(var(--spacing) * 0) !important;
    padding-bottom: 5px !important;
  }

  #faqs-2 .accordion-panel {
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-top: 25px !important;
    padding-bottom: 10px !important;
  }

  #faqs-2 .accordion-panel-item.mb--35,
  #faqs-3 .question.mb--35 {
    margin-bottom: 20px !important;
  }

  .faqs-section .accordion-thumb h5 {
    padding-right: 8% !important;
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .question h5,
  .accordion-panel-item h5 {
    margin-bottom: 15px !important;
    --tw-leading: 1.35 !important;
    line-height: 1.35 !important;
  }

  .faqs-section .tabs-1 {
    margin-inline: 5px !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .faqs-section .tabs-1 li {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
    min-width: 100% !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: calc(var(--spacing) * 5) !important;
  }

  #faqs-2 .more-questions {
    margin-inline: auto !important;
    margin-top: 40px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #faqs-3 .more-questions.mt--40 {
    margin-top: 15px !important;
  }

  .more-questions-txt {
    padding-inline: 20px !important;
    padding-block: 14px !important;
  }

  .more-questions-txt p {
    font-size: 1.1rem !important;
  }

  #newsletter-1 .newsletter-overlay,
  #newsletter-5 .newsletter-overlay {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-2 .container {
    max-width: 100% !important;
  }

  #newsletter-2 .newsletter-overlay {
    margin-block: calc(var(--spacing) * 0) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 0 !important;
    padding-inline: 8% !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  #newsletter-3,
  #newsletter-4 .newsletter-overlay {
    padding-block: 50px !important;
  }

  #newsletter-4 .newsletter-txt,
  #newsletter-5 .newsletter-txt {
    padding: calc(var(--spacing) * 0) !important;
  }

  .newsletter-txt h2,
  #newsletter-4 .newsletter-txt h2 {
    margin-bottom: 25px !important;
  }

  .newsletter-txt h4,
  .newsletter-txt h3 {
    margin-bottom: 25px !important;
    padding: calc(var(--spacing) * 0) !important;
    font-size: 1.642857rem !important;
  }

  #newsletter-3 .newsletter-txt p {
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-4 .newsletter-txt p {
    margin-bottom: calc(var(--spacing) * 0) !important;
    padding-inline: 2% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1rem !important;
  }

  #newsletter-5 .newsletter-txt p {
    margin-top: 15px !important;
  }
    
    
  #newsletter-1 .newsletter-form,
  #newsletter-2 .newsletter-form,
  #newsletter-3 .newsletter-form,
  #newsletter-4 .newsletter-form {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #newsletter-5 .newsletter-form {
    margin-top: 25px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .newsletter-section .form-control,
  #newsletter-1.newsletter-section .form-control,
  #newsletter-5.newsletter-section .form-control {
    height: 46px !important;
    font-size: 1.0625rem !important;
  }

  .newsletter-section .btn,
  #newsletter-1 .btn,
  #newsletter-5.newsletter-section .btn {
    height: 46px !important;
    font-size: 1.0625rem !important;
  }

  #bp-1-1,
  #bp-1-2 {
    margin-bottom: 30px !important;
  }

  .blog-post-img.mb--35 {
    margin-bottom: 25px !important;
  }

  .post-tag {
    margin-bottom: 14px !important;
    font-size: 0.825rem !important;
  }

  .blog-post-txt h6,
  .blog-post-txt h4.mb--20,
  .blog-post-txt h3 {
    margin-bottom: 10px !important;
  }

  .blog-post-meta.mt--20,
  .blog-post-meta.mt--30 {
    margin-top: 14px !important;
  }

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

  .wide-post h3.s-36,
  .wide-post h3.s-38,
  .wide-post h3.s-40,
  .square-post h4.s-34 {
    font-size: 1.285714rem !important;
  }

  .wide-post .blog-post-img {
    margin-bottom: 25px !important;
  }

  .square-post {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .square-post .blog-post-txt {
    padding-inline: 20px !important;
    padding-top: calc(var(--spacing) * 10) !important;
    padding-bottom: 35px !important;
  }

  .posts-category {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }

  .posts-category span {
    top: 1.25px !important;
  }

  .posts-category.ico-20 [class*="flaticon-"]:before,
  .posts-category .more-projects.ico-20 [class*="flaticon-"]:after {
    font-size: 1rem !important;
  }

  .single-post-title h3,
  .single-post-title h2 {
    margin-bottom: 20px !important;
    padding-inline: 5% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .single-post-title .blog-post-meta.mt--35 {
    margin-top: 22px !important;
  }

  #single-post .post-meta-list .meta-list-divider {
    display: none !important;
  }

  #single-post .post-meta-list li {
    margin-top: 10px !important;
    display: block !important;
  }

  .post-inner-img {
    margin-block: 25px !important;
  }

  .single-post-txt h5,
  .single-post-txt h4 {
    margin-top: 15px !important;
    margin-bottom: 18px !important;
  }

  .single-post-txt .blockquote p {
    margin-bottom: 25px !important;
    font-size: 1.0625rem !important;
  }

  .single-post-txt .blockquote-footer {
    font-size: 1rem !important;
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }

  .post-share-list {
    margin-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .post-author {
    display: block !important;
    padding-inline: calc(var(--spacing) * 0) !important;
    padding-block: 50px !important;
  }

  .post-author-avatar {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
    display: block !important;
    text-align: left !important;
  }

  .post-author-avatar img {
    height: 70px !important;
    width: 70px !important;
  }

  .post-author-txt h5 {
    margin-bottom: 10px !important;
  }

  .author-follow-btn {
    top: 130px !important;
    right: 10px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
  }

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

  .post-comments h5 {
    margin-bottom: 40px !important;
  }

  .comment-body {
    margin-left: 15px !important;
  }

  .post-comments img {
    height: 37px !important;
    width: 37px !important;
  }

  .comment-meta {
    margin-bottom: 5px !important;
  }

  .comment-meta h6 {
    margin-bottom: 5px !important;
  }

  .comment-date,
  .btn-reply a {
    font-size: 0.95rem !important;
  }

  .btn-reply.ico-20 [class*="flaticon-"]:before,
  .btn-reply.ico-20 [class*="flaticon-"]:after {
    font-size: 0.95rem !important;
  }

  .post-comments #leave-comment h5 {
    margin-top: 50px !important;
  }

  .comment-form p {
    margin-bottom: 10px !important;
  }

  .comment-form {
    margin-top: 50px !important;
  }

  .comment-form .btn {
    margin-top: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .section-title p {
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #contacts-1 .contact-form .contact-form-notice p {
    margin-top: 30px !important;
    font-size: 14px !important;
  }

  #contacts-1 .contact-form .w-full span {
    margin-bottom: 12px !important;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    height: 50px !important;
  }

  .contact-form textarea {
    min-height: 170px !important;
  }

  .contact-form textarea.form-control {
    padding: 15px !important;
  }

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

  .footer hr {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  #footer-10.pt--50 {
    padding-top: calc(var(--spacing) * 0) !important;
  }

  .footer .sm\:w-4\/12,
  .footer .sm\:w-6\/12,
  .footer .sm\:w-8\/12 {
    float: left !important;
    width: calc(6/12 * 100%) !important;
  }

  #footer-3.footer .sm\:w-6\/12.md\:w-3\/12 {
    float: none !important;
    width: 100% !important;
  }

  .footer-info,
  #footer-2 .footer-info,
  .footer-links,
  .footer-stores-badge {
    margin-bottom: 35px !important;
  }

  #footer-6 .footer-info,
  #footer-7 .footer-info {
    margin-top: 10px !important;
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .footer-info {
    margin-bottom: 25px !important;
    padding-bottom: 35px !important;
  }

  #footer-8 .footer-links,
  #footer-10 .footer-links {
    margin-bottom: 10px !important;
  }

  img.footer-logo,
  img.footer-logo-dark {
    max-height: 34px !important;
  }

  #footer-1 .footer-logo,
  #footer-5 .footer-logo,
  #footer-6 .footer-logo,
  #footer-7 .footer-logo {
    margin-bottom: 22px !important;
  }

  #footer-10 img.footer-logo {
    max-height: 34px !important;
  }

  .footer h6 {
    margin-bottom: 18px !important;
    font-size: 1.1785714rem !important;
  }

  .footer-mail-link {
    font-size: 1.0714285rem !important;
  }

  .footer-mail-link span {
    top: 3px !important;
    right: calc(var(--spacing) * 1) !important;
  }

  #footer-8 .foo-links li {
    display: block !important;
    padding-left: calc(var(--spacing) * 0) !important;
  }

  #footer-10 .foo-links li {
    padding-inline: calc(var(--spacing) * 2) !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .foo-links.ico-10 li span {
    top: 1px !important;
    right: 3px !important;
  }

  .foo-links li a span.ext-link {
    top: calc(var(--spacing) * 0) !important;
    left: 3px !important;
  }

  .footer-stores-badge .store {
    margin-right: calc(var(--spacing) * 0) !important;
    margin-bottom: 15px !important;
    display: block !important;
    text-align: left !important;
  }

  .footer-form {
    margin-right: 6% !important;
  }

  #footer-9 .footer-form {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .footer-form .form-control {
    font-size: 1.1rem !important;
  }

  .footer-form .form-control,
  .footer-form .btn {
    height: calc(var(--spacing) * 7) !important;
  }

  .footer-form .ico-15 [class*="flaticon-"]:before,
  .footer-form .ico-15 [class*="flaticon-"]:after {
    font-size: 18px !important;
    --tw-leading: 22px !important;
    line-height: 22px !important;
  }

  .bottom-footer-socials {
    margin-top: 10px !important;
  }

  .bottom-footer-socials li {
    padding-left: calc(var(--spacing) * 3) !important;

    &:first-child {
      padding-left: calc(var(--spacing) * 0) !important;
    }
  }

  .bottom-footer-list {
    margin-top: 3px !important;
  }

  #footer-4 .bottom-footer-list li,
  #footer-9 .bottom-footer-list li {
    padding-left: calc(var(--spacing) * 2) !important;
  }

  #footer-4 .bottom-footer-list li span,
  #footer-9 .bottom-footer-list li span {
    margin-right: 1px !important;
  }

  .footer-list-divider {
    top: calc(var(--spacing) * 0) !important;
  }

  .bottom-secondary-link p span {
    top: 1.5px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright p span {
    top: 2px !important;
    padding-inline: 2px !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before,
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after {
    font-size: 0.815rem !important;
  }

  .inner-page-hero,
  .page-hero-section-overlay {
    padding-top: 60px !important;
  }

  .inner-page-title {
    margin-bottom: 40px !important;
  }

  .inner-page-title h2 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .inner-page-title p {
    margin-top: 12px !important;
    padding-inline: 3% !important;
    padding-block: calc(var(--spacing) * 0) !important;
    font-size: 1.125rem !important;
    --tw-leading: 1.6666 !important;
    line-height: 1.6666 !important;
  }

  .page-hero-section h1 {
    margin-bottom: 20px !important;
    --tw-leading: var(--leading-tight) !important;
    line-height: var(--leading-tight) !important;
  }

  .page-link {
    padding-inline: 10px !important;
    padding-block: 2px !important;
    font-size: 0.95rem !important;
  }

  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 12px !important;
  }

  #login,
  #signup,
  #reset-password {
    padding-block: 70px !important;
  }

  .login-page-logo {
    margin-bottom: 38px !important;
  }

  .login-page-logo img {
    max-height: 36px !important;
  }

  .register-form-title {
    margin-bottom: 25px !important;
  }

  .register-form-title h3 {
    margin-bottom: 8px !important;
    font-size: 1.57142rem !important;
  }

  .separator-line,
  .register-page-form p.input-header,
  .form-data span,
  .register-page-form .btn-google {
    font-size: 1rem !important;
  }

  #signup .form-data span {
    font-size: 0.95rem !important;
  }

  .reset-password-link p {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 10px !important;
    font-size: 1rem !important;
  }

  .register-page-form p.create-account {
    margin-top: 20px !important;
    font-size: 1rem !important;
  }

  .separator-line {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-block: 20px !important;
  }

  .reset-form-title {
    margin-bottom: 16px !important;
  }

  .reset-form-title p.p-sm {
    margin-top: 15px !important;
    font-size: 1rem !important;
  }

  .reset-page-wrapper {
    margin-inline: 10px !important;
    margin-block: calc(var(--spacing) * 0) !important;
  }

  .reset-page-wrapper form {
    padding-inline: 10px !important;
    padding-top: 35px !important;
    padding-bottom: 10px !important;
  }

  #login .register-page-form,
  #signup .register-page-form {
    padding-inline: 20px !important;
    padding-block: 35px !important;
  }

  #login.login-1 .register-page-form,
  #signup.signup-1 .register-page-form {
    padding: 5px !important;
  }

  .reset-page-wrapper .form-control,
  .register-page-form .form-control {
    margin-bottom: 20px !important;
    height: 50px !important;
    padding-inline: calc(var(--spacing) * 3) !important;
    padding-block: 5px !important;
    font-size: 1.0625rem !important;
  }

  #login .register-page-form .btn.submit {
    margin-top: 12px !important;
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  #signup .register-page-form .btn.submit {
    margin-top: 20px !important;
    height: 50px !important;
    font-size: 1.1rem !important;
  }

  .reset-page-wrapper .btn.submit {
    height: 50px !important;
    font-size: 1.0625rem !important;
  }

  .btn-google img {
    top: calc(2px * -1) !important;
    right: 5px !important;
    height: 18px !important;
    width: 18px !important;
  }

  .btn-show-pass {
    top: calc(var(--spacing) * 4) !important;
  }

  .page-404-txt {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
  }

  .page-404-txt h2 {
    margin-bottom: 12px !important;
  }

  .page-404-txt h6 {
    margin-bottom: 20px !important;
    padding: calc(var(--spacing) * 0) !important;
    --tw-leading: 1.6 !important;
    line-height: 1.6 !important;
  }

  .page-404-img {
    margin-bottom: 30px !important;
    padding-inline: 8% !important;
    padding-block: calc(var(--spacing) * 0) !important;
  }

  #modal-1 .modal-dialog {
    margin: auto !important;
    max-width: 280px !important;
  }

  #modal-2 .modal-dialog {
    margin: auto !important;
    width: 300px !important;
  }

  #modal-3 .modal-dialog.modal-xl {
    margin: auto !important;
    width: 290px !important;
  }

  #modal-1.modal .btn-close {
    top: 10px !important;
    right: 10px !important;
  }

  #modal-2 .modal-body-content {
    padding-inline: 25px !important;
    padding-top: 22px !important;
    padding-bottom: 5px !important;
  }

  #modal-3 .modal-body-content {
    padding-inline: 10px !important;
    padding-top: 25px !important;
    padding-bottom: 15px !important;
  }

  .modal-body .newsletter-form {
    margin-top: 15px !important;
  }

  .modal .form-control,
  .modal .newsletter-form .btn {
    height: 46px !important;
    font-size: 1.0625rem !important;
  }

  #modal-3 .request-form-title p {
    margin-top: 12px !important;
    margin-bottom: 16px !important;
  }

  #modal-3 .request-form .form-control {
    margin-inline: calc(var(--spacing) * 0) !important;
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: 20px !important;
  }

  #modal-3 .request-form .btn {
    height: 46px !important;
    font-size: 1rem !important;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-font-weight {
  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-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-ease {
  syntax: "*";
  inherits: false;
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-sepia {
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-leading: initial;
      --tw-font-weight: 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-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-ease: initial;
      --tw-content: "";
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}


a.btn.btn--theme.hover--theme.last-link {
  border-radius: 20px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "poppinssemibold";
}
 .find_your_perfect_banner {
   background-color: #ece8f6;
   padding-top: 160px;
   padding-bottom: 40px;
   }
   .find_your_perfect_left h1{
   color: #003E4F;
   font-weight: 700;
   font-size: 55px;
   margin-bottom: 20px;
   font-family: poppinsbold;
   }
   .find_your_perfect_left h1 span{
   display: block;
   }
   .find_your_perfect_left h3{
   color: #003E4F;
   font-size: 40px;
   font-weight: 700;
   margin-bottom: 27px;
   font-family: poppinssemibold;
   }
   .find_your_perfect_left h3 span{
   display: block;
   }
   .find_your_perfect_left p{
   color: #003E4F;
   font-size: 20px;
   font-family: poppinsregular;
   }
   .find_your_perfect_btn .sf-btn{
   text-decoration: none;
   }
   .find_your_perfect_btn .sf-btn:hover{
   color: #fff!important;
   }
   .find_your_perfect_btn {
   margin-top: 44px;
   }
   .how_it_work_item_text {
   text-align: center;
   padding: 30px;
   border-radius: 50%;
   min-height: 400px;
   padding-top: 100px;
   border: 16px solid #fff;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }
   .how_it_work_item_text img{
   margin-left: auto;
   margin-right: auto;
   }
   .profile_bg{
   background-color: #003e4f;
   }
   .get_Matched_bg{
   background-color: #f28c74;
   }
   .Apply_Connect_bg{
   background-color: #b5e3cc;
   }
   .how_it_work_item_text h3{
   font-size: 25px;
   color: #fff;
   margin-bottom: 14px;
   margin-top: 16px;
   }
   .how_it_work_item_text p{
   color: #fff;
   font-size: 15px;
   margin-bottom: 0px;
   }
   .how_it_work_item_num span{
   font-size: 182px;
   font-weight: 700;
   font-family: 'poppinsbold';
   }
   .how_it_work_item_num .number_1{
   color: #ffffff;
   -webkit-text-stroke: 5px #003e4f;
   }
   .how_it_work_item_num .number_2{
   color: #ffffff;
   -webkit-text-stroke: 5px #f28c75;
   }
   .how_it_work_item_num .number_3{
   color: #ffffff;
   -webkit-text-stroke: 5px #b6e3cc;
   }
   .how_it_work_item_box{position: relative;}
   .how_it_work_item_text p span{display: block;}
   .how_it_work_item_num {
   position: absolute;
   top: -121px;
   right: 0;
   left: 0;
   }
   .how_it_work_head{margin-bottom: 148px;}
   .how_it_work_item_text.Apply_Connect_bg h3{color: #003e4f;}
   .how_it_work_item_text.Apply_Connect_bg p{color: #003e4f;}
   .how_it_work_sec {
   margin-top: 70px;
   margin-bottom: 70px;
   }
  
   .how_it_work_sec .container-fluid{max-width: 93%!important;}
   .features_find_your_perf {
   background-color: #B5E3CC;
   padding-top: 60px;
   padding-bottom: 60px;}
   .features_find_your_head p{
   font-size: 18px;
   color: #003E4F;
   }
   .Features_lis_text h6{
   font-size: 21px;
   color: #003E4F;
   margin-bottom: 3px;
   font-family: poppinsmedium;
   }
   .Features_lis_text p{
   font-size: 14px;
   color: #003E4F;
   margin-bottom: 0px;
   font-family: 'poppinsregular';
   }
   .Features_lis_ico i{
   width: 20px;
   height: 20px;
   background-color: #003d4f;
   color: #b6e3cc;
   text-align: center;
   line-height: 22px;
   border-radius: 5px;
   font-size: 13px;
   }
   .features_find_your_text .list-unstyled li{
   display: table;
   width: 100%;
   margin-bottom: 40px;
   }
   .features_find_your_text .list-unstyled li .Features_lis_ico{
   display: table-cell;
   width: 33px;
   }
   .features_find_your_text .list-unstyled li .Features_lis_text{
   display: table-cell;
   }
   .features_find_your_perf .container-fluid{
   max-width: 90%!important;
   }

   .success_stories_head .employer-title{
   text-align: center;
   color: #fff;
   }
   .success_stories_box .carousel_caption p{
   color: #003E4F;
   text-align: center;
   font-size: 18px;
   font-weight: 500;
   font-family: 'poppinsregular';
   }
   .success_stories_head p{color: #fff;}
   .success_stories_box {
   background-color: #fff;
   text-align: center;
   padding: 40px 30px;
   border-radius: 10px;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   }
   .success_stories_box .carousel_caption {
   width: 80%;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
   }
   .success_stories_sec .success_stories_head{
   margin-bottom: 50px;
   }
   .carousel_caption h6{
   color: #003e4f;
   font-weight: 700;
   font-family: 'poppinssemibold';
   }
   .success_stories_box{position: relative;}
   .success_stories_box .quote_left_suc {
   position: absolute;
   left: -71px;
   top: -39px;
   }
   .success_stories_box .quote_right_suc {
   position: absolute;
   right: -71px;
   bottom: -42px;
   transform: rotate(179deg);
   }
   .success_stories_box i{
   font-size: 65px;
   color: #ffffffa8;
   }
   .features_find_your_head {
   margin-bottom: 36px;
   }
   .get_started_sec {
   background-color: #EAE6F5;
   }
   .get_started_right_img{
   text-align: right;
   }
   .get_started_right_img img{
   width: 415px;
   margin-left: auto;
   margin-right: auto;
   margin-top: -65px;
   }
   .get_started_btn .sf-btn{
   text-decoration: none;
   font-family: 'poppinssemibold';
   padding: 21px 35px;
   font-size: 17px;
   }
   .get_started_btn .sf-btn:hover{
   color: #fff!important;
   }
   .get_started_left_head p{
   font-size: 16px;
   color: #003E4F;
   font-family: 'poppinsregular';
   }
   .get_started_left .get_started_btn {
   margin-top: 40px;
   }
   .get_started_sec .row{align-items: center;}
   .discover_how_it_work_item{
   background-repeat: no-repeat;
   background-size: contain;
   height: 320px;
   position: relative;
   }
   .discover_how_it_work_item_text h3{
   font-size: 20px;
   color: #003E4F;
   margin-bottom: 14px;
   margin-top: 10px;
   font-family: 'poppinssemibold';
   }
   .discover_how_it_work_item_text p{
   color: #003E4F;
   font-size: 13px;
   margin-bottom: 0px;
   font-family: 'poppinsregular';
   }
   .discover_how_it_work_item_text {
   display: flex;
   flex-direction: column;
   padding: 32px 72px 50px 89px;
    width: 72%;
   }
  
   .discover_work_item_num .number_1{
   font-size: 200px;
   font-weight: 700;
   font-family: 'poppinsbold';
   color: #003e4f;
   }
   .discover_work_item_num {
   position: absolute;
   left: 0px;
   top: 0%;
   }
   .discover_work_item_num.color2 .number_1{
   color: #f28c75;
   }
   .discover_work_item_num.color3 .number_1{
   color: #b6e3cc;
   }
   .discover_how_it_work_item_text h3 span{display: block;}
   .discover_work_item_num.color2{left: -40px;}
   .discover_work_item_num.color3{left: -37px;}
   .how_it_work_head.discover_h{
   margin-bottom: 30px;
   }
.wsmainfull .wsmainwp{
    max-width: 100%;
}
.hoem_header_banner_text h1 span{
    display: block;
}
.hoem_header_banner_text p span{display: block;}
.hoem_header_banner_text .senior-title{
    font-size: 55px;
    font-family: "poppinsbold";
}
.hoem_header_banner_form {
    background-color: #003e4f;
    padding: 15px 20px;
    border-radius: 50px;
}
.hoem_header_banner_form .form-select{
    border-radius: 50px;
    font-size: 15px;
    color: #003e4f;
    font-weight: 500;
    height: 43px;
}
.hoem_header_banner_form .padding_right{padding-right: 5px!important;}
.hoem_header_banner_form .padding_left{padding-left: 5px!important;}
.hoem_header_banner_form .col-xl-5{width: 36%;}
.hoem_header_banner_form .col-xl-2{width: 28%;}
.hoem_header_banner_form_btn .senior-btn{padding: 5px 10px; width: 100%;}
.hoem_header_banner_form_btn .btn_find  span{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    color: #003e4f;
    line-height: 30px;
    margin-left: 14px;
}
body{
    font-family: "poppinsregular";
}
.about_us_header_banner.sf-section{
    background-color: #fbf4ee !important;
    padding-top: 120px;
    padding-bottom: 60px !important;
}
.about_us_header_banner .sf-title{
    text-align: left;
    font-size: 55px;
    font-family: "poppinsbold";
}
.about_us_header_banner p{
    text-align: left;
    font-size: 18px;
    color: #003e4f;
}
.about-images .about-main-img:first-child{
    width: 83%;
    margin-left: auto;
}
.about_us_right_content p{
    color: #003e4f;
}
.about_us_vision_box {
    margin-top: 32px;
}
.about_images_left{
    margin-top: -131px;
}
.find_your_perfect_banner .row{align-items: center;}
.find_your_perfect_banner {
            background-color: #ece8f6;
            padding-top: 160px;
            padding-bottom: 40px;
        }

       
        .find_your_perfect_left h1 span {
            display: block;
        }

        .find_your_perfect_left p {
            color: #003E4F;
            font-size: 20px;
            font-family: poppinsregular;
        }

        .find_your_perfect_btn .sf-btn {
            text-decoration: none;
        }

        .find_your_perfect_btn .sf-btn:hover {
            color: #fff !important;
        }

        .find_your_perfect_btn {
            margin-top: 44px;
        }

        .how_it_work_item_text {
            text-align: center;
            padding: 30px;
            border-radius: 50%;
            min-height: 400px;
            padding-top: 100px;
            border: 16px solid #fff;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            width: 75%;
            margin-right: auto;
            margin-left: auto;
        }

        .how_it_work_item_text img {
            margin-left: auto;
            margin-right: auto;
        }

        .profile_bg {
            background-color: #003e4f;
        }

        .get_Matched_bg {
            background-color: #f28c74;
        }

        .Apply_Connect_bg {
            background-color: #b5e3cc;
        }

        .how_it_work_item_text h3 {
            font-size: 25px;
            color: #fff;
            margin-bottom: 14px;
            margin-top: 16px;
        }

        .how_it_work_item_text p {
            color: #fff;
            font-size: 15px;
            margin-bottom: 0px;
        }

        .how_it_work_item_num span {
            font-size: 182px;
            font-weight: 700;
            font-family: 'poppinsbold';
        }

        .how_it_work_item_num .number_1 {
            color: #ffffff;
            -webkit-text-stroke: 5px #003e4f;
        }

        .how_it_work_item_num .number_2 {
            color: #ffffff;
            -webkit-text-stroke: 5px #f28c75;
        }

        .how_it_work_item_num .number_3 {
            color: #ffffff;
            -webkit-text-stroke: 5px #b6e3cc;
        }

        .how_it_work_item_box {
            position: relative;
        }

        .how_it_work_item_text p span {
            display: block;
        }

        .how_it_work_item_num {
            position: absolute;
            top: -121px;
            right: 0;
            left: 0;
        }

        .how_it_work_head {
            margin-bottom: 148px;
        }

        .how_it_work_item_text.Apply_Connect_bg h3 {
            color: #003e4f;
        }

        .how_it_work_item_text.Apply_Connect_bg p {
            color: #003e4f;
        }

        .how_it_work_sec {
            margin-top: 70px;
            margin-bottom: 70px;
        }

        .employer-title {
            font-family: 'poppinssemibold';
        }

        .how_it_work_sec .container-fluid {
            max-width: 93% !important;
        }

        .features_find_your_perf {
            background-color: #B5E3CC;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .features_find_your_head p {
            font-size: 18px;
            color: #003E4F;
        }

        .Features_lis_text h6 {
            font-size: 21px;
            color: #003E4F;
            margin-bottom: 3px;
            font-family: poppinsmedium;
        }

        .Features_lis_text p {
            font-size: 14px;
            color: #003E4F;
            margin-bottom: 0px;
            font-family: 'poppinsregular';
        }

        .Features_lis_ico i {
            width: 20px;
            height: 20px;
            background-color: #003d4f;
            color: #b6e3cc;
            text-align: center;
            line-height: 22px;
            border-radius: 5px;
            font-size: 13px;
        }

        .features_find_your_text .list-unstyled li {
            display: table;
            width: 100%;
            margin-bottom: 40px;
        }

        .features_find_your_text .list-unstyled li .Features_lis_ico {
            display: table-cell;
            width: 33px;
        }

        .features_find_your_text .list-unstyled li .Features_lis_text {
            display: table-cell;
        }

        .features_find_your_perf .container-fluid {
            max-width: 90% !important;
        }


        .success_stories_head .employer-title {
            text-align: center;
            color: #fff;
        }

        .success_stories_box .carousel_caption p {
            color: #003E4F;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            font-family: 'poppinsregular';
        }

        .success_stories_head p {
            color: #fff;
        }

        .success_stories_box {
            background-color: #fff;
            text-align: center;
            padding: 40px 30px;
            border-radius: 10px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

        .success_stories_box .carousel_caption {
            width: 80%;
            margin-right: auto;
            margin-left: auto;
            text-align: center;
        }

        .success_stories_sec .success_stories_head {
            margin-bottom: 50px;
        }

        .carousel_caption h6 {
            color: #003e4f;
            font-weight: 700;
            font-family: 'poppinssemibold';
        }

        .success_stories_box {
            position: relative;
        }

        .success_stories_box .quote_left_suc {
            position: absolute;
            left: -71px;
            top: -39px;
        }

        .success_stories_box .quote_right_suc {
            position: absolute;
            right: -71px;
            bottom: -42px;
            transform: rotate(179deg);
        }

        .success_stories_box i {
            font-size: 65px;
            color: #ffffffa8;
        }

        .features_find_your_head {
            margin-bottom: 36px;
        }

        .get_started_sec {
            background-color: #EAE6F5;
        }

        .get_started_right_img {
            text-align: right;
        }

        .get_started_right_img img {
            width: 415px;
            margin-left: auto;
            margin-right: auto;
            margin-top: -65px;
        }

        .get_started_btn .sf-btn {
            text-decoration: none;
            font-family: 'poppinssemibold';
            padding: 21px 35px;
            font-size: 17px;
        }

        .get_started_btn .sf-btn:hover {
            color: #fff !important;
        }

        .get_started_left_head p {
            font-size: 16px;
            color: #003E4F;
            font-family: 'poppinsregular';
        }

        .get_started_left .get_started_btn {
            margin-top: 40px;
        }

        .get_started_sec .row {
            align-items: center;
        }
.find_your_perfect_banner {
	background-color: #ece8f6;
	padding-top: 160px;
	padding-bottom: 40px;
}

.find_your_perfect_left h1 span {
	display: block;
}

.find_your_perfect_left h3 span {
	display: block;
}

.find_your_perfect_left p {
	color: #003E4F;
	font-size: 20px;
	font-family: poppinsregular;
}

.find_your_perfect_btn .sf-btn {
	text-decoration: none;
}

.find_your_perfect_btn .sf-btn:hover {
	color: #fff !important;
}

.find_your_perfect_btn {
	margin-top: 44px;
}

.how_it_work_item_text {
	text-align: center;
	padding: 30px;
	border-radius: 50%;
	min-height: 400px;
	padding-top: 100px;
	border: 16px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.how_it_work_item_text img {
	margin-left: auto;
	margin-right: auto;
}

.profile_bg {
	background-color: #003e4f;
}

.get_Matched_bg {
	background-color: #f28c74;
}

.Apply_Connect_bg {
	background-color: #b5e3cc;
}

.how_it_work_item_text h3 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 14px;
	margin-top: 16px;
}

.how_it_work_item_text p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0px;
}

.how_it_work_item_num span {
	font-size: 182px;
	font-weight: 700;
	font-family: 'poppinsbold';
}

.how_it_work_item_num .number_1 {
	color: #ffffff;
	-webkit-text-stroke: 5px #003e4f;
}

.how_it_work_item_num .number_2 {
	color: #ffffff;
	-webkit-text-stroke: 5px #f28c75;
}

.how_it_work_item_num .number_3 {
	color: #ffffff;
	-webkit-text-stroke: 5px #b6e3cc;
}

.how_it_work_item_box {
	position: relative;
}

.how_it_work_item_text p span {
	display: block;
}

.how_it_work_item_num {
	position: absolute;
	top: -121px;
	right: 0;
	left: 0;
}

.how_it_work_head {
	margin-bottom: 148px;
}

.how_it_work_item_text.Apply_Connect_bg h3 {
	color: #003e4f;
}

.how_it_work_item_text.Apply_Connect_bg p {
	color: #003e4f;
}

.how_it_work_sec {
	margin-top: 70px;
	margin-bottom: 70px;
}

.employer-title {
	font-family: 'poppinssemibold';
}

.how_it_work_sec .container-fluid {
	max-width: 93% !important;
}

.features_find_your_perf {
	background-color: #B5E3CC;
	padding-top: 60px;
	padding-bottom: 60px;
}

.features_find_your_head p {
	font-size: 18px;
	color: #003E4F;
}

.Features_lis_text h6 {
	font-size: 21px;
	color: #003E4F;
	margin-bottom: 3px;
	font-family: poppinsmedium;
}

.Features_lis_text p {
	font-size: 14px;
	color: #003E4F;
	margin-bottom: 0px;
	font-family: 'poppinsregular';
}

.Features_lis_ico i {
	width: 20px;
	height: 20px;
	background-color: #003d4f;
	color: #b6e3cc;
	text-align: center;
	line-height: 22px;
	border-radius: 5px;
	font-size: 13px;
}

.features_find_your_text .list-unstyled li {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.features_find_your_text .list-unstyled li .Features_lis_ico {
	display: table-cell;
	width: 33px;
}

.features_find_your_text .list-unstyled li .Features_lis_text {
	display: table-cell;
}

.features_find_your_perf .container-fluid {
	max-width: 90% !important;
}

.success_stories_sec {
	background-color: #F28C74;
	padding-top: 40px;
	padding-bottom: 90px;
}

.success_stories_head .employer-title {
	text-align: center;
	color: #fff;
}

.success_stories_box .carousel_caption p {
	color: #003E4F;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	font-family: 'poppinsregular';
}

.success_stories_head p {
	color: #fff;
}

.success_stories_box {
	background-color: #fff;
	text-align: center;
	padding: 40px 30px;
	border-radius: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.success_stories_box .carousel_caption {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.success_stories_sec .success_stories_head {
	margin-bottom: 50px;
}

.carousel_caption h6 {
	color: #003e4f;
	font-weight: 700;
	font-family: 'poppinssemibold';
}

.success_stories_box {
	position: relative;
}

.success_stories_box .quote_left_suc {
	position: absolute;
	left: -71px;
	top: -39px;
}

.success_stories_box .quote_right_suc {
	position: absolute;
	right: -71px;
	bottom: -42px;
	transform: rotate(179deg);
}

.success_stories_box i {
	font-size: 65px;
	color: #ffffffa8;
}

.features_find_your_head {
	margin-bottom: 36px;
}

.get_started_sec {
	background-color: #EAE6F5;
}

.get_started_right_img {
	text-align: right;
}

.get_started_right_img img {
	width: 415px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -65px;
}

.get_started_btn .sf-btn {
	text-decoration: none;
	font-family: 'poppinssemibold';
	padding: 21px 35px;
	font-size: 17px;
}

.get_started_btn .sf-btn:hover {
	color: #fff !important;
}

.get_started_left_head p {
	font-size: 16px;
	color: #003E4F;
	font-family: 'poppinsregular';
}

.get_started_left .get_started_btn {
	margin-top: 40px;
}

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

.discover_how_it_work_item {
	background-repeat: no-repeat;
	background-size: contain;
	height: 320px;
	position: relative;
}

.discover_how_it_work_item_text p {
	color: #003E4F;
	font-size: 13px;
	margin-bottom: 0px;
	font-family: 'poppinsregular';
}

.discover_work_item_num .number_1 {
	font-size: 200px;
	font-weight: 700;
	font-family: 'poppinsbold';
	color: #003e4f;
}

.discover_work_item_num {
	position: absolute;
	left: 0px;
	top: 0%;
}

.discover_work_item_num.color2 .number_1 {
	color: #f28c75;
}

.discover_work_item_num.color3 .number_1 {
	color: #b6e3cc;
}

.discover_how_it_work_item_text h3 span {
	display: block;
}

.discover_work_item_num.color2 {
	left: -40px;
}

.discover_work_item_num.color3 {
	left: -37px;
}

.how_it_work_head.discover_h {
	margin-bottom: 30px;
}

.how_it_work_professional_s .discover_how_it_work_item_text {
	justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
    position: absolute;
    left: -30px;
    top: 75px;
}

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

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

.discover_how_it_work_item_text p span {
	display: block;
}

.how_it_work_professional_s .discover_how_it_work_item {
	height: 346px;
}

.learn_grow_bo .discover_how_it_work_item_text img {
	width: 60px;
}

.jobs_header_banner{
    background-color: #F28C74;
    text-align: center;
    padding-top: 135px;
    padding-bottom: 30px;
}
.main_default_head{
    color: #003E4F;
    font-size: 40px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "poppinssemibold";
}

.discover_how_it_work_item_text img{
    width: 73px;
}
.apply_succe_b .discover_how_it_work_item_text img{
    width: 60px;
}

.job-badge{
    margin-left: auto;
    display: block;
}
.wsmenu>.wsmenu-list>li a.btn{
    transition: all 0.5s ease;
}
.wsmenu>.wsmenu-list>li a.btn:hover{
    color: #fff!important;
    opacity: 0.8;
}
.terms_cond_priv a{
    font-size: 13px;
    color: #003f3f;
}
.terms_cond_priv .cta-checkbox{
    font-size: 13px;
}
.about-age-box span{display: block;}
.bar1, .bar2, .bar3{
  width: 35px;
    height: 4px;
    background-color: #51646e;
    margin: 6px 0;
    display: block;
    margin-left: auto;
}
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.navigation_mobile .row{align-items: center;}
.tf-btn-filter{
    font-size: 16px;
    line-height: 24px;
    border: solid 1px #ebebeb;
    border-radius: 27px;
    text-transform: capitalize;
    padding: 5px 14px;
    font-weight: 500;
}
#mySidenav .closebtn {
    display: none;
    width: 50px;
    height: 50px;
    color: #ffffff;
    position: relative;
    right: 0;
    margin-left: auto;
    text-align: center;
    border-radius: 0px 50px 50px 0;
    border: 1px solid #ccc;
    line-height: 50px;
    background-color: #dc3545;
}
.container{max-width: 90%!important;}
.jobs_left_filter_icon .tf-btn-filter{margin-left: auto;}
.registration_sec{background-size: cover; background-position: 0% 100%;}
.registration_form_head p{font-size: 20px!important;}
.registration_form{width: 90%; margin-left: auto;}
.jobs_vacancy_list_box .job-bottom{display: block!important;}

.about_us_vision_item_icon {
    display: table-cell;
    width: 50px;
}
.about_us_vision_item {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.about_us_vision_item_icon {
    display: table-cell;
    width: 50px;
}
.about_us_vision_item_icon img.dsds{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #003E4F;
    padding: 5px;
}
.about_us_vision_item_text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}
.about_us_vision_item_icon.color_2 img.dsds{
    background-color: #f78f7a;
}
.features_find_your_perf.discover_feature .container-fluid {
            max-width: 100% !important;
}
.wsmenu>.offcanvas>.wsmenu-list>li>ul.sub-menu{
    right: 0px!important;
    left: initial!important;
}
.wsmenu>.offcanvas>.wsmenu-list>li>ul.sub-menu::after{
   content: "";
    position: absolute;
    top: -21px;
    right: 11px;
    width: 0;
    height: 0;
    border-left: 10px solid #34343400;
    border-right: 10px solid #00000000;
    border-bottom: 11px solid #f4f4f9;
    border-top: 10px solid #00000000;
}

.wsmenu > .wsmenu-list > li.menu_logins_lis ul.sub-menu li>a{
    transition: 0.3s;
    display: block;
}
.wsmenu > .wsmenu-list > li.menu_logins_lis ul.sub-menu li>a:hover{
    padding-left: 22px;
}

.wsmenu>.offcanvas>.wsmenu-list>li.menu_logins_lis>a{
    color: #fff !important;
    background-color: #03394d;
    padding: 10px 20px;
    border-radius: 4px;
    line-height: 16px !important;
}
.wsmenu>.wsmenu-list{
    margin: 15px auto 0 auto!important;
}
.wsmenu>.offcanvas>.wsmenu-list>li:hover a .wsarrow::after {
    transform: rotate(-178deg);
}
.wsmainfull.menu .container {
    max-width: 95% !important;
}
.navigation_user_p .navbar_user_Dropdown{
    margin-top: -11px !important;
}
.job_details_main .section ul li{
    margin-bottom: 8px;
    font-size: 15px;
}
.job_details_main .section ul{
    padding-left: 15px;
}

.job_details_main .section p{
    overflow-wrap: break-word;
}

.leading_organization_item img{
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.leading_organization_item {
    min-height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #0000001a;
}
.leading_organization_log .row:first-child{
    border-bottom: 1px solid #0000001a;
}
.leading_organization_log .row .col-xl-3:last-child .leading_organization_item{
    border: none;
}
.contact-item-row .icon-text-content p{margin-bottom: 0;}
.fj_img_top_first .fj-img{width: 80%;}
.find_perfect_condidate_right_im{position: relative;}
.fj_img_top_bottom {
    position: absolute;
    bottom: -65px;
    right: 0;
    width: 53%;
}
.custom_without_banner_section{
    width: 100%;
    height: 83px;
    display: block;
    background-color: #ffffff;
}
.login-box-wrapper-custom .form-group {
    margin-bottom: 15px;
}
.condidte_first_sec.fj-section{padding-bottom: 40px;}
.find_the_perfect_job_today {
    background-color: #003E4F;
    padding-top: 50px;
    padding-bottom: 50px;
}
.find_the_perfect_job_left .text_left h3{
    color: #fff;
    font-size: 27px;
}
.find_the_perfect_job_left .text_left p{
    color: #fff;
    font-size: 16px;
}
.find_the_perfect_job_left .text_left .btn_joint{
    background-color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    color: #003e4f;
    font-size: 17px;
    font-weight: 500;
    border-radius: 24px;
}
.find_the_perfect_job_left .text_left {
    margin-bottom: 60px;
}
.find_the_perfect_job_left {
    padding-right: 40px;
}
.join_senior_the_perfect_job_right .list-unstyled li{
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 0 15px 15px 0px;
    margin-bottom: 20px;
    border-left: 7px solid #F28C74;
}
.join_senior_the_perfect_job_right .list-unstyled li:nth-child(2){
    background-color: #F28C74;
    border-left: 7px solid #fff;
    color: #fff;
}
.join_senior_the_perfect_job_right .list-unstyled li:nth-child(2) h3{
    color: #fff;
}
.join_senior_the_perfect_job_right .list-unstyled li h3{
    color: #003e4f;
    font-size: 20px;
    margin-top: 9px;
    margin-bottom: 8px;
}
.join_senior_the_perfect_job_right .list-unstyled li p{
    margin-bottom: 0px;
    font-size: 15px;
}
.join_senior_the_perfect_job_right .list-unstyled li img{
    width: 40px;
}
.find_the_perfect_job_today2 {
    background-color: #f28c74;
    padding-top: 60px;
    padding-bottom: 60px;
}
.find_the_perfect_job_today2 .find_the_perfect_job_left {
    padding-left: 40px;
}
.find_the_perfect_job_today2 .join_senior_the_perfect_job_right .list-unstyled li:nth-child(2) {
    background-color: #003e4f;
    border-left: 7px solid #fff;
}
.find_the_perfect_job_today2 .join_senior_the_perfect_job_right .list-unstyled li{
    border-left: 7px solid #003e4f;
}
.condidate_howitworks_s .how_it_work_arrow_li{
    position: absolute;
    right: -39px;
    top: -26px;
}
.how_it_work_arrow_li img{
    width: 82%;
}
.condidate_howitworks_s .col-md-4{
    position: relative;
}
.condidte_first_sec .fj-title span{display: block;}
.condidte_first_sec .fj-subtext span{display: block;}
.home_main_first_banner{padding-bottom: 30px!important;}

.wsmenu .offcanvas > .wsmenu-list > li{
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
    position: relative;
}
.wsmenu>.offcanvas>.wsmenu-list>li>ul.sub-menu li {
    border-bottom: 1px solid #cdcdcd;
}
.wsmainfull.menu{
    padding: 7px 0;
}
.offcanvas .wsmenu-list{
    margin-top: 10px;
    margin-bottom: 0px;
}
.language-switcher .form-select{
    padding: 4px 34px;
    font-size: 17px;
    height: auto;
    border-radius: 4px;
}
.wsmenu-list ul.sub-menu li a {
font-size: 16px !important;
text-decoration: none;
line-height: 14px;
text-align: left;
transition: all 0.5s ease;
white-space: nowrap;
}
.wsmenu-list ul.sub-menu li a:hover{
    background-color: #03394d29;
    color: #03394d;
}
.password_visi{
    position: relative;
}
.password_visi span{
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 12px;
}

.company-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.company-rating .stars {
    color: #f4b400; /* gold stars */
    font-size: 13px;
}

.company-rating .rating-text {
    font-size: 14px;
    color: #555;
}
.job-details {
    margin-bottom: 15px;
}

.job-seniors {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
  margin-bottom: 5px;
}
.location_jobs_sal{
    align-items: center;
}
.verified-badge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: #E6F4EA;
    color: #1E7F43;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
}
.login_toggle_password{
   float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -39px;
}


.lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 120px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    z-index: 999;
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

.lang-item img {
    width: 18px;
    height: 12px;
}

.lang-item:hover {
    background: #f1f1f1;
}
.lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-selected {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.lang-selected img {
    width: 20px;
}

.lang-menu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 6px;
    margin-top: 5px;
    overflow: hidden;
    z-index: 999;
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.lang-item img {
    width: 20px;
}

.lang-item:hover {
    background: #f1f1f1;
}

.lang-menu.show {
    display: block;
}
#guestApplyModal .modal-body{
    padding: 50px;
}
#guestApplyModal .modal-body label{
    font-size: 15px;
    margin-bottom: 5px;
}
#guestApplyModal .modal-body .form-control{
    font-size: 15px;
}
#guestApplyModal .modal-body .job-badge{
    width: fit-content;
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 30px!important;
}
.job_all_list_btn_modal {
    position: absolute;
    right: 23px;
    top: 53px;
}
.job_all_list_btn_modal .save_jobs_btn{
    margin-top: -56px;
    padding: 0;
}
#swal2-html-container p{
    text-align: center;
    font-size: 15px;
}
#swal2-html-container label{
    display: block;
    margin: auto;
    text-align: center;
    font-size: 16px;
}
.text-danger{
    font-size: 14px;
}
.payment_successful_sec {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    margin-bottom: 30px;
}
.payment_successful_sec .sf-btn{
    width: fit-content;
    text-decoration: none;
}
.payment_successful_sec .sf-btn:hover{
    color: #fff!important;
}
.payment_succ_head_i {
    text-align: center;
}
.payment_succ_head_i i{
    width: 50px;
    height: 50px;
    background-color: #198754;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
}

.cancel_payment_sec {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    margin-bottom: 30px;
}
.cancel_payment_sec i{
    width: 50px;
    height: 50px;
    background-color: #dc3545;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
}
.payment_succ_head_i h2{
    font-size: 33px;
    margin-top: 13px;
}
.cancel_payment_sec .btn-warning{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
} 
.cancel_payment_sec h2{
    font-size: 33px;
    margin-top: 13px;
}

@media only screen and (max-width:479px){
    .cancel_payment_sec{width: 100%;}
    .cancel_payment_sec h2{font-size: 25px;}
    .payment_succ_head_i h2{font-size: 25px;}
    .payment_successful_sec{width: 100%;}
    .hoem_header_banner_img_text{bottom: 116px!important; padding-left: 108px!important;}
    .toggle_inp {margin-right: 29px;}
    .price_change_toggle label{width: 58px!important; height: 22px!important;}
    .price_change_toggle label:after{top: 2px!important; width: 18px!important; height: 18px!important;}
    .membership_pricing_tab .price .discout_price{font-size: 25px!important;}
    .membership_pricing_tab .card{margin-bottom: 30px;}
    .membership_pricing_tab .price .price_mon{font-size: 13px;margin-top: 9px;}
    .price_change_toggle h3{font-size: 16px!important; margin-left: 0px!important; margin-right: 0px!important;}
    .job_details_head_hh .backToJobLink{padding: 9px 10px !important; font-size: 14px !important;}
    .job_details_head_hh .job-badge{padding: 11px 10px!important; font-size: 15px!important; line-height: initial!important;}
    .jobs_vacancy_list_box_item .job_details_locat{display: block;}
    .jobs_vacancy_list_box_item .job-details{display: block;}
    .jobs_vacancy_list_box_item .job-details>span{display: block; margin-bottom: 12px;}
    .job-perks{padding-left: 0px!important;}
    .booking-slider{margin-inline: initial!important;}
    .contact-item-row .icon-text-content a{color: #fff;}
    .contact-item-row .large-icon-style{text-align: center; margin-left: auto; margin-right: auto;}
    .howitworks-number{top: -30px!important; left: 0!important; right: 0; margin-left: auto;  margin-right: auto;}
    .howitworks-icon{margin-left: auto!important; margin-right: auto!important;}
    .wsmenu>.offcanvas>.wsmenu-list>li.active .sub-menu{margin-bottom: 20px;}
    .wsmenu>.offcanvas>.wsmenu-list>li.menu_logins_lis >ul.sub-menu{width: 210px !important; margin-left: auto; margin-right: auto;}
    .wsmainfull .navbar.navbar-expand-lg{height: auto!important;}
    .navigation_user_p{margin-top: 9px;}
    .wsmenu .offcanvas > .wsmenu-list > li{text-align: left; float: initial; border-bottom: 1px solid #03394d1c;}
    .wsmenu .offcanvas > .wsmenu-list > li:last-child{border: none;}
    .navbar .offcanvas.offcanvas-start{top: 48px; max-width: 80%; background-color: #e0f4fb;}
    .offcanvas .wsmenu-list{width: 100%;  padding-left: 0rem;}
    .navbar .wsmenu-list .sub-menu{position: relative; opacity: 1; top: 0px!important;}
    .wsmenu>.offcanvas>.wsmenu-list>li>ul.sub-menu::after{display: none;}
    .navbar .wsmenu-list .has-sub > .sub-menu{ max-height: 0; overflow: hidden;  transition: max-height 0.4s ease;}
    .wsmenu>.offcanvas>.wsmenu-list>.has-sub > a .wsarrow::after{transform: rotate(0deg);}
    .wsmenu>.offcanvas>.wsmenu-list>.has-sub.active > a .wsarrow::after{transform: rotate(0deg);}
    .wsmenu>.offcanvas>.wsmenu-list>li:hover a .wsarrow::after{transform: rotate(0deg);}
    .navbar .wsmenu-list .has-sub.active > .sub-menu{max-height: 600px;}
    .wsmenu-list ul.sub-menu li a{font-size: 15px !important;}
     .wsmenu>.offcanvas>.wsmenu-list>li.has-sub.active > a .wsarrow::after{transform: rotate(180deg);}
    .offcanvas .wsmenu-list{display: flex;  flex-direction: column;}
    .navigation_user_p .navbar_user_Dropdown {margin-top: 0px !important;}
    .offcanvas .wsmenu-list{margin-top: 0px;}
    .navigation_user_p .navbar_user_Dropdown .text-nowrap path{fill: #fff;}
    .wsmenu>.offcanvas>.wsmenu-list>li.menu_logins_lis>a{padding: 14px 20px;}
    
    .hero-section.home_main_first_banner{padding-bottom: 30px!important;}
    section.testimonial-sec{padding: 40px 0 !important;}
    section.trusted-wrapper{padding: 40px 0!important;}
    .cta-section{padding: 40px 0!important;}
    .sf-copy{font-size: 14px!important;}
    .terms_cond_priv a{display: block!important; text-align: left!important;}
    .section-wrapper{padding: 40px 0!important;}
    #hero-7 {padding-top: 40px !important;}
    .condidte_first_sec .fj-title span {display: inline;}
    .condidte_first_sec .fj-left{order: 2; margin-bottom: 0px; margin-top: 20px;}
    .fj_img_top_first .fj-img {width: 100%;}
    .fj_img_top_bottom{display: none;}
    .condidte_first_sec.fj-section{padding-top: 70px; padding-bottom: 20px;}
    .condidte_first_sec .fj-title{margin-bottom: 5px;}
    .condidte_first_sec .fj-subtext span {display: inline;}
    .find_the_perfect_job_left {padding-right: 0px;}
    .find_the_perfect_job_left .text_left h3{font-size: 20px;}
    .find_the_perfect_job_left .text_left p{font-size: 15px;}
    .find_the_perfect_job_left .text_left .btn_joint{font-size: 15px;}
    .join_senior_the_perfect_job_right{margin-top: 20px;}
    .find_the_perfect_job_today{padding-bottom: 15px;}
    .find_the_perfect_job_today2{padding-top: 10px; padding-bottom: 40px;}
    .find_the_perfect_job_today2 .find_the_perfect_job_left {padding-left: 1px;}
    .join_senior_the_perfect_job_right .list-unstyled li{padding: 20px 20px;}
    .join_senior_the_perfect_job_right .list-unstyled li h3{font-size: 17px;}
    .rt-title{font-size: 25px!important;}
    .rt-section{padding: 30px 0 50px;}
    .rt-join-btn{padding: 9px 22px!important; font-size: 15px!important; margin-top: 27px!important;}
    .rt-card-box{padding: 21px 15px!important; min-height: auto!important;}
    .rt-card-title{font-size: 18px; margin-bottom: 8px;}
    .howitworks-title{font-size: 25px!important;}
    .condidate_howitworks_s .how_it_work_arrow_li{display: none;}
    .howitworks-box{width: 100% !important; height: auto !important; border-radius: 10px !important;  padding-top: 30px !important;
        padding-left: 10px !important;border: 4px solid #003E49 !important; padding-right: 10px !important;  margin-bottom: 20px;}
    .condidate_howitworks_s .col-md-4{margin-bottom: 20px;}
    .sf-card-title br{display: none;}
    .howitworks-section {padding: 36px 0px;}
    .success_stories_box .carousel_caption p{font-size: 15px;}
    .employers_first_Sec .fj-title br{display: none;}
    .employers_first_Sec .fj-subtext br{display: none;}
    .employers_first_Sec.fj-section{padding-top: 70px;}
    .employers_first_Sec .fj-title{margin-bottom: 5px;}
    .employers_first_Sec .fj-img-top {width: 100%;}
    .employers_first_Sec .fj-img-bottom{display: none;}
    .employers_first_Sec .fj-left{order: 2; margin-bottom: 0px;}
    .leadership-title-fixed{font-size: 25px!important;}
    .leadership-row-fixed > div {min-height: auto!important; margin-bottom: 40px;}
    .leadership-row-fixed > div:last-child{margin-bottom: 0px;}
    .leadership-section-fixed .join-senior-btn-fixed{padding: 8px 17px !important; font-size: 15px !important;}
    .mentorship-title-custom{font-size: 25px!important;}
    .mentorship-row-custom > div {min-height: auto!important; margin-bottom: 40px;}
    .mentorship-row-custom > div:last-child{margin-bottom: 0px;}
    .mentorship-section-custom .mentorship-btn-custom{padding: 8px 17px !important; font-size: 15px !important;}
    .stable-title-custom{font-size: 25px!important;}
    .stable-section-custom .stable-btn-custom{padding: 8px 17px !important; font-size: 15px !important;}
    .hiw-fixed-title{font-size: 25px!important;}
    .stable-item-title-custom{font-size: 16px;}
    .hiw-fixed-line{display: none;}
    .hiw-fixed-hex-border{width: 100%!important;}
    .hiw-fixed-heading{font-size: 16px;}
    
    
    .leading_organization_item{min-height: 88px;}
    .trusted-subtext{font-size: 15px; max-width: 100%; margin: 0 auto 37px;}
    .leading_organization_item img{max-width: 100%; width: 100%; padding: 14px;}
    .leading_organization_log .row .col-xl-3:nth-child(2) .leading_organization_item{border-bottom: 1px solid #0000001a; border-right: 1px solid #00000000;}
    .leading_organization_log .row .col-xl-3:nth-child(1) .leading_organization_item{border-bottom: 1px solid #0000001a;}
    .leading_organization_log .row .col-xl-3:nth-child(2){padding-left: 0px;}
    .leading_organization_log .row .col-xl-3:nth-child(1){padding-right: 0px;}
    .leading_organization_log .row .col-xl-3:nth-child(3){padding-right: 0px;}
    
    .how_it_work_professional_s .padding_left{padding-right: 15px !important;  padding-left: 15px !important;}
    .job_deta_right_box .date_loca{margin-bottom: 0px;}
    .job_details_main .section p{font-size: 14px!important;}
    .job_details_main .section ul{padding-left: 10px;}
    .job_details_main .section ol{padding-left: 10px;}
    
    .wsmenu > .wsmenu-list > li.menu_logins_lis .wsmenu-click>i{margin-top: 15px !important;}
    .wsmenu > .wsmenu-list > li.menu_logins_lis .wsmenu-click > i:before{border-color: rgb(255 255 255);}
    .wsmenu>.wsmenu-list>li.menu_logins_lis>a{width: 94%; margin-left: auto !important; margin-right: auto !important; line-height: 26px !important;}
    .booking-slider__slide{min-height: auto;}
    .container {max-width: 100% !important;}
    .wsmobileheader .smllogo img{width: 230px!important;}
    .wsmobileheader .smllogo{margin-top: 0px!important;}
    .hero-section {margin-top: 44px !important;}
    .hoem_header_banner_text h1 span {display: inline;}
    .hoem_header_banner_text .senior-title{font-size: 25px;}
    .senior-subtitle{font-size: 16px;}
    .hoem_header_banner_form .col-xl-5 {width: 100%; margin-bottom: 14px;}
    .hoem_header_banner_form .padding_right {padding-right: 15px !important;}
    .hoem_header_banner_form .padding_left {padding-left: 15px !important;}
    .hoem_header_banner_form .col-xl-2 {width: 100%;}
    .seniors_hired_month_p {padding-left: 20px;}
    .seniors_hired_month_p .d-flex.align-items-center{display: block !important; text-align: left;}
    .hoem_header_banner_form_btn .btn_find{width: fit-content; margin-left: auto; margin-right: auto;}
    .main-title{font-size: 25px!important;}
    .subtitle{font-size: 16px!important;}
    .employer-wrapper .emp-item{display: block; margin-bottom: 25px; padding-bottom: 25px; padding-top: 0px;}
    .employer-wrapper .emp-item>div{margin-bottom: 30px;}
    .employer-wrapper{padding: 40px 0!important; padding-bottom: 15px!important;}
    .testimonial-sec .slider-nav {display: flex; top: 0%; right: 106px; left: initial; position: relative;}
    .slider-nav__item{margin-right: 10px;}
    .Stories_discript_review a{display: block; text-align: left;}
    .swiper-slide-active .succes_sto_h {width: 100%!important;}
    .hoem_header_banner_form{border-radius: 11px;}
    .base-template__wrapper wrapper .booking-slider__slide{padding-left: 15px;}
    .logo-grid{padding: 14px 0;}
    .logo-grid .vline.v1{display: none;}
    .logo-box {flex: 49%; max-width: 49%;}
    .logo-grid{display: flex!important; flex-wrap: wrap!important; padding: 5px 0!important; gap: 20px 7px!important;}
    .logo-grid .vline.v3{display: none;}
    .cta-card-left{height: auto!important;}
    .cta-left-title{font-size: 25px!important;}
    #hero-7 .col-lg-7{order: 2;}
    #hero-7 .mt-5 {margin-top: 0rem !important;}
    .booking-slider-item__image img{height: 100%!important;}
    .base-template__wrapper .swiper-slide{margin-top: 20px;}
    .cta-card-right{padding: 26px!important; height: auto!important;}
    .cta-right-title{font-size: 25px!important;}
    .sf-footer .row.pt-5 {padding-top: 0rem !important;}
    .footer_menu_links .col {flex: 46%; max-width: 44%;}
    .footer_menu_links .sf-link a{font-size: 14px;}
    .sf-footer .sf-bottom{padding-right: 1rem !important; padding-left: 1rem !important; flex-wrap: wrap;}
    .sf-footer .sf-bottom .sf-small-links{max-width: 100%; flex: 100%; margin-bottom: 20px; text-align: center;}
    .sf-footer .sf-bottom .sf-copy{max-width: 100%; flex: 100%; order: 3;}
    .sf-footer .sf-bottom .footer_social_links{max-width: 100%; flex: 100%; margin-bottom: 15px;}
    .foot_logo {width: 240px!important;}
    
    .find_your_perfect_left h1 span {display: inline;}
    .find_your_perfect_left h1{font-size: 26px!important; margin-bottom: 10px!important;}
    .find_your_perfect_left h3 span {display: inline;}
    .find_your_perfect_left h3{font-size: 21px!important;}
    .find_your_perfect_left p{font-size: 17px!important;}
    .find_your_perfect_btn .sf-btn{display: block; margin-bottom: 20px; text-align: center;}
    .find_your_perfect_btn {margin-top: 33px;}
    .find_your_perfect_banner .col-12:first-child{order: 2;}
    .find_your_perfect_banner{padding-top: 90px;}
    .find_your_perfect_left {margin-top: 23px;}
    .employer-title{font-size: 26px!important;}
    .how_it_work_item_text{padding: 36px 15px; border-radius: 10%; min-height: auto; padding-top: 29px; width: 100%;}
    .how_it_work_item_num{top: -50px;}
    .how_it_work_item_box{margin-bottom: 60px;}
    .how_it_work_head {margin-bottom: 70px;}
    section.how_it_work_sec .container-fluid{max-width: 100% !important;}
    .how_it_work_sec{margin-bottom: 0px!important; margin-top: 40px!important;}
    .how_it_work_item_num span{font-size: 70px!important;}
    .features_find_your_perf .container-fluid {max-width: 100% !important;}
    .success_stories_box{padding: 20px 20px; width: 98%;}
    .success_stories_box .carousel_caption{width: 100%;}
    .success_stories_sec{padding-bottom: 70px;}
    .get_started_right_img img{width: 100%;margin-top: 37px;}
    .get_started_sec .get_started_left {margin-top: 30px;}
    .get_started_btn .sf-btn{padding: 15px 23px; font-size: 16px;}
    .discover_how_it_work_item{background-image: none!important;}
    .discover_how_it_work_item_text{padding: 20px; text-align: center;}
    .discover_work_item_num .number_1{font-size: 70px; -webkit-text-stroke: 3px #003e4f; color: #fff;}
    .discover_work_item_num.color2 .number_1 {color: #ffffff; -webkit-text-stroke: 3px #f28c75;}
    .discover_work_item_num {left: auto !important; top: 0%; margin-top: 0px; position: relative!important; text-align: center;}
    .discover_how_it_work_item{height: auto; margin-bottom: 30px; border-radius: 10px; border: 16px solid #003e4f; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
    .how_it_work_sec .row .col-xl-4:nth-child(2) .discover_how_it_work_item{border: 16px solid #f28c75;}
    .how_it_work_sec .row .col-xl-4:nth-child(3) .discover_how_it_work_item{border: 16px solid #B5E3CC;}
    .Features_lis_text h6{font-size: 17px;}
    .success_stories_box .quote_right_suc{right: -10px; bottom: -72px;}
    .success_stories_box .quote_left_suc {left: 0; top: -72px;}
    .success_stories_box i{font-size: 50px;}
    .discover_work_item_num.color3 .number_1 {color: #ffffff; -webkit-text-stroke: 3px #B5E3CC;}
    .how_it_work_professional_s .discover_how_it_work_item_text{position: relative; left: 0; top: 0; padding: 25px 25px; width: 100%;}
    .discover_how_it_work_item_text p span {display: inline;}
    .how_it_work_professional_s .padding_right {padding-right: 15px !important; padding-left: 15px !important;}
    .how_it_work_professional_s .discover_how_it_work_item {height: auto!important;}
    .how_it_work_professional_s .learn_grow_bo .discover_how_it_work_item_text {left: 0;}
    .discover_talent_how_it_work_item{width: 100%!important; margin-bottom: 30px;}
    .how_it_work_line{display: none!important;}
    .features_find_your_perf.discover_feature{padding-left: 0px!important;}
    .features_find_your_perf.discover_feature img{width: 100%!important;}
    
    .sf-join-title{font-size: 26px!important;}
    .sf-join-section{padding: 35px 0!important;}
    .sf-join-btn{font-size: 15px!important; padding: 10px 25px!important;}
    .discover_talent_how_it_work_item .img_it_wor{display: none;}
    .smart_hiring_guide_how_it .discover_talent_it_work_text{top: 0!important; padding: 20px!important; left: 0px!important;}
    .discover_talent_it_work_text{position: relative!important; padding: 36px 15px!important; border-radius: 16px; min-height: auto;
    padding-top: 29px; border: 16px solid #013e50; top: 0px!important; background-color: #e7e7e7;}
    .smart_hiring_guide_how_it .discover_talent_it_work_text{box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); margin-bottom: 20px; border-radius: 10px;}
    .smart_hiring_guide_how_it .row .col-xl-4:nth-child(2) .discover_talent_it_work_text{border: 5px solid #f18c75;}
    .smart_hiring_guide_how_it .row .col-xl-4:nth-child(3) .discover_talent_it_work_text{border: 5px solid #bee6d1;}
    .faqs-title{font-size: 26px!important;}
    .faq-main-wrapper{padding: 36px 0!important;}
    .faq-heading{font-size: 26px!important;}
    .faq-accordion .accordion-button{padding: 18px 16px!important; font-size: 16px!important;}
    .about_us_header_banner .sf-title{font-size: 26px; margin-bottom: 10px; line-height: 35px;}
    .about_us_header_banner p{font-size: 16px; line-height: 26px; margin-top: 0px;}
    .about_us_header_banner.sf-section{padding-top: 80px;}
    .about_us_header_banner .sf-main-image{max-width: 100% !important;}
    .about_us_header_banner .row .col-lg-6:first-child{order: 2; margin-top: 20px;}
    .about-images .about-main-img:first-child {width: 50%; margin-left: auto;}
    .about-small-img{width: 45%!important; left: 11px!important; bottom: 5px!important;}
    .about-age-box{width: 40% !important; font-size: 16px !important; padding: 11px 0 !important; bottom: -29px !important; left: 105px !important;}
    .about-age-box span{display: inline;}
    .about_us_header_banner.sf-section{padding-bottom: 84px !important;}
    .about-title{font-size: 26px!important;}
    .about-text{font-size: 16px!important;}
    .about_us_right_content {padding-left: 3px!important;}
    .about-subtitle{font-size: 20px!important;}
    .about_us_why_choose .wc-circle-img{display: none;}
    .about_us_why_choose .wc-content {position: relative; top: 0;left: 0; transform: initial; width: 100%;}
    .about_us_why_choose .wc-number{display: none;}
    .wc-subtitle{font-size: 16px!important; max-width: 100%!important;}
     section.about-container{padding-bottom: 0px !important;}
    .wc-section.about_us_why_choose{padding-bottom: 0px;}
    .Platform_Features_sec .pf-title{font-size: 26px;}
    .about_us_why_choose .wc-box:nth-child(2) .wc-circle{border: 16px solid #f48a75;}
    .about_us_why_choose .wc-box:nth-child(3) .wc-circle{border: 16px solid #b4e5d0;}
    .about_us_why_choose .wc-box{margin-bottom: 25px;}
    .wsmenu>.wsmenu-list>li>a{font-size: 15px !important; line-height: 38px !important;}
     .wsmenu>.wsmenu-list>li a.btn {border-radius: 0;}
    .login-box-wrapper-custom{padding: 30px 20px !important; width: 80%!important;}
    .login-title-custom{font-size: 26px !important; margin-bottom: 0px;}
    .login-subtitle-custom{font-size: 16px !important;}
    .login-page-sec-custom{padding: 50px 0px;}
    .wbdy-bg{transform: initial!important;}
    .wbdy-panels {display: block!important; height: auto!important;}
    .wbdy-panel{width: 100%!important; padding: 22px;}
    .wbdy-title{font-size: 26px!important;}
    .wbdy-heading{font-size: 20px!important;}
    .wbdy-icon{width: 75px; height: 75px;}
    .wbdy-icon img {width: 45px; height: 45px; object-fit: cover;}
    .about_us_why_choose .wc-circle{border: 16px solid #004051; padding: 36px 15px; border-radius: 16px; max-width: 100%;}
    .wsmobileheader{height: auto;}
    .discover_how_it_work_item_text img{width: 73px; margin-left: auto; margin-right: auto;}
    .how_it_work_head.discover_h {margin-bottom: 40px!important;}
    .how_it_work_sec .row .col-xl-4:nth-child(2) .discover_talent_it_work_text{border: 16px solid #f18c75;}
    .how_it_work_sec .row .col-xl-4:nth-child(3) .discover_talent_it_work_text{border: 16px solid #bee6d1;}
    .about_us_why_choose .wc-subtitle{margin: 0 auto 30px auto;}
    .pf-card-img{height: auto!important;}
    .pf-icon-wrap{position: relative!important; left: 0!important; top: -30px!important; transform: initial!important; right: 0!important; margin-left: auto!important; margin-right: auto!important;}
    .pf-card-body{padding: 0px 25px 25px 25px!important;}
    .faqs-section{padding: 70px 0 20px!important;}
    .job_details_head_hh{padding: 10px 0 20px!important;}
    .job_details_head_hh .apply_job_btn{float: right;}
    .jobs_details_head_heading_sec .salary {font-weight: 500; font-size: 15px!important;}
    .job_details_main .section h4{font-size: 17px!important; margin-bottom: 10px!important;}
    .job_details_main .section{padding: 16px!important;}
    .job_deta_right_box h4{font-size: 16px!important;}
    .you_searched_for_head {margin-bottom: 15px;}
    .main_heading{font-size: 26px!important;}
    .sidenav {height: 100%; width: 370px; position: fixed; z-index: 1; top: 0; left: 0; background-color: #fff; overflow-x: hidden;
    transition: 0.5s; padding: 20px;   padding-top: 60px; transform: translateX(-100%);transition: transform 0.4s ease; }
    #mySidenav .sidebar-filter{position: relative; z-index: 1;}
    .you_searched_for_value h5{font-size: 14px!important; margin-top: 12px!important;}
    .you_searched_for_value .allVacancy{padding: 10px 8px!important; font-size: 15px!important;}
    .toggle-text{margin-left: 8px!important;}
    .yes_email_me_latest_box{padding: 15px 15px!important;}
    .jobs_left_filter_icon {margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 20px;}
    .lattes_jobs_sec {margin-top: 30px!important;}
    .jobs_vacancy_list_box_item .job-left {width: 100%!important;}
    .main_default_head{font-size: 26px!important;}
    .jobs_header_banner{padding-top: 100px!important;}
    .job-title{font-size: 17px!important;}
    .jobs_vacancy_list_box_item .job-details{display: block!important; border-bottom: 1px solid #ccc; margin-bottom: 19px; padding-bottom: 7px;}
    .jobs_vacancy_list_box_item .dot{display: none;}
    .jobs_vacancy_list_box_item .job-bottom{display: block;}
    .jobs_vacancy_list_box_item .detail-item{align-items: initial; margin-bottom: 13px;}
    .jobs_vacancy_list_box_item .detail svg{width: 16px;}
    .apply_job_btn .job-badge{position: relative; right: 0px; bottom: 0px;}
    .jobs_vacancy_list_box_item .job-salary .icon{width: 25px;}
    .location_jobs_sal {margin-top: 15px!important;}
    .jobs_vacancy_list_box_item .divider{display: none;}
    .jobs_vacancy_list_box_item .job-salary{margin-bottom: 13px;}
    .registration_form_head p{font-size: 18px!important;}
    .registration_form{margin-right: auto;}
    .header_without_banner{height: auto!important;}
    .jobs_filter_search{padding: 20px 15px!important;}
    .filter_left_items{padding: 20px 15px!important;}
    .jobs_sub_heading h3{font-size: 15px!important;}
    .filter_search_btn .btn_btn{width: 50%!important; padding: 10px 10px!important;}
    .employment_relationship_box .form-check-input{margin-top: 6px;}
    .employment_relationship_box .form-check-label{font-size: 14px;}
    .employment_relationship_box .list-unstyled li .emplo_value span{min-width: 40px; max-width: 40px;}
    #mySidenav .closebtn{display: block;}
    .custom-banner-section{padding: 29px 0!important;}
    .wsactive .wsmenu > .wsmenu-list{margin-right: 0 !important;}
    
    .sf-footer .sf-bottom .footer_social_links{text-align: center;}
    .sf-footer .sf-bottom .sf-copy{text-align: center;}
    
    .info-header-style{font-size: 26px!important; margin-bottom: 11px!important;}
    .contact-info-panel{padding: 20px 20px!important;}
    .contact-item-row{display: block!important;}
    .icon-text-content{padding-left: 0px!important; text-align: center!important;}
    .icon-text-content p{margin-bottom: 10px;}
    .contact-item-row .large-icon-style{width: 30px;  height: 30px;}
    .form-title-header{font-size: 26px!important;}
    .form-input-panel{padding: 26px 15px!important;}
    .input-text-field{padding: 9px 17px!important; font-size: 14px;}
    .form-group-container label{font-size: 14px;}
    .form-group-container {margin-bottom: 15px;}
    .submit-action-button{padding: 10px 0!important;}
    .form-input-panel .pt-4 {padding-top: 0.5rem !important;}
    .page-main-wrapper{padding: 15px!important;}
    .card-shadow-container{display: block!important;}
    .card-body-custom{padding: 20px;}
    .btn-custom{padding: 9px 15px!important; font-size: 14px!important;}
    .card-title-custom{font-size: 20px!important;}
    .hoem_header_banner_text p span {display: inline!important;}
    
    .booking-slider-item__content{border-radius: 0px 0 0 0px!important; position: relative!important; bottom: 20px!important; width: 100%!important; background: rgb(110 110 110)!important;}
    .booking-slider-item__image img{border-radius: 20px 20px 0 0!important;}
    .swiper-slide-active .booking-slider-item__footer-inner{max-height: 100%!important;}
    .sf-link{padding-bottom: 6px!important; border-bottom: 1px solid #9db6bb!important; margin: 0 0px!important; margin-bottom: 11px!important;}
    .cta-input-wrap{display: block!important;}
    .cta-btn-subscribe{margin-top: 9px;}
    .emp-img-box img{height: auto!important;}
    .card-custom img{height: auto!important;}
    .cta-card-left img{height: auto!important;}
    .cta-card-right img{height: auto!important;}
    
    .contact_us_banner.custom-banner-section{background: linear-gradient(135deg, #10353a, #10353a);}
    .about_us_why_choose .wc-heading br{display: none;}
    .wc-section{padding-top: 40px!important;}
    .Platform_Features_sec{padding-top: 40px!important;}
    .job-card{padding: 15px!important;}
    .job-salary{font-size: 14px!important;}
    .job_details_main.page-main-wrapper {padding: 0px !important;}
    
     .navigation_user_p{margin-top: 9px;}
    .wsmenu .offcanvas > .wsmenu-list > li{text-align: left; float: initial; border-bottom: 1px solid #03394d1c;}
    .wsmenu .offcanvas > .wsmenu-list > li:last-child{border: none;}
    .offcanvas .wsmenu-list{width: 100%;  padding-left: 0rem;}
    .navbar .wsmenu-list .sub-menu{position: relative; opacity: 1; top: 0px!important;}
    .wsmenu>.offcanvas>.wsmenu-list>li>ul.sub-menu::after{display: none;}
    .navbar .wsmenu-list .has-sub > .sub-menu{ max-height: 0; overflow: hidden;  transition: max-height 0.4s ease;}
    .wsmenu>.offcanvas>.wsmenu-list>.has-sub > a .wsarrow::after{transform: rotate(0deg);}
    .wsmenu>.offcanvas>.wsmenu-list>.has-sub.active > a .wsarrow::after{transform: rotate(0deg);}
    .wsmenu>.offcanvas>.wsmenu-list>li:hover a .wsarrow::after{transform: rotate(0deg);}
    .navbar .wsmenu-list .has-sub.active > .sub-menu{max-height: 600px;}
    .wsmenu-list ul.sub-menu li a{font-size: 15px !important;}
     .wsmenu>.offcanvas>.wsmenu-list>li.has-sub.active > a .wsarrow::after{transform: rotate(180deg);}
    .offcanvas .wsmenu-list{display: flex;  flex-direction: column;}
    .wsmenu .offcanvas > .wsmenu-list > li.menu_logins_lis {order: -1;  background-color: #02364d;}
    .navigation_user_p .navbar_user_Dropdown {margin-top: 0px !important;}
    .offcanvas .wsmenu-list{margin-top: 0px;}
    .navigation_user_p .navbar_user_Dropdown .text-nowrap path{fill: #fff;}
    .navigation_user_p .user_drop_items{z-index: 9; top: 55px; left: 14px;}
    .discover_how_it_work_item_text{width:100%!important;}
    .language-switcher {margin: 10px 7px;}
    .job_all_list_btn_modal {position: relative; right: 0px; top: 0px;}
    .you_searched_for_box .col-7, .you_searched_for_box .col-5{flex: 0 0 auto; width: 100%;}
    .job_details_locat .detail-item::after{display: none;}
    .custom_without_banner_section{height: auto;}
    
    .english_details_sec1_user .user_techer{text-align: center; margin-left: auto; margin-right: auto; display: block!important;}
    .english_details_sec1_user .user_techer_content {padding-left: 0!important; display: block!important;}
    .profile_detail_lear_hea{display: block!important;}
    .english_details_sec1_user .user_techer_content h3{font-size: 25px!important;}
    .english_lession_box .lesstion_itm10{display: block!important;}
    .english_details_sec1 {margin-top: 88px!important;}
    .about_text_intrests{display: block!important;}
    .about_text_intrests .DS2-tag{display: inline-block;  margin-bottom: 10px;}
    .Lessons_details_Tab .about_text_head{display: block!important;}
    .english_lession_usd_pri{justify-content: space-between; margin-top: 20px;}
    .google-review{padding: 15px!important;}
    .rating-review-item {display: block!important;}
    .rating-review-item .left-rating{max-width: 100%!important;}
    .rating-review-item .right-rating{margin-top: 22px;}
    .Coaching_and_Reskilling_btn_2 a{margin-bottom: 15px;}
    .coaching_landing_sec1 .discover_how_it_work_item_text{padding-top: 20px!important;}
    .recommended_for_you_1_text h5{font-size: 17px!important;}
    .recommended_for_you_box h3{font-size: 16px;}
    .upcoming_session_item .recommended_for_you_disc {margin-bottom: 0!important;}
    .recommended_for_you_disc p{font-size: 17px;}
    .laerning_path_img{margin-bottom: 0!important;}
    .learning_path_box .recommended_for_you_disc {margin-bottom: 0!important;}
    
    .group_class_structured_right_ite .list.grid-view-filter li{width: 100%!important;}
    .list-view-filter li .group_class_structured_item {display: block!important;}
    .group_class_structured_right_ite{margin-top: 30px!important;}
    .list.list-view-filter .senior_img_ban{height: 100%!important;}
    
    
}

@media only screen and (min-width:480px) and (max-width: 767px){
     .english_details_sec1_user .user_techer{text-align: center; margin-left: auto; margin-right: auto; display: block!important;}
    .english_details_sec1_user .user_techer_content {padding-left: 0!important; display: block!important;}
    .profile_detail_lear_hea{display: block!important;}
    .english_details_sec1_user .user_techer_content h3{font-size: 25px!important;}
    .english_lession_box .lesstion_itm10{display: block!important;}
    .english_details_sec1 {margin-top: 88px!important;}
    .about_text_intrests{display: block!important;}
    .about_text_intrests .DS2-tag{display: inline-block;  margin-bottom: 10px;}
    .Lessons_details_Tab .about_text_head{display: block!important;}
    .english_lession_usd_pri{justify-content: space-between; margin-top: 20px;}
    .google-review{padding: 15px!important;}
    .rating-review-item {display: block!important;}
    .rating-review-item .left-rating{max-width: 100%!important;}
    .rating-review-item .right-rating{margin-top: 22px;}
    
    .hoem_header_banner_img_text{bottom: 116px!important; padding-left: 108px!important;}
    .cancel_payment_sec{width: 100%;}
    .cancel_payment_sec h2{font-size: 25px;}
    .payment_succ_head_i h2{font-size: 25px;}
    .payment_successful_sec{width: 100%;}
    
    .custom_without_banner_section{height: auto;}
    .you_searched_for_box .col-7, .you_searched_for_box .col-5{flex: 0 0 auto; width: 100%;}
    .job_details_locat .detail-item::after{display: none;}
    .job_all_list_btn_modal {position: relative; right: 0px; top: 0px;}
    .job_details_locat{display: block;}
    .job-perks{padding-left: 0px!important;}
    .discover_how_it_work_item_text{widows: 100%;}
    .find_your_perfect_job_img img{width: 70%;  margin: auto;}
    .booking-slider__slide{min-height: auto;}
    .container {max-width: 540px!important;}
    .wsmobileheader .smllogo img{width: 230px!important;}
    .wsmobileheader .smllogo{margin-top: 0px!important;}
    .hero-section {margin-top: 44px !important;}
    .hoem_header_banner_text h1 span {display: inline;}
    .hoem_header_banner_text .senior-title{font-size: 28px;}
    .senior-subtitle{font-size: 16px;}
    .hoem_header_banner_form .col-xl-5 {width: 100%; margin-bottom: 14px;}
    .hoem_header_banner_form .padding_right {padding-right: 15px !important;}
    .hoem_header_banner_form .padding_left {padding-left: 15px !important;}
    .hoem_header_banner_form .col-xl-2 {width: 100%;}
    .seniors_hired_month_p {padding-left: 20px;}
    .seniors_hired_month_p .d-flex.align-items-center{display: block !important; text-align: left;}
    .hoem_header_banner_form_btn .btn_find{width: fit-content; margin-left: auto; margin-right: auto;}
    .main-title{font-size: 26px!important;}
    .subtitle{font-size: 16px;}
    .employer-wrapper .emp-item{display: block; margin-bottom: 25px; padding-bottom: 25px; padding-top: 0px;}
    .employer-wrapper .emp-item>div{margin-bottom: 14px;}
    .employer-wrapper{padding: 40px 0!important; padding-bottom: 15px!important;}
    .testimonial-sec .slider-nav {display: flex; top: 1%; right: 106px; left: initial;}
    .slider-nav__item{margin-right: 10px;}
    .booking-slider-item__content{width: 97%;}
    .Stories_discript_review a{display: block; text-align: left;}
    .swiper-slide-active .succes_sto_h {width: 100%!important;}
    .hoem_header_banner_form{border-radius: 11px;}
    .base-template__wrapper wrapper .booking-slider__slide{padding-left: 15px;}
    .logo-grid{padding: 14px 0;}
    .logo-grid .vline.v1{display: none;}
    .logo-box {flex: 49%; max-width: 49%;}
    .logo-grid{display: flex!important; flex-wrap: wrap!important; padding: 5px 0!important; gap: 20px 7px!important;}
    .logo-grid .vline.v3{display: none;}
    .cta-card-left{height: auto!important;}
    .cta-left-title{font-size: 26px!important;}
    #hero-7 .col-lg-7{order: 2;}
    #hero-7 .mt-5 {margin-top: 0rem !important;}
    .booking-slider-item__image img{height: 100%!important;}
    .base-template__wrapper .swiper-slide{margin-top: 20px;}
    .cta-card-right{padding: 26px!important;}
    .cta-right-title{font-size: 26px!important;}
    .sf-footer .row.pt-5 {padding-top: 0rem !important;}
    .footer_menu_links .col {flex: 46%; max-width: 44%;}
    .footer_menu_links .sf-link a{font-size: 14px;}
    .sf-footer .sf-bottom{padding-right: 1rem !important; padding-left: 1rem !important; flex-wrap: wrap;}
    .sf-footer .sf-bottom .sf-small-links{max-width: 100%; flex: 100%; margin-bottom: 20px; text-align: center;}
    .sf-footer .sf-bottom .sf-copy{max-width: 100%; flex: 100%; order: 3;}
    .sf-footer .sf-bottom .footer_social_links{max-width: 100%; flex: 100%; margin-bottom: 15px;}
    .foot_logo {width: 240px!important;}
    
    .find_your_perfect_left h1 span {display: inline;}
    .find_your_perfect_left h1{font-size: 26px!important; margin-bottom: 10px!important;}
    .find_your_perfect_left h3 span {display: inline;}
    .find_your_perfect_left h3{font-size: 21px!important;}
    .find_your_perfect_left p{font-size: 17px!important;}
    .find_your_perfect_btn .sf-btn{display: block; margin-bottom: 20px; text-align: center; width: fit-content;}
    .find_your_perfect_btn {margin-top: 33px;}
    .find_your_perfect_banner .col-12:first-child{order: 2;}
    .find_your_perfect_banner{padding-top: 90px;}
    .find_your_perfect_left {margin-top: 23px;}
    .employer-title{font-size: 26px!important;}
    .how_it_work_item_text{padding: 36px 15px; border-radius: 10%; min-height: auto; padding-top: 29px;}
    .how_it_work_item_num{top: -50px;}
    .how_it_work_item_box{margin-bottom: 60px;}
    .how_it_work_head {margin-bottom: 70px;}
    section.how_it_work_sec .container-fluid{max-width: 100% !important;}
    .how_it_work_sec{margin-bottom: 0px!important; margin-top: 40px!important;}
    .how_it_work_item_num span{font-size: 70px!important;}
    .features_find_your_perf .container-fluid {max-width: 540px!important;}
    .success_stories_box{padding: 20px 20px; width: 98%;}
    .success_stories_box .carousel_caption{width: 100%;}
    .success_stories_sec{padding-bottom: 70px;}
    .get_started_right_img img{width: 50%;margin-top: 37px;}
    .get_started_sec .get_started_left {margin-top: 30px;}
    .get_started_btn .sf-btn{padding: 15px 23px; font-size: 16px;}
    .discover_how_it_work_item{background-image: none!important;}
    .discover_how_it_work_item_text{padding: 20px; text-align: center;}
    .discover_work_item_num .number_1{font-size: 70px; -webkit-text-stroke: 3px #003e4f; color: #fff;}
    .discover_work_item_num.color2 .number_1 {color: #ffffff; -webkit-text-stroke: 3px #f28c75;}
    .discover_work_item_num {left: auto !important; top: 0%; margin-top: -77px; position: relative!important; text-align: center;}
    .discover_how_it_work_item{height: auto; margin-bottom: 30px; border-radius: 10px; border: 16px solid #003e4f; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
    .how_it_work_sec .row .col-xl-4:nth-child(2) .discover_how_it_work_item{border: 16px solid #f28c75;}
    .how_it_work_sec .row .col-xl-4:nth-child(3) .discover_how_it_work_item{border: 16px solid #B5E3CC; margin-top: 40px;}
    .Features_lis_text h6{font-size: 17px;}
    .success_stories_box .quote_right_suc{right: -10px; bottom: -72px;}
    .success_stories_box .quote_left_suc {left: 0; top: -72px;}
    .success_stories_box i{font-size: 50px;}
    .discover_work_item_num.color3 .number_1 {color: #ffffff; -webkit-text-stroke: 3px #B5E3CC;}
    .how_it_work_professional_s .discover_how_it_work_item_text{position: relative; left: 0; top: 0; padding: 15px 15px;}
    .discover_how_it_work_item_text p span {display: inline;}
    .how_it_work_professional_s .padding_right {padding-right: 15px !important; padding-left: 15px !important;}
    .how_it_work_professional_s .discover_how_it_work_item {height: auto!important;}
    .how_it_work_professional_s .learn_grow_bo .discover_how_it_work_item_text {left: 0;}
    .discover_talent_how_it_work_item{width: 100%!important; margin-bottom: 30px;}
    .how_it_work_line{display: none!important;}
    .features_find_your_perf.discover_feature{padding-left: 0px!important;}
    .features_find_your_perf.discover_feature img{width: 100%!important;}
    .how_it_work_professional_s .padding_left {padding-left: 15px !important;}
    .sf-join-title{font-size: 26px!important;}
    .sf-join-section{padding: 35px 0!important;}
    .sf-join-btn{font-size: 15px!important; padding: 10px 25px!important;}
    .discover_talent_how_it_work_item .img_it_wor{display: none;}
    .smart_hiring_guide_how_it .discover_talent_it_work_text{top: 0!important; padding: 20px!important; left: 0px!important;}
    .discover_talent_it_work_text{position: relative!important; padding: 36px 15px!important; border-radius: 16px; min-height: auto;
    padding-top: 29px; border: 16px solid #013e50; top: 0px!important; background-color: #e7e7e7;}
    .smart_hiring_guide_how_it .discover_talent_it_work_text{box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); margin-bottom: 20px; border-radius: 10px;}
    .smart_hiring_guide_how_it .row .col-xl-4:nth-child(2) .discover_talent_it_work_text{border: 5px solid #f18c75;}
    .smart_hiring_guide_how_it .row .col-xl-4:nth-child(3) .discover_talent_it_work_text{border: 5px solid #bee6d1;}
    .faqs-title{font-size: 26px!important;}
    .faq-main-wrapper{padding: 36px 0!important;}
    .faq-heading{font-size: 26px!important;}
    .faq-accordion .accordion-button{padding: 18px 16px!important; font-size: 16px!important;}
    .about_us_header_banner .sf-title{font-size: 26px; margin-bottom: 10px; line-height: 35px;}
    .about_us_header_banner p{font-size: 16px; line-height: 26px; margin-top: 0px;}
    .about_us_header_banner.sf-section{padding-top: 80px;}
    .about_us_header_banner .sf-main-image{max-width: 100% !important;}
    .about_us_header_banner .row .col-lg-6:first-child{order: 2; margin-top: 20px;}
    .about-images .about-main-img:first-child {width: 50%; margin-left: auto;}
    .about-small-img{width: 45%!important; left: 11px!important; bottom: 5px!important;}
    .about-age-box{width: 40% !important; font-size: 16px !important; padding: 11px 0 !important; bottom: -29px !important; left: 105px !important;}
    .about-age-box span{display: inline;}
    .about_us_header_banner.sf-section{padding-bottom: 84px !important;}
    .about-title{font-size: 26px!important;}
    .about-text{font-size: 16px!important;}
    .about_us_right_content {padding-left: 3px!important;}
    .about-subtitle{font-size: 20px!important;}
    .about_us_why_choose .wc-circle-img{display: none;}
    .about_us_why_choose .wc-content {position: relative; top: 0;left: 0; transform: initial; width: 100%;}
    .about_us_why_choose .wc-number{display: none;}
    .wc-subtitle{font-size: 16px!important; max-width: 100%!important;}
     section.about-container{padding-bottom: 40px !important;}
    .wc-section.about_us_why_choose{padding-bottom: 0px;}
    .Platform_Features_sec .pf-title{font-size: 26px;}
    .about_us_why_choose .wc-box:nth-child(2) .wc-circle{border: 16px solid #f48a75;}
    .about_us_why_choose .wc-box:nth-child(3) .wc-circle{border: 16px solid #b4e5d0;}
    .about_us_why_choose .wc-box{margin-bottom: 25px;}
    .wsmenu>.wsmenu-list>li>a{font-size: 15px !important; line-height: 38px !important;}
     .wsmenu>.wsmenu-list>li a.btn {border-radius: 0;}
    .login-box-wrapper-custom{padding: 30px 20px !important; width: 80%!important;}
    .login-title-custom{font-size: 26px !important; margin-bottom: 0px;}
    .login-subtitle-custom{font-size: 16px !important;}
    .login-page-sec-custom{padding: 50px 0px;}
    .wbdy-bg{transform: initial!important;}
    .wbdy-panels {display: block!important; height: auto!important;}
    .wbdy-panel{width: 100%!important; padding: 22px;}
    .wbdy-title{font-size: 26px!important;}
    .wbdy-heading{font-size: 20px!important;}
    .wbdy-icon{width: 75px; height: 75px;}
    .wbdy-icon img {width: 45px; height: 45px; object-fit: cover;}
    .about_us_why_choose .wc-circle{border: 16px solid #004051; padding: 36px 15px; border-radius: 16px; max-width: 100%;}
    .wsmobileheader{height: auto;}
    .discover_how_it_work_item_text img{width: 73px; margin-left: auto; margin-right: auto;}
    .how_it_work_head.discover_h {margin-bottom: 70px!important;}
    .how_it_work_sec .row .col-xl-4:nth-child(2) .discover_talent_it_work_text{border: 16px solid #f18c75;}
    .how_it_work_sec .row .col-xl-4:nth-child(3) .discover_talent_it_work_text{border: 16px solid #bee6d1;}
    .about_us_why_choose .wc-subtitle{margin: 0 auto 30px auto;}
    .pf-card-img{height: auto!important;}
    .pf-icon-wrap{position: relative!important; left: 0!important; top: 0!important; transform: initial!important; right: 0!important; margin-left: auto!important; margin-right: auto!important;}
    .pf-card-body{padding: 15px!important;}
    .faqs-section{padding: 102px 0 50px!important;}
    .job_details_head_hh{padding: 10px 0 20px!important;}
    .job_details_head_hh .apply_job_btn{float: right;}
    .jobs_details_head_heading_sec .salary {font-weight: 500; font-size: 15px!important;}
    .job_details_main .section h4{font-size: 17px; margin-bottom: 10px!important;}
    .job_details_main .section{padding: 16px;}
    .job_deta_right_box h4{font-size: 18px!important;}
    .you_searched_for_head {margin-bottom: 15px;}
    
    .sidenav {height: 100%; width: 500px; position: fixed; z-index: 1; top: 0; left: 0; background-color: #fff; overflow-x: hidden;
    transition: 0.5s; padding: 20px;   padding-top: 60px; transform: translateX(-100%);transition: transform 0.4s ease; }
    #mySidenav .sidebar-filter{position: relative; z-index: 1;}
    .you_searched_for_value h5{font-size: 14px!important; margin-top: 12px!important;}
    .you_searched_for_value .allVacancy{padding: 10px 8px!important; font-size: 15px!important;}
    .toggle-text{margin-left: 8px!important;}
    .yes_email_me_latest_box{padding: 15px 15px!important;}
    .jobs_left_filter_icon {margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 20px;}
    .lattes_jobs_sec {margin-top: 30px!important;}
    .jobs_vacancy_list_box_item .job-left {width: 100%!important;}
    .main_default_head{font-size: 36px!important;}
    .jobs_header_banner{padding-top: 100px!important;}
    .job-title{font-size: 18px!important;}
    .jobs_vacancy_list_box_item .job-details{display: block; border-bottom: 1px solid #ccc; margin-bottom: 19px; padding-bottom: 7px;}
    .jobs_vacancy_list_box_item .dot{display: none;}
    .jobs_vacancy_list_box_item .job-bottom{display: block;}
    .jobs_vacancy_list_box_item .detail-item{align-items: initial; margin-bottom: 13px;}
    .jobs_vacancy_list_box_item .detail svg{width: 16px;}
    .job-badge{position: absolute; right: 12px; bottom: 12px;}
    .jobs_vacancy_list_box_item .job-salary .icon{width: 25px;}
    .location_jobs_sal {margin-top: 15px!important;}
    .jobs_vacancy_list_box_item .divider{display: none;}
    .jobs_vacancy_list_box_item .job-salary{margin-bottom: 13px;}
    .registration_form_head p{font-size: 18px!important;}
    .registration_form{margin-right: auto;}
    .header_without_banner{height: auto!important;}
    .jobs_filter_search{padding: 20px 15px!important;}
    .filter_left_items{padding: 20px 15px!important;}
    .jobs_sub_heading h3{font-size: 15px!important;}
    .filter_search_btn .btn_btn{width: 50%!important; padding: 10px 10px!important;}
    .employment_relationship_box .form-check-input{margin-top: 6px;}
    .employment_relationship_box .form-check-label{font-size: 14px;}
    .employment_relationship_box .list-unstyled li .emplo_value span{min-width: 40px; max-width: 40px;}
    #mySidenav .closebtn{display: block;}
    .custom-banner-section{padding: 29px 0!important;}
    .mobie_logo img{width: 212px;}
    #hero-7{padding-top: 41px;}
    .senior-main-img{width: 50%!important; margin: auto;}
    .hoem_header_banner_form{width: 60%; margin-left: auto; margin-right: auto;}
    .hoem_header_banner_text .senior-title{text-align: center;}
    .senior-subtitle{text-align: center;}
    .seniors_hired_month_p .d-flex.align-items-center{text-align: center;}
    .seniors_hired_month_p .senior-avatars{justify-content: center;}
    .emp-item p{font-size: 14px; max-width: 100%;}
    .btn-outline-custom{padding: 6px 15px; font-size: 14px;}
    .emp-item h4{margin-bottom: 4px;}
    .features_find_your_perf.discover_feature .container-fluid{width: 540px;}
    .card-body-custom{padding: 15px!important;}
    .card-title-custom{font-size: 17px!important;}
    .btn-custom{font-size: 14px!important; padding: 8px 10px!important;}
    .Platform_Features_sec .pf-card-text{font-size: 14px!important; line-height: 21px!important;}
    .pf-card-title{font-size: 15px!important; margin-bottom: 5px!important;}
    .pf-icon-wrap{width: 60px!important;  height: 60px!important;}
    .wsactive .wsmenu > .wsmenu-list{margin-right: 0 !important;}
    .sf-footer .sf-bottom .footer_social_links{text-align: center;}
    .sf-footer .sf-bottom .sf-copy{text-align: center;}
    
    .how_it_work_professional_s .padding_left{padding-right: 15px !important;  padding-left: 15px !important;}
    .job_deta_right_box .date_loca{margin-bottom: 0px;}
    .job_details_main .section p{font-size: 15px!important;}
    .job_details_main .section ul{padding-left: 10px;}
    .job_details_main .section ol{padding-left: 10px;}
    
    .leading_organization_item{min-height: 88px;}
    .trusted-subtext{font-size: 15px!important; max-width: 100%!important; margin: 0 auto 37px!important;}
    .leading_organization_item img{padding: 14px;}
    .leading_organization_log .row .col-xl-3:nth-child(2) .leading_organization_item{border-bottom: 1px solid #0000001a; border-right: 1px solid #00000000;}
    .leading_organization_log .row .col-xl-3:nth-child(1) .leading_organization_item{border-bottom: 1px solid #0000001a;}
    .leading_organization_log .row .col-xl-3:nth-child(2){padding-left: 0px;}
    .leading_organization_log .row .col-xl-3:nth-child(1){padding-right: 0px;}
    .leading_organization_log .row .col-xl-3:nth-child(3){padding-right: 0px;}
    
    .info-header-style{font-size: 26px!important; margin-bottom: 11px!important;}
    .contact-info-panel{padding: 20px 20px!important;}
    .icon-text-content p{margin-bottom: 10px;}
    .contact-item-row .large-icon-style{width: 30px;  height: 30px;}
    .form-title-header{font-size: 26px!important;}
    .form-input-panel{padding: 26px 15px!important;}
    .input-text-field{padding: 9px 17px!important; font-size: 14px;}
    .form-group-container label{font-size: 14px;}
    .form-group-container {margin-bottom: 15px;}
    .submit-action-button{padding: 10px 0!important;}
    .form-input-panel .pt-4 {padding-top: 0.5rem !important;}
    .page-main-wrapper{padding: 15px!important;}
    .card-shadow-container{display: block!important;}
    
    .card-shadow-container {width: 85%; margin-top: 24px; margin-bottom: 30px;}
    
    .booking-slider-item__content{border-radius: 0px 0 0 0px!important; position: relative!important; bottom: 0px!important; width: 100%!important; background: rgb(110 110 110)!important;}
    .booking-slider-item__image img{border-radius: 20px 20px 0 0!important;}
    .swiper-slide-active .booking-slider-item__footer-inner{max-height: 100%!important;}
    .sf-link{padding-bottom: 6px; border-bottom: 1px solid #9db6bb; margin: 0 0px; margin-bottom: 11px;}
    .cta-input-wrap{display: block!important;}
    .cta-btn-subscribe{margin-top: 9px;}
    .emp-img-box img{height: auto!important;}
    .card-custom img{height: auto!important;}
    .cta-card-left img{height: auto!important;}
    .cta-card-right img{height: auto!important;}
    
     .condidte_first_sec .fj-title span {display: inline;}
    .condidte_first_sec .fj-left{order: 2; margin-bottom: 0px; margin-top: 20px;}
    .fj_img_top_first .fj-img {width: 100%;}
    .fj_img_top_bottom{display: none;}
    .condidte_first_sec.fj-section{padding-top: 70px; padding-bottom: 20px;}
    .condidte_first_sec .fj-title{margin-bottom: 5px;}
    .condidte_first_sec .fj-subtext span {display: inline;}
    .find_the_perfect_job_left {padding-right: 0px;}
    .find_the_perfect_job_left .text_left h3{font-size: 20px;}
    .find_the_perfect_job_left .text_left p{font-size: 15px;}
    .find_the_perfect_job_left .text_left .btn_joint{font-size: 15px;}
    .join_senior_the_perfect_job_right{margin-top: 20px;}
    .find_the_perfect_job_today{padding-bottom: 15px;}
    .find_the_perfect_job_today2{padding-top: 10px; padding-bottom: 40px;}
    .find_the_perfect_job_today2 .find_the_perfect_job_left {padding-left: 1px;}
    .join_senior_the_perfect_job_right .list-unstyled li{padding: 20px 20px;}
    .join_senior_the_perfect_job_right .list-unstyled li h3{font-size: 17px;}
    .rt-title{font-size: 25px!important;}
    .rt-section{padding: 30px 0 50px;}
    .rt-join-btn{padding: 9px 22px!important; font-size: 15px!important; margin-top: 27px!important;}
    .rt-card-box{padding: 21px 15px!important; min-height: auto!important;}
    .rt-card-title{font-size: 18px; margin-bottom: 8px;}
    .howitworks-title{font-size: 25px!important;}
    .condidate_howitworks_s .how_it_work_arrow_li{display: none;}
    .howitworks-box{width: 100%!important;}
    .howitworks-number{left: 0px!important; top: 0px!important;}
    .condidate_howitworks_s .col-md-4{margin-bottom: 20px;}
    .sf-card-title br{display: none;}
    .howitworks-section {padding: 36px 0px;}
    .success_stories_box .carousel_caption p{font-size: 15px;}
    .employers_first_Sec .fj-title br{display: none;}
    .employers_first_Sec .fj-subtext br{display: none;}
    .employers_first_Sec.fj-section{padding-top: 70px;}
    .employers_first_Sec .fj-title{margin-bottom: 5px;}
    .employers_first_Sec .fj-img-top {width: 100%;}
    .employers_first_Sec .fj-img-bottom{display: none;}
    .employers_first_Sec .fj-left{order: 2; margin-bottom: 0px;}
    .leadership-title-fixed{font-size: 25px!important;}
    .leadership-row-fixed > div {min-height: auto!important; margin-bottom: 40px;}
    .leadership-row-fixed > div:last-child{margin-bottom: 0px;}
    .leadership-section-fixed .join-senior-btn-fixed{padding: 8px 17px !important; font-size: 15px !important;}
    .mentorship-title-custom{font-size: 25px!important;}
    .mentorship-row-custom > div {min-height: auto!important; margin-bottom: 40px;}
    .mentorship-row-custom > div:last-child{margin-bottom: 0px;}
    .mentorship-section-custom .mentorship-btn-custom{padding: 8px 17px !important; font-size: 15px !important;}
    .stable-title-custom{font-size: 25px!important;}
    .stable-section-custom .stable-btn-custom{padding: 8px 17px !important; font-size: 15px !important;}
    .hiw-fixed-title{font-size: 25px!important;}
    .stable-item-title-custom{font-size: 16px;}
    .hiw-fixed-line{display: none;}
    .hiw-fixed-hex-border{width: 100%!important;}
    .hiw-fixed-heading{font-size: 16px;}
    .navigation_user_p .user_drop_items{z-index: 9; top: 55px; left: 14px;}
    .wsmenu>.offcanvas>.wsmenu-list>li.menu_logins_lis>a{padding: 14px 20px;}
    
}

@media only screen and (min-width:768px) and (max-width: 1024px){
     .english_details_sec1_user .user_techer{text-align: center; margin-left: auto; margin-right: auto; display: block!important;}
    .english_details_sec1_user .user_techer_content {padding-left: 0!important; display: block!important;}
    .profile_detail_lear_hea{display: block!important;}
    .english_details_sec1_user .user_techer_content h3{font-size: 25px!important;}
    .english_lession_box .lesstion_itm10{display: block!important;}
    .english_details_sec1 {margin-top: 88px!important;}
    .about_text_intrests{display: block!important;}
    .about_text_intrests .DS2-tag{display: inline-block;  margin-bottom: 10px;}
    .Lessons_details_Tab .about_text_head{display: block!important;}
    .english_lession_usd_pri{justify-content: space-between; margin-top: 20px;}
    .google-review{padding: 15px!important;}
    .rating-review-item {display: block!important;}
    .rating-review-item .left-rating{max-width: 100%!important;}
    .rating-review-item .right-rating{margin-top: 22px;}
    
    .cancel_payment_sec{width: 100%;}
    .cancel_payment_sec h2{font-size: 25px;}
    .payment_succ_head_i h2{font-size: 25px;}
    .payment_successful_sec{width: 100%;}
    
    .discover_how_it_work_item_text{widows: 100%;}
    .sf-footer .sf-bottom .sf-small-links{text-align: center;}
    .find_your_perfect_job_img img{width: 100%;  margin: auto;}
    .booking-slider__slide{min-height: auto;}
    .container {max-width: 90% !important;}
    .wsmobileheader .smllogo img{width: 230px!important;}
    .wsmobileheader .smllogo{margin-top: 0px!important;}
    .hero-section {margin-top: 44px !important;}
    .hoem_header_banner_text h1 span {display: inline;}
    .hoem_header_banner_text .senior-title{font-size: 28px;}
    .senior-subtitle{font-size: 16px;}
    .hoem_header_banner_form .col-xl-5 {width: 100%; margin-bottom: 14px;}
    .hoem_header_banner_form .padding_right {padding-right: 15px !important;}
    .hoem_header_banner_form .padding_left {padding-left: 15px !important;}
    .hoem_header_banner_form .col-xl-2 {width: 100%;}
    .seniors_hired_month_p {padding-left: 20px;}
    .seniors_hired_month_p .d-flex.align-items-center{display: block !important; text-align: left;}
    .hoem_header_banner_form_btn .btn_find{width: fit-content; margin-left: auto; margin-right: auto;}
    .main-title{font-size: 26px!important;}
    .subtitle{font-size: 16px;}
    .employer-wrapper .emp-item{display: block; margin-bottom: 25px; padding-bottom: 25px; padding-top: 0px;}
    .employer-wrapper .emp-item>div{margin-bottom: 14px;}
    .employer-wrapper{padding: 40px 0!important; padding-bottom: 15px!important;}
    .testimonial-sec .slider-nav {display: flex; top: 1%; right: 106px; left: initial;}
    .slider-nav__item{margin-right: 10px;}
    .booking-slider-item__content{width: 97%;}
    .Stories_discript_review a{display: block; text-align: left;}
    .swiper-slide-active .succes_sto_h {width: 100%!important;}
    .hoem_header_banner_form{border-radius: 11px;}
    .base-template__wrapper wrapper .booking-slider__slide{padding-left: 15px;}
    .logo-grid{padding: 14px 0;}
    .logo-grid .vline.v1{display: none;}
    .logo-box {flex: 49%; max-width: 49%;}
    .logo-grid{display: flex!important; flex-wrap: wrap!important; padding: 5px 0!important; gap: 20px 7px!important;}
    .logo-grid .vline.v3{display: none;}
    .cta-card-left{height: auto!important;}
    .cta-left-title{font-size: 18px!important;}
    #hero-7 .mt-5 {margin-top: 0rem !important;}
    .booking-slider-item__image img{height: 100%!important;}
    .base-template__wrapper .swiper-slide{margin-top: 20px;}
    .cta-card-right{padding: 26px!important;}
    .cta-right-title{font-size: 18px!important;}
    .sf-footer .row.pt-5 {padding-top: 0rem !important;}
    .footer_menu_links .col {flex: 46%; max-width: 44%;}
    .footer_menu_links .sf-link a{font-size: 14px;}
    .sf-footer .sf-bottom{padding-right: 1rem !important; padding-left: 1rem !important; flex-wrap: wrap;}
    .sf-footer .sf-bottom .sf-small-links{max-width: 100%; flex: 100%; margin-bottom: 20px;}
    .sf-footer .sf-bottom .sf-copy{max-width: 100%; flex: 100%; order: 3;}
    .sf-footer .sf-bottom .footer_social_links{max-width: 100%; flex: 100%; margin-bottom: 15px;}
    .foot_logo {width: 240px!important;}
    .hoem_header_banner_img_text h4{font-size: 15px!important;}
    .hoem_header_banner_img_text{bottom: 86px!important; padding-left: 83px!important;}
    .find_your_perfect_left h1 span {display: inline;}
    .find_your_perfect_left h1{font-size: 26px!important; margin-bottom: 10px!important;}
    .find_your_perfect_left h3 span {display: inline;}
    .find_your_perfect_left h3{font-size: 21px!important;}
    .find_your_perfect_left p{font-size: 17px!important;}
    .find_your_perfect_btn .sf-btn{display: block; margin-bottom: 20px; text-align: center; width: fit-content;}
    .find_your_perfect_btn {margin-top: 33px;}
    .find_your_perfect_banner .col-12:first-child{order: initial;}
    .find_your_perfect_banner{padding-top: 90px;}
    .find_your_perfect_left {margin-top: 23px;}
    .employer-title{font-size: 26px!important;}
    .how_it_work_item_text{padding: 36px 15px; border-radius: 10%; min-height: auto; padding-top: 29px;}
    .how_it_work_item_num{top: -50px;}
    .how_it_work_item_box{margin-bottom: 60px;}
    .how_it_work_head {margin-bottom: 70px;}
    .how_it_work_sec{margin-bottom: 0px!important; margin-top: 40px!important;}
    .how_it_work_item_num span{font-size: 70px!important;}
    .success_stories_box{padding: 20px 20px; width: 98%;}
    .success_stories_box .carousel_caption{width: 100%;}
    .success_stories_sec{padding-bottom: 70px;}
    .get_started_right_img img{width: 100%;margin-top: 37px;}
    .get_started_sec .get_started_left {margin-top: 30px;}
    .get_started_btn .sf-btn{padding: 15px 23px; font-size: 16px;}
    .discover_how_it_work_item{background-image: none!important;}
    .discover_how_it_work_item_text{padding: 20px; text-align: center;}
    .discover_work_item_num .number_1{font-size: 70px; -webkit-text-stroke: 3px #003e4f; color: #fff;}
    .discover_work_item_num.color2 .number_1 {color: #ffffff; -webkit-text-stroke: 3px #f28c75;}
    .discover_work_item_num {left: auto !important; top: 0%; margin-top: -77px; position: relative!important; text-align: center;}
    .discover_how_it_work_item{height: auto; margin-bottom: 30px; border-radius: 10px; border: 16px solid #003e4f; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
    .how_it_work_sec .row .col-xl-4:nth-child(2) .discover_how_it_work_item{border: 16px solid #f28c75;}
    .how_it_work_sec .row .col-xl-4:nth-child(3) .discover_how_it_work_item{border: 16px solid #B5E3CC; margin-top: 40px;}
    .Features_lis_text h6{font-size: 17px;}
    .success_stories_box .quote_right_suc{right: -10px; bottom: -72px;}
    .success_stories_box .quote_left_suc {left: 0; top: -72px;}
    .success_stories_box i{font-size: 50px;}
    .discover_work_item_num.color3 .number_1 {color: #ffffff; -webkit-text-stroke: 3px #B5E3CC;}
    .how_it_work_professional_s .discover_how_it_work_item_text{position: relative; left: 0; top: 0; padding: 15px 15px;}
    .discover_how_it_work_item_text p span {display: inline;}
    .how_it_work_professional_s .padding_right {padding-right: 15px !important; padding-left: 15px !important;}
    .how_it_work_professional_s .discover_how_it_work_item {height: auto!important;}
    .how_it_work_professional_s .learn_grow_bo .discover_how_it_work_item_text {left: 0;}
    .discover_talent_how_it_work_item{width: 100%!important; margin-bottom: 30px;}
    .how_it_work_line{display: none!important;}
    .features_find_your_perf.discover_feature{padding-left: 0px!important;}
    .features_find_your_perf.discover_feature img{width: 100%!important;}
    .how_it_work_professional_s .padding_left {padding-left: 15px !important;}
    .sf-join-title{font-size: 26px!important;}
    .sf-join-section{padding: 35px 0!important;}
    .sf-join-btn{font-size: 15px!important; padding: 10px 25px!important;}
    .discover_talent_how_it_work_item .img_it_wor{display: none;}
    .smart_hiring_guide_how_it .discover_talent_it_work_text{top: 0!important; padding: 20px!important; left: 0px!important;}
    .discover_talent_it_work_text{position: relative!important; padding: 36px 15px!important; border-radius: 16px; min-height: auto;
    padding-top: 29px; border: 16px solid #013e50; top: 0px!important; background-color: #e7e7e7;}
    .smart_hiring_guide_how_it .discover_talent_it_work_text{box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); margin-bottom: 20px; border-radius: 10px;}
    .smart_hiring_guide_how_it .row .col-xl-4:nth-child(2) .discover_talent_it_work_text{border: 5px solid #f18c75;}
    .smart_hiring_guide_how_it .row .col-xl-4:nth-child(3) .discover_talent_it_work_text{border: 5px solid #bee6d1;}
    .faqs-title{font-size: 26px!important;}
    .faq-main-wrapper{padding: 36px 0!important;}
    .faq-heading{font-size: 26px!important;}
    .faq-accordion .accordion-button{padding: 18px 16px!important; font-size: 16px!important;}
    .about_us_header_banner .sf-title{font-size: 26px; margin-bottom: 10px; line-height: 35px;}
    .about_us_header_banner p{font-size: 16px; line-height: 26px; margin-top: 0px;}
    .about_us_header_banner.sf-section{padding-top: 80px;}
    .about_us_header_banner .sf-main-image{width: 56% !important; margin: auto;}
    .about_us_header_banner .row .col-lg-6:first-child{order: 2; margin-top: 20px;}
    .about-images .about-main-img:first-child {width: 50%; margin-left: auto;}
    .about-small-img{width: 45%!important; left: 11px!important; bottom: 5px!important;}
    .about-age-box{width: 40% !important; font-size: 16px !important; padding: 11px 0 !important; bottom: -29px !important; left: 105px !important;}
    .about-age-box span{display: inline;}
    .about_us_header_banner.sf-section{padding-bottom: 84px !important;}
    .about-title{font-size: 26px!important;}
    .about-text{font-size: 16px!important;}
    .about_us_right_content {padding-left: 3px!important;}
    .about-subtitle{font-size: 20px!important;}
    .about_us_why_choose .wc-circle-img{display: none;}
    .about_us_why_choose .wc-content {position: relative; top: 0;left: 0; transform: initial; width: 100%;}
    .about_us_why_choose .wc-number{display: none;}
    .wc-subtitle{font-size: 16px!important; max-width: 100%!important;}
     section.about-container{padding-bottom: 40px !important;}
    .wc-section.about_us_why_choose{padding-bottom: 0px;}
    .Platform_Features_sec .pf-title{font-size: 26px;}
    .about_us_why_choose .wc-box:nth-child(2) .wc-circle{border: 8px solid #f48a75;}
    .about_us_why_choose .wc-box:nth-child(3) .wc-circle{border: 8px solid #b4e5d0;}
    .about_us_why_choose .wc-box{margin-bottom: 25px;}
    .wsmenu>.wsmenu-list>li>a{font-size: 15px !important; line-height: 38px !important;}
     .wsmenu>.wsmenu-list>li a.btn {border-radius: 0;}
    .login-box-wrapper-custom{padding: 30px 20px !important; width: 80%!important;}
    .login-title-custom{font-size: 26px !important; margin-bottom: 0px;}
    .login-subtitle-custom{font-size: 16px !important;}
    .login-page-sec-custom{padding: 50px 0px;}
    .wbdy-bg{transform: initial!important;}
    .wbdy-panels {display: block!important; height: auto!important;}
    .wbdy-panel{width: 100%!important; padding: 22px;}
    .wbdy-title{font-size: 26px!important;}
    .wbdy-heading{font-size: 20px!important;}
    .wbdy-icon{width: 75px; height: 75px;}
    .wbdy-icon img {width: 45px; height: 45px; object-fit: cover;}
    .about_us_why_choose .wc-circle{border: 8px solid #004051; padding: 15px 9px; border-radius: 16px; max-width: 100%;}
    .wsmobileheader{height: auto;}
    .discover_how_it_work_item_text img{width: 73px; margin-left: auto; margin-right: auto;}
    .how_it_work_head.discover_h {margin-bottom: 70px!important;}
    .how_it_work_sec .row .col-xl-4:nth-child(2) .discover_talent_it_work_text{border: 16px solid #f18c75;}
    .how_it_work_sec .row .col-xl-4:nth-child(3) .discover_talent_it_work_text{border: 16px solid #bee6d1;}
    .about_us_why_choose .wc-subtitle{margin: 0 auto 30px auto;}
    .pf-card-img{height: auto!important;}
    .pf-icon-wrap{position: relative!important; left: 0!important; top: 0!important; transform: initial!important; right: 0!important; margin-left: auto!important; margin-right: auto!important;}
    .pf-card-body{padding: 15px!important;}
    .faqs-section{padding: 102px 0 50px!important;}
    .job_details_head_hh{padding: 10px 0 20px!important;}
    .job_details_head_hh .apply_job_btn{float: right;}
    .jobs_details_head_heading_sec .salary {font-weight: 500; font-size: 15px!important;}
    .job_details_main .section h4{font-size: 17px; margin-bottom: 10px!important;}
    .job_details_main .section{padding: 16px;}
    .job_deta_right_box h4{font-size: 18px!important;}
    .you_searched_for_head {margin-bottom: 15px;}
    
    .sidenav {height: 100%; width: 500px; position: fixed; z-index: 1; top: 0; left: 0; background-color: #fff; overflow-x: hidden;
    transition: 0.5s; padding: 20px;   padding-top: 60px; transform: translateX(-100%);transition: transform 0.4s ease; }
    #mySidenav .sidebar-filter{position: relative; z-index: 1;}
    .you_searched_for_value h5{font-size: 14px!important; margin-top: 12px!important;}
    .you_searched_for_value .allVacancy{padding: 10px 8px!important; font-size: 15px!important;}
    .toggle-text{margin-left: 8px!important;}
    .yes_email_me_latest_box{padding: 15px 15px!important;}
    .jobs_left_filter_icon {margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 20px;}
    .lattes_jobs_sec {margin-top: 30px!important;}
    .jobs_vacancy_list_box_item .job-left {width: 100%!important;}
    .main_default_head{font-size: 36px!important;}
    .jobs_header_banner{padding-top: 100px!important;}
    .job-title{font-size: 18px!important;}
    .jobs_vacancy_list_box_item .job-details{display: block; border-bottom: 1px solid #ccc; margin-bottom: 19px; padding-bottom: 7px;}
    .jobs_vacancy_list_box_item .dot{display: none;}
    .jobs_vacancy_list_box_item .job-bottom{display: block;}
    .jobs_vacancy_list_box_item .detail-item{align-items: initial; margin-bottom: 13px;}
    .jobs_vacancy_list_box_item .detail svg{width: 16px;}
    .job-badge{position: absolute; right: 12px; bottom: 12px;}
    .jobs_vacancy_list_box_item .job-salary .icon{width: 25px;}
    .location_jobs_sal {margin-top: 15px!important;}
    .jobs_vacancy_list_box_item .divider{display: none;}
    .jobs_vacancy_list_box_item .job-salary{margin-bottom: 13px;}
    .registration_form_head p{font-size: 18px!important;}
    .registration_form{margin-right: auto;}
    .header_without_banner{height: auto!important;}
    .jobs_filter_search{padding: 20px 15px!important;}
    .filter_left_items{padding: 20px 15px!important;}
    .jobs_sub_heading h3{font-size: 15px!important;}
    .filter_search_btn .btn_btn{width: 50%!important; padding: 10px 10px!important;}
    .employment_relationship_box .form-check-input{margin-top: 6px;}
    .employment_relationship_box .form-check-label{font-size: 14px;}
    .employment_relationship_box .list-unstyled li .emplo_value span{min-width: 40px; max-width: 40px;}
    #mySidenav .closebtn{display: block;}
    .custom-banner-section{padding: 29px 0!important;}
    .mobie_logo img{width: 212px;}
    #hero-7{padding-top: 41px;}
    .senior-main-img{width: 100%!important; margin: auto;}
    .hoem_header_banner_form{width: 100%; margin-left: auto; margin-right: auto;}
    .hoem_header_banner_text .senior-title{text-align: center;}
    .senior-subtitle{text-align: center;}
    .seniors_hired_month_p .d-flex.align-items-center{text-align: center;}
    .seniors_hired_month_p .senior-avatars{justify-content: center;}
    .emp-item p{font-size: 14px; max-width: 100%;}
    .btn-outline-custom{padding: 6px 15px; font-size: 14px;}
    .emp-item h4{margin-bottom: 4px;}
    .card-body-custom{padding: 20px 10px !important;}
    .card-title-custom{font-size: 15px!important;}
    .section-wrapper .btn-custom{font-size: 13px !important; padding: 8px 5px !important; border: 1px solid #0b3b3c;}
    .Platform_Features_sec .pf-card-text{font-size: 14px!important; line-height: 21px!important;}
    .pf-card-title{font-size: 15px!important; margin-bottom: 5px!important;}
    .pf-icon-wrap{width: 60px!important;  height: 60px!important;}
    .features_find_your_perf.discover_feature .container-fluid {max-width: 90% !important;}
    .wc-heading{font-size: 17px!important;}
    .faq-image-box img{width: 50%!important;}
    .wsactive .wsmenu > .wsmenu-list{margin-right: 0 !important;}
    .sf-footer .sf-bottom .footer_social_links{text-align: center;}
    .sf-footer .sf-bottom .sf-copy{text-align: center;}
    
    .how_it_work_professional_s .padding_left{padding-right: 15px !important;  padding-left: 15px !important;}
    .job_deta_right_box .date_loca{margin-bottom: 0px;}
    .job_details_main .section p{font-size: 15px!important;}
    .job_details_main .section ul{padding-left: 10px;}
    .job_details_main .section ol{padding-left: 10px;}
    
    .leading_organization_item{min-height: 88px;}
    .trusted-subtext{font-size: 15px; max-width: 100%; margin: 0 auto 37px;}
    .leading_organization_item img{max-width: 100%; width: 100%; padding: 14px;}
    .leading_organization_log .row .col-xl-3:nth-child(2){padding-left: 0px;}
    .leading_organization_log .row .col-xl-3:nth-child(1){padding-right: 0px;}
    .leading_organization_log .row .col-xl-3:nth-child(3){padding-right: 0px;}
    
    .info-header-style{font-size: 26px!important; margin-bottom: 11px!important;}
    .contact-info-panel{padding: 20px 20px!important;}
    .icon-text-content p{margin-bottom: 10px;}
    .contact-item-row .large-icon-style{width: 30px;  height: 30px;}
    .form-title-header{font-size: 26px!important;}
    .form-input-panel{padding: 26px 15px!important;}
    .input-text-field{padding: 9px 17px!important; font-size: 14px;}
    .form-group-container label{font-size: 14px;}
    .form-group-container {margin-bottom: 15px;}
    .submit-action-button{padding: 10px 0!important;}
    .form-input-panel .pt-4 {padding-top: 0.5rem !important;}
    .page-main-wrapper{padding: 15px!important;}
    .page-main-wrapper{min-height: auto!important;}
    .contact-item-row{grid-template-columns: 26px 1fr!important; margin-bottom: 0px;}
    .card-shadow-container {width: 85%; margin-top: 24px; margin-bottom: 30px;}
    
     .condidte_first_sec .fj-title span {display: inline;}
    .condidte_first_sec .fj-left{order: 2; margin-bottom: 0px; margin-top: 20px;}
    .fj_img_top_first .fj-img {width: 100%;}
    .fj_img_top_bottom{display: none;}
    .condidte_first_sec.fj-section{padding-top: 70px; padding-bottom: 20px;}
    .condidte_first_sec .fj-title{margin-bottom: 5px;}
    .condidte_first_sec .fj-subtext span {display: inline;}
    .find_the_perfect_job_left {padding-right: 0px;}
    .find_the_perfect_job_left .text_left h3{font-size: 20px;}
    .find_the_perfect_job_left .text_left p{font-size: 15px;}
    .find_the_perfect_job_left .text_left .btn_joint{font-size: 15px;}
    .join_senior_the_perfect_job_right{margin-top: 20px;}
    .find_the_perfect_job_today{padding-bottom: 15px;}
    .find_the_perfect_job_today2{padding-top: 10px; padding-bottom: 40px;}
    .find_the_perfect_job_today2 .find_the_perfect_job_left {padding-left: 1px;}
    .join_senior_the_perfect_job_right .list-unstyled li{padding: 20px 20px;}
    .join_senior_the_perfect_job_right .list-unstyled li h3{font-size: 17px;}
    .rt-title{font-size: 25px!important;}
    .rt-section{padding: 30px 0 50px;}
    .rt-join-btn{padding: 9px 22px!important; font-size: 15px!important; margin-top: 27px!important;}
    .rt-card-box{padding: 21px 15px!important; min-height: auto!important;}
    .rt-card-title{font-size: 18px; margin-bottom: 8px;}
    .howitworks-title{font-size: 25px!important;}
    .condidate_howitworks_s .how_it_work_arrow_li{display: none;}
    .howitworks-box{width: 100%!important;}
    .howitworks-number{left: 0px!important; top: 0px!important;}
    .condidate_howitworks_s .col-md-4{margin-bottom: 20px;}
    .sf-card-title br{display: none;}
    .howitworks-section {padding: 36px 0px;}
    .success_stories_box .carousel_caption p{font-size: 15px;}
    .employers_first_Sec .fj-title br{display: none;}
    .employers_first_Sec .fj-subtext br{display: none;}
    .employers_first_Sec.fj-section{padding-top: 70px;}
    .employers_first_Sec .fj-title{margin-bottom: 5px;}
    .employers_first_Sec .fj-img-top {width: 100%;}
    .employers_first_Sec .fj-img-bottom{display: none;}
    .employers_first_Sec .fj-left{order: 2; margin-bottom: 0px;}
    .leadership-title-fixed{font-size: 25px!important;}
    .leadership-row-fixed > div {min-height: auto!important; margin-bottom: 40px;}
    .leadership-row-fixed > div:last-child{margin-bottom: 0px;}
    .leadership-section-fixed .join-senior-btn-fixed{padding: 8px 17px !important; font-size: 15px !important;}
    .mentorship-title-custom{font-size: 25px!important;}
    .mentorship-row-custom > div {min-height: auto!important; margin-bottom: 40px;}
    .mentorship-row-custom > div:last-child{margin-bottom: 0px;}
    .mentorship-section-custom .mentorship-btn-custom{padding: 8px 17px !important; font-size: 15px !important;}
    .stable-title-custom{font-size: 25px!important;}
    .stable-section-custom .stable-btn-custom{padding: 8px 17px !important; font-size: 15px !important;}
    .hiw-fixed-title{font-size: 25px!important;}
    .stable-item-title-custom{font-size: 16px;}
    .hiw-fixed-line{display: none;}
    .hiw-fixed-hex-border{width: 100%!important;}
    .hiw-fixed-heading{font-size: 16px;}
     .navigation_user_p{margin-top: 9px;}
    .wsmenu .offcanvas > .wsmenu-list > li{text-align: left; float: initial; border-bottom: 1px solid #03394d1c;}
    .wsmenu .offcanvas > .wsmenu-list > li:last-child{border: none;}
    .navbar .offcanvas.offcanvas-start{top: 48px; max-width: 80%; background-color: #e0f4fb;}
    .offcanvas .wsmenu-list{width: 100%;  padding-left: 0rem;}
    .navbar .wsmenu-list .sub-menu{position: relative; opacity: 1; top: 0px!important;}
    .wsmenu>.offcanvas>.wsmenu-list>li>ul.sub-menu::after{display: none;}
    .navbar .wsmenu-list .has-sub > .sub-menu{ max-height: 0; overflow: hidden;  transition: max-height 0.4s ease;}
    .wsmenu>.offcanvas>.wsmenu-list>.has-sub > a .wsarrow::after{transform: rotate(0deg);}
    .wsmenu>.offcanvas>.wsmenu-list>.has-sub.active > a .wsarrow::after{transform: rotate(0deg);}
    .wsmenu>.offcanvas>.wsmenu-list>li:hover a .wsarrow::after{transform: rotate(0deg);}
    .navbar .wsmenu-list .has-sub.active > .sub-menu{max-height: 600px;}
    .wsmenu-list ul.sub-menu li a{font-size: 15px !important;}
     .wsmenu>.offcanvas>.wsmenu-list>li.has-sub.active > a .wsarrow::after{transform: rotate(180deg);}
    .offcanvas .wsmenu-list{display: flex;  flex-direction: column;}
    .wsmenu .offcanvas > .wsmenu-list > li:last-child{order: -1;  background-color: #02364d;}
    .navigation_user_p .navbar_user_Dropdown {margin-top: 0px !important;}
    .offcanvas .wsmenu-list{margin-top: 0px;}
    .navigation_user_p .navbar_user_Dropdown .text-nowrap path{fill: #fff;}
    .navigation_user_p .user_drop_items{z-index: 9; top: 55px; left: 14px;}
    .wsmenu>.offcanvas>.wsmenu-list>li.menu_logins_lis>a{padding: 14px 20px;}
    
}



/* Payment page css [START] */

.pricing-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* cards grid */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* card */

.membership_pricing_tab .card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.3s;
}

.membership_pricing_tab .card:hover {
    transform: translateY(-6px);
}

/* popular */

.membership_pricing_tab .popular {
    border: 2px solid #f28c74;
    transform: scale(1.05);
}

.membership_pricing_tab .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #f28c74;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
}

/* title */

.membership_pricing_tab .card h3 {
    margin: 10px 0;
    font-size: 25px;
    color: #fff;
}

.membership_pricing_tab .card p {
    color: #fff;
}

.membership_pricing_tab .popular .priceing_head_mem {
    background-color: #F28C74;
}

.membership_pricing_tab .priority .priceing_head_mem {
    background-color: #84ab97;
}

/* list */

.features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.membership_pricing_tab .price_feature {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.features li {
    margin-bottom: 18px;
    padding-left: 29px;
    position: relative;
    font-size: 14px;
    color: #000;
}

.features li::before {
    content: "\f633";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #19875436;
    line-height: 20px;
    border-radius: 50px;
    color: #198754;
    text-align: center;
    font-size: 14px;
    font-family: bootstrap-icons !important;
}

/* button */

.price_feature .btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    color: #0a1b2b;
    border: 1px solid #0a1b2b;
}

.popular .price_feature .btn {
    color: #fff;
    background: linear-gradient(135deg, #1f6f8b, #155e75);
}

.price_feature .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(106, 92, 255, 0.3);
    color: #fff;
    background: linear-gradient(135deg, #1f6f8b, #155e75);
}

.price_change_toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.price_change_toggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 80px;
    height: 35px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.price_change_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 30px;
}

.price_change_toggle label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.membership_pricing_tab .price .main_price {
    text-align: left;
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-decoration: line-through;
    color: #424242;
}

.membership_pricing_tab .price .discout_price {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #df735a;
    line-height: 30px;
}

.membership_pricing_tab .price .price_mon {
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #424242;
    margin-top: 12px;
}

.membership_pricing_tab .price {
    padding-left: 20px;
    margin-top: 15px;
}

.price_change_toggle input:checked+label {
    background: #f28c74;
}

.price_change_toggle input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.price_change_toggle label:active:after {
    width: 130px;
}

.price_change_toggle h3 {
    font-size: 20px;
    font-weight: 500;
    color: #424242;
    margin-bottom: -17px;
    margin-left: 15px;
    margin-right: 15px;
}

.priceing_head_mem {
    background-color: #003e4f;
    border-radius: 20px 20px 0 0;
    padding: 20px;
}
.price_feature .btn:hover{
    color: #fff!important;
}
/* Payment page css [END] */

.hoem_header_banner_img a{
    position: relative;
   color: #0b3b3c;
}
.hoem_header_banner_img_text h4{
    font-size: 16px;
    font-weight: 200;
    font-family: "poppinsregular";
}
.hoem_header_banner_img_text h4 span{
    display: block;
}
.hoem_header_banner_img_text {
    position: absolute;
    bottom: 33%;
    left: 0;
    padding-left: 29%;
}
.Coaching_and_Reskilling_banner {
    margin-top: 113px;
}
.what_we_offer_item_box_Text a:hover{
    color: #fff;
}

.Coaching_and_Reskilling_btn_2{
    margin-top: 30px;
}
.Coaching_and_Reskilling_btn_2 a:hover{
    color: #fff!important;
}

.coaching_landing_sec1 .discover_how_it_work_item{
    height: 370px;
    padding-top: 30px;
}
.Coaching_and_Reskilling_left h5 {
	border: 1px solid #1d222f;
	width: fit-content;
	font-size: 15px;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 19px;
	margin-bottom: 12px;
}

.Coaching_and_Reskilling_left h1 {
	font-size: 40px;
	font-weight: 700;
	color: #0b3b3c;
}

.Coaching_and_Reskilling_left .btn_default_bg {
	color: #ffffff;
	background-color: #0b3b3c;
	padding: 10px 24px;
	text-decoration: none;
	display: block;
	width: 69%;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.5s ease;
	text-align: center;
}

.Coaching_and_Reskilling_btn {
	margin-top: 40px;
	margin-bottom: 32px;
}



.Coaching_and_Reskilling_btn_2 a:hover {
	background-color: #FF4438;
	color: #fff;
}

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

.kickstart_your_journey_sec {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
}

.kickstart_your_journey_item h3 {
	background-color: #fedca5;
	color: #422f22;
	font-size: 27px;
	padding: 8px 10px;
}

.kickstart_your_journey_item {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background-color: #fff;
}

.kickstart_your_journey_item_text h4 {
	font-size: 19px;
	padding: 16px;
}

.kickstart_your_journey_item_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 17px;
}

.kickstart_your_journey_item_btn a {
	background-color: #e8570a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease;
}

.kickstart_your_journey_item_btn a:last-child {
	background: none;
	color: #0b3b3c;
	border: 1px solid #0b3b3c;
}

.kickstart_your_journey_item_btn a:hover:last-child {
	color: #fff;
	background-color: #0b3b3c;
}

.what_we_offer_item_box_Text h3 {
	font-size: 21px;
	font-weight: 700;
	color: #0b3b3c;
	text-align: center;
}

.what_we_offer_item_box_Text {
	padding: 15px 15px;
	text-align: center;
}

.what_we_offer_item_box_Text a {
	background-color: #e8570a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease;
	width: 100%;
}

.what_we_offer_item_box_Text .text {
	min-height: 102px;
}

.what_we_offer_item_box {
	margin-bottom: 30px;
}

.what_we_offer_sec .col-xl-4:nth-child(2) a {
	background-color: #0b3b3c;
}

.what_we_offer_sec .col-xl-4:nth-child(4) a {
	background-color: #0b3b3c;
}

.events-meta ul li a {
	color: #666666;
	font-weight: 500;
}

.events-meta ul li i {
	color: #e8570a;
}

.recommended_for_you_text .list-unstyled li {
	margin-right: 10px;
}

.recommended_for_you_text .list-unstyled li a {
	text-decoration: none;
}

.recommended_for_you_text h3 {
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: 600;
	color: #0b3b3c;
}

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

.recommended_for_you_text .btn_btn {
	background-color: #e8570a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	border-radius: 5px;
	transition: all 0.5s ease;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.recommended_for_you_sec {
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
}

.recommended_for_you_box {
	box-shadow: 0 .5rem 0.5rem rgb(0 0 0 / 2%);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}

.recommended_for_you_1_icon img {
	width: 87px;
}

.recommended_for_you_1_text h5 span {
	display: block;
}

.recommended_for_you_box .row {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.recommended_for_you_disc img {
	width: 28px;
	height: 26px;
	object-fit: cover;
}

.recommended_for_you_disc p {
	margin-bottom: 0px;
	font-size: 20px;
	color: #000;
	line-height: 23px;
}

.recommended_for_you_time p {
	text-align: left;
	margin-bottom: 0px;
	font-size: 18px;
}

.recommended_for_you_time {
	padding: 0px 20px 20px 20px;
}

.recommended_for_you_btn {
	padding: 12px 10px;
	margin-top: 17px;
	margin-bottom: 17px;
}

.recommended_for_you_btn .btn_btn {
	background-color: #e8570a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease;
	width: 182px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.recommended_for_you_1_text ul li {
	background-color: #d5e6f4;
	color: #03394d;
	padding: 5px 15px;
	font-weight: 400;
	font-size: 17px;
	width: fit-content;
	border-radius: 20px;
	margin-bottom: 13px;
}

.recommended_for_you_sec .col-xl-4:nth-child(2) .btn_btn {
	background-color: #0b3b3c;
}

.laerning_path_img img {
	width: 180px;
}

.laerning_path_img {
	margin-bottom: -37px;
	text-align: right;
}

.recommended_for_you_sec .col-xl-4:nth-child(3) .btn_btn {
	background-color: #6c8149;
}


.english_category_categ .list-unstyled li.category_lis15 a.itme_fil{
text-decoration: none;
    padding: 10px 20px;
    color: #0b3b3c;
    background: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 0%);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}

.english_category_categ_text1 .main-title{
    color: #202020;
    font-size: 36px;
}
.english_category_categ_text1 .main-title span{
    color: #0b3b3c;
}

.english_category_categ {
	margin-bottom: 40px;
}

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

.teacher_card_first_list ul li .teacher_card_items {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	display: table;
	width: 100%;
	text-decoration: none;
	color: #515164;
	padding: 25px;
}

.teacher_card_items_photo .self_start {
	position: relative;
	margin-bottom: 10px;
}

.teacher_card_items_photo .DS2-avatar-flag {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	bottom: 16px;
	left: 104px;
	border: 3px solid #fff;
}

.teacher_card_items_right_Text .name_tech .name {
	color: #313140;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.teacher_card_items_photo .lessons_text {
	text-align: center;
	display: block;
	font-size: 14px;
}

.teacher_card_items_right_Text .community {
	color: #515164;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.teacher_card_items_right_Text .name_tech .name i {
	color: green;
}

.teacher_card_items_right_Text .community i {
	color: #F28C74;
}

.teacher_card_items_right_Text .name_tech {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.teacher_card_speak h6:nth-child(1) span{
	color: green;
	font-weight: 500;
}

.teacher_card_speak {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.teacher_card_speak h6:nth-child(2) span{
	color: #00b3bd;
	font-weight: 600;
}

.teacher_card_speak h6:nth-child(3) span{
	color: #0de298;
}

.teacher_card_items_right_Text .tech_card_Tex {
	background-color: #f6fbf8;
    padding: 12px;
    border-radius: 8px;
    margin-top: 12px;
    border: 1px solid #003b461f;
}

.teacher_card_items_right_Text .tech_card_Tex .break-all {
	font-weight: 700;
}

.teacher_card_items_right_Text {
	padding-left: 20px;
}

.tech_card_doller_left .text_gray1 {
	color: #313140;
	font-weight: 700;
	font-size: 16px;
}

.tech_card_doller_left .text_gray3 {
	color: #9c9cac;
	font-weight: 500;
	font-size: 14px;
}

.tech_card_btn_right .btn_book:hover {
	background-color: #e8570a;
	color: #fff;
}

.teacher_card_items_right_Text .tech_card_doller {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 17px;
}

.teacher_card_items_right_Text .tech_card_Tex p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    margin-bottom: 0;
    font-size: 15px;
}

.faq_landing_box_head h2 {
	font-size: 40px;
	font-weight: 700;
	color: #0b3b3c;
	margin-bottom: 40px;
	text-align: center;
}

.faq_landing_box {
	margin-bottom: 60px;
	margin-top: 50px;
}


.teacher_card_first_list {
	position: relative;
}

.teacher_card_first_right_vide {
	position: absolute;
	top: 0;
	right: -420px;
	/* adjust width */
	width: 380px;
}


.video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-poster {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	cursor: pointer;
	right: 0;
	left: 0;
}

.video-poster img {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 100%;
	height: 100%;
}

.video-poster:hover img {
	opacity: 0.8;
}

.play-icon {
	display: block;
	text-align: center;
	line-height: 70px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.play-icon svg {
	fill: #fff;
}

.teacher_card_first_list {
	position: relative;
}

/* LEFT ITEMS */
.teacher {
	transition: 0.2s;
    margin-bottom: 20px;
}

/* 🔥 FLOATING PANEL */
.preview-panel {
	position: absolute;
	top: 0;
	right: 0;
	/* right side me */
	width: 28%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 15px;
	transition: top 0.25s ease;
    z-index: 99;
}

/* CONTENT FADE */
.teacher_card_first_list .content {
	display: none;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.3s ease;
}

.teacher_card_first_list .content.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

video {
	width: 100%;
    height: 100%;
	border-radius: 8px;
}

.preview-panel::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 20px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

.teacher_card_first_box {
	width: 67%;
}
/* Coach View page CSS [START] */
.Coaching_and_Reskilling_left h5 {
	border: 1px solid #1d222f;
	width: fit-content;
	font-size: 15px;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 19px;
	margin-bottom: 12px;
}

.Coaching_and_Reskilling_left h1 {
	font-size: 40px;
	font-weight: 700;
	color: #0b3b3c;
}

.Coaching_and_Reskilling_left .btn_default_bg {
	color: #ffffff;
	background-color: #0b3b3c;
	padding: 10px 24px;
	text-decoration: none;
	display: block;
	width: 69%;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.5s ease;
	text-align: center;
}

.Coaching_and_Reskilling_btn {
	margin-top: 40px;
	margin-bottom: 32px;
}

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

.kickstart_your_journey_sec {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main_heading {
	font-size: 40px;
	font-weight: 700;
	color: #0b3b3c;
	margin-bottom: 40px;
}

.kickstart_your_journey_item h3 {
	background-color: #fedca5;
	color: #422f22;
	font-size: 27px;
	padding: 8px 10px;
}

.kickstart_your_journey_item {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background-color: #fff;
}

.kickstart_your_journey_item_text h4 {
	font-size: 19px;
	padding: 16px;
}

.kickstart_your_journey_item_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 17px;
}

.kickstart_your_journey_item_btn a {
	background-color: #e8570a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease;
}

.kickstart_your_journey_item_btn a:last-child {
	background: none;
	color: #0b3b3c;
	border: 1px solid #0b3b3c;
}

.kickstart_your_journey_item_btn a:hover:last-child {
	color: #fff;
	background-color: #0b3b3c;
}

.what_we_offer_item_box_Text h3 {
	font-size: 21px;
	font-weight: 700;
	color: #0b3b3c;
	text-align: center;
}

.what_we_offer_item_box_Text {
	padding: 15px 15px;
	text-align: center;
}

.what_we_offer_item_box_Text a {
	background-color: #e8570a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease;
	width: 100%;
}

.what_we_offer_item_box_Text .text {
	min-height: 102px;
}

.what_we_offer_item_box {
	margin-bottom: 30px;
}

.what_we_offer_sec .col-xl-4:nth-child(2) a {
	background-color: #0b3b3c;
}

.what_we_offer_sec .col-xl-4:nth-child(4) a {
	background-color: #0b3b3c;
}

.events-meta ul li a {
	color: #666666;
	font-weight: 500;
}

.events-meta ul li i {
	color: #e8570a;
}

.recommended_for_you_text .list-unstyled li {
	margin-right: 10px;
}

.recommended_for_you_text .list-unstyled li a {
	text-decoration: none;
}

.recommended_for_you_text h3 {
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: 600;
	color: #0b3b3c;
}

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

.recommended_for_you_text .btn_btn {
	background-color: #e8570a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	border-radius: 5px;
	transition: all 0.5s ease;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.recommended_for_you_sec {
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
}

.recommended_for_you_box {
	box-shadow: 0 .5rem 0.5rem rgb(0 0 0 / 2%);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}

.recommended_for_you_1_icon img {
	width: 87px;
}

.recommended_for_you_1_text h5 {
	font-size: 23px;
	color: #03394d;
	font-weight: 500;
	line-height: 27px;
}

.recommended_for_you_1_text h5 span {
	display: block;
}

.recommended_for_you_box .row {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.recommended_for_you_disc {
	background-color: #fcf5e6;
	display: flex;
	gap: 20px;
	padding: 12px 10px;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}

.recommended_for_you_disc img {
	width: 28px;
	height: 26px;
	object-fit: cover;
}

.recommended_for_you_disc p {
	margin-bottom: 0px;
	font-size: 20px;
	color: #000;
	line-height: 23px;
}

.recommended_for_you_time p {
	text-align: left;
	margin-bottom: 0px;
	font-size: 18px;
}

.recommended_for_you_time {
	padding: 0px 20px 20px 20px;
}

.recommended_for_you_btn {
	padding: 12px 10px;
	margin-top: 17px;
	margin-bottom: 17px;
}

.recommended_for_you_btn .btn_btn {
	background-color: #e8570a;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease;
	width: 182px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.recommended_for_you_1_text ul li {
	background-color: #d5e6f4;
	color: #03394d;
	padding: 5px 15px;
	font-weight: 400;
	font-size: 17px;
	width: fit-content;
	border-radius: 20px;
	margin-bottom: 13px;
}

.recommended_for_you_sec .col-xl-4:nth-child(2) .btn_btn {
	background-color: #0b3b3c;
}

.laerning_path_img img {
	width: 180px;
}

.laerning_path_img {
	margin-bottom: -37px;
	text-align: right;
}

.recommended_for_you_sec .col-xl-4:nth-child(3) .btn_btn {
	background-color: #6c8149;
}

.english_category_categ .list-unstyled form{
	display: flex;
	gap: 30px;
	align-items: center;
}

.english_category_sec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.english_category_categ {
	margin-bottom: 40px;
}

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

.teacher_card_first_list ul li .teacher_card_items {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    display: table;
    width: 100%;
    text-decoration: none;
    color: #515164;
    padding: 25px;
    border-radius: 15px;
}

.teacher_card_items_photo .DS2_avatar_img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
}

.teacher_card_items_photo {
	display: table-cell;
	width: 140px;
	vertical-align: middle;
	text-align: center;
}

.teacher_card_items_photo .self_start {
	position: relative;
	margin-bottom: 10px;
}

.teacher_card_items_photo .DS2-avatar-flag {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	bottom: 16px;
	left: 104px;
	border: 3px solid #fff;
}

.teacher_card_items_right_Text .name_tech .name {
	color: #313140;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.teacher_card_items_photo .review {
	color: #003b46;
    display: block;
    text-align: center;
    background-color: #003b4617;
    width: fit-content;
    padding: 4px 20px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.teacher_card_items_photo .lessons_text {
	text-align: center;
	display: block;
	font-size: 14px;
}

.teacher_card_items_right_Text .community {
	color: #515164;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.teacher_card_items_right_Text .name_tech .name i {
	color: green;
}

.teacher_card_items_right_Text .community i {
	color: #F28C74;
}

.teacher_card_items_right_Text .name_tech {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.teacher_card_speak span:nth-child(1) {
	color: #838383;
}

.teacher_card_speak span:nth-child(2) b {
	color: green;
	font-weight: 500;
}

.teacher_card_speak span:nth-child(3) b {
	color: #00b3bd;
	font-weight: 600;
}

.teacher_card_speak span:nth-child(4) b {
	color: #0de298;
}

.teacher_card_items_right_Text .tech_card_Tex .break-all {
	font-weight: 700;
}

.teacher_card_items_right_Text {
	padding-left: 20px;
}

.tech_card_doller_left .text_gray1 {
	color: #313140;
	font-weight: 700;
	font-size: 16px;
}

.tech_card_doller_left .text_gray3 {
	color: #9c9cac;
	font-weight: 500;
	font-size: 14px;
}

.tech_card_doller_left .text_gray4 {
	color: #0b3b3c;
    font-weight: 500;
    font-size: 15px;
    margin-left: 20px;
}

.teacher_card_items_right_Text .tech_card_doller {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 17px;
}


.faq_landing_box_head h2 {
	font-size: 40px;
	font-weight: 700;
	color: #0b3b3c;
	margin-bottom: 40px;
	text-align: center;
}

.faq_landing_box {
	margin-bottom: 60px;
	margin-top: 50px;
}


.teacher_card_first_list {
	position: relative;
}

.teacher_card_first_right_vide {
	position: absolute;
	top: 0;
	right: -420px;
	/* adjust width */
	width: 380px;
}


.video-poster:hover img {
	opacity: 0.8;
}

.play-icon {
	display: block;
	text-align: center;
	line-height: 70px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.play-icon svg {
	fill: #fff;
}

.teacher_card_first_list {
	position: relative;
}

/* CONTENT FADE */
.teacher_card_first_list .content {
	display: none;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.3s ease;
}

.teacher_card_first_list .content.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

video {
	width: 100%;
	border-radius: 8px;
}

.preview-panel::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 20px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

.teacher_card_first_box {
	width: 70%;
}
.english_details_sec1_user .user_techer .users_s{
    width: 120px;
    height: 120px;
    object-fit: cover;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.english_details_sec1_user .user_techer .DS2-avatar-flag{
   width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: 105px;
    border: 3px solid #fff;
    top: 4px;
}
.english_details_sec1_user .user_techer{
position: relative;
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    text-align: center;
}

.english_details_sec1_user {
   display: table;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.english_details_sec1_user .user_techer_content {
    padding-left: 20px;
    display: table-cell;
}
.english_details_sec1_user .text-secondary3{
   color: #9c9cac;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 19px;
}
.english_details_sec1_user .text-secondary3 span{
    display: block;
}
.english_details_sec1_user .user_techer_content h3{
    font-size: 30px;
    line-height: 32px;
    color: #313140;
    font-weight: 700;
    margin-bottom: 1px;
}
.english_details_sec1_user .user_techer_content h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #515164;
    background-color: rgb(255 242 241);
    border-radius: 8px;
    width: fit-content;
    padding: 5px 10px;
}
.english_details_sec1_user .user_techer_content h5 i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #ff8e87;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
}
.user_techer_content .list-unstyled .text1{
    font-size: 12px;
    font-weight: 500;
    color: #9c9cac;
}
.user_techer_content .list-unstyled .text2{
    color: #313140;
    font-weight: 600;
    padding-left: 2px;
    padding-right: 5px;
} 
.english_details_sec1_user p{
    font-size: 16px;
    color: #515164;
}
.Lessons_details_Tab .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
}
.tiny-caption {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.text-gray2 {
    color: #515164;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.Lessons_details_Tab .nav-tabs{
    margin-bottom: 17px;
}
.Lessons_details_Tab .about_text_head h5{
    font-size: 18px;
    line-height: 24px;
    color: #313140;
}
.text-gray3, .text-gray4 {
    color: #9c9cac;
}

.Lessons_details_Tab .about_text_head p{
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #5c5c5c;
    margin-bottom: 0;
}
.about_text_intrests .DS2-tag{
    color: #052c65;
    font-size: 12px;
    line-height: 20px;
    background: #cfe2ff;
    border: 1px solid #9ec5fe;
    border-radius: 6px;
    padding: 3px 8px;
}
.about_text_intrests .DS2-tag:nth-child(3){
    color: #58151c;
    background: #f8d7da;
    border: 1px solid #f1aeb5;
}
.about_text_intrests .DS2-tag:nth-child(4){
    color: #0a3622;
    background: #d1e7dd;
    border: 1px solid #a3cfbb;
}
.about_text_intrests .DS2-tag:nth-child(5){
    color: #2b2f32;
    background: #e2e3e5;
    border: 1px solid #c4c8cb;
}
.about_text_intrests .DS2-tag:nth-child(6){
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.about_text_intrests {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.h6, .regular-body, h6 {
    font-size: 16px;
    line-height: 24px;
}
.text-gray1 {
    color: #313140;
}
.Lessons_details_Tab .about_text_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.teacher_pro_reting_lis {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dfdfdf;
    padding: 15px;
    border-radius: 10px;
}
.teacher_pro_reting_item p{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #9c9cac;
}
.teacher_pro_reting_item h4{
    font-size: 22px;
    font-weight: 700;
}
.teacher_pro_reting_item h4.reting{
    color: #ff7f73;
}
.student_teacher_pro_reting {
    margin-top: 30px;
    margin-bottom: 30px;
}
.english_lession_box .lesstion_itm10{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    color: #3e3e3e;
    border-radius: 10px;
    padding: 13px 16px;
    margin-bottom: 25px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.english_lession_text h5{
    color: #313140;
    line-height: 24px;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}
.english_lession_text p{
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #9c9cac;
    margin-bottom: 0;
}
.english_lession_usd_pri h4{
   background: rgb(255, 242, 241);
    line-height: 24px;
    color: #ff4438;
    font-size: 16px;
    padding: 6px 16px;
    border-radius: 15px;
    width: fit-content;
    margin-left: auto;
}
.english_lession_sec h3{
    font-size: 20px;
    line-height: 28px;
    color: #313140;
    margin-bottom: 26px;
}
.text-tiny {
    font-size: 12px;
}
.lession_modal_body .lession_text h5{
    color: #313140;
    font-size: 17px;
}

.lession_modal_body .disc{
      color: #9c9cac;
    font-size: 15px;
    margin-bottom: 5px;
}
.lession_modal_body .lession_text {
    margin-bottom: 20px;
}
.lession_text_disc p{
    font-size: 15px;
}
.lession_modal_btn_submit {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 25px;
}
.lession_modal_btn_submit .btn_btn{
    background: #003b46;
    color: #fff;
    padding: 12px 35px;
    border-radius: 40px;
    border: none;
    font-weight: 600;
}

.google-review {
  margin-top: 40px;
}

.rating-review-item {
  display: flex;
  align-items: center;
}
.rating-review-item .left-rating {
  flex: 1 1 16%;
    max-width: 14%;
}
.rating-review-item .left-rating .star-rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rating-review-item .left-rating .star-rating h3 {
  margin: 0 12px 0 0;
  font-size: 40px;
}
.rating-review-item .left-rating .star-rating .fa-star {
  font-size: 30px;
  color: #28a745;
}
.rating-review-item .left-rating .number-rating span {
  display: block;
  margin-bottom: 2px;
  color: #474848;
  font-size: 14px;
}
.rating-review-item .right-rating {
  flex: 1 1 80%;
  max-width: 80%;
}
.rating-review-item .right-rating ul.order-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.rating-review-item .right-rating ul.order-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.rating-review-item .right-rating ul.order-list li:last-child {
  margin-bottom: 0;
}
.rating-review-item .right-rating ul.order-list li .star-value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 25px;
}
.rating-review-item .right-rating ul.order-list li .star-value h5 {
  margin: 0 2px 0 0;
  font-size: 16px;
}
.rating-review-item .right-rating ul.order-list li .star-value .fa-star {
  font-size: 14px;
}
.rating-review-item .right-rating ul.order-list li .progress {
  flex: 1 1 315px;
  max-width: 315px;
  height: 6px;
  margin-right: 20px;
  margin-bottom: 0;
  background-color: #ddd;
}
.rating-review-item .right-rating ul.order-list li .rating-hit {
  color: #B2B2B2;
  font-size: 16px;
}
.client_review_list .user_client {
    display: table;
    width: 100%;
}
.client_review_list .img_client {
    width: 40px;
    display: table-cell;
    height: 40px;
    vertical-align: top;
}
.client_review_list .img_client .name{
    width: 40px;
    height: 40px;
    display: block;
    background-color: #ccc;
    text-align: center;
    line-height: 40px;
    vertical-align: top;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
}
.client_review_list .user_client_name {
    padding-left: 11px;
}
.client_review_list .user_client_name h5{
    margin-bottom: 0;
    font-size: 18px;
}
.client_review_list .user_client_name span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #9c9cac;
}
.client_review_list p{
    margin-bottom: 0px;
    font-size: 15px;
}
.client_review_list .date_review span{
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 300;
}
.client_review_list {
    margin-top: 40px;
}
/* Coach View page CSS [END] */

.english_category_categ_rad .form-check-inline{
    border: 1px solid #ced4db;
    padding: 12px 15px;
    border-radius: 30px;
}
.english_category_categ_rad .form-check .form-check-input{
    margin-left: 0px;
}
.english_category_categ_rad .form-check .form-check-label{
    margin-left: 10px;
}
.english_category_categ_rad .form-check-input:checked {
    background-color: #f18c73;
    border-color: #f18c73;
}
.english_category_categ_text1 p{
    color: #5c5c5c;
    font-size: 16px;
}
.video_text_box {
    display: table;
    width: 100%;
    padding-top: 23px;
}
.video_text_box .video_text_icon{
    display: table-cell;
    width: 68px;
}
.video_text_box .video_text_head{
    display: table-cell;
    vertical-align: top;
}
.video_text_box .video_text_icon i{
    color: #074647;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #07464726;
    border-radius: 10px;
    font-size: 24px;
}
.video_text_box .video_text_head h4{
    font-size: 22px;
}
.video_text_box .video_text_head p{
    font-size: 16px;
    margin-bottom: 0px;
    color: #565656;
}
.video_schedule_now_btn{
    margin-top: 25px;
    margin-bottom: 18px;
}
.video_schedule_now_btn .sf-btn{
    width: 100%;
}
.teacher_card_speak h5{
    font-weight: 500;
    font-size: 14px;
    color: #838383;
    font-family: var(--bs-body-font-family);
    margin-bottom: 0px;
}
.teacher_card_speak h6{
    font-weight: 500;
    font-size: 14px;
    color: #515164;
    margin-bottom: 0;
    font-family: var(--bs-body-font-family);
}
.english_details_sec1 {
    margin-top: 120px;
}
.profile_detail_lear_hea {
   display: flex;
    gap: 28px;
    margin-bottom: 13px;
}
.user_techer_content .list-unstyled li h6{
    font-size: 16px;
    font-family: "poppinsregular";
    color: #212529bf;
    margin-bottom: 15px;
}
.book_lession_right_col {
    display: table;
    width: 100%;
}
.book_lession_right_col_bo10{
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}



.group_class_structured_right_ite .filter-buttons {
  display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-end;
}

.list-view-button,
.grid-view-button {
  cursor: pointer;
    padding: 8px 10px;
    color: #222222;
    margin-right: 8px;
    border: 1px solid #adadad;
    font-size: 15px;
}

.list-view-button:hover,
.grid-view-button:hover {
  background: white;
  color: #0e2439;
}

.group_class_structured_right_ite .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.group_class_structured_right_ite li {
  margin-bottom: 10px;
  transition: 0.3s;
}

.group_class_structured_right_ite .list.list-view-filter {
  flex-direction: column;
}

.group_class_structured_right_ite .list.list-view-filter li {
  padding: 10px;
}

.list.grid-view-filter {
  flex-flow: row wrap;
}

.group_class_structured_right_ite .list.grid-view-filter li {
  width: 33.33%;
    padding: 15px;
    text-align: center;
}
.group_class_structured_sec {
    margin-top: 50px;
}
.group_class_structured_item .senior_title {
    background-color: #F28C74;
    color: #fff;
    width: fit-content;
    position: absolute;
    top: 9px;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 9px;
    left: 11px;
}
.group_class_structured_item {
    position: relative;
}
.group_user_titl_box .user_img img{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}
.group_user_titl_box {
    display: flex;
    gap: 10px;
    margin-top: 26px;
    align-items: center;
}
.group_user_titl_box .user_title h3{
    font-size: 21px;
    margin-bottom: 0px;
}
.group_class_structured_text .title_text h2{
    font-size: 18px;
    text-align: left;
}
.group_class_structured_text .title_text p{
    font-size: 16px;
    margin-bottom: 4px;
}
.group_class_structured_text .title_text{
    text-align: left;
    margin-top: 25px;
}
.group_Specializations p{
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
} 
.group_Specializations_btn .sf-btn:hover{
    color: #fff!important;
}
.group_Specializations_btn .sf-btn{
    text-decoration: none;
    display: block;
    width: fit-content;
}
.group_Specializations_btn{
    margin-top: 50px;
}
.group_Specializations .hidden {
    display: none;
}
.group_Specializations .toggleReadMore{
    color: #bd563d;
    display: block;
    text-align: left;
    width: fit-content;
    font-size: 15px;
    text-transform: capitalize;
}
.posttal_searchbar_box {
    position: relative;
    margin-bottom: 20px;
}
.posttal_searchbar_box i{
    position: absolute;
    top: 10px;
    right: 8px;
    color: #898989;
}
.group_class_structured_sidebar h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.group_class_structured_sidebar .form-check{
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
    padding-bottom: 13px;
}
.group_class_structured_sidebar .form-check:last-child{
    border: none;
    margin-bottom: 0;
}
.list-view-filter li .group_class_structured_item{
    display: flex;
    gap: 30px;
}
.list.list-view-filter .senior_img_ban{
    height: 417px;
    object-fit: cover;
}
.book_lession_right_col h3{
    font-size: 25px;
    margin-bottom: 0px;
}
.book_lession_right_col p{
    font-size: 15px;
}
.book_lession_right_col_btn .sf-btn{
    text-decoration: none;
}
.book_lession_right_col_btn .sf-btn:hover{
   color: #fff!important;
}
.book_lession_right_col_btn{
    margin-top: 40px;
}
.Lessons_details_Tab {
    margin-top: 40px;
}

.Lessons_details_Tab .tab-content .tab-pane{
    background-color: #fff;
}
.Lessons_details_Tab .text_pragraph p{
    font-size: 15px;
}
.Lessons_details_Tab .list-disc{
   padding-left: 20px;
}
.about_coach_2_box {
    border-left: 20px solid #f7fafe;
    padding: 24px;
}
.about_coach_2_rith_bo .about_coach_2_icon i{
    width: 62px;
    display: block;
    height: 62px;
    line-height: 62px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
}
.about_coach_2_rith_bo.reting .about_coach_2_icon i{
    background-color: #fef0f0;
    color: #ec2d2c;
}
.about_coach_2_rith_bo.lession .about_coach_2_icon i{
    background-color: #eef6fe;
    color: #1f8bf8;
}
.about_coach_2_rith_bo.attendance_rate .about_coach_2_icon i{
    background-color: #ebfaf2;
    color: #07844e;
}
.about_coach_2_rith_bo.excellent .about_coach_2_icon i{
    background-color: #f8f5fe;
    color: #914cf5;
}


.about_coach_2_rith_bo{
    display: flex;
    gap: 25px;
}
.about_coach_2_text .reting{
    font-size: 20px;
    margin-bottom: 3px;
}

.about_coach_2_text p{
    font-size: 14px;
    color: #727272;
    margin-bottom: 0px;
}
.about_coach_2_rith_bo.reting .reting{
    color: #ec2d2c;
}
.about_coach_2_rith_bo.lession .reting{
    color: #1f8bf8;
}
.about_coach_2_rith_bo.attendance_rate .reting{
    color: #07844e;
}
.about_coach_2_rith_bo.excellent .reting{
    color: #9046f3;
}
.about_coach_2_text p span{
    display: block;
}
.about_coach_2_box .reting_list_ic i{
    color: #ec2d2c;
    font-size: 13px;
}
.about_coach_2_box .row:first-child{
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 23px;
}
.english_lession_sec {
    margin-top: 50px;
    margin-bottom: 50px;
}
.english_lession_box .lesstion_itm10 .icon-box i{
    width: 70px;
    display: block;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
}
.english_lession_box .lesstion_itm10 .icon-box.blue i{
    background-color: #eef6fe;
    color: #1f8bf8;
}
.english_lession_box .lesstion_itm10 .icon-box.green i{
   background-color: #ebfaf2;
    color: #07844e;
}
.english_lession_box .english_lession_text {
    display: flex;
    gap: 25px;
}
.english_lession_box .icon_box_text10 h6{
    font-size: 15px;
    font-weight: 500;
    font-family: "poppinsregular";
    color: #606060;
}
.english_lession_usd_pri {
    display: flex;
    gap: 40px;
    align-items: center;
}
.google-review {
    margin-top: 40px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 51px;
}
.about_me_left_lession {
    padding: 26px;
}
#me_as_a_teacher, #my_lessons_teaching, #availability_tab{padding: 26px;}
.Lessons_details_Tab .list-disc li{
    font-size: 15px;
    margin-bottom: 10px;
    list-style-type: circle;
}
#book_trial_lesson .modal-title{
font-size: 20px;
}

/*==============================-*/
/*---------signup-step-------------*/
.select_lession_type_modal .bg-color {
  background-color: #333;
}

.select_lession_type_modal .wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.select_lession_type_modal .wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

.select_lession_type_modal span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #0e214b;
  font-weight: 500;
  border: 1px solid #ddd;
}
.select_lession_type_modal span.round-tab i {
  color: #555555;
}
.select_lession_type_modal .wizard li.active span.round-tab {
  background: #f28c74;
    color: #fff;
    border-color: #f28c74;
}
.select_lession_type_modal .wizard li.active span.round-tab i {
  color: #5bc0de;
}


.select_lession_type_modal .wizard .nav-tabs > li {
  width: 25%;
}

.select_lession_type_modal .wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.select_lession_type_modal .wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}


.select_lession_type_modal .wizard .nav-tabs > li a:hover {
  background: transparent;
}

.select_lession_type_modal .wizard .tab-pane {
  position: relative;
  padding-top: 10px;
}


.select_lession_type_modal .step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.select_lession_type_modal .term-check {
  font-size: 14px;
  font-weight: 400;
}

.select_lession_type_modal .list-content {
  margin-bottom: 10px;
}
.select_lession_type_modal .list-content a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  color: #565656;
  font-weight: 400;
  border-radius: 4px;
}
.select_lession_type_modal .list-content a[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.select_lession_type_modal .list-content a i {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.5s;
}

.select_lession_type_modal .list-box {
  padding: 10px;
}
.select_lession_type_modal .signup-logo-header .logo_area {
  width: 200px;
}
.select_lession_type_modal .signup-logo-header .nav > li {
  padding: 0;
}
.select_lession_type_modal .signup-logo-header .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.select_lession_type_modal .list-inline li {
  display: inline-block;
}

/*-----------custom-checkbox-----------*/
.signup-step-container h4{
    font-size: 18px;
    color: #0b3b3c;
    text-transform: capitalize;
}
.select_your_lessopn_itm .list-unstyled li{
    border: 1px solid #e5e8ed;
    padding: 22px;
    margin-bottom: 22px;
    border-radius: 10px;
}
.select_your_lessopn_itm .list-unstyled li .h6{
    font-size: 16px;
    margin-bottom: 2px;
}
.select_your_lessopn_itm .list-unstyled .lesson-type-course-language{
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    font-family: "poppinsregular";
} 
.bookingflow_sel_trial_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    color: #313140;
    font-weight: 700;
    margin-top: 0px;
}
.DS2_radio_wrapper .form-check .form-check-input{
    width: 19px;
    height: 19px;
    border: 1px solid #003e4f;
}
.signup-step-container .pull-right{
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.signup-step-container .form-check-input:checked{
    background-color: #003e4f;
}
.signup-step-container h4.main_price{
    margin-bottom: 0;
    margin-right: 20px;
}

.community_hero_banner{position: relative;}
    .community_hero_banner_bg{
    height: 880px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }
   .community_hero_banner_text_box {
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
    height: 100%;
}
.community_hero_banner_btn .sf_btn2{
color: #003b46;
padding: 12px 35px;
border-radius: 40px;
font-weight: 600;
border: 1px solid #003b46;
transition: all 0.5s ease;
margin-left: 10px;
text-decoration: none;
}
.community_hero_banner_btn {
    display: inline-block;
    margin-top: 30px;
}
.community_hero_banner_btn .sf-btn:hover{
    color: #fff!important;
}
.community_hero_banner_btn .sf-btn{
    text-decoration: none;
}
.community_tab_sidebar .nav-pills{
    padding-left: 0px;
}
.community_tab_sidebar .nav-pills .nav-item{
    margin-bottom: 15px;
}
.community_tab_sidebar .nav-pills .nav-item .nav-link{
    font-weight: 500;
    font-size: 18px;
    color: #303030;
    padding: 14px 15px;
}
.community_tab_sidebar .nav-pills .nav-item .nav-link.active{
    color: #003b46;
    background-color: #003b4626;
    width: 100%;
}
.community_tab_sidebar .nav-pills .nav-item .nav-link i{
    margin-right: 10px;
    color: #003b46;
}
.community_sec1{
    margin-top: 60px;
    margin-bottom: 60px;
}
.community-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 35px 25px;
    text-align: left;
    transition: .3s;
    height: 100%;
}
.community-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #d8ecf8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 32px;
    color: #0b2f44;
}

.community-card h5 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.community-card p {
    font-size: 14px;
    margin-bottom: 0px;
}
.Communities_btn {
   color: #003b46;
    font-weight: 600;
    transition: all 0.5s ease;
    display: block;
    font-size: 15px;
    margin-top: 19px;
    text-decoration: none;
}
.overview_card .col-lg-2{
    flex: 20%;
    width: 20%;
}
.overview_card .col-lg-2:nth-child(2) .community-icon{
    background: #e98c7440;
    color: #d87961;
}
.overview_card .col-lg-2:nth-child(3) .community-icon{
    background: #74a27352;
    color: #5e7d5d;
}
.overview_card .col-lg-2:nth-child(4) .community-icon{
    background: #af9f6c54;
    color: #7b6f46;
}
.overview_card .col-lg-2:nth-child(4) .community-icon{
    background-color: #fcf5e6;
    color: #000;
}
.this_week_community_img img{
    width: 100%;
}
.this_week_community_img{
    position: relative;
}
.this_week_community_img .free_gr{
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-size: 14px;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    top: 4px;
    left: 6px;
    z-index: 9;
}
.this_week_community_img .online_gr{
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
    font-size: 14px;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 9;
}
.community_sec1_head{
    font-size: 40px;
    font-weight: 700;
    color: #0b3b3c;
    margin-bottom: 4px;
}
.this_week_community_img::after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #00000096;
    opacity: 0.2;
}
.this_week_community_text .heading_gr1055{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.this_week_community_text .date_grou{
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    color: #4e4e4e;
}
.this_week_community_text .name_gr{
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #4e4e4e;
}
.owl-carousel .owl-item .user_attending_img img{
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50px;
    margin-left: -12px;
    display: inline-block;
}

.owl-carousel .owl-item .user_attending_img img:first-child{
    margin-left: 0;
}
.user_attending_text h4{
    font-size: 15px;
    margin-bottom: 5px;
    color: #838383;
    font-family: "poppinsregular";
    margin-left: 14px;
}
.user_attending_user {
    display: flex;
    align-items: center;
}
.attemp_btn_fill{
    background: #003b46;
    color: #fff;
    padding: 11px 35px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 22px;
    font-size: 15px;
}
.this_week_community_item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 12px;
    padding: 10px;
}
.join_host_community_box {
   background-color: #022d3a;
    display: table;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.join_host_community_img {
    display: table-cell;
    width: 200px;
}
.join_host_community_text {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
    padding-left: 27px;
}
.join_host_community_btn .btn_comm{
    background: #F28C74;
    color: #fff;
    padding: 11px 11px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}
.join_host_community_btn {
    display: table-cell;
    width: 340px;
    vertical-align: middle;
    padding-right: 20px;
}
.join_host_community_text h3{
    color: #fff;
    font-size: 25px;
    margin-bottom: 3px;
}
.join_host_community_text p{
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
}
.join_host_community_img img{
    width: 100%;
}
.Upcoming_side_comm_i{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 20px;
    border-radius: 10px;
}
.Upcoming_side_comm_i .sub_heading_comm{
    font-size: 22px;
    font-weight: 700;
    color: #0b3b3c;
    margin-bottom: 23px;
}
.Upcoming_side_comm_i .list-unstyled li{
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px;
    padding-bottom: 15px;
}
.Upcoming_side_comm_i .Upcoming_for_img{
    display: table-cell;
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.Upcoming_side_comm_i .Upcoming_for_img img{
    border-radius: 5px;
    width: 100%;
}
.Upcoming_for_text_box span{
    font-size: 14px;
    border-radius: 5px;
    padding: 3px 8px;
}
.Upcoming_for_text_box span.free_even{
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.Upcoming_for_text_box h4{
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 15px;
    margin-top: 10px;
}
.Upcoming_for_time_person span{
    font-size: 12px;
    margin-bottom: 5px;
    color: #4e4e4e;
}
.Upcoming_for_time_person {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Upcoming_for_text_box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.Upcoming_side_comm_i .list-unstyled li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.Upcoming_for_text_box span.live{
    background-color: c4313a;
    color: #fff;
}
.Upcoming_for_text_box .group_coa_r44{
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.Upcoming_for_text_box .online_co46{
    background: #74a273;
    color: #ffffff;
}
.Upcoming_for_text_box .hybrid_4652{
    background-color: #03394d;
    color: #fff;
}
.Upcoming_for_text_box .paid_evaint{
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.Upcoming_for_text_box .upcoming_remote {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Upcoming_side_comm_i_btn .btn_view{
    color: #003b46;
    text-decoration: none;
    display: flex;
    border: 1px solid #03394d3d;
    padding: 5px 10px;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 16px;
}
.Upcoming_for_text_box p{
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 0;
}
.commu_recommende_you_side{
    margin-top: 50px;
}
.events_tab_box_items_box {
    margin-bottom: 20px;
}
.english_category_categ .category_lis15{
    position: relative;
}
.coach_category_filter_dropd {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    min-width: 540px;
    left: 0;
    right: 0;
    top: 30px;
    border-radius: 10px;
    z-index: 15;
    padding: 24px;
}
.coach_category_filter_dropd .heding{
    color: #515164;
    font-size: 16px;
}
.coach_category_filter_dropd .Essentials_tab_list{
    padding-left: 0;
    margin-top: 20px;
}
.Essentials_tab_list li{
    display: inline-block;
    margin-bottom: 18px;
}
.Essentials_tab_list li a{
   color: #3c3c3c;
    text-decoration: none;
    font-size: 15px;
     border: 1px solid #ccc;
    padding: 6px 13px;
    border-radius: 20px;
    min-width: 90px;
    text-align: center;
     margin-bottom: 11px;
}
.Essentials_tab_list li a.active{
    background: #e78165;
    color: #fff;
    border: 1px solid #ef8b6f;
}

.coach_category_filter_dropd{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.drop_down_item.active .coach_category_filter_dropd{
    max-height: 500px;
    opacity: 1;
    overflow: auto;
}
.drop_down_item .bi-chevron-down{
    transition: 0.3s;
}
.drop_down_item.active .bi-chevron-down{
    transform: rotate(180deg);
}
.custom_badge_1_img{
      padding: 7px 15px;
    font-size: 16px;
    border-radius: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 11px;
    justify-content: space-between;
    z-index: 99;
}
.blue {
    background: #eaf3ff;
    color: #1d64d8;
    left: 8px;
}
.green {
    background: #edf9ef;
    color: #249b43;
    right: 8px;
}
.badge_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 22px;
}
.purple {
    background: #f1ecff;
    color: #6a45ff;
}
.orange {
    background: #fff3e9;
    color: #d97818;
}
.custom_badge {
   padding: 10px 15px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.info_list {
    border-top: 1px solid #ececf2;
    padding-top: 16px;
}
.info_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #20263a;
}
.info_item i {
   color: #003b46;
    font-size: 20px;
}
.people_group {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.people_group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -12px;
    object-fit: cover;
}
.people_count {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -12px;
    font-weight: 500;
    font-size: 15px;
    color: #6b7280;
}
.this_week_community_box .owl-nav{
    display: none;
}
.recommended_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7px;
    gap: 20px;
    margin-top: 43px;
}

.heading_content p{
    font-size: 18px;
    color:#677084;
    line-height:1.6;
}

.personalized_text{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6a45ff;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.personalized_text i{
    font-size:26px;
}

.card_grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.recommend_card{
    background:#fff;
    border-radius:30px;
    padding:22px;
    border:1px solid #edf0f7;
    box-shadow:0 8px 25px rgba(0,0,0,0.04);
}

.top_badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 22px;
}

.purple_badge{
    background: #7bad7926;
    color: #7bad79;
}

.orange_badge{
    background: #fff1e7;
    color: #f28c74;
}

.blue_badge{
    background:#edf4ff;
    color: #003b46;
}

.card_image{
    width:100%;
    height:280px;
    border-radius:24px;
    overflow:hidden;
    margin-bottom:24px;
    position:relative;
}

.card_image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.floating_icon{
   width: 50px;
    height: 50px;
    border-radius: 7px;
    background: #7bad79;
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    border: 4px solid #fff;
}


.orange_icon{
    background: #e98067;
}

.blue_icon{
    background: #003b46;
}

.card_title{
  font-size: 20px;
    line-height: 1.3;
    /* color: #101938; */
    font-weight: 800;
    margin-bottom: 20px;
}

.small_badges{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:24px;
}

.small_badge{
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
}

.purple_light{
    background: #7bad7926;
    color: #7bad79;
}

.green_light{
    background:#edf9ef;
    color:#22a345;
}

.blue_light{
    background: #edf4ff;
    color: #003b46;
}

.orange_light{
    background:#fff1e7;
   color: #f28c74;
}
.reason_box{
    border-radius:22px;
    padding:26px;
    margin-top:25px;
    margin-bottom:25px;
}

.reason_box h4{
    font-size: 20px;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    gap:12px;
}

.reason_box p{
    font-size: 16px;
    line-height: 1.6;
    color: #4b5565;
    margin-bottom: 0px;
}

.reason_purple{
    background: #7bad7926;
}

.reason_purple h4{
   color: #7bad79;
}

.reason_orange{
    background:#fff5ed;
}

.reason_orange h4{
    color: #f28c74;
}

.reason_blue{
    background:#eef5ff;
}

.reason_blue h4{
    color: #003b46;
}

.cta_btn{
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
}

.btn_purple{
    background-color: #7bad79;
}

.btn_orange{
    background-color: #f28c74;
}

.btn_blue{
   background: #003b46;
}

.reason_box p{
    font-size:18px;
}
.career_transition_text{
font-size: 20px;
    color: #475467;
    margin-bottom: 20px;
}
.community_main_heading{
margin-bottom: 40px;
}    
.community_sec1_items .overview_card{
    margin-bottom: 50px;
}
.learning_resource_banner .eyebrow{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 7px 19px;
    font-size: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
}
.learning_form_fliter_box form{
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.12);
    padding: 30px;
}
.learning_form_fliter_box form label{
    color: #003e4f;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.learning_form_fliter_box form .form-select{
    font-size: 15px;
}
.learning_form_fliter_box {
    margin-top: -98px;
}
.learning_form_fliter_box .filter_btn{
    background: #003b46;
    color: #fff;
    padding: 9px 22px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 16px;
}
.learning_form_fliter_box .btn{
    padding: 9px 22px;
    font-size: 16px;
}
.learning_resource_items {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
    transition: all 0.35s ease;
    padding: 24px;
}
.learning_resource_items h5{
    font-size: 23px;
}
.learning_resource_items .list-unstyled li{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.learning_resource_items .learning_resource_ite_cion{
    display: table-cell;
    width: 60px;
}
.learning_resource_items .learning_resource_text{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.learning_resource_ite_cion i{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 17px;
    text-align: center;
    border-radius: 50px;
}
.learning_resource_text p{
    margin-bottom: 0;
    font-size: 17px;
}
.learning_resource_text p span{
font-weight: 600;
    color: #03394d;
}
.learning_resource_btn .btn_rec{
    color: #03394d;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 5px;
}
.learning_resource_btn{
    margin-top: 40px;
}
.learning_resource_items .list-unstyled li:nth-child(2) .learning_resource_ite_cion i{
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.learning_resource_items .list-unstyled li:nth-child(3) .learning_resource_ite_cion i{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.learning_resource_items .list-unstyled li:nth-child(4) .learning_resource_ite_cion i{
   color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.first_session_details_p {
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    padding: 20px 30px;
    border-radius: 4px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.first_session_details_img img{
   width: 88%;
    margin-left: auto;
}
.first_session_details_img{
    text-align: right;
}
.my_RSVPs_item_text .list-unstyled {
    display: flex;
    flex-wrap: wrap;
}
.my_RSVPs_item_text .list-unstyled li {
    display: table;
    width: 100%;
    flex: 50%;
    max-width: 50%;
    margin-bottom: 25px;
}
.my_RSVPs_item_text .my_RSVPs_item_icon {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
}
.my_RSVPs_item_icon i {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #d8ecf8;
    display: block;
    font-size: 20px;
    color: #0b2f44;
    line-height: 50px;
    text-align: center;
}
.my_RSVPs_item_text .my_RSVPs_item_text_box {
    display: table-cell;
    padding-left: 18px;
}
.my_RSVPs_item_text_box p {
    font-size: 15px;
    color: #444444;
    margin-bottom: 0;
}
.my_RSVPs_item_text_box h6{
    font-size: 1rem;
    margin-bottom: 3px;
}
.my_RSVPs_item_text .list-unstyled li:nth-child(2) .my_RSVPs_item_icon i {
    background: #e98c7440;
    color: #d87961;
}
.first_session_details_p_h p{
    font-size: 15px;
    line-height: 27px;
    color: #383838;
}
.first_session_details_p_h h2{
    font-size: 30px;
    font-weight: 700;
    color: #0b3b3c;
}