@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

:root {
  --first-color: #2cbed2;
  --second-color: #ee3e5a;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 10;
  transition: all 100ms ease-out;
}
.header .offer-tag {
  position: relative;
  font-size: 0.85rem;
  background-color: #2cbed2;
  color: #fff;
  text-align: center;
  padding: 6px 5px 6px 12px;
}
.header .offer-tag strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header .offer-tag {
    text-align: left;
  }
}
.header .offer-tag::after {
  content: "";
  position: absolute;
  border: 16px solid #2cbed2;
  border-bottom-color: #2cbed2;
  top: 0;
  border-width: 14px;
  bottom: 0;
  border-right-color: transparent;
}
@media (max-width: 1199px) {
  .header {
    position: sticky;
  }
}
.header:not(.js--scrolled) {
  color: #fff;
}
.header .brand svg {
  fill: #ffffff;
}
.header.js--scrolled {
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.header.js--scrolled .brand svg .cls-3 {
  fill: #000;
}
.header.js--scrolled .brand svg .cls-6 {
  fill: #2cbed2;
}
.header-inner {
  padding: 1.25rem 2.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-inner {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 0.75rem 2rem;
  }
}
.header-end {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .brand svg {
    max-width: 100px;
  }
  .header .brand svg .cls-3 {
    fill: #000;
  }
  .header .brand svg .cls-6 {
    fill: #2cbed2;
  }
}
.header-topbar {
  background-repeat: no-repeat;
  background-color: #0d7d8b !important;
  padding: 8px 10px;
  color: #fff;
  font-size: 1rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .header-topbar {
    background-size: 450%;
    background-repeat: no-repeat;
    background-position: -1% 100%;
  }
}
@media (max-width: 1600px) {
  .header-topbar {
    font-size: 14px;
  }
}
.header-topbar strong {
  font-weight: 700;
}
.header-topbar-link {
  text-decoration: underline;
  padding-left: 0.3rem;
  color: #fff;
  text-underline-offset: 3px;
}
.header-topbar-link:hover {
  color: #fff;
}
.header-topbar-close {
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.header-topbar-close::after, .header-topbar-close::before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
.header-topbar-close::before {
  transform: translateY(-50%) rotate(45deg);
}

.footer {
  padding: calc(1rem + 4vw) 0;
  padding-bottom: 0;
}
.footer .container {
  max-width: 1800px;
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .footer .container {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding: 0 2rem;
  }
}
.footer-bottom {
  padding: calc(1rem + 2vw) 0;
}
.footer-bottom-inner {
  font-size: 0.85rem;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .footer-bottom-inner {
    flex-direction: column-reverse;
  }
}
.footer-bottom .footer-nav {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
}
.footer-bottom .footer-nav a {
  display: block;
  position: relative;
  padding-bottom: 0.35rem;
  margin-left: 1.5rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  color: inherit;
}
@media (max-width: 991px) {
  .footer-bottom .footer-nav a {
    padding: 0.5rem;
    margin: 5px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-nav a {
    padding: 0.35rem 0.45rem;
    margin: 0.25rem;
    font-size: 13px;
  }
}
.footer-bottom .footer-nav a:last-child {
  margin-right: 0;
}
.footer-bottom .footer-nav a:hover {
  color: #2cbed2;
  text-decoration: none;
  background-size: 100% 2px;
}
@media (max-width: 1199px) {
  .footer .copyright {
    text-align: center;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .footer .copyright {
    max-width: 340px;
  }
}
@media (min-width: 991px) {
  .footer .js-acc-triger::before {
    display: none;
  }
  .footer .js-acc-triger::after {
    display: none;
  }
}

.footer-block {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr 1fr 0.8fr;
}
@media (min-width: 1200px) {
  .footer-block {
    grid-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-block .mobile-accordian-product {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-block .Desktop-accordian-product {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-block {
    grid-gap: 1rem;
  }
}
.footer-block-cta {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .footer-block-cta {
    display: block;
    padding: 0 0 2rem 0;
  }
}
.footer-block-cta .btn {
  margin-bottom: 1.5rem !important;
  display: block;
  max-width: 250px;
}
@media (max-width: 991px) {
  .footer-block-cta .btn {
    margin: auto;
  }
}
.footer-block-txt {
  flex: 1;
}
@media (max-width: 991px) {
  .footer-block-txt {
    text-align: center;
  }
}
.footer-block-head {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.footer-block-data {
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer-block-data {
    display: none;
    margin-bottom: 1.125rem;
  }
}
.footer-block-data strong {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}
.footer-block address {
  font-style: normal;
  font-size: 14px;
  font-weight: 300px;
  line-height: 1.6;
}
.footer-block address strong {
  font-weight: 600;
}
.footer-block address + address {
  padding-top: 1rem;
}

.fatbit-social {
  display: flex;
  flex-direction: row;
  max-width: 250px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .fatbit-social {
    margin: 0 auto;
    padding-top: 1.5rem;
  }
}
.fatbit-social a {
  color: #2cbed2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.fatbit-social a:hover {
  fill: currentColor;
}

.footer-list {
  display: flex;
  flex-direction: column;
}
.footer-list li {
  font-size: 14px;
  margin-bottom: 1.1rem;
}
.footer-list li a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.3s;
  padding-bottom: 0.35rem;
  color: inherit;
}
.footer-list li a:hover {
  color: #2cbed2;
  text-decoration: none;
  background-size: 100% 2px;
}
.footer-list.footer-list--modify li {
  margin-bottom: 0.75rem;
}

.partner {
  display: inline-flex;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9;
}
.partner a {
  background-color: #f95a21;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 4px;
  display: block;
  padding: 0.4rem 0.8rem;
}
.partner a:hover {
  background-color: #2cbed2;
  color: white;
}

.partner,
.fixed-btn {
  opacity: 0;
  visibility: hidden;
}

.open-popups .fixed-btn {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1199px) {
  .open-popups .partner {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .footer .acc-triger {
    position: relative;
    text-transform: capitalize;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    padding-right: 30px;
    margin-bottom: 1rem;
  }
  .footer .acc-triger:before {
    background: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 800;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
    width: 16px;
  }
  .footer .acc-triger:after {
    font-weight: 800;
    background: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
  }
  .footer .acc-triger.active:before {
    transform: rotate(0deg);
    content: " ";
  }
  .footer .acc-triger.active:after {
    content: normal;
  }
}
@media (max-width: 1199px) {
  .have-fixed-btn .footer {
    padding-bottom: 4rem;
  }
}

.products .footer-list li a {
  padding-bottom: 2px;
}

.main-title {
  animation-name: blink;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.sticky_btn {
  background: #fff;
  color: #0d7d8b;
  padding: 3px 9px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  margin-left: clamp(5px, 1vw, 10px);
  white-space: nowrap;
}

@media (max-width: 992px) {
  .tab-resulation {
    display: block;
    margin-top: 3px;
  }
  .notification-bar-close {
    top: 32%;
    right: 4px;
  }
}
.header.js--scrolled .logo svg .st10 {
  fill: #2cbed2;
}
.header.js--scrolled .logo svg .st1,
.header.js--scrolled .logo svg .st11,
.header.js--scrolled .logo svg .st3 {
  fill: #1f1a17;
}
.header.js--scrolled .logo-with-cap #fur_ball_9_ {
  fill: #ed3131 !important;
}

.logo-with-cap {
  position: relative;
}
.logo-with-cap #CAP {
  position: absolute;
  top: -12px;
  left: -20px;
  width: auto;
}
@media (max-width: 1199px) {
  .logo-with-cap #CAP {
    top: -10px;
    left: -15px;
  }
}

.main-navigation .logo-with-cap {
  position: relative;
  padding-left: 20px;
  padding-top: 12px;
  display: block;
}
.main-navigation .logo-with-cap #CAP {
  position: absolute;
  top: 0px;
  left: 0px;
  fill: #fff !important;
}
.main-navigation .logo-with-cap #CAP path {
  fill: #fff !important;
}
.main-navigation .logo-with-cap #CAP .st4 {
  fill: #ed3131 !important;
}

.sticky-content {
  padding: 6px 0px;
}

svg {
  width: 100%;
}

.contact-nmbr {
  padding-top: 1rem;
  display: block;
}
.contact-nmbr ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}

.cms-number h6 {
  font-size: calc(95.5% + 0.04vw);
}

.header-topbar {
  background-color: #f96300 !important;
}

.sticky {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 1rem;
  background-color: #c4e6f2;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .sticky {
    background-position: center bottom;
    background-size: 100%;
  }
}
@media (min-width: 1500px) {
  .sticky {
    padding: 16px 1rem;
  }
}
@media (max-width: 767px) {
  .sticky {
    background-position: left bottom;
  }
}
.sticky * {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .sticky * {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sticky * {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .sticky * {
    text-align: center;
    font-size: 13px;
  }
}
.sticky .sticky__content {
  z-index: 1;
}
.sticky .sticky__content strong {
  text-wrap: nowrap;
  font-weight: 700;
}
.sticky .sticky__content .svg {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
}
.sticky a,
.sticky .sticky-btn {
  font-weight: 600;
  margin-left: clamp(5px, 1vw, 10px);
  text-wrap: nowrap;
  color: #fff;
  padding: 4px 8px;
  background-color: #1c4456;
  border: 1px solid #1c4456;
  border-radius: 3px;
  overflow: hidden;
  font-size: 13px;
  cursor: pointer;
}
@media (min-width: 1199px) {
  .sticky a,
  .sticky .sticky-btn {
    padding: 6px 8px;
  }
}
.sticky a:hover,
.sticky .sticky-btn:hover {
  background: #fff;
  border-color: #1c4456;
  -webkit-animation-duration: 0s;
  color: #1c4456 !important;
}
.sticky a .blink,
.sticky .sticky-btn .blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.vertical-line {
  position: relative;
  margin: 0.5rem;
}
.vertical-line::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 16px;
  width: 2px;
  background-color: #000;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sticky strong {
  font-weight: 700;
}

.membership-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 3.5rem 0 2.5rem;
  max-width: 165px;
}
@media (max-width: 767px) {
  .membership-link {
    margin: 3rem auto;
  }
}
.membership-link:hover {
  color: #000;
}
.membership-link img {
  max-width: 165px;
}
.membership-link span {
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
}

.sticky {
  padding: 15px 1rem;
  background-repeat: no-repeat;
  color: #000;
  position: relative;
  background-position: center 8%;
  overflow: hidden;
  background-color: #bae1f2;
}
@media (min-width: 768px) {
  .sticky a {
    padding: 0.5rem 1.5rem;
    margin-left: 0.8rem;
  }
}
.sticky__content {
  letter-spacing: normal;
}
@media (max-width: 991px) {
  .sticky__content {
    position: relative;
    z-index: 1;
  }
}
.sticky__content strong {
  color: #1c4456;
}

.sticky--christmas {
  background: radial-gradient(circle, #172226, #080c10 100%);
  position: relative;
  overflow: hidden;
  color: #f9c87f;
}
.sticky--christmas a {
  background-color: #fff !important;
  color: #000;
}
.sticky--christmas a:hover {
  background-color: #23c1cb !important;
  color: #fff !important;
}
.sticky--christmas strong {
  color: #f9c87f !important;
}
.sticky--christmas .vertical-line::after {
  background-color: #fff;
}
.sticky--christmas::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../media/christmas/christmas-bg.png");
}
.sticky--christmas .item-sticky {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sticky--christmas .item-sticky {
    display: none;
  }
}
.sticky--christmas .item-sticky-1 {
  left: 0;
}
.sticky--christmas .item-sticky-2 {
  left: 8%;
  top: 0.5rem;
}
.sticky--christmas .item-sticky-3 {
  left: 15%;
}
@media (max-width: 1500px) {
  .sticky--christmas .item-sticky-3 {
    display: none;
  }
}
.sticky--christmas .item-sticky-4 {
  left: 23%;
  top: -10px;
}
@media (max-width: 1460px) {
  .sticky--christmas .item-sticky-4 {
    display: none;
  }
}
.sticky--christmas .item-sticky-5 {
  right: 22%;
  top: -10px;
}
@media (max-width: 1500px) {
  .sticky--christmas .item-sticky-5 {
    display: none;
  }
}
.sticky--christmas .item-sticky-6 {
  right: 14%;
  top: 0;
}
@media (max-width: 1500px) {
  .sticky--christmas .item-sticky-6 {
    display: none;
  }
}
.sticky--christmas .item-sticky-7 {
  right: 7%;
  top: 10px;
}
.sticky--christmas .item-sticky-8 {
  right: -8px;
  top: 8px;
}
.sticky--christmas .item-sticky-9 {
  top: 8px;
  left: 0;
  transform: scaleX(-1);
}
.sticky--christmas .item-sticky-10 {
  top: 8px;
  right: 0;
}
.sticky--christmas .sticky__content {
  position: relative;
  z-index: 1;
}

.snowflake {
  position: fixed;
  top: -10px;
  z-index: 9999;
  user-select: none;
  pointer-events: none;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 14px;
  background: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  box-shadow: 1px 1px 1px #555;
}

@keyframes fall {
  to {
    transform: translateY(100vh);
  }
}
.header-navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-navigation {
    display: none;
  }
}
.header-navigation > ul {
  display: flex;
  align-items: center;
}
.header-navigation > ul > li {
  list-style: none;
  padding: 0 1.2rem;
}
.header-navigation > ul > li > a:not(.header-btn) {
  color: currentColor;
  display: block;
  padding: 8px 0px;
  margin: 0 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.header-navigation > ul > li > a:not(.header-btn):hover {
  color: #2cbed2;
  text-decoration: none;
  background-size: 100% 2px;
}

a.header-btn {
  background-color: #23c1cb;
  color: #fff !important;
  padding: 12px 30px;
  border: 1px solid #23c1cb;
  display: inline-block;
  border-radius: 3px;
  margin-left: 1rem;
}
@media (min-width: 1199px) {
  a.header-btn:hover {
    background-color: transparent;
    border-color: currentColor;
  }
}
@media (max-width: 1199px) {
  a.header-btn {
    padding: 10px;
  }
}

.demo-cta {
  color: #23c1cb !important;
  padding: 12px 20px;
  border: 2px solid #23c1cb;
  display: inline-block;
  border-radius: 3px;
  margin-left: 1rem;
}
@media (min-width: 1199px) {
  .demo-cta:hover {
    background-color: #23c1cb;
    border-color: #23c1cb;
    color: #fff !important;
  }
}
@media (max-width: 1199px) {
  .demo-cta {
    padding: 8px 24px;
  }
}

@media (min-width: 1200px) {
  .js--scrolled .header-btn:hover {
    background-color: transparent;
    color: #000 !important;
    border-color: #000;
  }
}

.navs-toggle {
  cursor: pointer;
  display: none;
  vertical-align: middle;
  margin-left: 25px;
  height: 22px;
  line-height: 1;
  width: 30px;
  z-index: 1;
}
.navs-toggle span {
  background: #fff;
  border-radius: 3px;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s all ease;
  height: 3px;
  width: 30px;
}
@media (max-width: 1199px) {
  .navs-toggle span {
    background-color: #000;
  }
}

.navs-toggle span:nth-child(1) {
  width: 25px;
}

.navs-toggle span:nth-child(2) {
  width: 20px;
}

.navs-toggle:hover span:nth-child(3) {
  width: 25px;
}

.navs-toggle:hover span:nth-child(2) {
  width: 30px;
}

.navs-toggle:hover span:nth-child(1) {
  width: 20px;
}

.header.js--scrolled .navs-toggle span,
.header.js--scrolled .navs-toggle span::after,
.header.js--scrolled .navs-toggle span::before {
  background: #000;
}

.navs-toggle::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: "";
  transition: opacity 0.2s ease;
}

