/* Sets the encoding of the style sheet to Unicode UTF-8. Don't move it. */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// GLOBALS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// VARIABLES AND MIXINS
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Inherit parent theme
----------------------------------------
////////////////////////////////////// */
/* Paths
----------------------------------------
////////////////////////////////////// */
/* Grid settings
----------------------------------------
////////////////////////////////////// */
/* Flex Utilities
----------------------------------------
////////////////////////////////////// */
/* Core
----------------------------------------
////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/* Patterns
----------------------------------------
////////////////////////////////////// */
.arrow-link {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.arrow-link .link-arrow path {
  stroke: currentColor;
}

.prefix {
  background-color: #d2d6dc !important;
  color: black !important;
}

/* Buttons
----------------------------------------
////////////////////////////////////// */
.btn-1,
.btn-2,
.btn-3,
.btn-4,
.btn-5 {
  font-weight: 400;
  padding: 12px 24px;
}
.btn-1::before, .btn-1::after,
.btn-2::before,
.btn-2::after,
.btn-3::before,
.btn-3::after,
.btn-4::before,
.btn-4::after,
.btn-5::before,
.btn-5::after {
  content: none;
}

/* Carousels
----------------------------------------
////////////////////////////////////// */
@media (min-width: 1199.6px) {
  body .testimonial_buttons {
    display: flex;
    gap: 15px;
  }
}
body .flickity-prev-next-button, body .testimonial-prev, body .testimonial-next, body .light-style .flickity-prev-next-button, body .light-style .testimonial-prev, body .light-style .testimonial-next {
  background-color: transparent;
  border: 1px solid black;
  color: black;
  height: 58px;
}
body .flickity-prev-next-button:hover, body .testimonial-prev:hover, body .testimonial-next:hover {
  border-color: var(--color-1);
  background-color: var(--color-1);
}
body .flickity-prev-next-button.previous, body .testimonial-prev, body .light-style .flickity-prev-next-button.previous, body .light-style .testimonial-prev {
  border-radius: 50%;
  background-image: url(../../../sayari/assets/icons/arrow-left-dark.svg);
}
body .flickity-prev-next-button.previous:hover, body .testimonial-prev:hover {
  background-image: url(../../../sayari/assets/icons/arrow-left.svg);
}
body .flickity-prev-next-button.next, body .testimonial-next, body .light-style .flickity-prev-next-button.next, body .light-style .testimonial-next {
  border-radius: 50%;
  background-image: url(../../../sayari/assets/icons/arrow-right-dark.svg);
}
body .flickity-prev-next-button.next:hover, body .testimonial-next:hover {
  background-image: url(../../../sayari/assets/icons/arrow-right.svg);
}
body .dark-style .flickity-prev-next-button:not(:hover), body .dark-style .testimonial-prev:not(:hover), body .dark-style .testimonial-next:not(:hover) {
  border-color: white;
}
body .dark-style .flickity-prev-next-button.previous, body .dark-style .testimonial-prev {
  background-image: url(../../../sayari/assets/icons/arrow-left.svg);
}
body .dark-style .flickity-prev-next-button.next, body .dark-style .testimonial-next {
  background-image: url(../../../sayari/assets/icons/arrow-right.svg);
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// FLEX
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.justify-content-start {
  justify-content: flex-start;
}

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480.6px) {
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 834.6px) {
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1199.6px) {
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1360.6px) {
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1660.6px) {
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .align-content-xxl-around {
    align-content: space-around;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-baseline {
    align-self: baseline;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
}
@media (min-width: 2560px) {
  .justify-content-huge-start {
    justify-content: flex-start;
  }
  .justify-content-huge-end {
    justify-content: flex-end;
  }
  .justify-content-huge-center {
    justify-content: center;
  }
  .justify-content-huge-between {
    justify-content: space-between;
  }
  .justify-content-huge-around {
    justify-content: space-around;
  }
  .justify-content-huge-evenly {
    justify-content: space-evenly;
  }
  .align-items-huge-start {
    align-items: flex-start;
  }
  .align-items-huge-end {
    align-items: flex-end;
  }
  .align-items-huge-center {
    align-items: center;
  }
  .align-items-huge-baseline {
    align-items: baseline;
  }
  .align-items-huge-stretch {
    align-items: stretch;
  }
  .align-content-huge-start {
    align-content: flex-start;
  }
  .align-content-huge-end {
    align-content: flex-end;
  }
  .align-content-huge-center {
    align-content: center;
  }
  .align-content-huge-between {
    align-content: space-between;
  }
  .align-content-huge-around {
    align-content: space-around;
  }
  .align-content-huge-stretch {
    align-content: stretch;
  }
  .align-self-huge-auto {
    align-self: auto;
  }
  .align-self-huge-start {
    align-self: flex-start;
  }
  .align-self-huge-end {
    align-self: flex-end;
  }
  .align-self-huge-center {
    align-self: center;
  }
  .align-self-huge-baseline {
    align-self: baseline;
  }
  .align-self-huge-stretch {
    align-self: stretch;
  }
}
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// GRID
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
/* Row / Col base
----------------------------------------
////////////////////////////////////// */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 24px;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

/* Gutter utilities
----------------------------------------
////////////////////////////////////// */
.g-0 {
  gap: 0px;
}

/*
    // Horizontal only
    .gx-0 {
        column-gap: $v;
    }

    // Vertical only
    .gy-0 {
        row-gap: $v;
    }
*/
.g-1 {
  gap: 8px;
}

/*
    // Horizontal only
    .gx-1 {
        column-gap: $v;
    }

    // Vertical only
    .gy-1 {
        row-gap: $v;
    }
*/
.g-2 {
  gap: 16px;
}

/*
    // Horizontal only
    .gx-2 {
        column-gap: $v;
    }

    // Vertical only
    .gy-2 {
        row-gap: $v;
    }
*/
.g-3 {
  gap: 24px;
}

/*
    // Horizontal only
    .gx-3 {
        column-gap: $v;
    }

    // Vertical only
    .gy-3 {
        row-gap: $v;
    }
*/
.g-4 {
  gap: 32px;
}

/*
    // Horizontal only
    .gx-4 {
        column-gap: $v;
    }

    // Vertical only
    .gy-4 {
        row-gap: $v;
    }
*/
.g-5 {
  gap: 48px;
}

/*
    // Horizontal only
    .gx-5 {
        column-gap: $v;
    }

    // Vertical only
    .gy-5 {
        row-gap: $v;
    }
*/
/* Generate grid classes for each breakpoint
----------------------------------------
////////////////////////////////////// */
.col {
  flex: 1 0 0%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480.6px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 834.6px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1199.6px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1360.6px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1660.6px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 2560px) {
  .col-huge {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-huge-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-huge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-huge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-huge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-huge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-huge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-huge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-huge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-huge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-huge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-huge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-huge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-huge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// HEADER
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.header-main {
  background: white !important;
  border-bottom: 2px solid black;
}

/* Left side nav
----------------------------------------
////////////////////////////////////// */
.header-main {
  top: 0;
}
.header-main #primary-menu, .header-main[stuck] #primary-menu {
  margin-block: 0;
  margin: 0;
}
.admin-bar .header-main, .admin-bar .header-main[stuck] {
  margin: 0;
  padding: 0;
  top: 32px;
}
.header-main a, .header-main img {
  display: block;
}
.header-main .header-top .menu-secondary-container li.is-button {
  display: none;
}
@media (max-width: 1199.5px) {
  .header-main .header-top {
    display: none;
  }
}
@media (min-width: 1199.6px) {
  .header-main .header-bottom .menu-secondary-container li:not(.is-button) {
    display: none;
  }
}
@media (max-width: 1199.5px) {
  .header-main .header-bottom {
    height: 100%;
  }
}
@media (min-width: 1199.6px) {
  .header-main .navs_wrapper {
    display: flex !important;
  }
}
.header-main .navs_wrapper button.sub-menu-trigger {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  display: inline-flex;
  width: auto;
  min-width: none;
}

@media (min-width: 1199.6px) {
  .primary-navigation #primary-menu {
    margin: 0;
  }
  .primary-navigation #primary-menu > li a {
    font-weight: 400;
    font-size: 16px;
  }
  .primary-navigation #primary-menu ul.sub-menu {
    background-color: var(--color-2);
    padding: 10px;
    display: flex !important;
  }
  .primary-navigation #primary-menu ul.sub-menu li a {
    color: white;
    border-radius: 4px;
    padding: 10px 14px;
  }
  .primary-navigation #primary-menu ul.sub-menu li a:hover {
    background: var(--color-1);
    color: white;
  }
}

