@charset "UTF-8";
:root {
    --color-primary: #4e2a84;
    --color-primary-darker: #40226d;
    --color-primary-lighter: #6d4699;
    --color-primary-border: #5b3b8c;
    --color-secondary: #80cfcd;
    --color-secondary-darker: #5cc1be;
    --color-secondary-lighter: #82dad5;
    --color-secondary-light: #a6dddc;
    --color-secondary-lavender: #e4e0ee;
    --color-secondary-languid: #ccc4df;
    --color-secondary-mountain: #8c769e;
    --color-secondary-purple: #9380b6;
    --color-extra-base: #1d0235;
    --color-extra-links: #4e2a84;
    --color-extra-black: #000000;
    --color-extra-white: #ffffff;
    --color-extra-ghost-white: #f6f4f9;
    --color-extra-gray-dim: #666666;
    --color-extra-gray-light: #d8d6d6;
    --color-extra-jet: #333333;
    --color-extra-quick-silver: #a7a7a7;
    --color-extra-error: #ed474a;
    --color-extra-success: #2ba249;
    --color-extra-warning: #e28413;
    --color-extra-info: #1d0235;
    --color-extra-banner: #ece83f;
    --color-extra-light-bg: #f7f6fa;
    --color-social-facebook: #3b5998;
    --color-social-twitter: #55acee;
    --color-social-youtube: #cd201f;
    --color-social-instagram: #c13584;
    --color-social-linkedin: #0077b5;
    --color-social-whatsapp: #25d366;
    --color-social-viber: #8f5db7;
    --base-font-family: AkkuratPro, sans-serif;
    --base-font-weight: 500;
    --base-font-size: 1.8rem;
    --base-line-height: 1.5;
    --headings-font-family: NotoSerif, serif;
    --headings-font-weight: 700;
    --headings-line-height: 1.35;
    --page-width: 1440px;
}

