.w-webflow-badge {
    display: none !important;
  }

  * {
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: #222532;
  }

  ::-webkit-scrollbar-track {
    background: #e8e8e6;
  }


  input::-webkit-input-placeholder {
    transition: .2s;
  }

  input:-moz-placeholder {
    transition: .2s;
  }

  input::-moz-placeholder {
    transition: .2s;
  }

  input:-ms-input-placeholder {
    transition: .2s;
  }

  input:focus:-ms-input-placeholder {
    opacity: 0;
  }

  input:focus::-moz-placeholder {
    opacity: 0;
  }

  input:focus:-moz-placeholder {
    opacity: 0;
  }

  input:focus::-webkit-input-placeholder {
    opacity: 0;
  }

  /* Snippet gets rid of top margin on first element in any rich text*/
  .w-richtext>:first-child {
    margin-top: 0;
  }

  /* Snippet gets rid of bottom margin on last element in any rich text*/
  .w-richtext>:last-child,
  .w-richtext ol li:last-child,
  .w-richtext ul li:last-child {
    margin-bottom: 0;
  }

  /* Snippet prevents all click and hover interaction with an element */
  .clickable-off {
    pointer-events: none;
  }

  /* Snippet enables all click and hover interaction with an element */
  .clickable-on {
    pointer-events: auto;
  }

  /* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
  .div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  /*Hide focus outline for main content element*/
  main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
  }

  /* Make sure containers never lose their center alignment*/
  .container-medium,
  .container-small,
  .container-large {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /*Reset buttons, and links styles*/
  a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
  }

  /*Apply "..." after 3 lines of text */
  .text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  /*Apply "..." after 2 lines of text */
  .text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /*Fluid responsive */
  html {
    font-size: 1rem;
  }

  @media screen and (max-width: 1280px) {
    html {
      font-size: 1.2vw;
    }
  }

  .text-stroke-0_5 {
    -webkit-text-stroke: 0.08rem;
  }

  .text-stroke-1 {
    -webkit-text-stroke: 0.0625rem;
  }

  .text-stroke-1_8 {
    -webkit-text-stroke: 0.11rem;
  }


  .swiper.mod--team.mod--even .swiper-slide:nth-child(even) .overflow-hidden {
    height: 26.25rem;
  }

  .swiper.mod--team.mod--odd .swiper-slide:nth-child(odd) .overflow-hidden {
    height: 26.25rem;
  }

  .swiper-pagination {
    bottom: 0px !important;
  }

  .swiper-pagination-bullet {
    margin: 0px !important;
  }

  [data-anim='btn']:hover .overflow__vertical {
    top: -1.5em;
  }

  [data-anim='btn']:hover .overflow__gorizontal {
    left: 2em;
  }

  [data-anim='btn']:hover .img.mod--arrow-btn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sp-force-hide {
    display: none;
  }

  .sp-form[sp-id="213647"] {
    display: block;
    background: #3a315e;
    padding: 25px;
    width: 280px;
    max-width: 100%;
    border-radius: 8px;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, "Helvetica Neue", sans-serif;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }

  .sp-form[sp-id="213647"] input[type="checkbox"] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }

  .sp-form[sp-id="213647"] .sp-form-fields-wrapper {
    margin: 0 auto;
    width: 230px;
  }

  .sp-form[sp-id="213647"] .sp-form-control {
    background: #ffffff;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    font-size: 15px;
    padding-left: 8.75px;
    padding-right: 8.75px;
    border-radius: 25px;
    height: 35px;
    width: 100%;
  }

  .sp-form[sp-id="213647"] .sp-field label {
    color: #444444;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
  }

  .sp-form[sp-id="213647"] .sp-button-messengers {
    border-radius: 25px;
  }

  .sp-form[sp-id="213647"] .sp-button {
    border-radius: 25px;
    background-color: #6643f2;
    color: #ffffff;
    width: 100%;
    font-weight: bold;
    font-style: normal;
    font-family: Arial, sans-serif;
    box-shadow: none;
  }

  .sp-form[sp-id="213647"] .sp-button-container {
    text-align: center;
  }
  form {
    display: block !important
  }

  .w-form-done {
    display: none !important
  }

  .sp-form-outer {
    display: none;
  }
   /* Style modal */
   .remodal-overlay {
    background: rgba(11, 14, 24, 0.9);
  }

  .remodal {
    transform: scale(1) !important;
  }

  .remodal-wrapper {
    padding: 0px;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  body {
    padding-right: 0px !important;
  }