.navs-toggle.open::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.is-scroll-remove {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.is-scroll-remove .header.js--scrolled {
  background: transparent;
}

.navigation-wrap .logo svg path {
  fill: #000;
}

.close--header {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.close--header:hover,
.header--search:hover svg {
  fill: #23c1cb;
}

.header--search:hover .search-txt {
  color: #23c1cb;
}

.header--search:hover {
  border-bottom: solid #23c1cb 1px;
}

.header--search {
  border-bottom: solid #000 1px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  margin-right: 44px;
  transition: 0;
}

.search-txt {
  color: #000;
  margin-right: 3px;
  font-size: 14px;
}

.header--search svg {
  max-width: 12px;
  max-height: 12px;
}

.navigation-wrap-inner {
  overflow: hidden;
  padding-right: 2rem;
  position: relative;
  height: 100%;
}

.main-navigation {
  width: calc(100% + 20px);
  padding-right: 20px;
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.navigation-wrap--head {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .navigation-wrap--head {
    display: none !important;
  }
}

.navigation-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  z-index: 11;
  overflow: hidden;
  overflow-y: auto;
}

.navigation-wrap.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.headernav-dropdown {
  max-width: 1800px;
  margin: 0 auto;
  padding: 3rem 6rem;
}

.headernav-vertical {
  width: 33.33%;
  position: relative;
}

.headernav-dropdown > ul > li > a {
  display: block;
  padding: 10px 0;
  font-size: clamp(1.375rem, 1.593vw + 1.056rem, 2.25rem);
  font-weight: 700;
  color: #d5d2d2;
  position: relative;
}

.headernav-dropdown > ul > li > a .menu-bit {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 5px solid currentColor;
  margin-left: -0.5em;
  position: relative;
  vertical-align: middle;
  transform: rotate(45deg);
  opacity: 1;
  border-top: 5px solid currentColor;
  top: -1px;
}
@media (max-width: 1024px) {
  .headernav-dropdown > ul > li > a .menu-bit {
    border-right-width: 4px;
    border-top-width: 4px;
  }
}
@media (max-width: 767px) {
  .headernav-dropdown > ul > li > a .menu-bit {
    border-right-width: 3px;
    border-top-width: 3px;
  }
}

.headernav-dropdown > ul > li.is-active > a .menu-bit {
  opacity: 1;
}

.headernav-dropdown > ul > li > a:hover {
  color: #1b1b1b;
}

.headernav-dropdown__links {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  transition: all 0.4s ease-in-out 0s;
  transform: translateY(20px);
}
@media (max-width: 1199px) {
  .headernav-dropdown__links {
    padding-block: 1rem;
  }
}

@media (min-width: 1200px) {
  .headernav-dropdown--link {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .headernav-dropdown--link {
    margin-bottom: 1.5rem;
  }
}

.two-cols__links {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-cols__links li {
  flex: 0 0 50%;
  max-width: 50%;
}

.headernav-dropdown__links > .row {
  flex: 0 0 100%;
}

.has-dropdown__links.is-active .headernav-dropdown__links {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0.4s;
}

.has-dropdown__links.is-active a:not(.link-arrow) {
  color: #1b1b1b;
}

.has-dropdown__links.is-active a:not(.link-arrow):hover {
  color: #23c1cb !important;
}

.has-dropdown__links.is-active > a.has-dropmenu:not(.link-arrow):hover {
  color: #1b1b1b !important;
}

.headernav-dropdown__links a:not(.link-arrow) {
  font-size: clamp(0.938rem, 0.6vw + 0.65rem, 1.25rem);
  color: #464646;
  font-weight: 300;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .headernav-dropdown__links a:not(.link-arrow) {
    display: block;
  }
}

.headernav-dropdown__links ul li a:hover {
  color: #23c1cb;
}

.headernav-dropdown__links ul li {
  padding-bottom: 1rem;
}

.headernav-dropdown__links h5 {
  font-weight: 500;
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
  color: #000;
  font-size: calc(112.5% + 0.29vw);
}

.headernav-dropdown__links h5:after {
  content: "";
  width: 1.75rem;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 1px;
  background: #23c1cb;
}

.headernav-dropdown .fatbit-social {
  width: 33.33%;
}

.headernav-dropdown .fatbit-social ul li img {
  width: 20px;
}

.headernav-dropdown .fatbit-social ul {
  margin: 0;
  display: flex;
}

.headernav-dropdown .fatbit-social ul li {
  margin-right: 5px;
}

.headernav-dropdown .fatbit-social ul li a {
  width: 36px;
  height: 36px;
}

.highlitext-product {
  font-size: 15px;
  display: inline-block;
  border: solid rgb(213, 2, 65) 1px;
  padding: 1px 12px;
  border-radius: 12px;
  color: rgb(213, 2, 65);
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .highlitext-product {
    display: none;
  }
}

.highlitext-product.secondary {
  border-color: #23c1cb;
  color: #23c1cb;
}

.con-us {
  font-size: 1.2rem;
  margin-top: 5rem;
}

.con-us a {
  font-size: calc(112.5% + 1.7vw);
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

.con-us a:hover {
  color: #23c1cb;
}

.con-us a::after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 3px;
  left: 1px;
  right: 1px;
  background: #23c1cb;
}

.page-progress-container {
  width: 100%;
  height: 5px;
  background: transparent;
  position: fixed;
  top: auto;
  z-index: 99;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .page-progress-container {
    display: none;
  }
}
.js--scrolled .page-progress-container {
  visibility: visible;
}

.hidden-overflow .page-progress-container {
  visibility: hidden;
  height: 0;
}

.page-progress-bar {
  height: 5px;
  background: #23c1cb;
  width: 0%;
}

@media (min-width: 1200px) {
  .highlitext-product.secondary {
    position: absolute;
    top: -16px;
  }
  .headernav-dropdown__links a {
    position: relative;
  }
}
@media (max-height: 699px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1380px) {
  .headernav-dropdown {
    padding: 4rem 1rem;
  }
  .headernav-dropdown__links h5 {
    font-size: calc(100% + 0.18vw);
  }
  .close--header svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .headernav-dropdown > ul > li > a {
    padding: 7px 0;
  }
  .headernav-dropdown {
    padding-top: 1.5rem;
  }
  .main-navigation {
    overflow-y: hidden;
  }
}
@media (min-width: 1199px) {
  .headernav-dropdown > ul > li.is-active > a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1200px) {
  .main-navigation {
    overflow-y: auto;
  }
  .headernav-dropdown {
    padding: 0;
  }
  .close--header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
  }
  .close--header svg {
    width: 20px;
    height: 20px;
  }
  .header-btn {
    text-decoration: none;
    padding: 6px 20px;
  }
  .navs-toggle {
    display: inline-block;
  }
  .navigation-wrap {
    right: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  /* html{overflow: hidden;} */
  .tablet.toggle__target {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    max-width: 25rem;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .tablet.toggle__target.left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .tablet.toggle__target.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .headernav-vertical,
  .headernav-dropdown .fatbit-social {
    width: 100%;
  }
  .headernav-dropdown__links {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
  }
  .headernav-dropdown > ul > li > a {
    padding: 5px 0;
  }
  .headernav-dropdown__links h5 {
    margin-bottom: 0.65rem;
    padding-bottom: 0;
  }
  .headernav-dropdown__links a span br {
    display: none;
  }
  .headernav-dropdown__links h5::after {
    height: 2px;
  }
  .two-cols__links {
    display: block;
  }
  .two-cols__links li {
    max-width: 100%;
  }
  .has-dropdown__links.is-active .headernav-dropdown__links {
    display: block;
  }
  .headernav-dropdown > ul > li.is-active > a:after {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: -0.75rem;
    left: 1rem;
  }
  .header-navigation > ul {
    display: block;
    color: #000;
  }
  .header-navigation > ul > li {
    padding: 1.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tablet.toggle__target {
    max-width: 20rem;
  }
  .header-btn {
    padding: 6px 16px;
  }
  .navigations .tabs li a {
    padding: 0.5rem 0.8rem !important;
  }
  .mini-links .icn svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .navs-toggle {
    margin-left: 20px;
  }
}
.header-text-link {
  margin-right: 22px;
  font-size: calc(100% + 0.24vw);
  font-weight: 700;
}

strike {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
strike:before {
  content: "";
  height: 1.5px;
  width: 99%;
  background: currentColor;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(-23deg);
}

@media (max-width: 992px) {
  .logo-for-christmas {
    position: relative;
    padding-left: 10px;
  }
}
.logo-for-christmas svg.cap {
  position: absolute;
  top: -5px;
  left: -2px;
}
@media (max-width: 992px) {
  .logo-for-christmas svg.cap {
    width: auto;
    top: -2px;
    left: -7px;
  }
}

/******** Header Navigation  UI changes 27062022 ********/
.header-navigation > ul > li {
  position: relative;
}
.header-navigation > ul > li > a {
  position: relative;
}
.header-navigation > ul > li > a.has-dropmenu::after {
  border-top: 2px solid currentColor;
  content: "";
  border-right: 2px solid currentColor;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  display: inline-block;
  margin-top: -4px;
  margin-left: 6px;
  vertical-align: middle;
  transition: 0.2s all ease;
  opacity: 0;
  visibility: hidden;
}
.header-navigation > ul > li > a.has-dropmenu:hover::after {
  visibility: visible;
  opacity: 1;
}
.header-navigation > ul > li > a .nav-badge {
  left: 50%;
  transform: translateX(-50%);
  background-color: #2cbed2;
  color: #fff;
  padding: 5px 8px 3px 8px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 6px;
  font-weight: 600;
  top: -18px;
  text-transform: uppercase;
  position: absolute;
}
.header-navigation > ul > li > a .nav-badge:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border: 5px solid transparent;
  border-top-color: #2cbed2;
}

@media (min-width: 1200px) {
  .services-flex {
    display: flex;
    gap: clamp(3.75rem, 20vw - 11.25rem, 10rem);
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.btn {
  text-align: center;
  padding: 0.8rem 2rem;
  height: auto;
  font-size: calc(100.5% + 0.24vw);
  border-width: 2px;
  border-radius: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  min-width: 230px;
  font-weight: 500;
  border: 2px solid;
  line-height: normal;
  cursor: pointer;
}
.btn:focus {
  outline: none !important;
}
.btn:hover {
  outline: none !important;
}
.btn.btn--primary {
  background-color: #2cbed2;
  color: #fff;
  border-color: #2cbed2;
}
.btn.btn--primary:hover {
  background-color: #fff;
  color: #2cbed2;
}
.btn.btn--brand {
  background-color: var(--first-color);
  border-color: var(--first-color);
  color: #fff;
}
.btn.btn--brand:hover {
  background-color: #fff;
  color: var(--first-color);
}
.btn.btn--secondary {
  background-color: #ee3e5a;
  color: #fff;
  border-color: #ee3e5a;
}
.btn.btn--secondary:hover {
  background-color: transparent;
  color: #ee3e5a;
  border-color: currentColor;
}
.btn.btn-brand {
  background-color: #2cbed2;
  color: white;
}
.btn.btn-outline-brand {
  background: none;
  border-color: #2cbed2;
  color: #2cbed2;
}
.btn.btn-outline-brand:hover {
  background-color: #2cbed2;
  color: #fff;
}
.btn.btn-outline-primary {
  background: #fff;
  border-color: #2cbed2;
  color: #2cbed2;
}
.btn.btn-outline-primary:hover {
  background-color: #2cbed2;
  color: #fff;
}
.btn.btn-outline-secondary {
  background: none;
  border-color: #ee3e5a;
  color: #ee3e5a;
}
.btn.btn-outline-secondary:hover {
  background-color: #ee3e5a;
  color: #fff;
}
.btn.btn-outline-black {
  background: none;
  border-color: #000;
  color: #000;
}
.btn.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}
.btn.btn--light {
  background: #f3f4f5;
  border-color: #f3f4f5;
}
.btn.btn--light.loading:before {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.btn.btn--white {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.btn.btn--black {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn--black:hover {
  background: transparent;
  color: #000;
  border-color: currentColor;
}
.btn-outline-white {
  background: none;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.btn-gray {
  background: #f3f4f5;
  border-color: #dee2e6;
  color: rgba(0, 0, 0, 0.87);
}
.btn-outline-gray {
  background: none;
  border-color: #dee2e6;
  color: rgba(0, 0, 0, 0.87);
}
.btn-block {
  display: block !important;
  width: 100% !important;
}
.btn-wide {
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-arrow .svg {
  width: 12px;
  height: 12px;
  margin-top: -4px;
  margin-right: 5px;
}
.btn-icon-start {
  margin-right: 6px;
}
.btn-icon-end {
  margin-left: 6px;
}
.btn--sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  min-width: inherit;
}
.btn--md {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  min-width: inherit;
}
.btn-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  line-height: 2;
  font-weight: 600;
}
.btn-link .arrow {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.btn-link .arrow .svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.btn-link:hover .arrow {
  transform: translateX(0.25rem);
}
.btn .icn .svg {
  width: 16px;
  height: 16px;
}
.btn.loading {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.loading:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: 0 0;
  border: 2px solid #fff;
  clip-path: inset(0 0 50% 0);
  transform: rotate(0);
  animation: spin 0.6s linear infinite;
}
.btn.loading:hover {
  color: transparent !important;
}
.btn-add {
  display: flex;
  align-items: center;
}
.btn-add .icn {
  margin-right: 8px;
}
.btn-add .icn .svg {
  width: 12px;
  height: 12px;
}
.btn-input {
  background-color: #f3f4f5;
}

a.link {
  color: #2cbed2;
  position: relative;
  font-size: 0.875rem;
  padding-bottom: 4px;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
a.link:hover {
  text-decoration: none;
  background-size: 100% 2px;
}
a.link::after, a.link::before {
  display: none;
}
a.link-icn img {
  margin-right: 0.5rem;
}

.fixed-btn {
  padding: 0;
  position: fixed;
  right: 15px;
  height: 50px;
  top: 45%;
  z-index: 5;
  transform: rotate(-90deg) translateX(50%);
  transition: 0.2s ease-in-out;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: 600;
  transform-origin: right;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  min-width: 185px;
  text-align: center;
  overflow: hidden;
}
.fixed-btn .btn-label {
  background-color: #2cd29b;
  color: #fff;
  padding: 11px 20px;
  flex: 1;
}
@media (max-width: 1199px) {
  .fixed-btn {
    top: auto;
    bottom: 0;
    transform: none;
    left: 0;
    right: 0;
    height: auto;
  }
}
.fixed-btn .demo-sticky-btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  color: #fff;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
}

.link-arrow,
.link-arrow:visited {
  display: inline-flex;
  align-items: center;
  font-size: 1.286rem;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  line-height: 1;
  color: #2cbed2;
}
.link-arrow.secondary,
.link-arrow:visited.secondary {
  color: #ee3e5a;
}
@media (max-width: 576px) {
  .link-arrow,
  .link-arrow:visited {
    font-size: 1rem;
  }
}
.link-arrow:after,
.link-arrow:visited:after {
  display: inline-block;
  content: "";
  width: 1rem;
  margin-left: 0.5rem;
  height: 2px;
  background-color: currentColor;
  transition: width ease 0.3s, margin ease 0.3s;
}
.link-arrow:before,
.link-arrow:visited:before {
  display: inline-block;
  order: 10;
  margin-left: -6px;
  margin-right: 1rem;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: width ease 0.3s, margin ease 0.3s;
}
.link-arrow:hover,
.link-arrow:visited:hover {
  padding-right: 0;
}
.link-arrow:hover:after,
.link-arrow:visited:hover:after {
  width: 2rem;
}
.link-arrow:hover:before,
.link-arrow:visited:hover:before {
  margin-right: 0;
}

.link-underline {
  color: rgba(0, 0, 0, 0.87);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.link-underline:hover {
  color: #2cbed2;
  text-decoration: none;
  background-size: 100% 1px;
}

.link-text {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  color: #2cbed2 !important;
  font-weight: 600;
}
.link-text .icn {
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 8px;
}
.link-text .icn .svg {
  width: 100%;
  height: 100%;
  display: flex;
}

.icon__cta {
  display: flex;
  justify-content: center;
}
@media (max-width: 486px) {
  .icon__cta {
    margin-top: 2rem;
  }
}
.icon__cta .btn--icon {
  display: flex;
  align-items: center;
}
.icon__cta .btn--icon img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.icon__cta .btn--icon span {
  position: relative;
  color: var(--first-color);
}
.icon__cta .btn--icon span:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: -5px;
  height: 1px;
  background: var(--first-color);
  position: absolute;
}
.icon__cta .btn--icon span:hover:after {
  background: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.section {
  padding: calc(1rem + 4vw) 0;
}
.section__header {
  padding-bottom: 3rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section__header {
    padding-bottom: 2rem;
  }
}
.section__header.left {
  margin: 0;
}
.section__header--md {
  max-width: 800px;
}
.section__header--lg {
  max-width: 900px;
}
.section__header--xl {
  max-width: 1000px;
}
.section__header--xxl {
  max-width: 1200px;
}
.section__header .cms h2 {
  margin-bottom: 0;
}
.section__header p {
  margin-top: 1rem;
}

.cms-space {
  margin-bottom: 3.5rem;
}
.cms-center {
  text-align: center;
}
.cms h2 {
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}
.cms h2:after {
  content: "■";
  display: inline;
  position: absolute;
  line-height: 2.6em;
  margin-left: 0.295em;
  font-size: 0.65em;
  color: #23c1cb !important;
  background-color: transparent !important;
}
.cms p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1.125em;
}

.p-large {
  font-size: calc(112.5% + 0.24vw) !important;
}

.link-align-right {
  display: block;
  text-align: right;
}

.underline {
  margin-bottom: 2rem !important;
  position: relative;
}
@media (max-width: 767px) {
  .underline {
    margin-bottom: 1.125rem !important;
  }
}
.underline:before {
  content: "";
  width: 1.75rem;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 1px;
  background-color: var(--first-color);
}
@media (max-width: 767px) {
  .underline:before {
    height: 2px;
    bottom: -4px;
  }
}

.cms-block {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cms-block {
    display: block;
  }
}
.cms-block-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cms-block-reverse {
    flex-direction: column;
  }
}
.cms-block-reverse .cms-block-content {
  padding-right: calc(0.8rem + 3vw);
  padding-left: 0;
}
@media (min-width: 767px) {
  .cms-block-img {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 1199px) {
  .cms-block-img img {
    width: 100%;
    height: auto;
  }
}
.cms-block-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(0.8rem + 3vw);
}
@media (max-width: 767px) {
  .cms-block-content {
    padding: 1rem 0 0 0;
  }
}
.cms-block-list li {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1rem 0;
  position: relative;
  padding-left: 25px;
  text-align: left;
}
.cms-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: currentColor;
  width: 13px;
  height: 2px;
  transform: scale(0.9);
}
.cms-block-action {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .cms-block-action {
    padding-top: 1rem;
  }
}

.bit {
  position: relative;
}
.bit:after {
  content: "■";
  display: inline;
  position: absolute;
  line-height: 2.6em;
  margin-left: 0.295em;
  font-size: 0.65em;
  color: #23c1cb !important;
  background-color: transparent !important;
}

.section__cta {
  padding-top: calc(1rem + 1vw);
}
.section__cta h5 {
  font-weight: 500;
}
.section__cta h5 + a {
  margin-top: 10px;
}

.cookie-bar {
  position: fixed;
  right: 0;
  left: 0;
  bottom: -100%;
  background-color: #f3f4f5;
  color: rgba(0, 0, 0, 0.87);
  padding: 15px;
  z-index: 9;
  transition: 0.4s ease-in-out all;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .cookie-bar .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cookie-bar {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
}
.cookie-bar-text {
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin: 0 auto;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .cookie-bar-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
}
.cookie-bar-text p {
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cookie-bar-text p {
    font-size: 10px;
  }
}
.cookie-bar-text p a {
  color: #ee3e5a;
  text-decoration: underline;
}
.cookie-bar .cookie-btn {
  border: solid #28abbd 2px;
  border-radius: 0;
  padding: 0 14px;
  height: 36px;
  color: #28abbd;
  transition: 0.2s ease-in-out all;
  font-weight: 500;
  position: relative;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  min-width: inherit;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cookie-bar .cookie-btn {
    height: 32px;
    font-size: 12px;
  }
}
.cookie-bar.opencookie {
  bottom: 0%;
}

body.opencookie .footer {
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  body.opencookie .footer {
    padding-bottom: 110px;
  }
}

html {
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}
@media only screen and (max-width: 1380px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    height: auto;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  height: inherit;
  line-height: 1.42857;
  font-display: swap;
}

body,
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  display: block;
}

h1,
.h1 {
  font-size: calc(112.5% + 3vw);
  font-weight: 500;
  line-height: 1.42;
}

h2,
.h2 {
  font-size: calc(112.5% + 1.15vw);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: calc(112.5% + 0.75vw);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: calc(112.5% + 0.44vw);
  line-height: 1.5;
}
h4 strong,
.h4 strong {
  font-weight: 500;
}

h5,
.h5 {
  font-size: calc(112.5% + 0.29vw);
  line-height: 1.59;
  font-weight: 300;
}
h5 strong,
.h5 strong {
  font-weight: 500;
}

h6,
.h6 {
  font-size: calc(112.5% + 0.04vw);
  line-height: 1.5;
  font-weight: 300;
}

p {
  font-weight: 300;
  margin: 0;
  line-height: 1.59;
  font-size: 1.125em;
}

b,
strong {
  font-weight: 500;
}

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

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
  display: block;
}

a {
  color: inherit;
  line-height: normal;
  text-decoration: none;
  outline: 0px;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #2cbed2;
  text-decoration: none;
}

.bg-gray {
  background: #f3f4f5;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #000;
  color: #fff;
}

.border {
  border: 1px solid #dee2e6;
}

.box-shadow {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.container {
  padding: 0 2rem;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (min-width: 767px) {
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 991px) {
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 991px) {
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1199px) {
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1199px) {
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1199px) {
  .text-xl-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    padding: 0 100px;
  }
}
.flex-column {
  flex-direction: column !important;
}

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

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

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

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

.d-grid {
  display: grid;
}

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

.justify-content-center {
  justify-content: center !important;
}
@media (min-width: 767px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

@media (min-width: 1199px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 991px) {
  .d-lg-block {
    display: block !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 767px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
}
.br {
  display: block;
}

@media (max-width: 991px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 991px) {
  .hide-desktop {
    display: none;
  }
}

@media (min-width: 1380px) {
  .container {
    max-width: 1800px;
  }
}
.h-100 {
  height: 100%;
}

.list {
  margin: 1rem 0 2rem 0;
}
.list li {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1rem 0;
  position: relative;
  padding-left: 25px;
  text-align: left;
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: currentColor;
  width: 13px;
  height: 2px;
  transform: scale(0.9);
}
.list--type-2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--first-color);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../media/retina/checked-symbol.svg");
  background-size: 10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.list--tick li:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 12px;
  border-bottom: 1px solid #000;
  border-inline-start: 1px solid #000;
  transform: rotate(-45deg);
  top: 6px;
  background-color: inherit;
}

.list-double,
.list-triple,
.list-quad {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-double li {
  flex: 0 0 48%;
  max-width: 48%;
}

.list-triple li {
  flex: 0 0 31%;
  max-width: 31%;
}

.list-quad li {
  max-width: 24%;
  flex: 0 0 24%;
}

.list-decimal {
  padding: 0.5rem 0;
}

.list-decimal li {
  margin: 1rem 0;
  list-style-type: decimal;
  font-weight: 300;
  padding-left: 0;
}

.list-decimal li:before {
  content: normal;
}

.list-decimal li:last-child {
  margin-bottom: 0;
}

/*expand/collapse/accordion*/
.accordion > ul > li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #d0dbdf;
}

.accordion.theme-white > ul > li {
  border-bottom-color: #2b424c;
}

.accordion > ul > li:last-child {
  border-bottom: none;
}

.count {
  display: inline-block;
  margin-right: 1rem;
}

.accordion-2 > ul > li {
  border-bottom: none;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.accordion-2 .acc-triger h5 {
  padding: 0;
  margin: 0;
}

.accordion-2.faq_accordian > ul > li {
  padding: 1.5rem;
}
.accordion-2.faq_accordian h5 {
  font-size: 1.125em;
  font-weight: 600;
}
.accordion-2.faq_accordian h5 strong {
  font-weight: 600;
}
.accordion-2.faq_accordian .acc-triger h5 {
  font-size: inherit;
}
.accordion-2.faq_accordian p {
  font-size: 1rem;
}
.accordion-2.faq_accordian ul.list li {
  font-size: 1rem;
}
.accordion-2.faq_accordian .acc-triger.active h5 {
  display: block;
  width: 100%;
}
.accordion-2.faq_accordian .acc-triger.active:after {
  content: "";
}
.accordion-2.faq_accordian .collateral-content {
  align-items: center;
}

.rounded {
  border-radius: 0.25rem !important;
}

.small,
small {
  font-size: 80%;
}

.accordion-2.faq_accordian2 .acc-triger.active h5 {
  display: block;
  width: 100%;
}
.accordion-2.faq_accordian2 .acc-triger.active:after {
  content: "";
}
.accordion-2.faq_accordian2 .collateral-content {
  align-items: center;
}

.slick-arrow {
  text-indent: -9999px;
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #000;
  border-width: 2px 2px 0 0;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slick-arrow:after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #000;
  position: absolute;
  transform-origin: 50% 50%;
}
.slick-arrow.slick-prev {
  background: none;
}
.slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
  margin: -8px 0 0 -13px;
}
.slick-arrow.slick-prev:after {
  width: 32px;
  height: 0;
  border-width: 2px 0 0 0;
  transform: translate(-15px, -1px);
}
.slick-arrow.slick-next {
  background: none;
}
.slick-arrow.slick-next:before {
  transform: rotate(45deg);
  margin: -8px 0 0 -4px;
}
.slick-arrow.slick-next:after {
  width: 32px;
  height: 0;
  border-width: 2px 0 0 0;
  transform: translate(-18px, -1px);
}
.slick-arrow:hover {
  opacity: 0.68;
}

.cta .image img {
  width: 100%;
}

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

:root {
  --header-height: 180px;
}

.banner {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media (min-width: 767px) {
  .banner.banner--bg-white {
    color: #000;
  }
}
@media (min-width: 1199px) {
  .banner {
    min-height: 100vh;
    padding-top: calc(var(--header-height) + 50px);
  }
}
@media (max-width: 1199px) {
  .banner .container {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .banner {
    background-image: none !important;
    background-color: #fff !important;
    color: #000;
  }
}
.banner__img {
  max-width: 50%;
  padding-left: 4rem;
}
.banner__content {
  max-width: 650px;
}
@media (max-width: 1199px) {
  .banner__content {
    margin: 0 auto;
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .banner__content {
    flex: 0 0 100%;
  }
}
.banner__content .list {
  margin: 1rem 0 2rem 0;
}
.banner__content h3 {
  display: flex;
  align-items: center;
}
.banner__heading {
  font-size: calc(105.5% + 2vw);
  line-height: 1.3;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .banner__heading {
    font-weight: 600;
    font-size: 2.25rem;
  }
}
.banner__heading:after {
  content: "■";
  display: inline;
  font-size: 0.455em;
  position: relative;
  left: 0.25em;
  color: #23c1cb;
  background-color: transparent !important;
}
.banner__subheading {
  color: inherit;
  font-weight: 400;
  line-height: 1.59;
  margin: 0;
}
@media (min-width: 1199px) {
  .banner__subheading {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .banner__subheading {
    font-size: 1.25rem;
  }
}
.banner__subheading + a,
.banner .btn {
  margin-top: 1.5rem;
}
.banner .offer-tag {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  height: 27px;
}
.banner .offer-tag span {
  position: relative;
  font-size: 15px;
  background-color: #ee3e5a;
  color: #fff;
  text-align: center;
  padding: 5px 0 5px 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.banner .offer-tag:after {
  content: "";
  border: 14px solid #ee3e5a;
  border-right-color: transparent;
  border-bottom-color: #ee3e5a;
  height: 100%;
  display: inline-block;
}

.featured-bar {
  width: 100%;
}
@media (min-width: 1199px) {
  .featured-bar {
    border-bottom: solid 1px #dee2e6;
  }
}
.featured-bar .featured-in {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-self: flex-end;
  max-width: 1800px;
  margin: 0 auto;
  padding: 2.25rem 2rem;
}
@media (max-width: 1199px) {
  .featured-bar .featured-in {
    display: block;
    text-align: center;
    background-color: #f2f2f2;
  }
}
@media (max-width: 767px) {
  .featured-bar .featured-in {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .featured-bar .featured-in:has(.rating-websites) {
    text-align: center;
  }
  .featured-bar .featured-in:has(.rating-websites) h6.underline:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.featured-bar .featured-in h5,
.featured-bar .featured-in .h5,
.featured-bar .featured-in h6,
.featured-bar .featured-in .h6 {
  font-size: calc(112.5% + 0.29vw);
  line-height: 1.5;
  font-weight: 300;
}
@media (min-width: 1199px) {
  .featured-bar .featured-in h5,
  .featured-bar .featured-in .h5,
  .featured-bar .featured-in h6,
  .featured-bar .featured-in .h6 {
    margin: 0 !important;
  }
}
@media (max-width: 1199px) {
  .featured-bar .featured-in h5.underline:before,
  .featured-bar .featured-in .h5.underline:before,
  .featured-bar .featured-in h6.underline:before,
  .featured-bar .featured-in .h6.underline:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .featured-bar .featured-in h5 strong,
  .featured-bar .featured-in .h5 strong,
  .featured-bar .featured-in h6 strong,
  .featured-bar .featured-in .h6 strong {
    font-weight: 500;
  }
}
.featured-bar .featured-in h6,
.featured-bar .featured-in .h6 {
  font-size: calc(112.5% + 0.04vw);
}
@media (min-width: 1199px) {
  .featured-bar .featured-in {
    padding: 2.25rem 6rem;
    flex-direction: row;
    align-items: center;
  }
}
.featured-bar .featured-media ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .featured-bar .featured-media ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .featured-bar .featured-media ul {
    justify-content: flex-start;
    max-width: 520px;
  }
}
.featured-bar .featured-media ul li {
  margin: 0 1rem;
  padding: 0.5rem 0;
}
@media (max-width: 1299px) {
  .featured-bar .featured-media ul li {
    margin: 0 0.625rem;
  }
}
@media (max-width: 1199px) {
  .featured-bar .featured-media ul li {
    margin: 0 0.875rem;
  }
}
@media (max-width: 767px) {
  .featured-bar .featured-media ul li {
    margin: 0;
    padding: 1rem 2rem 1rem 0;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .featured-bar .featured-media ul li img {
    margin: 0;
  }
}
.featured-bar .rating-websites {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .featured-bar .rating-websites {
    max-width: 50%;
    flex: 0 0 50%;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .featured-bar .rating-websites {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}
.featured-bar .rating__col {
  text-align: center;
}
@media (max-width: 576px) {
  .featured-bar .rating__col {
    flex: 0 0 50%;
  }
}
.featured-bar .rating__provider {
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .featured-bar .rating__provider {
    font-size: 1rem;
  }
}
.featured-bar .rating__count {
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .featured-bar .rating__count {
    font-size: 14px;
  }
}
.featured-bar .rating__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.featured-bar .rating__star {
  display: inline-block;
}
.featured-bar .rating__star img {
  max-width: 24px;
  width: 100%;
}

.banner-badge {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
  display: inline-flex;
  background-color: #1c4456;
  padding: 6px clamp(1rem, 1.5vw, 1.5rem);
  height: 50px;
  position: relative;
  margin-left: 2rem;
  align-items: center;
}
@media (max-width: 1380px) {
  .banner-badge {
    height: 42px;
  }
}
.banner-badge::before, .banner-badge::after {
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  border-width: 25px 0 25px 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1380px) {
  .banner-badge::before, .banner-badge::after {
    border-width: 20px 0 22px 20px;
  }
}
.banner-badge:before {
  left: -25px;
  border-color: #1c4456 transparent;
}
@media (max-width: 1380px) {
  .banner-badge:before {
    left: -20px;
  }
}
.banner-badge:after {
  right: -25px;
  border-color: transparent #1c4456;
}
@media (max-width: 1380px) {
  .banner-badge:after {
    right: -20px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.faq-listing .faq {
  padding: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.faq-listing .faq__triger {
  position: relative;
  text-transform: capitalize;
  font-size: 1.125rem;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  padding-right: 40px;
}
.faq-listing .faq__triger h5,
.faq-listing .faq__triger .faq-title,
.faq-listing .faq__triger .h5 {
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .faq-listing .faq__triger h5,
  .faq-listing .faq__triger .faq-title,
  .faq-listing .faq__triger .h5 {
    font-size: 1rem;
  }
}
.faq-listing .faq__triger:after, .faq-listing .faq__triger:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  height: 3px;
  width: 18px;
  background: #000;
  transition: 0.3s ease-in-out all;
}
@media (max-width: 1199px) {
  .faq-listing .faq__triger:after, .faq-listing .faq__triger:before {
    height: 2px;
    width: 16px;
    top: 12px;
    right: 5px;
  }
}
.faq-listing .faq__triger:before {
  transform: rotate(90deg);
}
.faq-listing .faq__triger.active::before {
  transform: rotate(0deg);
}
@media (min-width: 1199px) {
  .faq-listing .faq__triger.active h5,
  .faq-listing .faq__triger.active .faq-title,
  .faq-listing .faq__triger.active .h5 {
    padding: 1rem 2.2rem 0 2.2rem;
  }
}
.faq-listing .faq__data {
  padding: 1rem 2.2rem;
  display: none;
}
@media (max-width: 1199px) {
  .faq-listing .faq__data {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq-listing .faq__data p + p {
  margin-top: 1rem;
}
.faq-listing .faq__data .text-link {
  color: #2cbed2;
  text-decoration: underline;
  font-weight: 600;
}
.faq-listing .faq__data .text-link:hover {
  text-decoration: none;
}
.faq-listing .faq .list li {
  font-size: 1rem;
}
.faq-listing .list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  list-style-type: disc;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}

.section.aos {
  overflow: hidden;
}

.section__footer {
  margin-top: 2rem;
}
.section__footer .cta {
  text-align: center;
}
.section__footer .cta h5 {
  font-weight: 500;
  margin-bottom: 1rem;
}

mark {
  background-color: rgba(44, 190, 210, 0.3);
  padding: 1px 4px;
}

.cms .heading--small {
  color: #2cbed2;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  font-size: calc(112.5% + 0.04vw);
}

.header:not(.js--scrolled) .brand svg .cls-6 {
  fill: #2cbed2;
}
.header:not(.js--scrolled) .brand svg .cls-3 {
  fill: #1f1a17;
}
@media screen and (min-width: 1200px) {
  .header:not(.js--scrolled) a.header-btn:hover {
    background-color: #0d7d8b;
    color: #fff;
    border-color: #0d7d8b;
  }
}
.header:not(.js--scrolled) .header-navigation > ul > li > a:not(.header-btn) {
  color: #000;
}

.banner {
  position: relative;
  background-color: #fff;
  color: #000;
}
.banner .btn {
  margin-top: clamp(2rem, 3vw, 3rem);
}
@media (min-width: 992px) {
  .banner:after {
    position: absolute;
    content: "";
    background-color: #e9f0ff;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
  }
}
.banner__content {
  margin: 0;
}
@media (min-width: 992px) {
  .banner__content {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.banner__content h1 {
  color: #000;
  font-weight: 600;
  margin-bottom: 2rem;
}
.banner__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: clamp(34.375rem, 53.664vw + 1.103rem, 65.5rem);
}
@media (max-width: 991px) {
  .banner__image {
    display: none;
  }
}
.banner .count-wrap {
  display: flex;
  gap: 1rem;
  margin-top: clamp(2rem, 3vw, 3rem);
}
@media (max-width: 991px) {
  .banner .count-wrap {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .banner .count-wrap {
    flex-wrap: wrap;
  }
}
.banner .count-item {
  display: flex;
  flex-direction: column;
}
.banner .count-item:hover .count__num {
  transform: scale(1.1);
  color: #2cbed2;
}
.banner .count__num {
  font-size: clamp(1.375rem, 0.625vw + 1.25rem, 2rem);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .banner .count__num {
    margin-bottom: 0.5rem;
  }
}
.banner .count__label {
  font-size: 14px;
}

.featured-bar {
  border-top: solid 1px #dee2e6;
}

@media (max-width: 767px) {
  .swiper-cards {
    width: 100%;
    height: 100%;
  }
  .swiper-cards:not(.swiper-initialized) {
    visibility: hidden;
  }
  .swiper-card {
    max-width: 60rem !important;
    flex: none;
    width: 80% !important;
    transition: all 0.5s, transform 0.4s;
    height: auto !important;
    display: flex !important;
  }
  .swiper-slide-inactive .steps-card {
    background-color: #2cbed2;
    color: #fff;
  }
}
.steps-card-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(1rem, 2vw, 2rem);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .steps-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.steps-card-wrap .swiper-card:nth-of-type(4) .steps-card {
  position: relative;
}
.steps-card-wrap .swiper-card:nth-of-type(4) .steps-card:hover {
  color: #fff;
}
.steps-card-wrap .swiper-card:nth-of-type(4) .steps-card:hover .card-bg {
  background-color: #1c4456;
}
.steps-card-wrap .swiper-card:nth-of-type(4) .steps-card .card-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.steps-card {
  background-color: #f5f6f7;
  border-radius: 6px;
  text-align: center;
  padding: clamp(1.5rem, 3.5vw + 0.8rem, 5rem) clamp(0.875rem, 0.688vw + 0.738rem, 1.563rem) clamp(1.25rem, 2.5vw + 0.75rem, 3.75rem);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .steps-card {
    height: 100%;
  }
  .steps-card:hover .step-count {
    background-color: #2cbed2;
    color: #fff;
  }
}
.steps-card .btn {
  font-size: 16px;
  width: max-content;
  margin: 0.5rem auto 0;
  min-width: auto;
  padding: 0.8rem 1.2rem;
}
@media (max-width: 767px) {
  .steps-card {
    border: 1px solid #fff;
    background-color: #1c4456;
    color: #fff;
  }
}
.steps-card .step-count {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d3d8dc;
  padding: 8px 16px;
  border-radius: 6px 0px 6px 0px;
  font-size: 14px;
  font-weight: 600;
  color: #373a3d;
  transition: all 0.3s ease-in-out;
}
.steps-card .card-media img {
  margin: 0 auto;
  aspect-ratio: 414/373;
  object-fit: contain;
}
.steps-card .card-body {
  margin-top: 2rem;
  flex: 1;
}
.steps-card h6,
.steps-card .h6 {
  display: block;
  font-size: clamp(1.125rem, 0.5vw + 1.075rem, 1.375rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.steps-card h6 span,
.steps-card .h6 span {
  display: block;
  font-size: clamp(1.125rem, 1.625vw + 0.8rem, 2.75rem);
}
.steps-card p {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  transition: all 0.2s ease-in-out;
}

.technology-experts {
  overflow: hidden;
}
@media (min-width: 992px) {
  .technology-experts {
    background: linear-gradient(90deg, rgb(0, 13, 39) 50%, rgb(1, 28, 86) 50%);
    padding: 4rem 0;
  }
}
@media (max-width: 991px) {
  .technology-experts > .container {
    display: contents;
  }
}
@media (min-width: 992px) {
  .technology-experts--wrap {
    display: flex;
  }
}
.technology-experts__card {
  z-index: 1;
  color: #fff;
  /* keyframe animation */
}
@media (min-width: 992px) {
  .technology-experts__card {
    max-width: 50%;
  }
  .technology-experts__card > .container {
    display: contents;
  }
}
@media (max-width: 991px) {
  .technology-experts__card {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .technology-experts__card:nth-child(1) {
    padding-inline-end: 4rem;
  }
}
@media (max-width: 991px) {
  .technology-experts__card:nth-child(1) {
    background-color: #000d27;
  }
}
@media (min-width: 992px) {
  .technology-experts__card:nth-child(2) {
    padding-inline-start: 4rem;
  }
}
@media (max-width: 991px) {
  .technology-experts__card:nth-child(2) {
    background-color: #011c56;
  }
}
.technology-experts__card .h5 {
  color: inherit;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: block;
}
.technology-experts__card .h5:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 48px;
  background-color: #5086fb;
  left: 0;
  top: -8px;
}
.technology-experts__card .tech-logos {
  margin: 0px auto;
  max-width: 650px;
  aspect-ratio: 1/1;
  position: relative;
}
.technology-experts__card .tech-logos .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 2px solid #1d5298;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: Rotate 20s linear infinite;
}
.technology-experts__card .tech-logos .icon-block {
  width: clamp(5rem, 2.5vw + 4.5rem, 7.5rem);
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.technology-experts__card .tech-logos .icon-block img {
  max-width: clamp(2.5rem, 2.5vw + 2rem, 5rem);
  animation: Rotate-reverse 20s linear infinite;
}
.technology-experts__card .tech-logos .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.technology-experts__card .tech-logos .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.technology-experts__card .tech-logos .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.technology-experts__card .tech-logos .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.technology-experts__card .tech-logos .icon-block:nth-child(5) {
  top: 85%;
  left: 85%;
  transform: translate(-50%, -50%);
}
.technology-experts__card .tech-logos .icon-block:nth-child(6) {
  top: 15%;
  left: 85%;
  transform: translate(-50%, -50%);
}
.technology-experts__card .tech-logos .icon-block:nth-child(7) {
  top: 85%;
  left: 15%;
  transform: translate(-50%, -50%);
}
.technology-experts__card .tech-logos .icon-block:nth-child(8) {
  top: 15%;
  left: 15%;
  transform: translate(-50%, -50%);
}
.technology-experts__card .tech-logos .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.technology-experts__card .tech-logos .center-logo img {
  max-width: clamp(9.375rem, 3.125vw + 8.75rem, 12.5rem);
}
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}
.technology-experts__card .card-media {
  margin: 3rem auto;
  display: block;
  max-width: 700px;
  aspect-ratio: 1/1;
}
.technology-experts__card ul {
  border-top: 2px solid #154a8f;
  padding: 3rem 0;
}
.technology-experts__card ul li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 16px;
}
.technology-experts__card ul li:not(:last-child) {
  margin-bottom: 1.3rem;
}
.technology-experts__card ul li img {
  max-width: 24px;
  flex: 0 0 24px;
}

.services-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
}
@media (max-width: 1200px) {
  .services-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .services-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services-wrap .service-card {
  padding: clamp(1.5rem, 2vw, 2rem) clamp(0.8rem, 2vw, 2rem);
  background-color: #2b3d3e;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .services-wrap .service-card:nth-of-type(14), .services-wrap .service-card:nth-of-type(13), .services-wrap .service-card:nth-of-type(12), .services-wrap .service-card:nth-of-type(5), .services-wrap .service-card:nth-of-type(8) {
    display: none;
  }
}
.services-wrap .service-card .svg {
  fill: #fff;
  height: clamp(2.25rem, 1vw + 2.05rem, 3.25rem);
  width: clamp(2.25rem, 1vw + 2.05rem, 3.25rem);
}
.services-wrap .service-card .h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 1rem;
}
.services-wrap .service-card .btn {
  margin-top: 1rem;
  min-width: auto;
  padding: 0.5rem clamp(1rem, 1.5vw, 1.5rem);
  font-size: 16px;
}

.stack-logos {
  position: relative;
}
.stack-logos:after {
  content: "";
  background: linear-gradient(90deg, rgba(26, 86, 88, 0) 0%, rgb(255, 255, 255) 100%);
  width: 10%;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 1;
}
.stack-logos:before {
  content: "";
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(26, 86, 88, 0) 100%);
  width: 10%;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 1;
}
.stack-logos .stack-item {
  margin: 1rem;
  text-align: center;
}
.stack-logos .stack-item .tech-icon {
  background-color: #fff;
  border-radius: 15px;
  aspect-ratio: 1/1;
  width: clamp(5.625rem, 1.875vw + 5.25rem, 7.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.stack-logos .stack-item .tech-icon img {
  max-width: clamp(3.375rem, 1.625vw + 3.05rem, 5rem);
}
.stack-logos .stack-item span {
  font-weight: 500;
  font-size: clamp(0.938rem, 0.188vw + 0.9rem, 1.125rem);
}

.section--fatbit .section__header {
  transition: transform 0.4s ease;
}
.section--fatbit .slide-transform {
  transform: translateY(10px); /* Adjust value as needed */
}
.section--fatbit .toggle-flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.section--fatbit .toggle-switch {
  position: relative;
  display: inline-block;
  max-width: 65px;
  flex: 0 0 65px;
  height: 40px;
}
.section--fatbit .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.section--fatbit .toggle-switch input:checked + .toggle-slider {
  background: linear-gradient(18deg, rgb(123, 182, 218) 0%, rgb(65, 139, 219) 24%, rgb(229, 106, 191) 89%);
}
.section--fatbit .toggle-switch input:checked + .toggle-slider:before {
  transform: translate(27px, -50%);
}
.section--fatbit .toggle-switch--image {
  display: block;
  max-width: 600px;
  aspect-ratio: 1/1;
  margin-left: auto;
  border-radius: 6px;
  padding: 1rem;
  border: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .section--fatbit .toggle-switch--image {
    margin-top: 2rem;
  }
}
.section--fatbit .toggle-switch--image img {
  border-radius: 6px;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  object-fit: cover;
}
.section--fatbit .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(18deg, rgb(159, 159, 159) 32%, rgb(171, 171, 171) 51%, rgb(143, 143, 143) 78%);
  transition: 0.4s;
  border-radius: 34px;
}
.section--fatbit .toggle-slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.section--fatbit .section__header {
  margin-bottom: clamp(0rem, 2vw, 2rem);
}
.section--fatbit .section__header p {
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
.section--fatbit .fatbit-owner {
  transition: transform 0.3s ease-in-out;
}
.section--fatbit .fatbit-owner picture {
  margin-bottom: 1rem;
  display: block;
}
.section--fatbit .fatbit-owner .name {
  font-size: 22px;
  font-weight: 600;
}
.section--fatbit .fatbit-owner .company-name {
  font-size: 16px;
  font-weight: 500;
}
.section--fatbit #toggleHeading,
.section--fatbit #toggleDesc {
  transition: opacity 1 ease-in-out;
}
.section--fatbit #toggleImage {
  transition: opacity 1s ease-in-out;
}

.sticky-cards .cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.sticky-cards .card {
  position: sticky;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin: 0 auto;
}
.sticky-cards .card__inner {
  will-change: transform, filter;
  background: white;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 0.35);
  padding: clamp(1rem, 2.75vw + 0.45rem, 3.75rem);
}
@media (max-width: 991px) {
  .sticky-cards .card__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.sticky-cards .card__image-container {
  aspect-ratio: 1.6;
}
@media (min-width: 992px) {
  .sticky-cards .card__image-container {
    max-width: 45%;
    flex: 0 0 45%;
  }
}
.sticky-cards .card__image-container img {
  aspect-ratio: 1.6;
}
@media (min-width: 992px) {
  .sticky-cards .card__content {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.sticky-cards .card__title {
  padding: 0;
  margin: 0;
  font-size: clamp(1.25rem, 2vw + 0.85rem, 3.25rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.sticky-cards .card__description {
  line-height: 1.4;
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
}

.section--cta {
  background-color: #132729;
  color: #fff;
  padding: calc(1.4rem + 2.75vw) 0 !important;
}
.section--cta .cta-wrap {
  border: 0;
  gap: clamp(2rem, 4vw, 4rem);
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section--cta .cta-wrap {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.section--cta .cta-heading {
  font-size: calc(112.5% + 0.75vw);
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

.work {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
@media (max-width: 1199px) {
  .work {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    margin: 0 -1rem;
    padding-bottom: 10px;
    grid-gap: 0;
  }
}
@media (max-width: 1199px) {
  .work__card {
    max-width: 290px;
    flex: 0 0 290px;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .work__card {
    max-width: 85%;
    flex: 0 0 85%;
  }
}
.work__card:hover .work__image img {
  transform: scale(1.2);
}
.work__detail h5,
.work__detail .h5 {
  font-weight: 600;
}
.work__detail p {
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
}
.work__image {
  margin-bottom: 2rem;
  display: block;
  overflow: hidden;
}
.work__image img {
  transition: all 0.4s ease-in-out;
}
.work .textlink {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.work .text-link {
  display: inline-block;
  font-size: 18px;
  color: #000;
  padding-bottom: 4px;
  position: relative;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .work .text-link {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.work .text-link:hover {
  color: #2cbed2;
}

.package-tabs {
  display: flex;
  justify-content: center;
  position: sticky;
  z-index: 9;
  margin-bottom: 1.2rem;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #1c4456;
}
@media (min-width: 768px) {
  .package-tabs {
    display: none;
  }
}
.package-tabs .tab-item {
  flex: 1;
}
.package-tabs .tab-item.active .tab-link {
  background-color: #1c4456;
  color: #fff;
}
.package-tabs .tab-item:not(:last-child) .tab-link {
  border-right: 1px solid #1c4456;
}
.package-tabs .tab-link {
  padding: 12px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .package-tabs .tab-link {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .packages-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .packages-wrap {
    grid-template-columns: repeat(3, 480px);
    overflow-x: auto;
  }
}
.packages-wrap .package {
  display: flex;
  flex-direction: column;
  padding: clamp(1rem, 2.75vw + 0.45rem, 3.75rem);
  border: 1px solid rgba(112, 112, 112, 0.6);
  border-radius: 6px;
}
@media (min-width: 768px) {
  .packages-wrap .package:hover {
    border-color: #1c4456;
  }
  .packages-wrap .package:hover .btn {
    background-color: #1c4456;
    border-color: #1c4456;
  }
  .packages-wrap .package:hover .btn:hover {
    color: #1c4456;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .packages-wrap .package {
    border-color: #1c4456;
  }
}
.packages-wrap .package-head {
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 2rem;
}
.packages-wrap .package-head h5,
.packages-wrap .package-head .h5 {
  font-size: clamp(1.375rem, 1.125vw + 1.15rem, 2.5rem);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.packages-wrap .package-head p {
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
  font-weight: 400;
}
.packages-wrap .package-body {
  margin-bottom: 1rem;
}
.packages-wrap .package-body h6,
.packages-wrap .package-body .h6 {
  display: block;
  font-weight: 600;
  color: #000000;
}
.packages-wrap .package-body .features-list li {
  font-size: 14px;
  font-weight: 500;
}
.packages-wrap .package-body .features-list li::before {
  top: 4px;
}
.packages-wrap .package-footer {
  margin-top: auto;
}
.packages-wrap .package-footer .btn {
  border-radius: 6px;
  display: block;
}

/*# sourceMappingURL=hire-dedicated-developers.css.map */