.--testimonial hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.--testimonial pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
.--testimonial a {
    background-color: transparent;
}
.--testimonial abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
.--testimonial b,
.--testimonial strong {
    font-weight: bolder;
}
.--testimonial code,
.--testimonial kbd,
.--testimonial samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
.--testimonial small {
    font-size: 80%;
}
.--testimonial sub,
.--testimonial sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.--testimonial sub {
    bottom: -0.25em;
}
.--testimonial sup {
    top: -0.5em;
}
.--testimonial img {
    border-style: none;
}
/*.--testimonial button,*/
/*.--testimonial input,*/
/*.--testimonial optgroup,*/
/*.--testimonial select,*/
/*.--testimonial textarea {*/
/*    font-family: inherit;*/
/*    font-size: 100%;*/
/*    line-height: 1.15;*/
/*    margin: 0;*/
/*}*/
.--testimonial button,
.--testimonial input {
    overflow: visible;
}
.--testimonial button,
.--testimonial select {
    text-transform: none;
}
.--testimonial [type="button"],
.--testimonial [type="reset"],
.--testimonial [type="submit"],
.--testimonial button {
    -webkit-appearance: button;
}
.--testimonial [type="button"]::-moz-focus-inner,
.--testimonial [type="reset"]::-moz-focus-inner,
.--testimonial [type="submit"]::-moz-focus-inner,
.--testimonial button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
.--testimonial [type="button"]:-moz-focusring,
.--testimonial [type="reset"]:-moz-focusring,
.--testimonial [type="submit"]:-moz-focusring,
.--testimonial button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.--testimonial ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
.--testimonial details {
    display: block;
}
.--testimonial summary {
    display: list-item;
}
.--testimonial template {
    display: none;
}
.--testimonial [hidden] {
    display: none;
}
.--testimonial blockquote,
.--testimonial dd,
.--testimonial dl,
.--testimonial fieldset,
.--testimonial figure,
.--testimonial h1,
.--testimonial h2,
.--testimonial h3,
.--testimonial h4,
.--testimonial h5,
.--testimonial h6,
.--testimonial hr,
.--testimonial legend,
.--testimonial ol,
.--testimonial p,
.--testimonial pre,
.--testimonial ul {
    margin: 0;
    padding: 0;
}
.--testimonial h1,
.--testimonial h2,
.--testimonial h3,
.--testimonial h4,
.--testimonial h5,
.--testimonial li,
.--testimonial p {
    word-break: break-word;
    -webkit-hyphens: none;
    hyphens: none;
}
.--testimonial li > ol,
.--testimonial li > ul {
    margin-bottom: 0;
}
.--testimonial table {
    border-collapse: collapse;
    border-spacing: 0;
}
.--testimonial fieldset {
    min-width: 0;
    border: 0;
}
.--testimonial button,
.--testimonial input,
.--testimonial optgroup,
.--testimonial select,
.--testimonial textarea {
    line-height: inherit;
}
.--testimonial button {
    color: inherit;
}
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    ::after,
    ::before {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
    }
}
.--testimonial button,
.--testimonial input[type="submit"] {
    border: 0;
    cursor: pointer;
    display: inline-block;
}
.--testimonial button:focus-visible,
.--testimonial input[type="submit"]:focus-visible {
    outline: 0;
}
.--testimonial hr {
    border: 0;
    border-bottom: 1px solid;
}
.--testimonial a {
    text-decoration: none;
    transition: 0.4s color;
}
.--testimonial a:not([class]) {
    color: var(--color-primary);
}
.--testimonial a:not([class]):active,
.--testimonial a:not([class]):hover {
    color: var(--color-primary-dark);
}
.--testimonial a:not([class]):focus {
    outline: 0;
}
.--testimonial a:not([class]):focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 5px;
}
.--testimonial .--dark a:focus-visible {
    outline: 2px solid var(--color-secondary);
    outline-offset: 5px;
}
.--testimonial img {
    font-style: italic;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.--testimonial svg {
    max-width: 100%;
    vertical-align: middle;
}



.--testimonial table {
    width: 100%;
}

.--testimonial h1,
.--testimonial h2,
.--testimonial h3 {
    font-family: var(--headings-font-family);
    font-weight: var(--headings-font-weight);
    line-height: var(--headings-line-height);
    margin-bottom: 0.25em;
}
.--testimonial h1 em,
.--testimonial h2 em,
.--testimonial h3 em {
    font-weight: 500;
    font-style: italic;
    color: var(--color-primary);
}
.--testimonial .u-h1,
.--testimonial h1 {
    font-size: clamp(3.2rem, 3.2rem + (1vw - 0.32rem) * 1.6071, 5rem);
    min-height: 0;
}
.--testimonial .u-h2,
.--testimonial h2 {
    font-size: clamp(3rem, 3rem + (1vw - 0.32rem) * 1.25, 4.4rem);
    min-height: 0;
}
.--testimonial .u-h3,
.--testimonial h3 {
    font-size: clamp(2.4rem, 2.4rem + (1vw - 0.32rem) * 0.5357, 3rem);
    min-height: 0;
}
.--testimonial .u-h3.--strong {
    font-family: var(--headings-font-family);
    font-weight: 700;
    line-height: var(--headings-line-height);
}
.--testimonial .u-h4,
.--testimonial h4 {
    font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.3571, 2.6rem);
    min-height: 0;
}
.o-block {
    padding: 2rem;
    border-style: solid;
    border-color: var(--color-secondary);
    position: relative;
}
.o-block.--top {
    border-width: 0.5rem 0.5rem 0 0.5rem;
}
@media (max-width: 575px) {
    .o-block.--top {
        border-width: 0.3rem 0.3rem 0 0.3rem;
    }
}
.o-block.--side {
    border-width: 0 0.5rem 0 0.5rem;
}
.o-block.--footer-top {
    padding: 10rem 2rem 28rem 2rem;
}
@media (min-width: 1025px) {
    .o-block.--footer-top {
        padding: 10rem 8rem 8rem 8rem;
    }
}
.o-block.--footer-main {
    padding: 6rem 2rem 2rem 2rem;
}
@media (max-width: 575px) {
    .o-block.--footer-main {
        border: none;
        padding: 4rem 0;
    }
}
@media (min-width: 1025px) {
    .o-block.--footer-main {
        padding: 6rem 8rem 2rem 8rem;
    }
}
.o-block__title {
    position: absolute;
    top: -1em;
    background: var(--color-extra-white);
    padding: 0.25em 0.5em;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: -2px;
}
@media (max-width: 575px) {
    .o-block__title {
        width: 100%;
    }
}
@media (min-width: 420px) {
    .o-block__title {
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 1023px) {
    .o-block__title {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 1025px) {
    .o-block__title {
        left: 6rem;
    }
}
.o-wrap,
.o-wrap-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
}
.o-wrap {
    max-width: var(--page-width);
}
.o-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -18px;
    margin-left: -18px;
}
[class*=" o-col"],
[class^="o-col"] {
    position: relative;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
}
.o-col {
    flex: 1 1 0;
    max-width: 100%;
}
.o-col-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
}
.o-col-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
}
.o-col-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
}
.o-col-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
.o-col-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
}
.o-col-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
}
.o-col-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
}
@media (min-width: 576px) {
    .o-col\@sm {
        flex: 1 1 0;
        max-width: 100%;
    }
    .o-col-3\@sm {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
    .o-col-4\@sm {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .o-col-5\@sm {
        flex: 0 0 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .o-col-6\@sm {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .o-col-7\@sm {
        flex: 0 0 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .o-col-8\@sm {
        flex: 0 0 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .o-col-9\@sm {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%;
    }
}
@media (min-width: 768px) {
    .o-col\@md {
        flex: 1 1 0;
        max-width: 100%;
    }
    .o-col-3\@md {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
    .o-col-4\@md {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .o-col-5\@md {
        flex: 0 0 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .o-col-6\@md {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .o-col-7\@md {
        flex: 0 0 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .o-col-8\@md {
        flex: 0 0 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .o-col-9\@md {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%;
    }
}
@media (min-width: 1024px) {
    .o-col\@lg {
        flex: 1 1 0;
        max-width: 100%;
    }
    .o-col-3\@lg {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
    .o-col-4\@lg {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .o-col-5\@lg {
        flex: 0 0 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .o-col-6\@lg {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .o-col-7\@lg {
        flex: 0 0 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .o-col-8\@lg {
        flex: 0 0 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .o-col-9\@lg {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%;
    }
}
@media (min-width: 1280px) {
    .o-col\@xl {
        flex: 1 1 0;
        max-width: 100%;
    }
    .o-col-3\@xl {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
    .o-col-4\@xl {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .o-col-5\@xl {
        flex: 0 0 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .o-col-6\@xl {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .o-col-7\@xl {
        flex: 0 0 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .o-col-8\@xl {
        flex: 0 0 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .o-col-9\@xl {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%;
    }
}
@media (min-width: 1440px) {
    .o-col\@xxl {
        flex: 1 1 0;
        max-width: 100%;
    }
    .o-col-3\@xxl {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
    .o-col-4\@xxl {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .o-col-5\@xxl {
        flex: 0 0 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .o-col-6\@xxl {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .o-col-7\@xxl {
        flex: 0 0 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .o-col-8\@xxl {
        flex: 0 0 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .o-col-9\@xxl {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%;
    }
}
.o-offset-1 {
    margin-left: 8.3333333333%;
}
.o-offset-2 {
    margin-left: 16.6666666667%;
}
@media (min-width: 576px) {
    .o-offset-1\@sm {
        margin-left: 8.3333333333%;
    }
    .o-offset-2\@sm {
        margin-left: 16.6666666667%;
    }
}
@media (min-width: 768px) {
    .o-offset-1\@md {
        margin-left: 8.3333333333%;
    }
    .o-offset-2\@md {
        margin-left: 16.6666666667%;
    }
}
@media (min-width: 1024px) {
    .o-offset-1\@lg {
        margin-left: 8.3333333333%;
    }
    .o-offset-2\@lg {
        margin-left: 16.6666666667%;
    }
}
@media (min-width: 1280px) {
    .o-offset-1\@xl {
        margin-left: 8.3333333333%;
    }
    .o-offset-2\@xl {
        margin-left: 16.6666666667%;
    }
}
@media (min-width: 1440px) {
    .o-offset-1\@xxl {
        margin-left: 8.3333333333%;
    }
    .o-offset-2\@xxl {
        margin-left: 16.6666666667%;
    }
}
.o-row--no-gutters,
.o-stack--no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.o-row--no-gutters > [class^="o-col"],
.o-stack--no-gutters > * {
    padding-right: 0;
    padding-left: 0;
}
.o-icon {
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: 1em;
    position: relative;
    pointer-events: none;
}

.o-section {
    padding-top: 10vmin;
    padding-bottom: 10vmin;
}
.o-section__title {
    text-transform: capitalize;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.o-section__title.--narrow {
    max-width: 60rem;
}
.o-section__title.--wide {
    max-width: 80rem;
}
.o-section__caption {
    font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1786, 2rem);
    min-height: 0;
    max-width: 76ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: var(--color-extra-jet);
}
.o-section__caption.--strong {
    font-size: clamp(2rem, 2rem + (1vw - 0.32rem) * 0.3571, 2.4rem);
    min-height: 0;
}

.o-section.--testimonial {
    background-color: var(--color-primary);
    background-image: url(../icon/bg-testimonial.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: var(--color-extra-white);
}
@media (max-width: 575px) {
    .o-section.--testimonial {
        background-image: url(../icon/bg-testimonial.svg);
    }
}
.o-section.--testimonial .o-section__title em {
    color: var(--color-secondary);
}

@media (max-width: 575px) {
    .c-testimonials__wrapper {
        position: relative;
        padding-top: 8rem;
    }
}
.c-testimonials__sliders {
    display: flex;
    flex-direction: row;
}
.c-testimonials__main-holder {
    position: relative;
    flex: 0 0 100%;
}
@media (max-width: 767px) {
    .c-testimonials__main-holder {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .c-testimonials__main-holder {
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .c-testimonials__main-holder {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1280px) {
    .c-testimonials__main-holder {
        flex: 0 0 32rem;
        max-width: 32rem;
    }
}


.c-testimonials__main-holder .swiper-slide {
    flex: 0 0 100%;
}
.c-testimonials__thumb-holder {
    overflow: hidden;
    position: relative;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .c-testimonials__thumb-holder {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .c-testimonials__thumb-holder {
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .c-testimonials__thumb-holder {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1280px) {
    .c-testimonials__thumb-holder {
        flex: 0 1 calc(100% - 32rem);
        max-width: calc(100% - 32rem);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .c-testimonials__thumb-holder .swiper-slide {
        flex: 0 1 calc(50% - 15px);
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .c-testimonials__thumb-holder .swiper-slide {
        flex: 0 0 calc(33.3333% - 15px);
    }
}
@media (min-width: 1280px) {
    .c-testimonials__thumb-holder .swiper-slide {
        flex: 0 0 calc(25% - 15px);
    }
}
.c-testimonials__thumbs {
    position: absolute;
}
@media (max-width: 767px) {
    .c-testimonials__thumbs {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .c-testimonials__thumbs {
        left: -100%;
        width: 200%;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .c-testimonials__thumbs {
        left: -50%;
        width: 150%;
    }
}
@media (min-width: 1280px) {
    .c-testimonials__thumbs {
        left: -33%;
        width: 133%;
    }
}
.c-testimonials__slides {
    width: 100%;
    position: relative;
}
.c-testimonials__slides .c-testimonials__slide {
    flex-shrink: 0;
    width: 100%;

}

.c-testimonials__aside {
    display: flex;
    align-items: flex-start;
}
@media (max-width: 575px) {
    .c-testimonials__aside {
        margin-top: -3.5rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .c-testimonials__aside {
        margin-top: -11.2rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .c-testimonials__aside {
        margin-top: -4rem;
    }
}
@media (max-width: 1279px) {
    .c-testimonials__aside {
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .c-testimonials__aside {
        margin-top: -3rem;
        margin-left: 4rem;
    }
}
.c-testimonials__quote {
    padding: 4rem 4rem 4rem 4rem;
    position: relative;
    border: 2px solid var(--color-extra-white);
    max-width: 1154px;
    overflow: hidden;
    background: linear-gradient(
            311.42deg,
            rgba(255, 255, 255, 0.95) 50.76%,
            rgba(255, 255, 255, 0.75) 100%
    );
    z-index: 10;
    /*pointer-events: none;*/
}
@media (max-width: 575px) {
    .c-testimonials__quote {
        padding: 2rem 2rem 4rem 2rem;
    }
    .--with-copy .c-testimonials__quote {
        padding-top: 8rem;
    }
}
@media (max-width: 767px) {
    .c-testimonials__quote {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 4rem;
    }
    .--with-copy .c-testimonials__quote {
        padding-top: 6rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .c-testimonials__quote {
        padding: 4rem;
    }
    .--with-copy .c-testimonials__quote {
        padding-top: 6rem;
    }
}
@media (min-width: 1024px) {
    .c-testimonials__quote {
        padding-right: 10rem;
    }
}
.c-testimonials__quote .c-testimonials__footprint {
    background: linear-gradient(90deg, #ccc4df 0, rgba(228, 224, 238, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    pointer-events: none;
}
@media (max-width: 1023px) {
    .c-testimonials__quote .c-testimonials__footprint {
        bottom: unset;
        top: 0;
    }
}
.c-testimonials__quote .c-testimonials__footprint p {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--color-extra-base);
    padding: 1rem 1rem 1rem 4rem;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .--with-copy .c-testimonials__quote .c-testimonials__footprint p {
        padding-left: 2rem;
    }
}
.c-testimonials__quote .c-testimonials__footprint p .o-icon {
    margin-right: 1rem;
    margin-top: -0.15em;
}
.c-testimonials__quote .c-testimonials__copy {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.c-testimonials__quote .c-testimonials__copy.is-visible {
    opacity: 1;
    height: auto;
    overflow: unset;
}
.c-testimonials__quote em {
    position: relative;
}
.c-testimonials__quote em b {
    font-weight: 700;
    color: var(--color-primary);
}
.c-testimonials__quote .c-testimonials__text {
    color: var(--color-extra-base);
    font-family: var(--headings-font-family);
    font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 1.25, 2.6rem);
    min-height: 0;
    line-height: 1.66667;
    font-weight: 400;
    position: relative;
}
.c-testimonials__quote p {
    color: var(--color-extra-base);
    margin-bottom: 2rem;
    position: relative;
}
/*.c-testimonials__quote p span:first-of-type {*/
/*    font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1786, 2rem);*/
/*    min-height: 0;*/
/*    font-weight: 700;*/
/*    color: var(--color-extra-base);*/
/*    margin-right: 1rem;*/
/*}*/

.c-testimonials__quote .news-title {
    font-size: 22px;
    color: #006778;
}

@media (max-width: 767px) {
    .c-testimonials__quote p span {
        display: block;
    }
}
.c-testimonials__info {
    width: 100%;
    text-align: center;
    z-index: 20;
}
@media (min-width: 576px) {
    .c-testimonials__info {
        position: relative;
    }
}
@media (max-width: 767px) {
    .c-testimonials__info {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 1280px) {
    .c-testimonials__info {
        margin-left: -6rem;
        margin-top: 10rem;
        max-width: 300px;
        text-align: left;
    }
}
.c-testimonials__info .c-testimonials__cta {
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

/*** C button ****/

.c-button {
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: currentColor;
    text-align: center;
    cursor: pointer;
    padding: 1.5rem 3.6rem;
    background-color: transparent;
    font-family: var(--base-font-family);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    outline: 0;
    margin: .25em;
    letter-spacing: .2em;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .c-button {
        padding:1.4rem 2.6rem
    }
}

.c-button.--primary {
    background-color: var(--color-primary);
    transition: background-color .2s;
    color: var(--color-extra-white)
}

.c-button.--primary::before {
    position:absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 0;
    -webkit-clip-path: polygon(0 0,0 100%,100% 100%);
    clip-path: polygon(0 0,0 100%,100% 100%);
    background: var(--color-primary-lighter);
    height: 100%;
    width: 50px;
    content: "";
    z-index: 5;
    transition: opacity .2s
}

.c-button.--primary:active,.c-button.--primary:hover {
    background-color:var(--color-primary-darker)
}

.c-button.--primary:active::before,.c-button.--primary:hover::before {
    opacity:0
}

.c-button.--primary:focus-visible {
    outline:2px solid var(--color-primary);
    outline-offset: 2px
}

.c-button.--primary span {
    position: relative;
    z-index: 10
}

.c-button.--base {
    background-color: var(--color-extra-base);
    transition: background-color .2s;
    color: var(--color-extra-white)
}

.c-button.--base:active,.c-button.--base:hover {
    background-color:var(--color-primary)
}

.c-button.--base:active::before,.c-button.--base:hover::before {
    opacity:0
}

.c-button.--base:focus-visible {
    outline:2px solid var(--color-primary);
    outline-offset: 2px
}

.c-button.--base span {
    position: relative;
    z-index: 10
}

.c-button.--secondary {
    background-color: var(--color-secondary);
    transition: background-color .2s;
    color: var(--color-extra-base);
    font-size: 1rem;
    padding: 1.2rem 2.2rem;
    cursor: pointer;
}

.c-button.--secondary::before {
    position:absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 0;
    -webkit-clip-path: polygon(0 0,0 100%,100% 100%);
    clip-path: polygon(0 0,0 100%,100% 100%);
    background: var(--color-secondary-lighter);
    height: 100%;
    width: 50px;
    content: "";
    z-index: 5;
    transition: opacity .2s
}

.c-button.--secondary:active,.c-button.--secondary:hover {
    background-color:var(--color-secondary-light);
    color: var(--color-extra-base)
}

.c-button.--secondary:active::before,.c-button.--secondary:hover::before {
    opacity:0
}

.c-button.--secondary:focus {
    outline:0
}

.c-button.--secondary:focus-visible {
    outline:2px solid var(--color-secondary);
    outline-offset: 2px
}

.c-button.--secondary span {
    position: relative;
    z-index: 10
}

/****C button *****/



.c-testimonials__info .c-testimonials__cta .c-button {
    margin: 0;
}
@media (min-width: 1281px) {
    .c-testimonials__info .c-testimonials__cta .c-button {
        width: 100%;
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.c-testimonials__info .c-testimonials__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .c-testimonials__info .c-testimonials__navigation {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
}
.c-testimonials__info .c-testimonials__arrow {
    background-color: var(--color-extra-white);
    color: var(--color-primary);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    border: thin solid var(--color-extra-quick-silver);
}
.c-testimonials__info .c-testimonials__arrow .o-icon {
    transition: transform 0.4s;
}
.c-testimonials__info .c-testimonials__arrow:hover {
    background-color: var(--color-secondary);
    transition: all .5s ease;
}
.c-testimonials__info .c-testimonials__arrow:hover .o-icon {
    transform: scale(1.2);
}
.c-testimonials__info .c-testimonials__arrow:focus {
    outline: 0;
}
.c-testimonials__info .c-testimonials__arrow:focus-visible {
    background-color: var(--color-secondary-lavender);
}
.c-testimonials__info .c-testimonials__arrow.is-disabled {
    filter: grayscale(1);
    cursor: default;
}
.c-testimonials__info .c-testimonials__arrow.is-disabled .o-icon {
    opacity: 0.5;
}
.c-testimonials__info .c-testimonials__arrow.is-disabled:hover {
    background-color: transparent;
}
.c-testimonials__info .c-testimonials__arrow.is-disabled:hover .o-icon {
    transform: scale(1);
}
.c-testimonials__info .c-testimonials__arrow.--prev {
    order: 1;
}
@media (min-width: 1024px) {
    .c-testimonials__info .c-testimonials__arrow.--prev {
        border-right: 0;
    }
}
.c-testimonials__info .c-testimonials__arrow.--next {
    order: 3;
}
@media (min-width: 1024px) {
    .c-testimonials__info .c-testimonials__arrow.--next {
        order: 2;
    }
}
.c-testimonials__info .c-testimonials__pages {
    flex: 0 1 100px;
    text-align: center;
    order: 2;
}
@media (min-width: 1024px) {
    .c-testimonials__info .c-testimonials__pages {
        order: 3;
        margin-left: auto;
        text-align: right;
    }
}
.c-testimonials__info .c-testimonials__pages .c-testimonials__page-current,
.c-testimonials__info .c-testimonials__pages .c-testimonials__page-total {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.c-testimonials__info
.c-testimonials__pages
.c-testimonials__page-current::before,
.c-testimonials__info
.c-testimonials__pages
.c-testimonials__page-total::before {
    content: "0";
}
.c-testimonials__info .c-testimonials__pages .c-testimonials__page-current {
    margin-right: 0.25em;
}
.c-testimonials__info .c-testimonials__pages .c-testimonials__page-total {
    color: var(--color-secondary-lavender);
    margin-left: 0.25em;
}
@media (min-width: 768px) {
    .c-testimonials__slide.is-active .c-testimonial {
        border: 5px solid var(--color-extra-base);
    }
}


.c-testimonial__image {
    background-color: var(--color-extra-base);
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.c-testimonial__image:before {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.c-testimonial__image > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.c-testimonial__image .c-testimonials__pages {
    z-index: 10;
    right: 1rem !important;
    top: 1rem !important;
    bottom: unset;
    text-align: right;
    color: var(--color-extra-base);
}
.c-testimonial__image .c-testimonials__pages .c-testimonials__page-total {
    color: var(--color-extra-white);
}
@media (min-width: 576px) {
    .c-testimonial__image .c-testimonials__pages {
        display: none;
    }
}
.c-testimonial__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.c-testimonial__caption {
    margin-top: 2rem;
}
@media (max-width: 575px) {
    .c-testimonial__caption {
        display: none;
    }
}
.c-testimonials__slide.is-active .c-testimonial__caption {
    display: none;
}
.c-testimonial__name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.c-testimonial__title {
    font-size: 1rem;
    color: var(--color-secondary-languid);
}
:root {
    --tab-button-order: 1;
    --tab-content-order: 10;
}
.c-testimonial-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 575px) {
    .c-testimonial-tabs {
        flex-direction: column;
    }
}
.c-testimonial-tabs__header {
    text-align: center;
    margin-top: 2rem;
}
.c-testimonial-tabs__tab {
    font-size: 1.6rem;
    background: 0 0;
    padding: 0;
    color: var(--color-extra-white);
    order: var(--tab-button-order);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: color 0.4s;
    position: relative;
}
@media (max-width: 575px) {
    .c-testimonial-tabs__tab {
        margin-bottom: 2rem;
        width: -moz-fit-content;
        width: fit-content;
    }
    .c-testimonial-tabs__tab span {
        display: none;
    }
}
.c-testimonial-tabs__tab:not(:last-of-type) {
    margin-right: 4rem;
}
.c-testimonial-tabs__tab:hover::after {
    background-color: var(--color-secondary);
}
.c-testimonial-tabs__tab:focus {
    outline: 0;
}
.c-testimonial-tabs__tab:focus-visible {
    outline: 2px solid var(--color-secondary-lavender);
    outline-offset: 10px;
}
.c-testimonial-tabs__tab:focus-visible::after {
    display: none;
}
.c-testimonial-tabs__tab::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 200px;
    height: 5px;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.4s;
}
.c-testimonial-tabs__tab.is-selected {
    font-weight: 700;
}
.c-testimonial-tabs__tab.is-selected::after {
    background-color: var(--color-secondary);
}
.c-testimonial-tabs__tab.is-selected:hover::after {
    background-color: var(--color-secondary-darker);
}
.c-testimonial-tabs__content {
    flex: 0 0 100%;
    order: var(--tab-content-order);
    max-width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s;
    max-height: 0;
}
.c-testimonial-tabs__content.is-active {
    opacity: 1;
    height: auto;
    overflow: unset;
    margin-bottom: 2rem;
    max-height: unset;
}
@media (max-width: 1023px) {
    .c-testimonial-tabs__content.is-active {
        margin-top: 4rem;
    }
}
@media (min-width: 1024px) {
    .c-testimonial-tabs__content.is-active {
        margin-top: 8rem;
    }
}


.news-icons {
    display: flex;
    flex-direction: column;

}
.news-icons .news-icons-span i,
.news-icons .news-icons-span i span{

    font-size: 15px !important;
    color: #006778;

}