/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --ease-out: cubic-bezier(0, 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);
    --color-cyan: #4d8076;
    --color-red: #ce0002;
    --color-yellow: #ffee2f;
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-60\%\] {
    top: -60%;
  }
  .top-\[-172px\] {
    top: -172px;
  }
  .top-\[-300px\] {
    top: -300px;
  }
  .top-\[-400px\] {
    top: -400px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[40px\] {
    right: 40px;
  }
  .bottom-\[-120px\] {
    bottom: -120px;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[120px\] {
    bottom: 120px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-20\%\] {
    left: -20%;
  }
  .left-\[81px\] {
    left: 81px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .container {
    width: 100%;
    @media (width >= 400px) {
      max-width: 400px;
    }
    @media (width >= 550px) {
      max-width: 550px;
    }
    @media (width >= 750px) {
      max-width: 750px;
    }
    @media (width >= 950px) {
      max-width: 950px;
    }
    @media (width >= 1150px) {
      max-width: 1150px;
    }
    @media (width >= 1350px) {
      max-width: 1350px;
    }
    @media (width >= 1550px) {
      max-width: 1550px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-\[-100px\] {
    margin-top: -100px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .mr-\[68px\] {
    margin-right: 68px;
  }
  .mr-\[80px\] {
    margin-right: 80px;
  }
  .mr-\[100px\] {
    margin-right: 100px;
  }
  .mr-\[150px\] {
    margin-right: 150px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[33px\] {
    margin-bottom: 33px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[43px\] {
    margin-bottom: 43px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[70px\] {
    margin-bottom: 70px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .mb-\[120px\] {
    margin-bottom: 120px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-\[219px\] {
    width: 219px;
    height: 219px;
  }
  .size-\[250px\] {
    width: 250px;
    height: 250px;
  }
  .size-\[500px\] {
    width: 500px;
    height: 500px;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[132px\] {
    height: 132px;
  }
  .h-\[942px\] {
    height: 942px;
  }
  .h-\[1037px\] {
    height: 1037px;
  }
  .h-\[1137px\] {
    height: 1137px;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-\[571px\] {
    min-height: 571px;
  }
  .min-h-\[671px\] {
    min-height: 671px;
  }
  .min-h-\[771px\] {
    min-height: 771px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 70px;
    @media (max-width: 1024px) {
      padding-inline: 20px;
    }
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[40vw\] {
    width: 40vw;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[calc\(100\%-20px\)\] {
    width: calc(100% - 20px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .flex-1\/2 {
    flex: calc(1/2 * 100%);
  }
  .flex-\[30\%\] {
    flex: 30%;
  }
  .flex-\[70\%\] {
    flex: 70%;
  }
  .flex-none {
    flex: none;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .fade-in-down {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .fade-in-left {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .fade-in-right {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .fade-in-up {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-\[7px\] {
    column-gap: 7px;
  }
  .gap-x-\[12px\] {
    column-gap: 12px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[50px\] {
    column-gap: 50px;
  }
  .gap-x-\[80px\] {
    column-gap: 80px;
  }
  .gap-x-\[100px\] {
    column-gap: 100px;
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-\[11px\] {
    row-gap: 11px;
  }
  .gap-y-\[120px\] {
    row-gap: 120px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-\[\#EFEFEF\] {
    background-color: #EFEFEF;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-cyan {
    background-color: var(--color-cyan);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[27px\] {
    padding-inline: 27px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .pt-\[0px\] {
    padding-top: 0px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[26px\] {
    padding-top: 26px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[46px\] {
    padding-top: 46px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pl-\[78px\] {
    padding-left: 78px;
  }
  .pl-\[120px\] {
    padding-left: 120px;
  }
  .text-center {
    text-align: center;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-geologica {
    font-weight: 400;
    font-family: "Geologica", "sans-serif";
  }
  .font-rubik {
    font-weight: 400;
    font-family: "Rubik", "sans-serif";
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[52px\] {
    font-size: 52px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#7D7A9A\] {
    color: #7D7A9A;
  }
  .text-\[\#7E7E7E\] {
    color: #7E7E7E;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-cyan {
    color: var(--color-cyan);
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .fade-in {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .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;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:invert {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(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,);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red);
      }
    }
  }
  .hover\:text-yellow {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-lg\:relative {
    @media (width < 950px) {
      position: relative;
    }
  }
  .max-lg\:top-0 {
    @media (width < 950px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:top-\[27\.5px\] {
    @media (width < 950px) {
      top: 27.5px;
    }
  }
  .max-lg\:right-\[20px\] {
    @media (width < 950px) {
      right: 20px;
    }
  }
  .max-lg\:order-1 {
    @media (width < 950px) {
      order: 1;
    }
  }
  .max-lg\:mt-\[40px\] {
    @media (width < 950px) {
      margin-top: 40px;
    }
  }
  .max-lg\:mt-\[50px\] {
    @media (width < 950px) {
      margin-top: 50px;
    }
  }
  .max-lg\:mb-\[15px\] {
    @media (width < 950px) {
      margin-bottom: 15px;
    }
  }
  .max-lg\:mb-\[30px\] {
    @media (width < 950px) {
      margin-bottom: 30px;
    }
  }
  .max-lg\:mb-\[40px\] {
    @media (width < 950px) {
      margin-bottom: 40px;
    }
  }
  .max-lg\:mb-\[50px\] {
    @media (width < 950px) {
      margin-bottom: 50px;
    }
  }
  .max-lg\:mb-\[100px\] {
    @media (width < 950px) {
      margin-bottom: 100px;
    }
  }
  .max-lg\:flex {
    @media (width < 950px) {
      display: flex;
    }
  }
  .max-lg\:hidden {
    @media (width < 950px) {
      display: none;
    }
  }
  .max-lg\:size-\[60px\] {
    @media (width < 950px) {
      width: 60px;
      height: 60px;
    }
  }
  .max-lg\:h-auto {
    @media (width < 950px) {
      height: auto;
    }
  }
  .max-lg\:w-full {
    @media (width < 950px) {
      width: 100%;
    }
  }
  .max-lg\:flex-\[100\%\] {
    @media (width < 950px) {
      flex: 100%;
    }
  }
  .max-lg\:grid-cols-1 {
    @media (width < 950px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-lg\:flex-col {
    @media (width < 950px) {
      flex-direction: column;
    }
  }
  .max-lg\:gap-y-\[6px\] {
    @media (width < 950px) {
      row-gap: 6px;
    }
  }
  .max-lg\:gap-y-\[20px\] {
    @media (width < 950px) {
      row-gap: 20px;
    }
  }
  .max-lg\:gap-y-\[40px\] {
    @media (width < 950px) {
      row-gap: 40px;
    }
  }
  .max-lg\:pt-\[40px\] {
    @media (width < 950px) {
      padding-top: 40px;
    }
  }
  .max-lg\:pt-\[50px\] {
    @media (width < 950px) {
      padding-top: 50px;
    }
  }
  .max-lg\:pt-\[100px\] {
    @media (width < 950px) {
      padding-top: 100px;
    }
  }
  .max-lg\:pb-\[50px\] {
    @media (width < 950px) {
      padding-bottom: 50px;
    }
  }
  .max-lg\:pl-0 {
    @media (width < 950px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:text-center {
    @media (width < 950px) {
      text-align: center;
    }
  }
  .max-lg\:text-\[20px\] {
    @media (width < 950px) {
      font-size: 20px;
    }
  }
  .max-lg\:text-\[35px\] {
    @media (width < 950px) {
      font-size: 35px;
    }
  }
  .max-lg\:text-\[40px\] {
    @media (width < 950px) {
      font-size: 40px;
    }
  }
  .max-lg\:text-\[48px\] {
    @media (width < 950px) {
      font-size: 48px;
    }
  }
  .max-lg\:text-black {
    @media (width < 950px) {
      color: var(--color-black);
    }
  }
  .max-lg\:invert {
    @media (width < 950px) {
      --tw-invert: invert(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,);
    }
  }
  .max-lg\:filter {
    @media (width < 950px) {
      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,);
    }
  }
  .lg\:hidden {
    @media (width >= 950px) {
      display: none;
    }
  }
}
@media (min-width: 1024px) {
  header .container *, header *:not(.container) {
    transform: scale(0.9);
  }
  main .container *:not(.dont-zoom), main *:not(.container, .dont-zoom) {
    transform: scale(0.95);
  }
  footer .container *, footer *:not(.container, .dont-zoom) {
    transform: scale(0.9);
  }
}
.team-carousel .splide__arrows {
  position: absolute !important;
  right: 22% !important;
  top: -100px !important;
  display: flex !important;
  width: 200px !important;
  @media (max-width: 1024px) {
    top: auto !important;
    bottom: -70px !important;
  }
}
.team-carousel .splide__arrow {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: var(--color-red) !important;
  opacity: 1 !important;
}
.team-carousel .splide__arrow svg {
  fill: #fff !important;
  width: 143px !important;
  height: 50px !important;
  margin-top: 29px !important;
}
.team-carousel .splide__arrow--prev svg {
  margin-left: -15px !important;
}
.team-carousel .splide__arrow--next svg {
  margin-right: -15px !important;
}
.projects-carousel .splide__arrows {
  position: absolute !important;
  right: 0 !important;
  top: -130px !important;
  display: flex !important;
  width: 200px !important;
  @media (max-width: 1024px) {
    top: auto !important;
    bottom: -70px !important;
    width: 100% !important;
  }
}
.projects-carousel .splide__arrow {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: var(--color-red) !important;
  opacity: 1 !important;
}
.projects-carousel .splide__arrow svg {
  fill: #fff !important;
  width: 143px !important;
  height: 50px !important;
  margin-top: 29px !important;
}
.projects-carousel .splide__arrow--prev svg {
  margin-left: -15px !important;
}
.projects-carousel .splide__arrow--next svg {
  margin-right: -15px !important;
}
.news-carousel .splide__arrows {
  position: absolute !important;
  left: -50px !important;
  bottom: 40px !important;
  display: flex !important;
  width: calc(100% + 100px) !important;
  z-index: 1 !important;
  @media (max-width: 1024px) {
    left: auto !important;
    bottom: -70px !important;
    width: 100% !important;
  }
}
.news-carousel .splide__arrow {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: var(--color-red) !important;
  opacity: 1 !important;
}
.news-carousel .splide__arrow svg {
  fill: #fff !important;
  width: 143px !important;
  height: 50px !important;
  margin-top: 29px !important;
}
.news-carousel .splide__arrow--prev svg {
  margin-left: -15px !important;
}
.news-carousel .splide__arrow--next svg {
  margin-right: -15px !important;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