/* Right side nav
----------------------------------------
////////////////////////////////////// */
@media (min-width: 1199.6px) {
  #secondary-menu li a {
    font-size: 14px;
  }
}
#secondary-menu li.is-button a {
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-2);
}
#secondary-menu li.is-button a:hover {
  background-color: var(--color-1);
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// FOOTER
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
footer.site-footer {
  background-color: var(--color-2);
  color: white;
}
footer.site-footer a {
  color: inherit;
}
footer.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.site-footer ul, footer.site-footer .footer_title {
  font-size: 14px;
}
footer.site-footer .footer_logo {
  max-width: 120px;
}
footer.site-footer .footer_description {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66;
  margin-bottom: 32px;
}
@media (max-width: 480.5px) {
  footer.site-footer .footer_description {
    margin-bottom: 0;
  }
}
footer.site-footer .footer_title {
  font-weight: 500;
}
footer.site-footer .footer_socials {
  display: flex;
  gap: 16px;
  padding-top: var(--space-4);
  justify-content: flex-end;
}
footer.site-footer .footer_socials .social_link {
  opacity: 0.7;
}
footer.site-footer .footer_socials .social_link:hover {
  opacity: 1;
}
footer.site-footer .footer_socials img {
  height: 20px;
  width: auto;
  object-fit: contain;
}
footer.site-footer .hbspt-form {
  position: relative;
}
footer.site-footer .hbspt-form .input input {
  border: none;
  border-radius: 0;
  height: 48px;
  background: #BFBFBF;
  border-radius: 0;
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  padding: 16px;
}
footer.site-footer .hbspt-form .input input:focus {
  outline: none;
}
footer.site-footer .hbspt-form .hs-error-msgs {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
footer.site-footer .hbspt-form .hs-error-msgs label {
  font-size: 13px;
  color: #eb5757;
  font-weight: 300;
}
footer.site-footer .hbspt-form .hs_submit {
  position: absolute;
  top: 0;
  right: 0;
}
footer.site-footer .hbspt-form .hs_submit input {
  background-image: url(../../../sayari/assets/icons/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 16px;
  background-color: transparent;
  font-size: 0;
  height: 48px;
  width: 48px;
  border: none;
  border-radius: inherit;
  cursor: pointer;
  transition: var(--st);
}
footer.site-footer .hbspt-form .hs_submit input:hover {
  background-position: center right 14px;
}

.text-expand {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0;
  line-height: 1;
  gap: 8px;
  transition: all 1s ease-in-out;
}
.text-expand svg {
  max-width: 100%;
  height: auto;
}
.text-expand.is--inview {
  width: 100%;
  max-width: 100%;
}

/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
// Hero Extended - blocks/main/hero-extended.php
////////////////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.st_hero_extended {
  text-align: center;
  display: flex;
  justify-content: center;
}
.st_hero_extended .st_hero_inner {
  display: block;
  max-width: 75%;
  flex: 0 0 75%;
}
.st_hero_extended .hero_text_wrap {
  max-width: 75%;
  margin: auto;
}

body h1 span, body h2 span, body h3 span, body h4 span, body h5 span, body h6 span,
body .st_hero .hero_title span,
body .st_hero_extended .hero_title span {
  font-weight: inherit;
  background: linear-gradient(90deg, #124B83 30.29%, #2085E9 97.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .st_hero.light-blue, body .st_hero.light-green, body .st_hero.light-yellow {
  background-color: transparent !important;
}
body .st_features_animation_box {
  background: var(--gray) !important;
}
body .st_features_animation_tag {
  background: var(--color-2) !important;
  color: white !important;
}
body .st_info_boxes .st_col_grid .ib_button path {
  stroke: currentColor;
}
body .st_info_boxes.style-2 .st_ib_text strong {
  color: var(--color-1);
}
body .st_info_boxes.style-7 .st_ib_title {
  color: var(--color-1);
}
body .st_info_boxes.style-9 {
  background: var(--gray);
}
body .st_block .st_section_inner .left,
body .st_block .st_section_inner .right {
  background-color: transparent !important;
}
body .wp-block-column.has-background,
body .post_hero,
body .st_simple_accordion.style-2 .st_simple_accordion-item.open,
body .st_animation_accordion_box,
body .st_about_carousel,
body .st_press_releases,
body .st_inner_form {
  background-color: var(--gray) !important;
  background-image: none;
}
body .st_cta_track {
  background-color: transparent !important;
}