@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --black-color: #000000;
  --light-black: #000510;
  --pink-color: #F10062;
  --text-color-primary: #818181;
  --input-bg: #181818;
  --input-bg-2: #202020;
  --use-case-bg-color: #0B0B0B;
  --border-color: #3A3A3A;
  --primary-color: #020202;
  --secondary-color: #00ADE9;
  --white-color: #FFFFFF;
  --green-color: #FBE0EA;
  --purple-light-bg: #FAF3FE;
  --purple-color: #F4E1FF;
  --gray-color: #E8E8E8;
  --cta-bg: #090437;
  --gray-text: #A7A2A2;
  --tag-text: #2F2515;
  --light-text: #EFEFEF;
  --section-bg: linear-gradient(180deg, #F4F4F4 73.08%, #FFFFFF 100%);
  --purple-border: #C4B1D8;
  --cta-section-bg: #0F1217;
  --dropdown-bg: #0E0E0E;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1170px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 860px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media screen and (max-width: 991px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.col-1:not(:first-child), .col-2:not(:first-child), .col-3:not(:first-child), .col-4:not(:first-child), .col-5:not(:first-child), .col-6:not(:first-child), .col-7:not(:first-child), .col-8:not(:first-child), .col-9:not(:first-child), .col-10:not(:first-child), .col-11:not(:first-child), .col-12:not(:first-child), .col:not(:first-child),
.col-auto:not(:first-child), .col-sm-1:not(:first-child), .col-sm-2:not(:first-child), .col-sm-3:not(:first-child), .col-sm-4:not(:first-child), .col-sm-5:not(:first-child), .col-sm-6:not(:first-child), .col-sm-7:not(:first-child), .col-sm-8:not(:first-child), .col-sm-9:not(:first-child), .col-sm-10:not(:first-child), .col-sm-11:not(:first-child), .col-sm-12:not(:first-child), .col-sm:not(:first-child),
.col-sm-auto:not(:first-child), .col-md-1:not(:first-child), .col-md-2:not(:first-child), .col-md-3:not(:first-child), .col-md-4:not(:first-child), .col-md-5:not(:first-child), .col-md-6:not(:first-child), .col-md-7:not(:first-child), .col-md-8:not(:first-child), .col-md-9:not(:first-child), .col-md-10:not(:first-child), .col-md-11:not(:first-child), .col-md-12:not(:first-child), .col-md:not(:first-child),
.col-md-auto:not(:first-child), .col-lg-1:not(:first-child), .col-lg-2:not(:first-child), .col-lg-3:not(:first-child), .col-lg-4:not(:first-child), .col-lg-5:not(:first-child), .col-lg-6:not(:first-child), .col-lg-7:not(:first-child), .col-lg-8:not(:first-child), .col-lg-9:not(:first-child), .col-lg-10:not(:first-child), .col-lg-11:not(:first-child), .col-lg-12:not(:first-child), .col-lg:not(:first-child),
.col-lg-auto:not(:first-child), .col-xl-1:not(:first-child), .col-xl-2:not(:first-child), .col-xl-3:not(:first-child), .col-xl-4:not(:first-child), .col-xl-5:not(:first-child), .col-xl-6:not(:first-child), .col-xl-7:not(:first-child), .col-xl-8:not(:first-child), .col-xl-9:not(:first-child), .col-xl-10:not(:first-child), .col-xl-11:not(:first-child), .col-xl-12:not(:first-child), .col-xl:not(:first-child),
.col-xl-auto:not(:first-child) {
  padding-left: 15px;
}
.col-1:not(:last-child), .col-2:not(:last-child), .col-3:not(:last-child), .col-4:not(:last-child), .col-5:not(:last-child), .col-6:not(:last-child), .col-7:not(:last-child), .col-8:not(:last-child), .col-9:not(:last-child), .col-10:not(:last-child), .col-11:not(:last-child), .col-12:not(:last-child), .col:not(:last-child),
.col-auto:not(:last-child), .col-sm-1:not(:last-child), .col-sm-2:not(:last-child), .col-sm-3:not(:last-child), .col-sm-4:not(:last-child), .col-sm-5:not(:last-child), .col-sm-6:not(:last-child), .col-sm-7:not(:last-child), .col-sm-8:not(:last-child), .col-sm-9:not(:last-child), .col-sm-10:not(:last-child), .col-sm-11:not(:last-child), .col-sm-12:not(:last-child), .col-sm:not(:last-child),
.col-sm-auto:not(:last-child), .col-md-1:not(:last-child), .col-md-2:not(:last-child), .col-md-3:not(:last-child), .col-md-4:not(:last-child), .col-md-5:not(:last-child), .col-md-6:not(:last-child), .col-md-7:not(:last-child), .col-md-8:not(:last-child), .col-md-9:not(:last-child), .col-md-10:not(:last-child), .col-md-11:not(:last-child), .col-md-12:not(:last-child), .col-md:not(:last-child),
.col-md-auto:not(:last-child), .col-lg-1:not(:last-child), .col-lg-2:not(:last-child), .col-lg-3:not(:last-child), .col-lg-4:not(:last-child), .col-lg-5:not(:last-child), .col-lg-6:not(:last-child), .col-lg-7:not(:last-child), .col-lg-8:not(:last-child), .col-lg-9:not(:last-child), .col-lg-10:not(:last-child), .col-lg-11:not(:last-child), .col-lg-12:not(:last-child), .col-lg:not(:last-child),
.col-lg-auto:not(:last-child), .col-xl-1:not(:last-child), .col-xl-2:not(:last-child), .col-xl-3:not(:last-child), .col-xl-4:not(:last-child), .col-xl-5:not(:last-child), .col-xl-6:not(:last-child), .col-xl-7:not(:last-child), .col-xl-8:not(:last-child), .col-xl-9:not(:last-child), .col-xl-10:not(:last-child), .col-xl-11:not(:last-child), .col-xl-12:not(:last-child), .col-xl:not(:last-child),
.col-xl-auto:not(:last-child) {
  padding-right: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* Extra extra large grid (xxl) */
@media (min-width: 1500px) {
  .col-xxl {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .g-xxl-0 {
    gap: 0;
  }
  .g-xxl-1 {
    gap: 0.25rem;
  }
  .g-xxl-2 {
    gap: 0.5rem;
  }
  .g-xxl-3 {
    gap: 1rem;
  }
  .g-xxl-4 {
    gap: 1.5rem;
  }
  .g-xxl-5 {
    gap: 3rem;
  }
  .gx-xxl-0 {
    column-gap: 0;
  }
  .gx-xxl-1 {
    column-gap: 0.25rem;
  }
  .gx-xxl-2 {
    column-gap: 0.5rem;
  }
  .gx-xxl-3 {
    column-gap: 1rem;
  }
  .gx-xxl-4 {
    column-gap: 1.5rem;
  }
  .gx-xxl-5 {
    column-gap: 3rem;
  }
  .gy-xxl-0 {
    row-gap: 0;
  }
  .gy-xxl-1 {
    row-gap: 0.25rem;
  }
  .gy-xxl-2 {
    row-gap: 0.5rem;
  }
  .gy-xxl-3 {
    row-gap: 1rem;
  }
  .gy-xxl-4 {
    row-gap: 1.5rem;
  }
  .gy-xxl-5 {
    row-gap: 3rem;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
} 
.btn {
  padding: 0.778rem 0.444rem 0.778rem 0.889rem;
  border-radius: 60px;
  position: relative;
  height: 48px;
}
@media screen and (max-width: 991px) {
  .btn {
    height: 42px;
  }
}
.btn.btn-outline {
  border: 1px solid var(--gray-color);
  transition: all 0.4s ease-in-out;
}
.btn.btn-outline:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn.btn-outline:hover .btn-text-block .btn-text {
  color: var(--white-color);
}
.btn.btn-outline:hover .btn-text-block svg path {
  stroke: var(--white-color);
}
.btn.btn-primary {
  transition: all 0.4s ease-in-out;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.btn.btn-primary:hover {
  background-color: var(--pink-color);
  border-color: var(--pink-color);
}
.btn.btn-primary .btn-text-block {
  justify-content: center;
}
.btn.btn-primary .btn-text-block .btn-text {
  color: var(--white-color);
  font-weight: 400;
  line-height: 100%;
}
.btn.btn-primary .btn-text-block svg path {
  stroke: var(--white-color);
}
.btn.btn-white {
  background-color: var(--white-color);
  padding: 0 2.222rem;
}
.btn.btn-white .btn-text {
  color: var(--white-color);
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btn .btn-text-block {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .btn .btn-text-block {
    font-size: 0.778rem;
    gap: 6px;
  }
}
.btn .btn-text-block .btn-text {
  color: var(--white-color);
  font-size: 0.889rem;
}
@media screen and (max-width: 991px) {
  .btn .btn-text-block .btn-text {
    font-size: 0.778rem;
  }
}
@media screen and (max-width: 991px) {
  .btn .btn-text-block svg {
    width: 16px;
    height: 16px;
  }
}

.site-branding {
  max-width: 142px;
  display: block;
}
@media screen and (max-width: 991px) {
  .site-branding {
    max-width: 120px;
  }
}
.site-branding a {
  display: block;
  width: 100%;
}

.f-link {
  font-size: 0.889rem;
  line-height: 150%;
  font-weight: 400;
  color: var(--text-color-primary);
  transition: all 0.2s ease-in-out;
}
.f-link:hover {
  color: var(--secondary-color);
}
@media screen and (max-width: 575px) {
  .f-link {
    font-size: 0.778rem;
  }
}

.tag-block {
  padding: 0.222rem 0.778rem;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 1.333rem auto;
}
@media screen and (max-width: 575px) {
  .tag-block {
    padding: 0.222rem 0.556rem;
  }
}
.tag-block .tag-icon, .tag-block svg {
  width: 19px;
  height: 19px;
  min-width: 19px;
}
@media screen and (max-width: 991px) {
  .tag-block .tag-icon, .tag-block svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
}
@media screen and (max-width: 364px) {
  .tag-block .tag-icon, .tag-block svg {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
}
.tag-block .tag-text {
  font-size: 0.778rem;
  line-height: 150%;
  color: var(--tag-text);
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 991px) {
  .tag-block .tag-text {
    font-size: 0.667rem;
  }
}
@media screen and (max-width: 364px) {
  .tag-block .tag-text {
    font-size: 0.556rem;
  }
}

.services-list .list-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.services-list .list-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .services-list .list-item:not(:last-child) {
    margin-bottom: 0.778rem;
  }
}
@media screen and (max-width: 575px) {
  .services-list .list-item:not(:last-child) {
    margin-bottom: 0.333rem;
  }
}
.services-list .list-item svg {
  width: 26px;
  min-width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .services-list .list-item svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}
.anima {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease;
}

.in-view {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.site-header {
  margin-top: 1.111rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .site-header {
    margin-top: 1.333rem;
  }
}
.site-header.active {
  margin-top: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px); /* blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}
.site-header .navigation-block {
  width: 100%;
  padding: 0.667rem 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-header .navigation-block {
    display: none;
  }
}
.site-header .navigation-block .navigation .menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header .navigation-block .navigation .menu li.current-menu-item a {
  color: var(--secondary-color);
}
.site-header .navigation-block .navigation .menu li:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
}
.site-header .navigation-block .navigation .menu li a {
  font-size: 0.889rem;
  line-height: 160%;
  color: var(--white-color);
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .site-header .navigation-block .navigation .menu li a {
    font-size: 0.778rem;
  }
}
.site-header .navigation-block .navigation .menu li:hover a {
  color: var(--secondary-color);
}
.site-header .navigation-block .navigation .menu li:hover svg path {
  stroke: var(--secondary-color);
}
.site-header .navigation-block .navigation .services-dropdown-menu {
  width: 233px;
  box-shadow: 0px 24px 44px rgba(255, 255, 255, 0.05);
  background: radial-gradient(ellipse at top, #1a1a1a, #0b0b0b);
  border: 1px solid transparent;
  background-image: linear-gradient(#111, #111), linear-gradient(-40deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 20px;
  padding: 0.556rem;
  position: absolute;
  top: 70px;
  display: none;
}
.site-header .navigation-block .navigation .services-dropdown-menu .dropdown-list .dropdown-item .dropdown-link {
  padding: 0.556rem;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.4s ease-in;
  border-radius: 14px;
}
.site-header .navigation-block .navigation .services-dropdown-menu .dropdown-list .dropdown-item .dropdown-link:hover {
  background-color: var(--dropdown-bg);
}
.site-header .navigation-block .navigation .services-dropdown-menu .dropdown-list .dropdown-item .dropdown-link .dropdown-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.site-header .navigation-block .navigation .services-dropdown-menu .dropdown-list .dropdown-item .dropdown-link .p {
  font-size: 0.889rem;
  line-height: 160%;
  color: var(--white-color);
  font-weight: 500;
}
.site-header .navigation-block .cta-block .btn {
  width: 150px;
}
.site-header .navigation-block .cta-block .btn .btn-text-block {
  justify-content: center;
}
.site-header .mob-navigation {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-header .mob-navigation {
    display: block;
  }
  .site-header .mob-navigation .navigation-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.889rem;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper {
    position: relative;
    z-index: 999;
    max-width: 120px;
  }
  .site-header .mob-navigation .navigation-block .logo-wrapper a {
    display: block;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu {
    display: flex;
    align-items: center;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ ul.menu {
    transform: none !important;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(0, 0);
    background: var(--white-color);
    width: 28px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -0.063rem);
    width: 28px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span {
    display: block;
    width: 1.5rem;
    height: 3px;
    margin-bottom: 0.313rem;
    position: relative;
    background: var(--white-color);
    border-radius: 0.188rem;
    z-index: 1;
    transform-origin: 0.25rem 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(2) {
    transform-origin: 4% 0%;
    width: 24px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(3) {
    transform-origin: 7% 100%;
    width: 24px;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle span:nth-child(4) {
    transform-origin: 8% 80%;
    width: 24px;
    margin-bottom: 0;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    padding: 1.111rem;
    padding-top: 9rem;
    background: var(--black-color);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu li {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 200%;
    padding-bottom: 1rem;
    outline: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu li a {
    text-decoration: none;
    color: var(--white-color);
    outline: none;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu li:nth-child(2) {
    position: relative;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu li:nth-child(2) a {
    cursor: pointer;
  }
  .site-header .mob-navigation .navigation-block .mobile__nav__menu .menuToggle .menu li:nth-child(2) a::after {
    content: url("../assets/images/left-arrow-nav.svg");
    position: absolute;
    top: 2px;
    right: 0;
  }
  .site-header .mob-navigation .mega-menu-reponsive {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: var(--black-color);
    height: 100vh;
    z-index: 999;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    padding: 1.6rem 1.111rem;
  }
  .site-header .mob-navigation .mega-menu-reponsive .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .mob-navigation .mega-menu-reponsive .header .p {
    font-size: 1rem;
    color: var(--white-color);
    font-weight: 500;
  }
  .site-header .mob-navigation .mega-menu-reponsive .header .close-btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .site-header .mob-navigation .mega-menu-reponsive .menu-block {
    margin-top: 2rem;
  }
  .site-header .mob-navigation .mega-menu-reponsive .menu-block a {
    width: 100%;
  }
  .site-header .mob-navigation .mega-menu-reponsive .menu-block a:not(:last-child) {
    margin-bottom: 0.889rem;
  }
  .site-header .mob-navigation .mega-menu-reponsive .menu-block a .menu {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.667rem;
    background-color: var(--dropdown-bg);
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
  }
  .site-header .mob-navigation .mega-menu-reponsive .menu-block a .menu .icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .site-header .mob-navigation .mega-menu-reponsive .menu-block a .menu .nav-link .menu-link {
    font-size: 0.889rem;
    line-height: 140%;
    font-weight: 500;
    color: var(--white-color);
  }
}

.site-footer {
  padding: 4.444rem 0 3.333rem 0;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 2.222rem 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 1.111rem 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-block .site-info {
    width: 60%;
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-block .site-info {
    width: 100%;
  }
}
.site-footer .footer-block .site-info .site-branding {
  max-width: 200px;
  margin-bottom: 1.111rem;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-block .site-info .site-branding {
    max-width: 142px;
  }
}
.site-footer .footer-block .site-info .company-info {
  font-size: 0.889rem;
  line-height: 130%;
  letter-spacing: -0.028px;
  color: var(--text-color-primary);
  width: 95%;
  margin-bottom: 1.556rem;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-block .site-info .company-info {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-block .site-info .company-info {
    width: 100%;
  }
}
.site-footer .footer-block .site-info .news-letter-block {
  position: relative;
  width: 90%;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-block .site-info .news-letter-block {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-block .site-info .news-letter-block {
    width: 100%;
  }
}
.site-footer .footer-block .site-info .news-letter-block #news-email {
  font-size: 0.889rem;
  line-height: 150%;
  color: var(--gray-text) !important;
  font-weight: 400;
  padding: 0.416rem 0.889rem !important;
  background-color: var(--input-bg);
  border: unset !important;
  height: 55px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  border-radius: 70px;
}
.site-footer .footer-block .site-info .news-letter-block #news-email:focus {
  outline: none !important;
}
.site-footer .footer-block .site-info .news-letter-block .news-submit-btn {
  cursor: pointer;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 0.889rem;
  line-height: 80%;
  color: var(--primary-color);
  font-weight: 500;
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  padding: 0.444rem 1.3056rem;
  transition: all 0.4s ease-in-out;
  border-radius: 40px;
}
.site-footer .footer-block .site-info .news-letter-block .news-submit-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .site-footer .footer-block .footer-links-block {
    margin-bottom: 1.333rem;
  }
}
.site-footer .footer-block .footer-links-block .link-lable {
  font-size: 0.889rem;
  line-height: 150%;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0.889rem;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-block .footer-links-block .link-lable {
    font-size: 1rem;
    margin-bottom: 0.667rem;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-block .footer-links-block .link-lable {
    font-size: 0.889rem;
  }
}
.site-footer .footer-block .footer-links-block .footer-links li:not(:last-child) {
  margin-bottom: 0.667rem;
}
.site-footer .footer-copyright-block {
  margin-top: 3.333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-copyright-block {
    margin-top: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-copyright-block {
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
    align-items: flex-start;
  }
}

.hero-section {
  padding-top: 12.222rem;
  padding-bottom: 0;
  position: relative;
  background-color: var(--light-black);
  overflow: hidden;
}
.hero-section::before {
  content: url("../assets/images/Hero-Background.svg");
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 8.889rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 6.667rem;
    padding-bottom: 1rem;
  }
}
.hero-section .hero-content-block {
  position: relative;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease;
}
.hero-section .hero-content-block.visible {
  transform: translateY(0);
  opacity: 1;
}
.hero-section .hero-content-block .h1 {
  margin-bottom: 2.222rem;
}
.hero-section .hero-content-block .h1 .mob-distributed {
  display: none;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-content-block .h1 {
    margin-bottom: 1.778rem;
  }
  .hero-section .hero-content-block .h1 .mob-distributed {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content-block .h1 {
    margin-bottom: 1.333rem;
  }
}
.hero-section .hero-content-block .cta-block {
  max-width: 178px;
}
@media screen and (max-width: 991px) {
  .hero-section .hero-content-block .cta-block {
    max-width: 142px;
  }
}
.hero-section .image-block {
  max-width: 110%;
  width: 110%;
  position: relative;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease;
}
.hero-section .image-block.visible {
  transform: translateY(-80px);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .hero-section .image-block.visible {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1300px) {
  .hero-section .image-block {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .image-block {
    transform: unset;
    max-width: 80%;
    margin: 3.556rem auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .image-block {
    max-width: 100%;
  }
}
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.1;
  z-index: 1;
}

.problem-and-challenge-section .section-lines {
  margin-top: 1.778rem;
}
@media screen and (max-width: 575px) {
  .problem-and-challenge-section .section-lines {
    margin-top: 1.333rem;
  }
}
.problem-and-challenge-section .section-lines img {
  max-height: 255px;
  object-fit: cover;
}
.problem-and-challenge-section .problem-challenge-block {
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, #161616 0%, #090909 100%), linear-gradient(-20deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.2));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 40px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .problem-and-challenge-section .problem-challenge-block {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .problem-and-challenge-section .problem-challenge-block.problem {
    margin-bottom: 1.778rem;
  }
}
.problem-and-challenge-section .problem-challenge-block.problem .image-block {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .problem-and-challenge-section .problem-challenge-block.problem .image-block {
    max-width: 100%;
    padding-left: 2.222rem;
  }
}
.problem-and-challenge-section .problem-challenge-block.challenge .content-block {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .problem-and-challenge-section .problem-challenge-block.challenge .content-block {
    padding-top: 0;
  }
}
.problem-and-challenge-section .problem-challenge-block.challenge .content-block .description {
  width: 100%;
}
.problem-and-challenge-section .problem-challenge-block.challenge .image-block {
  max-width: 380px;
}
@media screen and (max-width: 1200px) {
  .problem-and-challenge-section .problem-challenge-block.challenge .image-block {
    max-width: 100%;
    padding-left: 2.222rem;
  }
}
@media screen and (max-width: 991px) {
  .problem-and-challenge-section .problem-challenge-block.challenge .image-block {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .problem-and-challenge-section .problem-challenge-block.challenge .image-block {
    max-width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .problem-and-challenge-section .problem-challenge-block.challenge .image-block {
    max-width: 100%;
  }
}
.problem-and-challenge-section .problem-challenge-block .content-block {
  padding: 3.333rem 2.222rem;
  margin-bottom: 1.889rem;
}
@media screen and (max-width: 1200px) {
  .problem-and-challenge-section .problem-challenge-block .content-block {
    padding: 2.222rem 1.778rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .problem-and-challenge-section .problem-challenge-block .content-block {
    padding: 2.222rem 1.333rem 1.333rem 1.333rem;
  }
}
.problem-and-challenge-section .problem-challenge-block .content-block .title {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 1200px) {
  .problem-and-challenge-section .problem-challenge-block .content-block .title {
    margin-bottom: 0.778rem;
  }
}
.problem-and-challenge-section .problem-challenge-block .content-block .description {
  width: 96%;
}
@media screen and (max-width: 1200px) {
  .problem-and-challenge-section .problem-challenge-block .content-block .description {
    width: 100%;
  }
}
.problem-and-challenge-section .problem-challenge-block .image-block {
  margin-left: auto;
}

.services-section {
  background-color: #0B0B0B;
}
.services-section .content-block .description {
  margin: 0.889rem 0;
}
@media screen and (max-width: 767px) {
  .services-section .content-block .description {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .services-section .content-block .image-block {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .services-section .content-block .image-block {
    max-width: 100%;
  }
}
.services-section .solution-block {
  padding: 1.778rem;
  border-radius: 24px;
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, #161616 0%, #090909 100%), linear-gradient(-20deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.2));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.services-section .solution-block:hover .content .solution-lable {
  color: var(--secondary-color);
}
.services-section .solution-block:hover .content .solution-description {
  color: var(--white-color);
}
.services-section .solution-block:hover .content .cta-block .link-cta {
  color: var(--secondary-color);
}
.services-section .solution-block:hover .content .cta-block svg path {
  stroke: var(--secondary-color);
}
.services-section .solution-block:not(:last-child) {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 767px) {
  .services-section .solution-block {
    flex-direction: column;
    padding: 1.333rem;
  }
}
.services-section .solution-block .icon-block {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
@media screen and (max-width: 767px) {
  .services-section .solution-block .icon-block {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
}
.services-section .solution-block .content .solution-lable {
  transition: all 0.2s ease-in;
}
.services-section .solution-block .content .solution-description {
  margin: 0.667rem 0;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .services-section .solution-block .content .solution-description {
    font-size: 0.778rem;
  }
}
.services-section .solution-block .content .cta-block {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .services-section .solution-block .content .cta-block {
    gap: 5px;
  }
}
.services-section .solution-block .content .cta-block .link-cta {
  font-size: 0.889rem;
  line-height: 100%;
  font-weight: 500;
  color: var(--white-color);
  text-box-edge: cap alphabetic;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .services-section .solution-block .content .cta-block .link-cta {
    font-size: 0.778rem;
  }
}

.inner-hero-section {
  padding-top: 10rem;
  padding-bottom: 0;
  position: relative;
  background: var(--light-black);
}
@media screen and (max-width: 991px) {
  .inner-hero-section {
    padding-top: 6.667rem !important;
  }
}
.inner-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.830089) 30.32%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .inner-hero-section::after {
    height: 80px;
  }
}
.inner-hero-section.about {
  padding-top: 7.778rem;
}
.inner-hero-section.about.security::after {
  height: 100px;
}
.inner-hero-section.about.security .content-block .h1 {
  width: 110%;
}
@media screen and (max-width: 991px) {
  .inner-hero-section.about.security .content-block .h1 {
    width: 100%;
  }
}
.inner-hero-section.about.access .image-block {
  width: 120%;
}
@media screen and (max-width: 1400px) {
  .inner-hero-section.about.access .image-block {
    width: 100%;
  }
}
.inner-hero-section.about .row {
  align-items: center;
}
.inner-hero-section.about .content-block .h1 {
  letter-spacing: -1.5px;
}
.inner-hero-section.about .content-block .description {
  width: 90%;
}
@media screen and (max-width: 991px) {
  .inner-hero-section.about .content-block .description {
    width: 100%;
  }
}
.inner-hero-section.about .image-block {
  width: 120%;
}
.inner-hero-section .content-block {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .inner-hero-section .content-block {
    margin-bottom: 1.778rem;
  }
}
@media screen and (max-width: 575px) {
  .inner-hero-section .content-block {
    margin-bottom: 1rem;
  }
}
.inner-hero-section .content-block .pre-heading-block {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0.667rem;
}
.inner-hero-section .content-block .pre-heading-block .p {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .inner-hero-section .content-block .pre-heading-block .p {
    font-size: 1.444rem;
  }
}
.inner-hero-section .content-block .pre-heading-block .ca-logo {
  max-width: 28%;
}
@media screen and (max-width: 991px) {
  .inner-hero-section .content-block .pre-heading-block .ca-logo {
    max-width: 17%;
  }
}
@media screen and (max-width: 767px) {
  .inner-hero-section .content-block .pre-heading-block .ca-logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 575px) {
  .inner-hero-section .content-block .pre-heading-block .ca-logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .inner-hero-section .content-block .pre-heading-block {
    margin-bottom: 0.444rem;
  }
}
.inner-hero-section .content-block .h1 {
  margin-bottom: 1.111rem;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  .inner-hero-section .content-block .h1 {
    font-size: 3.556rem;
  }
}
@media screen and (max-width: 767px) {
  .inner-hero-section .content-block .h1 {
    font-size: 2.667rem;
    margin-bottom: 0.889rem;
  }
}
@media screen and (max-width: 575px) {
  .inner-hero-section .content-block .h1 {
    font-size: 2.222rem;
    margin-bottom: 0.667rem;
  }
}
.inner-hero-section .image-block {
  width: 130%;
}
@media screen and (max-width: 991px) {
  .inner-hero-section .image-block {
    width: 100% !important;
  }
}

.service-categories-block .category-block {
  padding: 1.778rem 2.222rem;
  background: radial-gradient(ellipse at top, #1a1a1a, #0b0b0b);
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, #161616 0%, #090909 100%), linear-gradient(-20deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.2));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 40px;
}
.service-categories-block .category-block:not(:last-child) {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 767px) {
  .service-categories-block .category-block:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .service-categories-block .category-block {
    padding: 1.111rem;
  }
}
.service-categories-block .category-block .category-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .service-categories-block .category-block .category-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
}
.service-categories-block .category-block .solution-lable {
  margin: 1.333rem 0;
}
@media screen and (max-width: 767px) {
  .service-categories-block .category-block .solution-lable {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 575px) {
  .service-categories-block .category-block .solution-lable {
    font-size: 1.111rem;
    margin: 0.667rem 0;
  }
}

.services-use-cases-section {
  background-color: var(--use-case-bg-color);
}
.services-use-cases-section.segmentation .title-block .p {
  width: 85%;
}
@media screen and (max-width: 575px) {
  .services-use-cases-section.segmentation .title-block .p {
    width: 100%;
  }
}
.services-use-cases-section.segmentation .use-cases-block .use-case .solution-lable {
  width: 70%;
}
@media screen and (max-width: 575px) {
  .services-use-cases-section.segmentation .use-cases-block .use-case .solution-lable {
    width: 100%;
  }
}
.services-use-cases-section.security .title-block {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .services-use-cases-section.security .title-block {
    width: 100%;
  }
}
.services-use-cases-section.security .title-block .p {
  width: 100%;
}
.services-use-cases-section .title-block {
  text-align: center;
  margin: 0 auto 4.444rem auto;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .services-use-cases-section .title-block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .services-use-cases-section .title-block {
    margin-bottom: 3.111rem;
  }
}
@media screen and (max-width: 575px) {
  .services-use-cases-section .title-block {
    margin-bottom: 1.778rem;
  }
}
.services-use-cases-section .title-block .h2 {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 991px) {
  .services-use-cases-section .title-block .h2 {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 767px) {
  .services-use-cases-section .title-block .h2 {
    margin-bottom: 0.667rem;
  }
}
.services-use-cases-section .title-block .p {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .services-use-cases-section .title-block .p {
    width: 100%;
  }
}
.services-use-cases-section .use-cases-block .use-case {
  padding: 2.222rem;
  position: relative;
  background: radial-gradient(ellipse at top, #1a1a1a, #0b0b0b);
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, #161616 0%, #090909 100%), linear-gradient(-20deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.2));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 40px;
}
.services-use-cases-section .use-cases-block .use-case:not(:last-child) {
  margin-bottom: 2.222rem;
}
@media screen and (max-width: 767px) {
  .services-use-cases-section .use-cases-block .use-case:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 767px) {
  .services-use-cases-section .use-cases-block .use-case {
    padding: 1.333rem;
  }
}
.services-use-cases-section .use-cases-block .use-case .use-case-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0.222rem 0.778rem;
  border-radius: 40px;
  border: 1px solid var(--secondary-color);
  background-color: rgba(0, 173, 233, 0.1);
}
@media screen and (max-width: 575px) {
  .services-use-cases-section .use-cases-block .use-case .use-case-tag {
    padding: 0.444rem 0.333rem;
    position: static;
    width: fit-content;
    margin-bottom: 1rem;
  }
}
.services-use-cases-section .use-cases-block .use-case .use-case-tag .tag-text {
  font-size: 0.778rem;
  line-height: 150%;
  font-weight: 400;
  color: var(--secondary-color);
}
@media screen and (max-width: 575px) {
  .services-use-cases-section .use-cases-block .use-case .use-case-tag .tag-text {
    font-size: 0.667rem;
    line-height: 100%;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .services-use-cases-section .use-cases-block .use-case .solution-lable {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .services-use-cases-section .use-cases-block .use-case .solution-lable {
    width: 100%;
  }
}
.services-use-cases-section .use-cases-block .use-case .usecase-info {
  margin-top: 1.111rem;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .services-use-cases-section .use-cases-block .use-case .usecase-info {
    margin-top: 0.778rem;
  }
}
.services-use-cases-section .use-cases-block .use-case .use-case-features {
  margin-top: 1.778rem;
  padding-top: 1.778rem;
  border-top: 1px solid var(--border-color);
}
@media screen and (max-width: 767px) {
  .services-use-cases-section .use-cases-block .use-case .use-case-features {
    margin-top: 1.556rem;
    padding-top: 1.556rem;
  }
}
@media screen and (max-width: 767px) {
  .services-use-cases-section .use-cases-block .use-case .use-case-features {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.services-use-cases-section .use-cases-block .use-case .use-case-features .features-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .services-use-cases-section .use-cases-block .use-case .use-case-features .features-wrapper {
    flex-direction: column;
  }
}
.services-use-cases-section .use-cases-block .use-case .use-case-features .features-wrapper .features {
  width: 48%;
}
@media screen and (max-width: 575px) {
  .services-use-cases-section .use-cases-block .use-case .use-case-features .features-wrapper .features {
    width: 100%;
  }
  .services-use-cases-section .use-cases-block .use-case .use-case-features .features-wrapper .features:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.services-use-cases-section .use-cases-block .use-case .use-case-features .features-wrapper .features .feature-lable {
  font-size: 0.889rem;
  line-height: 120%;
  color: var(--pink-color);
  font-weight: 500;
  margin-bottom: 1.111rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575px) {
  .services-use-cases-section .use-cases-block .use-case .use-case-features .features-wrapper .features .feature-lable {
    margin-bottom: 0.667rem;
    font-size: 0.778rem;
  }
}
.services-use-cases-section .use-cases-block .use-case .use-case-features .features-wrapper .features .feature-lable.blue {
  color: var(--secondary-color);
}
.services-use-cases-section .use-cases-block .use-case .services-list .list-item .service-list-text {
  color: var(--white-color);
}

.our-mission .row {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .our-mission .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .our-mission .row .content-block {
    margin-bottom: 1.778rem;
  }
}
@media screen and (max-width: 575px) {
  .our-mission .row .content-block {
    margin-bottom: 1.111rem;
  }
}
.our-mission .row .content-block .h2 {
  margin-bottom: 0.889rem;
}
@media screen and (max-width: 767px) {
  .our-mission .row .content-block .h2 {
    margin-bottom: 0.778rem;
  }
}
.our-mission .row .image-block {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .our-mission .row .image-block {
    margin: 0 auto;
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .our-mission .row .image-block {
    width: 80%;
    margin: 0 auto;
  }
}

.our-vission-and-mission .content-block {
  text-align: center;
  width: 90%;
  margin: 0 auto 1.667rem auto;
}
@media screen and (max-width: 575px) {
  .our-vission-and-mission .content-block {
    width: 100%;
  }
}
.our-vission-and-mission .content-block .h2 {
  margin: 0.889rem 0;
}
@media screen and (max-width: 767px) {
  .our-vission-and-mission .content-block .h2 {
    margin: 0.778rem 0;
  }
}
@media screen and (max-width: 991px) {
  .our-vission-and-mission .row .col-lg-4:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
.our-vission-and-mission .vision-block {
  text-align: center;
  padding: 1.778rem;
}
@media screen and (max-width: 991px) {
  .our-vission-and-mission .vision-block {
    background: radial-gradient(ellipse at top, #1a1a1a, #0b0b0b);
    border: 1px solid transparent;
    background-image: linear-gradient(#111, #111), linear-gradient(-10deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.3));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 40px;
  }
}
.our-vission-and-mission .vision-block .image-block {
  width: 60px;
  height: 60%;
  margin: 0 auto 1.333rem auto;
}
@media screen and (max-width: 767px) {
  .our-vission-and-mission .vision-block .image-block {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
  }
}
.our-vission-and-mission .vision-block .solution-lable {
  margin-bottom: 0.667rem;
}

.teams-section {
  background-color: var(--use-case-bg-color);
}
.teams-section .content-block {
  text-align: center;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 767px) {
  .teams-section .content-block {
    margin-bottom: 1.667rem;
  }
}
.teams-section .content-block .h2 {
  margin-bottom: 0.889rem;
}
.teams-section .teams-block .row:not(:last-child) {
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 991px) {
  .teams-section .teams-block .row .col-lg-6:not(:last-child) {
    margin-bottom: 1.667rem;
  }
}
.teams-section .teams-block .team {
  padding: 2.222rem;
  border-radius: 40px;
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, #161616 0%, #090909 100%), linear-gradient(-20deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.2));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media screen and (max-width: 575px) {
  .teams-section .teams-block .team {
    padding: 1.333rem;
  }
}
.teams-section .teams-block .team .image-block {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 1.333rem;
}
.teams-section .teams-block .team .image-block .team-image {
  object-fit: cover;
}
.teams-section .teams-block .team .info-block .solution-lable {
  margin-bottom: 0.889rem;
}
@media screen and (max-width: 767px) {
  .teams-section .teams-block .team .info-block .solution-lable {
    margin-bottom: 0.667rem;
  }
}

.section-form-section .form-block {
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, #161616 0%, #090909 100%), linear-gradient(-20deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.2));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 40px;
  padding: 3.333rem;
}
@media screen and (max-width: 767px) {
  .section-form-section .form-block {
    padding: 2.222rem 1.778rem;
  }
}
.section-form-section .form-block .form-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.111rem;
}
@media screen and (max-width: 767px) {
  .section-form-section .form-block .form-group {
    flex-direction: column;
  }
}
.section-form-section .form-block .form-group .form-field {
  width: 100%;
  position: relative;
}
.section-form-section .form-block .form-group .form-field .wpcf7-not-valid-tip {
  font-size: 0.778rem;
  line-height: 100%;
  font-weight: 400;
  margin-top: 0.667rem;
  margin-left: 0.778rem;
  color: var(--pink-color);
}
.section-form-section .form-block .form-group .form-field.first-name .wpcf7-form-control-wrap {
  position: relative;
}
.section-form-section .form-block .form-group .form-field.first-name .wpcf7-form-control-wrap::after {
  content: url("../assets/images/first-name.svg");
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.section-form-section .form-block .form-group .form-field.last-name .wpcf7-form-control-wrap {
  position: relative;
}
.section-form-section .form-block .form-group .form-field.last-name .wpcf7-form-control-wrap::after {
  content: url("../assets/images/last-name.svg");
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.section-form-section .form-block .form-group .form-field.email .wpcf7-form-control-wrap {
  position: relative;
}
.section-form-section .form-block .form-group .form-field.email .wpcf7-form-control-wrap::after {
  content: url("../assets/images/email.svg");
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.section-form-section .form-block .form-group .form-field.company .wpcf7-form-control-wrap {
  position: relative;
}
.section-form-section .form-block .form-group .form-field.company .wpcf7-form-control-wrap::after {
  content: url("../assets/images/company.svg");
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.section-form-section .form-block .form-group .form-field.message .wpcf7-form-control-wrap {
  position: relative;
}
.section-form-section .form-block .form-group .form-field.message .wpcf7-form-control-wrap::after {
  content: url("../assets/images/message.svg");
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.section-form-section .form-block .form-group.full {
  display: block;
}
.section-form-section .form-block .wpcf7-submit {
  cursor: pointer;
  width: 140px;
  height: 40px !important;
  font-size: 0.889rem !important;
  line-height: 80% !important;
  color: var(--white-color) !important;
  font-weight: 500 !important;
  background-color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
  padding: 0.444rem 1.3056rem !important;
  transition: all 0.4s ease-in-out;
  border-radius: 40px !important;
}
.section-form-section .form-block .wpcf7-submit:hover {
  background-color: var(--pink-color) !important;
  color: var(--pink-color) !important;
  color: var(--white-color) !important;
  border-color: var(--pink-color) !important;
}
.section-form-section .form-block .wpcf7-response-output {
  margin: 0 !important;
  margin-top: 1rem !important;
  color: #DB6A75 !important;
  background: rgba(219, 106, 117, 0.1);
  border-radius: 30px;
  border: 1px solid #DB6A75 !important;
  text-align: center !important;
}
.section-form-section .form-block .wpcf7-spinner {
  margin-top: 0.889rem !important;
  position: absolute;
}

.cta-section {
  padding-bottom: 0;
}
.cta-section .cta-box {
  position: relative;
  padding: 3.222rem 3rem;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(ellipse at top, #1a1a1a, #0b0b0b);
  border: 1px solid transparent;
  background-image: linear-gradient(#111, #111), linear-gradient(-40deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media screen and (max-width: 767px) {
  .cta-section .cta-box {
    padding: 2.222rem 1.778rem;
  }
}
.cta-section .cta-box::before {
  content: url("../assets/images/cta-lines-bg.svg");
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translateX(-50%);
  opacity: 0.4;
}
.cta-section .cta-box .content-block {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .cta-section .cta-box .content-block {
    width: 100%;
  }
}
.cta-section .cta-box .content-block .cta-title {
  color: var(--white-color);
  margin-bottom: 0.667rem;
  font-size: 2.889rem;
}
@media screen and (max-width: 991px) {
  .cta-section .cta-box .content-block .cta-title {
    font-size: 2.444rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-section .cta-box .content-block .cta-title {
    font-size: 1.667rem;
  }
}
.cta-section .cta-box .content-block .cta-description {
  width: 95%;
  margin: 0 auto 1.667rem auto;
}
@media screen and (max-width: 991px) {
  .cta-section .cta-box .content-block .cta-description {
    margin-bottom: 1.333rem;
    color: var(--white-color);
  }
}
@media screen and (max-width: 767px) {
  .cta-section .cta-box .content-block .cta-description {
    width: 100%;
  }
}
.cta-section .cta-box .content-block .btn {
  width: fit-content;
  background-color: var(--secondary-color);
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.cta-section .cta-box .content-block .btn:hover {
  background-color: var(--pink-color);
  border-color: var(--pink-color);
}
.cta-section .cta-box .content-block .btn .btn-text {
  color: var(--white-color);
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Sora";
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Sora";
  max-width: 100%;
  overflow-x: hidden;
  letter-spacing: 0px;
  background-color: var(--black-color);
}

.p {
  font-size: 1.111rem;
  line-height: 150%;
  color: var(--text-color-primary);
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 0.889rem;
  }
}

.hero-pre-heading {
  font-size: 2.222rem;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 0.778rem;
  color: var(--white-color);
}
@media screen and (max-width: 1200px) {
  .hero-pre-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-pre-heading {
    font-size: 1.556rem;
  }
  .hero-pre-heading .desk-distributed {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hero-pre-heading {
    font-size: 1.667rem;
  }
}

.h1 {
  font-size: 4rem;
  line-height: 100%;
  color: var(--white-color);
  font-weight: 500;
  text-box-edge: cap alphabetic;
  letter-spacing: -1px;
}
@media screen and (max-width: 991px) {
  .h1 {
    font-size: 3.111rem;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2.667rem;
    line-height: 120%;
  }
}

.h2 {
  font-size: 3.333rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--white-color);
  letter-spacing: -0.5px;
}
@media screen and (max-width: 991px) {
  .h2 {
    font-size: 2.444rem;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 2rem;
  }
}

.h3 {
  font-size: 2rem;
  line-height: 120%;
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 1200px) {
  .h3 {
    font-size: 1.667rem;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

img {
  display: block;
  width: 100%;
}

section {
  padding: 6.667rem 0;
}
@media screen and (max-width: 991px) {
  section {
    padding: 3.333rem 0;
  }
}
@media screen and (max-width: 575px) {
  section {
    padding: 2.222rem 0;
  }
}

a {
  text-decoration: none;
  display: block;
  color: var(--white-color);
}
a:visited {
  color: var(--text-color-primary);
}

.solution-lable {
  font-size: 1.556rem;
  line-height: 120%;
  font-weight: 500;
  color: var(--white-color);
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .solution-lable {
    font-size: 1.333rem;
  }
}

input, textarea {
  width: 100%;
  padding: 0.889rem 1.333rem !important;
  background-color: var(--input-bg-2) !important;
  border: none !important;
  font-size: 0.889rem !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  color: #606060 !important;
  transition: all 0.3s ease;
  height: 56px !important;
  border-radius: 70px !important;
  display: block;
}
input:focus-visible, textarea:focus-visible {
  transition: all 0.3s ease;
  outline: var(--secondary-color) !important;
}
input.input-error, textarea.input-error {
  border-color: var(--secondary-color) !important;
}

textarea {
  border-radius: 20px !important;
  height: 196px !important;
}

#loom-companion-mv3 {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
