@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap);.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.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: 1300px;
    }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}
.row {
    display: flex;
    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;
}
.careers-form_bg:after,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.careers-form_bg:after,
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.attendance--sidebar .circle,
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column,
.form--styles .file-drop-area {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.attendance--sidebar .circle,
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center,
.attendance--sidebar .circle {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.form--styles .file-drop-area,
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
html,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.bg-primary {
    background: #4e367c;
}
.bg-black {
    background: #000;
}
.bg-white,
.form--styles .file-drop-area .fake-btn,
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children > ul.sub-menu,
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > ul.sub-menu {
    background: #fff;
}
.bg-dark-green {
    background: #007f7e;
}
.bg-mid-green {
    background: #5ac3c2;
}
.bg-light-green {
    background: #a3e1d5;
}
.bg-dark-purple {
    background: #4e367c;
}
.bg-mid-purple {
    background: #726cc3;
}
.bg-light-purple {
    background: #a9ade7;
}
.bg-light-grey {
    background: #f4f7f6;
}
.bg-muted-teal {
    background: #f4f7f6;
    color: #4e367c;
}
.bg-faded-grey,
.bl-1:before {
    background: #e2e5e6;
}
.btn-primary {
    color: #fff;
    transition: background 0.2s;
    background: #4e367c;
    border-style: solid;
    border-width: 1px;
    border-color: #4e367c;
}
.btn-primary:hover {
    color: #fff;
    transition: background 0.2s;
    cursor: pointer;
    background: #726cc3;
    border-color: #726cc3;
}
.btn-dark-green,
.form--styles.primary--labels button,
body.login div#login .button:not(.wp-hide-pw) {
    color: #fff;
    transition: background 0.2s;
    background: #007f7e;
    border-style: solid;
    border-width: 1px;
    border-color: #007f7e;
}
.btn-dark-green:hover,
.form--styles.primary--labels button:hover,
body.login div#login .button:hover:not(.wp-hide-pw) {
    color: #fff;
    transition: background 0.2s;
    cursor: pointer;
    background: #5ac3c2;
    border-color: #5ac3c2;
}
.btn-mid-green {
    color: #fff;
    transition: background 0.2s;
    background: #5ac3c2;
    border-style: solid;
    border-width: 1px;
    border-color: #5ac3c2;
}
.btn-mid-green:hover {
    color: #fff;
    transition: background 0.2s;
    cursor: pointer;
    background: #007f7e;
    border-color: #007f7e;
}
.btn-light-green {
    color: #fff;
    transition: background 0.2s;
    background: #a3e1d5;
    border-style: solid;
    border-width: 1px;
    border-color: #a3e1d5;
}
.btn-light-green:hover {
    color: #fff;
    transition: background 0.2s;
    cursor: pointer;
    background: #5ac3c2;
    border-color: #5ac3c2;
}
.btn-dark-purple {
    color: #fff;
    transition: background 0.2s;
    background: #4e367c;
    border-style: solid;
    border-width: 1px;
    border-color: #4e367c;
}
.btn-dark-purple:hover {
    color: #fff;
    transition: background 0.2s;
    cursor: pointer;
    background: #726cc3;
    border-color: #726cc3;
}
.btn-mid-purple {
    color: #fff;
    transition: background 0.2s;
    background: #726cc3;
    border-style: solid;
    border-width: 1px;
    border-color: #726cc3;
}
.btn-mid-purple:hover {
    color: #fff;
    transition: background 0.2s;
    cursor: pointer;
    background: #4e367c;
    border-color: #4e367c;
}
.btn-light-purple {
    color: #fff;
    transition: background 0.2s;
    background: #a9ade7;
    border-style: solid;
    border-width: 1px;
    border-color: #a9ade7;
}
.btn-light-purple:hover {
    color: #fff;
    transition: background 0.2s;
    cursor: pointer;
    background: #726cc3;
    border-color: #726cc3;
}
.btn-white {
    color: #4e367c;
    transition: background 0.2s;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}
.btn-white:hover {
    color: #fff;
    transition: background 0.2s;
    cursor: pointer;
    background: #4e367c;
    border-color: #4e367c;
}
.btn-outline-primary {
    color: #4e367c;
    transition: all 0.2s;
    border-style: solid;
    border-width: 1px;
    border-color: #4e367c;
    background-color: transparent;
}
.btn-outline-primary:hover {
    color: #726cc3;
    cursor: pointer;
    border-color: #726cc3;
    background-color: #726cc3;
}
.btn-outline-dark-purple {
    color: #4e367c;
    transition: all 0.2s;
    border-style: solid;
    border-width: 1px;
    border-color: #4e367c;
    background-color: transparent;
}
.btn-outline-dark-purple:hover {
    color: #726cc3;
    cursor: pointer;
    border-color: #726cc3;
    background-color: #726cc3;
}
.btn-outline-dark-green {
    color: #007f7e;
    transition: all 0.2s;
    border-style: solid;
    border-width: 1px;
    border-color: #007f7e;
    background-color: transparent;
}
.btn-outline-dark-green:hover {
    color: #fff;
    cursor: pointer;
    border-color: #5ac3c2;
    background-color: #5ac3c2;
}
.btn-outline-white {
    color: #fff;
    transition: all 0.2s;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: transparent;
}
.btn-outline-white:hover {
    color: #4e367c;
    cursor: pointer;
    border-color: #fff;
    background-color: #fff;
}
.min-height-0 {
    min-height: 0;
}
.min-height-5 {
    min-height: 5px;
}
.min-height-10 {
    min-height: 10px;
}
.min-height-15 {
    min-height: 15px;
}
.min-height-20 {
    min-height: 20px;
}
.min-height-25 {
    min-height: 25px;
}
.min-height-30 {
    min-height: 30px;
}
.min-height-35 {
    min-height: 35px;
}
.min-height-40 {
    min-height: 40px;
}
.min-height-45 {
    min-height: 45px;
}
.min-height-50 {
    min-height: 50px;
}
.min-height-55 {
    min-height: 55px;
}
.min-height-60 {
    min-height: 60px;
}
.min-height-65 {
    min-height: 65px;
}
.min-height-70 {
    min-height: 70px;
}
.min-height-75 {
    min-height: 75px;
}
.min-height-80 {
    min-height: 80px;
}
.min-height-85 {
    min-height: 85px;
}
.min-height-90 {
    min-height: 90px;
}
.min-height-95 {
    min-height: 95px;
}
.min-height-100 {
    min-height: 100px;
}
.min-height-105 {
    min-height: 105px;
}
.min-height-110 {
    min-height: 110px;
}
.min-height-115 {
    min-height: 115px;
}
.min-height-120 {
    min-height: 120px;
}
.min-height-125 {
    min-height: 125px;
}
.min-height-130 {
    min-height: 130px;
}
.min-height-135 {
    min-height: 135px;
}
.min-height-140 {
    min-height: 140px;
}
.min-height-145 {
    min-height: 145px;
}
.min-height-150 {
    min-height: 150px;
}
.min-height-155 {
    min-height: 155px;
}
.min-height-160 {
    min-height: 160px;
}
.min-height-165 {
    min-height: 165px;
}
.min-height-170 {
    min-height: 170px;
}
.min-height-175 {
    min-height: 175px;
}
.min-height-180 {
    min-height: 180px;
}
.min-height-185 {
    min-height: 185px;
}
.min-height-190 {
    min-height: 190px;
}
.min-height-195 {
    min-height: 195px;
}
.min-height-200 {
    min-height: 200px;
}
.min-height-205 {
    min-height: 205px;
}
.min-height-210 {
    min-height: 210px;
}
.min-height-215 {
    min-height: 215px;
}
.min-height-220 {
    min-height: 220px;
}
.min-height-225 {
    min-height: 225px;
}
.min-height-230 {
    min-height: 230px;
}
.min-height-235 {
    min-height: 235px;
}
.min-height-240 {
    min-height: 240px;
}
.min-height-245 {
    min-height: 245px;
}
.min-height-250 {
    min-height: 250px;
}
.min-height-255 {
    min-height: 255px;
}
.min-height-260 {
    min-height: 260px;
}
.min-height-265 {
    min-height: 265px;
}
.min-height-270 {
    min-height: 270px;
}
.min-height-275 {
    min-height: 275px;
}
.min-height-280 {
    min-height: 280px;
}
.min-height-285 {
    min-height: 285px;
}
.min-height-290 {
    min-height: 290px;
}
.min-height-295 {
    min-height: 295px;
}
.min-height-300 {
    min-height: 300px;
}
.min-height-305 {
    min-height: 305px;
}
.min-height-310 {
    min-height: 310px;
}
.min-height-315 {
    min-height: 315px;
}
.min-height-320 {
    min-height: 320px;
}
.min-height-325 {
    min-height: 325px;
}
.min-height-330 {
    min-height: 330px;
}
.min-height-335 {
    min-height: 335px;
}
.min-height-340 {
    min-height: 340px;
}
.min-height-345 {
    min-height: 345px;
}
.min-height-350 {
    min-height: 350px;
}
.min-height-355 {
    min-height: 355px;
}
.min-height-360 {
    min-height: 360px;
}
.min-height-365 {
    min-height: 365px;
}
.min-height-370 {
    min-height: 370px;
}
.min-height-375 {
    min-height: 375px;
}
.min-height-380 {
    min-height: 380px;
}
.min-height-385 {
    min-height: 385px;
}
.min-height-390 {
    min-height: 390px;
}
.min-height-395 {
    min-height: 395px;
}
.min-height-400 {
    min-height: 400px;
}
.min-height-405 {
    min-height: 405px;
}
.min-height-410 {
    min-height: 410px;
}
.min-height-415 {
    min-height: 415px;
}
.min-height-420 {
    min-height: 420px;
}
.min-height-425 {
    min-height: 425px;
}
.min-height-430 {
    min-height: 430px;
}
.min-height-435 {
    min-height: 435px;
}
.min-height-440 {
    min-height: 440px;
}
.min-height-445 {
    min-height: 445px;
}
.min-height-450 {
    min-height: 450px;
}
.min-height-455 {
    min-height: 455px;
}
.min-height-460 {
    min-height: 460px;
}
.min-height-465 {
    min-height: 465px;
}
.min-height-470 {
    min-height: 470px;
}
.min-height-475 {
    min-height: 475px;
}
.min-height-480 {
    min-height: 480px;
}
.min-height-485 {
    min-height: 485px;
}
.min-height-490 {
    min-height: 490px;
}
.min-height-495 {
    min-height: 495px;
}
.min-height-500 {
    min-height: 500px;
}
.min-height-505 {
    min-height: 505px;
}
.min-height-510 {
    min-height: 510px;
}
.min-height-515 {
    min-height: 515px;
}
.min-height-520 {
    min-height: 520px;
}
.min-height-525 {
    min-height: 525px;
}
.min-height-530 {
    min-height: 530px;
}
.min-height-535 {
    min-height: 535px;
}
.min-height-540 {
    min-height: 540px;
}
.min-height-545 {
    min-height: 545px;
}
.min-height-550 {
    min-height: 550px;
}
.min-height-555 {
    min-height: 555px;
}
.min-height-560 {
    min-height: 560px;
}
.min-height-565 {
    min-height: 565px;
}
.min-height-570 {
    min-height: 570px;
}
.min-height-575 {
    min-height: 575px;
}
.min-height-580 {
    min-height: 580px;
}
.min-height-585 {
    min-height: 585px;
}
.min-height-590 {
    min-height: 590px;
}
.min-height-595 {
    min-height: 595px;
}
.min-height-600 {
    min-height: 600px;
}
.z-0 {
    z-index: 0;
}
.nz-0 {
    z-index: 0;
}
.z-1 {
    z-index: 1;
}
.nz-1 {
    z-index: -1;
}
.z-2 {
    z-index: 2;
}
.nz-2 {
    z-index: -2;
}
.z-3 {
    z-index: 3;
}
.nz-3 {
    z-index: -3;
}
.z-4 {
    z-index: 4;
}
.nz-4 {
    z-index: -4;
}
.z-5 {
    z-index: 5;
}
.nz-5 {
    z-index: -5;
}
.z-6 {
    z-index: 6;
}
.nz-6 {
    z-index: -6;
}
.z-7 {
    z-index: 7;
}
.nz-7 {
    z-index: -7;
}
.z-8 {
    z-index: 8;
}
.nz-8 {
    z-index: -8;
}
.z-9 {
    z-index: 9;
}
.nz-9 {
    z-index: -9;
}
.z-10 {
    z-index: 10;
}
.nz-10 {
    z-index: -10;
}
.checkbox,
.radio {
    position: absolute;
    left: -9999px;
}
.checkbox__label,
.radio__label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 2.25em;
    cursor: pointer;
    height: 1.5em;
    margin-bottom: 0.5rem;
}
.checkbox__label::after,
.checkbox__label::before,
.radio__label::after,
.radio__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.radio + .radio__label::after,
.radio + .radio__label::before {
    border-radius: 50%;
}
.checkbox__label::before,
.radio__label::before {
    display: block;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #4e367c;
}
input:focus + .checkbox__label::before,
input:focus + .radio__label::before {
    border-color: #4e367c;
}
.checkbox__label::after,
.radio__label::after {
    display: none;
    width: calc(1.5em - (0.5rem));
    height: calc(1.5em - (0.5rem));
    margin: 0.25rem;
    background-color: #4e367c;
}
input:checked + .checkbox__label::after,
input:checked + .radio__label::after {
    display: block;
}
#breadcrumbs .breadcrumb_last,
.colour-primary,
.form--styles .file-drop-area .fake-btn,
.form--styles.primary--labels label,
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item h3.accordion--item-title:hover {
    color: #4e367c;
}
.colour-black {
    color: #000;
}
.attendance--sidebar .circle,
.colour-white,
.form--styles .file-drop-area .file-msg,
.form--styles label,
.wysiwyg-content.colour-white h1,
.wysiwyg-content.colour-white h2,
.wysiwyg-content.colour-white h3,
.wysiwyg-content.colour-white h4,
.wysiwyg-content.colour-white h5,
.wysiwyg-content.colour-white h6,
.wysiwyg-content.colour-white p {
    color: #fff;
}
.colour-dark-green,
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children > ul.sub-menu > li.current-menu-item a,
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children > ul.sub-menu > li > a:hover,
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > ul.sub-menu > li.current-menu-item a,
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > ul.sub-menu > li > a:hover {
    color: #007f7e;
}
.colour-mid-green {
    color: #5ac3c2;
}
.colour-light-green {
    color: #a3e1d5;
}
.colour-dark-purple {
    color: #4e367c;
}
#breadcrumbs,
#breadcrumbs a,
.colour-mid-purple {
    color: #726cc3;
}
.colour-light-purple {
    color: #a9ade7;
}
.colour-mid-black {
    color: #373f41;
}
.fill-colour-primary {
    fill: #4e367c;
}
.fill-colour-black {
    fill: #000;
}
.fill-colour-white {
    fill: #fff;
}
.fill-colour-dark-green {
    fill: #007f7e;
}
.fill-colour-mid-green {
    fill: #5ac3c2;
}
.fill-colour-light-green {
    fill: #a3e1d5;
}
.fill-colour-dark-purple {
    fill: #4e367c;
}
.fill-colour-mid-purple {
    fill: #726cc3;
}
.fill-colour-light-purple {
    fill: #a9ade7;
}
.fill-colour-mid-black {
    fill: #373f41;
}
.text-11 {
    font-size: calc(11px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-11 {
        font-size: 11px;
    }
}
@media screen and (min-width: 1199px) {
    .text-11 {
        font-size: 11px;
    }
}
#breadcrumbs,
#breadcrumbs a,
.form--styles .file-drop-area .file-msg,
.form--styles label,
.text-12 {
    font-size: calc(12px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    #breadcrumbs,
    #breadcrumbs a,
    .form--styles .file-drop-area .file-msg,
    .form--styles label,
    .text-12 {
        font-size: 12px;
    }
}
@media screen and (min-width: 1199px) {
    #breadcrumbs,
    #breadcrumbs a,
    .form--styles .file-drop-area .file-msg,
    .form--styles label,
    .text-12 {
        font-size: 12px;
    }
}
.text-13 {
    font-size: calc(13px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-13 {
        font-size: 13px;
    }
}
@media screen and (min-width: 1199px) {
    .text-13 {
        font-size: 13px;
    }
}
.form--styles .file-drop-area .fake-btn,
.text-14 {
    font-size: calc(14px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .form--styles .file-drop-area .fake-btn,
    .text-14 {
        font-size: 14px;
    }
}
@media screen and (min-width: 1199px) {
    .form--styles .file-drop-area .fake-btn,
    .text-14 {
        font-size: 14px;
    }
}
.text-15 {
    font-size: calc(15px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-15 {
        font-size: 15px;
    }
}
@media screen and (min-width: 1199px) {
    .text-15 {
        font-size: 15px;
    }
}
.text-16 {
    font-size: calc(16px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-16 {
        font-size: 16px;
    }
}
@media screen and (min-width: 1199px) {
    .text-16 {
        font-size: 16px;
    }
}
.text-17 {
    font-size: calc(17px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-17 {
        font-size: 17px;
    }
}
@media screen and (min-width: 1199px) {
    .text-17 {
        font-size: 17px;
    }
}
.text-18 {
    font-size: calc(18px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-18 {
        font-size: 18px;
    }
}
@media screen and (min-width: 1199px) {
    .text-18 {
        font-size: 18px;
    }
}
.text-19 {
    font-size: calc(19px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-19 {
        font-size: 19px;
    }
}
@media screen and (min-width: 1199px) {
    .text-19 {
        font-size: 19px;
    }
}
.text-20 {
    font-size: calc(20px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-20 {
        font-size: 20px;
    }
}
@media screen and (min-width: 1199px) {
    .text-20 {
        font-size: 20px;
    }
}
.text-22 {
    font-size: calc(22px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-22 {
        font-size: 22px;
    }
}
@media screen and (min-width: 1199px) {
    .text-22 {
        font-size: 22px;
    }
}
.text-23 {
    font-size: calc(23px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-23 {
        font-size: 23px;
    }
}
@media screen and (min-width: 1199px) {
    .text-23 {
        font-size: 23px;
    }
}
.text-26 {
    font-size: calc(26px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-26 {
        font-size: 26px;
    }
}
@media screen and (min-width: 1199px) {
    .text-26 {
        font-size: 26px;
    }
}
.text-28 {
    font-size: calc(28px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-28 {
        font-size: 28px;
    }
}
@media screen and (min-width: 1199px) {
    .text-28 {
        font-size: 28px;
    }
}
.text-31 {
    font-size: calc(31px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-31 {
        font-size: 31px;
    }
}
@media screen and (min-width: 1199px) {
    .text-31 {
        font-size: 31px;
    }
}
.text-32 {
    font-size: calc(32px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-32 {
        font-size: 32px;
    }
}
@media screen and (min-width: 1199px) {
    .text-32 {
        font-size: 32px;
    }
}
.text-33 {
    font-size: calc(33px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-33 {
        font-size: 33px;
    }
}
@media screen and (min-width: 1199px) {
    .text-33 {
        font-size: 33px;
    }
}
.text-36 {
    font-size: calc(36px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-36 {
        font-size: 36px;
    }
}
@media screen and (min-width: 1199px) {
    .text-36 {
        font-size: 36px;
    }
}
.text-37 {
    font-size: calc(37px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-37 {
        font-size: 37px;
    }
}
@media screen and (min-width: 1199px) {
    .text-37 {
        font-size: 37px;
    }
}
.text-38 {
    font-size: calc(38px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-38 {
        font-size: 38px;
    }
}
@media screen and (min-width: 1199px) {
    .text-38 {
        font-size: 38px;
    }
}
.text-45 {
    font-size: calc(45px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-45 {
        font-size: 45px;
    }
}
@media screen and (min-width: 1199px) {
    .text-45 {
        font-size: 45px;
    }
}
.text-48 {
    font-size: calc(48px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-48 {
        font-size: 48px;
    }
}
@media screen and (min-width: 1199px) {
    .text-48 {
        font-size: 48px;
    }
}
.text-50 {
    font-size: calc(50px + 0 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    .text-50 {
        font-size: 50px;
    }
}
@media screen and (min-width: 1199px) {
    .text-50 {
        font-size: 50px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,
body,
li,
p,
ul {
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: calc(14px + 2 * ((100vw - 576px) / 623));
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
@media screen and (max-width: 576px) {
    a,
    body,
    li,
    p,
    ul {
        font-size: 14px;
    }
}
@media screen and (min-width: 1199px) {
    a,
    body,
    li,
    p,
    ul {
    color: inherit;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0px;
    }
}
.h1,
h1 {
    font-size: calc(35px + 10 * ((100vw - 576px) / 623));
    line-height: 1.1;
}
@media screen and (max-width: 576px) {
    .h1,
    h1 {
        font-size: 35px;
    }
}
@media screen and (min-width: 1199px) {
    .h1,
    h1 {
        font-size: 45px;
    }
}
.h2,
h2 {
    font-size: calc(28px + 4 * ((100vw - 576px) / 623));
    line-height: 1.4;
    font-weight: 700!important;
}
@media screen and (max-width: 576px) {
    .h2,
    h2 {
        font-size: 28px;
    }
}
@media screen and (min-width: 1199px) {
    .h2,
    h2 {
        font-size: 32px;
    }
}

.subtitle {
    font-size: 24px;
    font-weight: 700!important;
}

.subtitle2 {
    font-size: 20px;
    font-weight: 700!important;
}

.h3,
h3 {
    font-size: calc(20px + 8 * ((100vw - 576px) / 623));
    line-height: 1.4;
}
@media screen and (max-width: 576px) {
    .h3,
    h3 {
        font-size: 20px;
    }
}
@media screen and (min-width: 1199px) {
    .h3,
    h3 {
        font-size: 28px;
    }
}
.h4,
h4 {
    font-size: calc(18px + 2 * ((100vw - 576px) / 623));
    line-height: 1.4;
}
@media screen and (max-width: 576px) {
    .h4,
    h4 {
        font-size: 18px;
    }
}
@media screen and (min-width: 1199px) {
    .h4,
    h4 {
        font-size: 20px;
    }
}
.h5,
h5 {
    font-size: calc(16px + 2 * ((100vw - 576px) / 623));
    line-height: 1.4;
}
@media screen and (max-width: 576px) {
    .h5,
    h5 {
        font-size: 16px;
    }
}
@media screen and (min-width: 1199px) {
    .h5,
    h5 {
        font-size: 18px;
    }
}
.h6,
h6 {
    font-size: calc(14px + 2 * ((100vw - 576px) / 623));
    line-height: 1.4;
}
@media screen and (max-width: 576px) {
    .h6,
    h6 {
        font-size: 14px;
    }
}
@media screen and (min-width: 1199px) {
    .h6,
    h6 {
        font-size: 16px;
    }
}


.psmall {
    font-size: 14px;
}

.font-heading {
    font-family: Montserrat, sans-serif;
}
#breadcrumbs,
.font-base,
.form--styles input,
.form--styles textarea {
    font-family: Montserrat, sans-serif;
}
.font-thin {
    font-weight: 100;
}
.font-extralight {
    font-weight: 200;
}
.font-light {
    font-weight: 300;
}
.font-regular,
.form--styles .follow-up_text label,
.form--styles .terms-and-condition_text label {
    font-weight: 400;
}
.font-italic {
    font-weight: 400;
    font-style: italic;
}
#breadcrumbs .breadcrumb_last,
.font-medium {
    font-weight: 500;
}
.attendance--sidebar .circle,
.font-semibold,
.form--styles label {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-black {
    font-weight: 900;
}
.tracking-tighter {
    letter-spacing: -0.4px;
}
.tracking-tight {
    letter-spacing: -0.3px;
}
.tracking-normal {
    letter-spacing: 0;
}
#breadcrumbs,
#breadcrumbs a,
.tracking-wide {
    letter-spacing: 0.2px;
}
.tracking-wider {
    letter-spacing: 0.3px;
}
.tracking-widest {
    letter-spacing: 0.4px;
}
.leading-none {
    line-height: 1;
}
.form--styles .file-drop-area .file-msg,
.leading-tight {
    line-height: 1.13;
}
.leading-snug {
    line-height: 1.38;
}
.leading-normal {
    line-height: 1.4;
}
.leading-relaxed {
    line-height: 1.62;
}
.leading-loose,
.wysiwyg-content p {
    line-height: 1.77;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-start {
    text-align: start;
}
.text-end {
    text-align: end;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.underline {
    text-decoration: underline;
}
.no-underline {
    text-decoration: none;
}
b,
strong {
    font-weight: 600;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
    .form--styles .file-drop-area .wysiwyg-content .fake-btn:first-of-type,
    .form--styles .wysiwyg-content button:first-of-type,
    .wysiwyg-content .btn:first-of-type,
    .wysiwyg-content .form--styles .file-drop-area .fake-btn:first-of-type,
    .wysiwyg-content .form--styles button:first-of-type {
        margin-bottom: 10px !important;
    }
}
.wysiwyg-content h1 {
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .wysiwyg-content h1 {
        margin-bottom: 1.875rem;
    }
}
.wysiwyg-content h2 {
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .wysiwyg-content h2 {
        line-height: 1.4;
    }
}
.wysiwyg-content h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .wysiwyg-content h3 {
        margin-bottom: 1.875rem;
    }
}
.wysiwyg-content h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .wysiwyg-content h4 {
        margin-bottom: 1.875rem;
    }
}
.wysiwyg-content h5 {
    margin-bottom: 1rem;
    color: #726cc3;
    font-weight: 600;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .wysiwyg-content h5 {
        margin-bottom: 1.875rem;
    }
}
.wysiwyg-content h6 {
    margin-bottom: 1rem;
    color: #726cc3;
    font-weight: 600;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .wysiwyg-content h6 {
        margin-bottom: 1.875rem;
    }
}
.wysiwyg-content p {
    margin-bottom: 1rem;
}
@media all and (min-width: 1200px) {
    .wysiwyg-content p {
        margin-bottom: 1.875rem;
    }
}
.wysiwyg-content a:not(.btn) {
    color: #4e367c;
    font-weight: 600;
    transition: all 0.2s;
}
.wysiwyg-content a:not(.btn):hover {
    color: #726cc3;
}
.attendance--sidebar .wysiwyg-content form a.circle,
.form--styles .file-drop-area .wysiwyg-content form a.file-msg,
.wysiwyg-content form .attendance--sidebar a.circle,
.wysiwyg-content form .form--styles .file-drop-area a.file-msg,
.wysiwyg-content form a.colour-white {
    color: #fff !important;
}
.wysiwyg-content b,
.wysiwyg-content strong {
    font-weight: 600;
}
.wysiwyg-content em,
.wysiwyg-content i {
    font-style: italic;
    font-weight: inherit;
}
.wysiwyg-content blockquote p {
    font-size: calc(18px + 2 * ((100vw - 576px) / 623));
    font-weight: 600;
}
@media screen and (max-width: 576px) {
    .wysiwyg-content blockquote p {
        font-size: 18px;
    }
}
@media screen and (min-width: 1199px) {
    .wysiwyg-content blockquote p {
        font-size: 20px;
    }
}
.wysiwyg-content ol {
    list-style-type: auto;
    margin: 1.5rem;
}
.wysiwyg-content ol li {
    font-size: inherit;
    line-height: 30px;
    color: inherit;
}
.wysiwyg-content ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
    list-style: none;
}
@media all and (min-width: 1200px) {
    .wysiwyg-content ul {
        margin-bottom: 1.875rem;
    }
}
.wysiwyg-content ul li {
    position: relative;
    color: inherit;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.wysiwyg-content ul li:before {
    content: "";
    height: 32px;
    width: 26px;
    display: block;
    float: left;
    margin-left: -2rem;
    background: url(../images/icons/circle-small.svg) no-repeat center;
    background-size: 12px;
}
.wysiwyg-content.small ul {
    margin-top: 0;
}
.wysiwyg-content.small ul li {
    font-size: 14px;
    line-height: 28px;
}
.wysiwyg-content table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #4e367c;
    border-style: solid;
}
.wysiwyg-content table td,
.wysiwyg-content table th {
    vertical-align: middle;
    border-width: 1px;
    border-color: #4e367c;
    border-style: solid;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 32px;
    text-align: left;
}
.wysiwyg-content table td.empty-cell,
.wysiwyg-content table th.empty-cell {
    background-color: #f4f7f6;
}
.wysiwyg-content table th {
    font-size: 22px;
    font-weight: 600;
}
.wysiwyg-content table tr {
    vertical-align: bottom;
}
.wysiwyg-content table td {
    font-weight: 400;
}
.wysiwyg-content img {
    width: initial;
}
.wysiwyg-content img.aligncenter {
    display: block;
    margin: 1.875rem auto 1.875rem auto;
}
.wysiwyg-content img.alignleft {
    float: left;
    margin: 0 1.875rem 1.875rem 0;
}
.wysiwyg-content img.alignright {
    float: right;
    margin: 0 0 1.875rem 1.875rem;
}
.bg-primary .btn-white:hover {
    background-color: #726cc3;
}
.d-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.d-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.d-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.d-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.d-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
.d-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
.d-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
.d-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
.d-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
.d-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
.d-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
}
.d-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media all and (min-width: 768px) {
    .d-grid-cols-sm-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
@media all and (min-width: 992px) {
    .d-grid-cols-md-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
@media all and (min-width: 1200px) {
    .d-grid-cols-lg-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
.d-gap-0 {
    gap: 0;
}
@media all and (min-width: 768px) {
    .d-gap-sm-0 {
        gap: 0;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-0 {
        gap: 0;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-0 {
        gap: 0;
    }
}
.d-gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
.d-gap-y-0 {
    row-gap: 0;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-0 {
        row-gap: 0;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-0 {
        row-gap: 0;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-0 {
        row-gap: 0;
    }
}
.d-gap-1 {
    gap: 1px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-1 {
        gap: 1px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-1 {
        gap: 1px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-1 {
        gap: 1px;
    }
}
.d-gap-x-1 {
    -moz-column-gap: 1px;
    column-gap: 1px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-1 {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-1 {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-1 {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
}
.d-gap-y-1 {
    row-gap: 1px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-1 {
        row-gap: 1px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-1 {
        row-gap: 1px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-1 {
        row-gap: 1px;
    }
}
.d-gap-2 {
    gap: 2px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-2 {
        gap: 2px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-2 {
        gap: 2px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-2 {
        gap: 2px;
    }
}
.d-gap-x-2 {
    -moz-column-gap: 2px;
    column-gap: 2px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-2 {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-2 {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-2 {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
}
.d-gap-y-2 {
    row-gap: 2px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-2 {
        row-gap: 2px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-2 {
        row-gap: 2px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-2 {
        row-gap: 2px;
    }
}
.d-gap-3 {
    gap: 3px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-3 {
        gap: 3px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-3 {
        gap: 3px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-3 {
        gap: 3px;
    }
}
.d-gap-x-3 {
    -moz-column-gap: 3px;
    column-gap: 3px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-3 {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-3 {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-3 {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
}
.d-gap-y-3 {
    row-gap: 3px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-3 {
        row-gap: 3px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-3 {
        row-gap: 3px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-3 {
        row-gap: 3px;
    }
}
.d-gap-4 {
    gap: 4px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-4 {
        gap: 4px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-4 {
        gap: 4px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-4 {
        gap: 4px;
    }
}
.d-gap-x-4 {
    -moz-column-gap: 4px;
    column-gap: 4px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-4 {
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-4 {
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-4 {
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}
.d-gap-y-4 {
    row-gap: 4px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-4 {
        row-gap: 4px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-4 {
        row-gap: 4px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-4 {
        row-gap: 4px;
    }
}
.d-gap-5 {
    gap: 5px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-5 {
        gap: 5px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-5 {
        gap: 5px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-5 {
        gap: 5px;
    }
}
.d-gap-x-5 {
    -moz-column-gap: 5px;
    column-gap: 5px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-5 {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-5 {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-5 {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}
.d-gap-y-5 {
    row-gap: 5px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-5 {
        row-gap: 5px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-5 {
        row-gap: 5px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-5 {
        row-gap: 5px;
    }
}
.d-gap-6 {
    gap: 6px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-6 {
        gap: 6px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-6 {
        gap: 6px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-6 {
        gap: 6px;
    }
}
.d-gap-x-6 {
    -moz-column-gap: 6px;
    column-gap: 6px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-6 {
        -moz-column-gap: 6px;
        column-gap: 6px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-6 {
        -moz-column-gap: 6px;
        column-gap: 6px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-6 {
        -moz-column-gap: 6px;
        column-gap: 6px;
    }
}
.d-gap-y-6 {
    row-gap: 6px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-6 {
        row-gap: 6px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-6 {
        row-gap: 6px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-6 {
        row-gap: 6px;
    }
}
.d-gap-7 {
    gap: 7px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-7 {
        gap: 7px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-7 {
        gap: 7px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-7 {
        gap: 7px;
    }
}
.d-gap-x-7 {
    -moz-column-gap: 7px;
    column-gap: 7px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-7 {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-7 {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-7 {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
}
.d-gap-y-7 {
    row-gap: 7px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-7 {
        row-gap: 7px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-7 {
        row-gap: 7px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-7 {
        row-gap: 7px;
    }
}
.d-gap-8 {
    gap: 8px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-8 {
        gap: 8px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-8 {
        gap: 8px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-8 {
        gap: 8px;
    }
}
.d-gap-x-8 {
    -moz-column-gap: 8px;
    column-gap: 8px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-8 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-8 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-8 {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}
.d-gap-y-8 {
    row-gap: 8px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-8 {
        row-gap: 8px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-8 {
        row-gap: 8px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-8 {
        row-gap: 8px;
    }
}
.d-gap-9 {
    gap: 9px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-9 {
        gap: 9px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-9 {
        gap: 9px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-9 {
        gap: 9px;
    }
}
.d-gap-x-9 {
    -moz-column-gap: 9px;
    column-gap: 9px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-9 {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-9 {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-9 {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
}
.d-gap-y-9 {
    row-gap: 9px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-9 {
        row-gap: 9px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-9 {
        row-gap: 9px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-9 {
        row-gap: 9px;
    }
}
.d-gap-10 {
    gap: 10px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-10 {
        gap: 10px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-10 {
        gap: 10px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-10 {
        gap: 10px;
    }
}
.d-gap-x-10 {
    -moz-column-gap: 10px;
    column-gap: 10px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-10 {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-10 {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-10 {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}
.d-gap-y-10 {
    row-gap: 10px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-10 {
        row-gap: 10px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-10 {
        row-gap: 10px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-10 {
        row-gap: 10px;
    }
}
.d-gap-11 {
    gap: 11px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-11 {
        gap: 11px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-11 {
        gap: 11px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-11 {
        gap: 11px;
    }
}
.d-gap-x-11 {
    -moz-column-gap: 11px;
    column-gap: 11px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-11 {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-11 {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-11 {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
}
.d-gap-y-11 {
    row-gap: 11px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-11 {
        row-gap: 11px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-11 {
        row-gap: 11px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-11 {
        row-gap: 11px;
    }
}
.d-gap-12 {
    gap: 12px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-12 {
        gap: 12px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-12 {
        gap: 12px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-12 {
        gap: 12px;
    }
}
.d-gap-x-12 {
    -moz-column-gap: 12px;
    column-gap: 12px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-12 {
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-12 {
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-12 {
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
.d-gap-y-12 {
    row-gap: 12px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-12 {
        row-gap: 12px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-12 {
        row-gap: 12px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-12 {
        row-gap: 12px;
    }
}
.d-gap-13 {
    gap: 13px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-13 {
        gap: 13px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-13 {
        gap: 13px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-13 {
        gap: 13px;
    }
}
.d-gap-x-13 {
    -moz-column-gap: 13px;
    column-gap: 13px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-13 {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-13 {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-13 {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
}
.d-gap-y-13 {
    row-gap: 13px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-13 {
        row-gap: 13px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-13 {
        row-gap: 13px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-13 {
        row-gap: 13px;
    }
}
.d-gap-14 {
    gap: 14px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-14 {
        gap: 14px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-14 {
        gap: 14px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-14 {
        gap: 14px;
    }
}
.d-gap-x-14 {
    -moz-column-gap: 14px;
    column-gap: 14px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-14 {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-14 {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-14 {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }
}
.d-gap-y-14 {
    row-gap: 14px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-14 {
        row-gap: 14px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-14 {
        row-gap: 14px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-14 {
        row-gap: 14px;
    }
}
.d-gap-15 {
    gap: 15px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-15 {
        gap: 15px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-15 {
        gap: 15px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-15 {
        gap: 15px;
    }
}
.d-gap-x-15 {
    -moz-column-gap: 15px;
    column-gap: 15px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-15 {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-15 {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-15 {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
.d-gap-y-15 {
    row-gap: 15px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-15 {
        row-gap: 15px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-15 {
        row-gap: 15px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-15 {
        row-gap: 15px;
    }
}
.d-gap-16 {
    gap: 16px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-16 {
        gap: 16px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-16 {
        gap: 16px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-16 {
        gap: 16px;
    }
}
.d-gap-x-16 {
    -moz-column-gap: 16px;
    column-gap: 16px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-16 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-16 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-16 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
.d-gap-y-16 {
    row-gap: 16px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-16 {
        row-gap: 16px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-16 {
        row-gap: 16px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-16 {
        row-gap: 16px;
    }
}
.d-gap-17 {
    gap: 17px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-17 {
        gap: 17px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-17 {
        gap: 17px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-17 {
        gap: 17px;
    }
}
.d-gap-x-17 {
    -moz-column-gap: 17px;
    column-gap: 17px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-17 {
        -moz-column-gap: 17px;
        column-gap: 17px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-17 {
        -moz-column-gap: 17px;
        column-gap: 17px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-17 {
        -moz-column-gap: 17px;
        column-gap: 17px;
    }
}
.d-gap-y-17 {
    row-gap: 17px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-17 {
        row-gap: 17px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-17 {
        row-gap: 17px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-17 {
        row-gap: 17px;
    }
}
.d-gap-18 {
    gap: 18px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-18 {
        gap: 18px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-18 {
        gap: 18px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-18 {
        gap: 18px;
    }
}
.d-gap-x-18 {
    -moz-column-gap: 18px;
    column-gap: 18px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-18 {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-18 {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-18 {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
}
.d-gap-y-18 {
    row-gap: 18px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-18 {
        row-gap: 18px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-18 {
        row-gap: 18px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-18 {
        row-gap: 18px;
    }
}
.d-gap-19 {
    gap: 19px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-19 {
        gap: 19px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-19 {
        gap: 19px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-19 {
        gap: 19px;
    }
}
.d-gap-x-19 {
    -moz-column-gap: 19px;
    column-gap: 19px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-19 {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-19 {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-19 {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
}
.d-gap-y-19 {
    row-gap: 19px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-19 {
        row-gap: 19px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-19 {
        row-gap: 19px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-19 {
        row-gap: 19px;
    }
}
.d-gap-20 {
    gap: 20px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-20 {
        gap: 20px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-20 {
        gap: 20px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-20 {
        gap: 20px;
    }
}
.d-gap-x-20 {
    -moz-column-gap: 20px;
    column-gap: 20px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-20 {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-20 {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-20 {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}
.d-gap-y-20 {
    row-gap: 20px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-20 {
        row-gap: 20px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-20 {
        row-gap: 20px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-20 {
        row-gap: 20px;
    }
}
.d-gap-21 {
    gap: 21px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-21 {
        gap: 21px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-21 {
        gap: 21px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-21 {
        gap: 21px;
    }
}
.d-gap-x-21 {
    -moz-column-gap: 21px;
    column-gap: 21px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-21 {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-21 {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-21 {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
}
.d-gap-y-21 {
    row-gap: 21px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-21 {
        row-gap: 21px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-21 {
        row-gap: 21px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-21 {
        row-gap: 21px;
    }
}
.d-gap-22 {
    gap: 22px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-22 {
        gap: 22px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-22 {
        gap: 22px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-22 {
        gap: 22px;
    }
}
.d-gap-x-22 {
    -moz-column-gap: 22px;
    column-gap: 22px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-22 {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-22 {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-22 {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
}
.d-gap-y-22 {
    row-gap: 22px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-22 {
        row-gap: 22px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-22 {
        row-gap: 22px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-22 {
        row-gap: 22px;
    }
}
.d-gap-23 {
    gap: 23px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-23 {
        gap: 23px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-23 {
        gap: 23px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-23 {
        gap: 23px;
    }
}
.d-gap-x-23 {
    -moz-column-gap: 23px;
    column-gap: 23px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-23 {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-23 {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-23 {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
}
.d-gap-y-23 {
    row-gap: 23px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-23 {
        row-gap: 23px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-23 {
        row-gap: 23px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-23 {
        row-gap: 23px;
    }
}
.d-gap-24 {
    gap: 24px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-24 {
        gap: 24px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-24 {
        gap: 24px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-24 {
        gap: 24px;
    }
}
.d-gap-x-24 {
    -moz-column-gap: 24px;
    column-gap: 24px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-24 {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-24 {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-24 {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
.d-gap-y-24 {
    row-gap: 24px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-24 {
        row-gap: 24px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-24 {
        row-gap: 24px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-24 {
        row-gap: 24px;
    }
}
.d-gap-25 {
    gap: 25px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-25 {
        gap: 25px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-25 {
        gap: 25px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-25 {
        gap: 25px;
    }
}
.d-gap-x-25 {
    -moz-column-gap: 25px;
    column-gap: 25px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-25 {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-25 {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-25 {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}
.d-gap-y-25 {
    row-gap: 25px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-25 {
        row-gap: 25px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-25 {
        row-gap: 25px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-25 {
        row-gap: 25px;
    }
}
.d-gap-26 {
    gap: 26px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-26 {
        gap: 26px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-26 {
        gap: 26px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-26 {
        gap: 26px;
    }
}
.d-gap-x-26 {
    -moz-column-gap: 26px;
    column-gap: 26px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-26 {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-26 {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-26 {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
}
.d-gap-y-26 {
    row-gap: 26px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-26 {
        row-gap: 26px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-26 {
        row-gap: 26px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-26 {
        row-gap: 26px;
    }
}
.d-gap-27 {
    gap: 27px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-27 {
        gap: 27px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-27 {
        gap: 27px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-27 {
        gap: 27px;
    }
}
.d-gap-x-27 {
    -moz-column-gap: 27px;
    column-gap: 27px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-27 {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-27 {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-27 {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
}
.d-gap-y-27 {
    row-gap: 27px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-27 {
        row-gap: 27px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-27 {
        row-gap: 27px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-27 {
        row-gap: 27px;
    }
}
.d-gap-28 {
    gap: 28px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-28 {
        gap: 28px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-28 {
        gap: 28px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-28 {
        gap: 28px;
    }
}
.d-gap-x-28 {
    -moz-column-gap: 28px;
    column-gap: 28px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-28 {
        -moz-column-gap: 28px;
        column-gap: 28px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-28 {
        -moz-column-gap: 28px;
        column-gap: 28px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-28 {
        -moz-column-gap: 28px;
        column-gap: 28px;
    }
}
.d-gap-y-28 {
    row-gap: 28px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-28 {
        row-gap: 28px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-28 {
        row-gap: 28px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-28 {
        row-gap: 28px;
    }
}
.d-gap-29 {
    gap: 29px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-29 {
        gap: 29px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-29 {
        gap: 29px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-29 {
        gap: 29px;
    }
}
.d-gap-x-29 {
    -moz-column-gap: 29px;
    column-gap: 29px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-29 {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-29 {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-29 {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
}
.d-gap-y-29 {
    row-gap: 29px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-29 {
        row-gap: 29px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-29 {
        row-gap: 29px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-29 {
        row-gap: 29px;
    }
}
.d-gap-30 {
    gap: 30px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-30 {
        gap: 30px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-30 {
        gap: 30px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-30 {
        gap: 30px;
    }
}
.d-gap-x-30 {
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-30 {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-30 {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-30 {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
.d-gap-y-30 {
    row-gap: 30px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-30 {
        row-gap: 30px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-30 {
        row-gap: 30px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-30 {
        row-gap: 30px;
    }
}
.d-gap-31 {
    gap: 31px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-31 {
        gap: 31px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-31 {
        gap: 31px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-31 {
        gap: 31px;
    }
}
.d-gap-x-31 {
    -moz-column-gap: 31px;
    column-gap: 31px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-31 {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-31 {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-31 {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
}
.d-gap-y-31 {
    row-gap: 31px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-31 {
        row-gap: 31px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-31 {
        row-gap: 31px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-31 {
        row-gap: 31px;
    }
}
.d-gap-32 {
    gap: 32px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-32 {
        gap: 32px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-32 {
        gap: 32px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-32 {
        gap: 32px;
    }
}
.d-gap-x-32 {
    -moz-column-gap: 32px;
    column-gap: 32px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-32 {
        -moz-column-gap: 32px;
        column-gap: 32px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-32 {
        -moz-column-gap: 32px;
        column-gap: 32px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-32 {
        -moz-column-gap: 32px;
        column-gap: 32px;
    }
}
.d-gap-y-32 {
    row-gap: 32px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-32 {
        row-gap: 32px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-32 {
        row-gap: 32px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-32 {
        row-gap: 32px;
    }
}
.d-gap-33 {
    gap: 33px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-33 {
        gap: 33px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-33 {
        gap: 33px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-33 {
        gap: 33px;
    }
}
.d-gap-x-33 {
    -moz-column-gap: 33px;
    column-gap: 33px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-33 {
        -moz-column-gap: 33px;
        column-gap: 33px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-33 {
        -moz-column-gap: 33px;
        column-gap: 33px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-33 {
        -moz-column-gap: 33px;
        column-gap: 33px;
    }
}
.d-gap-y-33 {
    row-gap: 33px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-33 {
        row-gap: 33px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-33 {
        row-gap: 33px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-33 {
        row-gap: 33px;
    }
}
.d-gap-34 {
    gap: 34px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-34 {
        gap: 34px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-34 {
        gap: 34px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-34 {
        gap: 34px;
    }
}
.d-gap-x-34 {
    -moz-column-gap: 34px;
    column-gap: 34px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-34 {
        -moz-column-gap: 34px;
        column-gap: 34px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-34 {
        -moz-column-gap: 34px;
        column-gap: 34px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-34 {
        -moz-column-gap: 34px;
        column-gap: 34px;
    }
}
.d-gap-y-34 {
    row-gap: 34px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-34 {
        row-gap: 34px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-34 {
        row-gap: 34px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-34 {
        row-gap: 34px;
    }
}
.d-gap-35 {
    gap: 35px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-35 {
        gap: 35px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-35 {
        gap: 35px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-35 {
        gap: 35px;
    }
}
.d-gap-x-35 {
    -moz-column-gap: 35px;
    column-gap: 35px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-35 {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-35 {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-35 {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
}
.d-gap-y-35 {
    row-gap: 35px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-35 {
        row-gap: 35px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-35 {
        row-gap: 35px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-35 {
        row-gap: 35px;
    }
}
.d-gap-36 {
    gap: 36px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-36 {
        gap: 36px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-36 {
        gap: 36px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-36 {
        gap: 36px;
    }
}
.d-gap-x-36 {
    -moz-column-gap: 36px;
    column-gap: 36px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-36 {
        -moz-column-gap: 36px;
        column-gap: 36px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-36 {
        -moz-column-gap: 36px;
        column-gap: 36px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-36 {
        -moz-column-gap: 36px;
        column-gap: 36px;
    }
}
.d-gap-y-36 {
    row-gap: 36px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-36 {
        row-gap: 36px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-36 {
        row-gap: 36px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-36 {
        row-gap: 36px;
    }
}
.d-gap-37 {
    gap: 37px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-37 {
        gap: 37px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-37 {
        gap: 37px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-37 {
        gap: 37px;
    }
}
.d-gap-x-37 {
    -moz-column-gap: 37px;
    column-gap: 37px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-37 {
        -moz-column-gap: 37px;
        column-gap: 37px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-37 {
        -moz-column-gap: 37px;
        column-gap: 37px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-37 {
        -moz-column-gap: 37px;
        column-gap: 37px;
    }
}
.d-gap-y-37 {
    row-gap: 37px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-37 {
        row-gap: 37px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-37 {
        row-gap: 37px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-37 {
        row-gap: 37px;
    }
}
.d-gap-38 {
    gap: 38px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-38 {
        gap: 38px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-38 {
        gap: 38px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-38 {
        gap: 38px;
    }
}
.d-gap-x-38 {
    -moz-column-gap: 38px;
    column-gap: 38px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-38 {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-38 {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-38 {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
}
.d-gap-y-38 {
    row-gap: 38px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-38 {
        row-gap: 38px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-38 {
        row-gap: 38px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-38 {
        row-gap: 38px;
    }
}
.d-gap-39 {
    gap: 39px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-39 {
        gap: 39px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-39 {
        gap: 39px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-39 {
        gap: 39px;
    }
}
.d-gap-x-39 {
    -moz-column-gap: 39px;
    column-gap: 39px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-39 {
        -moz-column-gap: 39px;
        column-gap: 39px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-39 {
        -moz-column-gap: 39px;
        column-gap: 39px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-39 {
        -moz-column-gap: 39px;
        column-gap: 39px;
    }
}
.d-gap-y-39 {
    row-gap: 39px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-39 {
        row-gap: 39px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-39 {
        row-gap: 39px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-39 {
        row-gap: 39px;
    }
}
.d-gap-40 {
    gap: 40px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-40 {
        gap: 40px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-40 {
        gap: 40px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-40 {
        gap: 40px;
    }
}
.d-gap-x-40 {
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-40 {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-40 {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-40 {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}
.d-gap-y-40 {
    row-gap: 40px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-40 {
        row-gap: 40px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-40 {
        row-gap: 40px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-40 {
        row-gap: 40px;
    }
}
.d-gap-41 {
    gap: 41px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-41 {
        gap: 41px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-41 {
        gap: 41px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-41 {
        gap: 41px;
    }
}
.d-gap-x-41 {
    -moz-column-gap: 41px;
    column-gap: 41px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-41 {
        -moz-column-gap: 41px;
        column-gap: 41px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-41 {
        -moz-column-gap: 41px;
        column-gap: 41px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-41 {
        -moz-column-gap: 41px;
        column-gap: 41px;
    }
}
.d-gap-y-41 {
    row-gap: 41px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-41 {
        row-gap: 41px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-41 {
        row-gap: 41px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-41 {
        row-gap: 41px;
    }
}
.d-gap-42 {
    gap: 42px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-42 {
        gap: 42px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-42 {
        gap: 42px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-42 {
        gap: 42px;
    }
}
.d-gap-x-42 {
    -moz-column-gap: 42px;
    column-gap: 42px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-42 {
        -moz-column-gap: 42px;
        column-gap: 42px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-42 {
        -moz-column-gap: 42px;
        column-gap: 42px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-42 {
        -moz-column-gap: 42px;
        column-gap: 42px;
    }
}
.d-gap-y-42 {
    row-gap: 42px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-42 {
        row-gap: 42px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-42 {
        row-gap: 42px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-42 {
        row-gap: 42px;
    }
}
.d-gap-43 {
    gap: 43px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-43 {
        gap: 43px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-43 {
        gap: 43px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-43 {
        gap: 43px;
    }
}
.d-gap-x-43 {
    -moz-column-gap: 43px;
    column-gap: 43px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-43 {
        -moz-column-gap: 43px;
        column-gap: 43px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-43 {
        -moz-column-gap: 43px;
        column-gap: 43px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-43 {
        -moz-column-gap: 43px;
        column-gap: 43px;
    }
}
.d-gap-y-43 {
    row-gap: 43px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-43 {
        row-gap: 43px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-43 {
        row-gap: 43px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-43 {
        row-gap: 43px;
    }
}
.d-gap-44 {
    gap: 44px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-44 {
        gap: 44px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-44 {
        gap: 44px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-44 {
        gap: 44px;
    }
}
.d-gap-x-44 {
    -moz-column-gap: 44px;
    column-gap: 44px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-44 {
        -moz-column-gap: 44px;
        column-gap: 44px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-44 {
        -moz-column-gap: 44px;
        column-gap: 44px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-44 {
        -moz-column-gap: 44px;
        column-gap: 44px;
    }
}
.d-gap-y-44 {
    row-gap: 44px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-44 {
        row-gap: 44px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-44 {
        row-gap: 44px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-44 {
        row-gap: 44px;
    }
}
.d-gap-45 {
    gap: 45px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-45 {
        gap: 45px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-45 {
        gap: 45px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-45 {
        gap: 45px;
    }
}
.d-gap-x-45 {
    -moz-column-gap: 45px;
    column-gap: 45px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-45 {
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-45 {
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-45 {
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
}
.d-gap-y-45 {
    row-gap: 45px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-45 {
        row-gap: 45px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-45 {
        row-gap: 45px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-45 {
        row-gap: 45px;
    }
}
.d-gap-46 {
    gap: 46px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-46 {
        gap: 46px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-46 {
        gap: 46px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-46 {
        gap: 46px;
    }
}
.d-gap-x-46 {
    -moz-column-gap: 46px;
    column-gap: 46px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-46 {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-46 {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-46 {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
}
.d-gap-y-46 {
    row-gap: 46px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-46 {
        row-gap: 46px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-46 {
        row-gap: 46px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-46 {
        row-gap: 46px;
    }
}
.d-gap-47 {
    gap: 47px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-47 {
        gap: 47px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-47 {
        gap: 47px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-47 {
        gap: 47px;
    }
}
.d-gap-x-47 {
    -moz-column-gap: 47px;
    column-gap: 47px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-47 {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-47 {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-47 {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
}
.d-gap-y-47 {
    row-gap: 47px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-47 {
        row-gap: 47px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-47 {
        row-gap: 47px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-47 {
        row-gap: 47px;
    }
}
.d-gap-48 {
    gap: 48px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-48 {
        gap: 48px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-48 {
        gap: 48px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-48 {
        gap: 48px;
    }
}
.d-gap-x-48 {
    -moz-column-gap: 48px;
    column-gap: 48px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-48 {
        -moz-column-gap: 48px;
        column-gap: 48px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-48 {
        -moz-column-gap: 48px;
        column-gap: 48px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-48 {
        -moz-column-gap: 48px;
        column-gap: 48px;
    }
}
.d-gap-y-48 {
    row-gap: 48px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-48 {
        row-gap: 48px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-48 {
        row-gap: 48px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-48 {
        row-gap: 48px;
    }
}
.d-gap-49 {
    gap: 49px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-49 {
        gap: 49px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-49 {
        gap: 49px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-49 {
        gap: 49px;
    }
}
.d-gap-x-49 {
    -moz-column-gap: 49px;
    column-gap: 49px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-49 {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-49 {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-49 {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
}
.d-gap-y-49 {
    row-gap: 49px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-49 {
        row-gap: 49px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-49 {
        row-gap: 49px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-49 {
        row-gap: 49px;
    }
}
.d-gap-50 {
    gap: 50px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-50 {
        gap: 50px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-50 {
        gap: 50px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-50 {
        gap: 50px;
    }
}
.d-gap-x-50 {
    -moz-column-gap: 50px;
    column-gap: 50px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-50 {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-50 {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-50 {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}
.d-gap-y-50 {
    row-gap: 50px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-50 {
        row-gap: 50px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-50 {
        row-gap: 50px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-50 {
        row-gap: 50px;
    }
}
.d-gap-51 {
    gap: 51px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-51 {
        gap: 51px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-51 {
        gap: 51px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-51 {
        gap: 51px;
    }
}
.d-gap-x-51 {
    -moz-column-gap: 51px;
    column-gap: 51px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-51 {
        -moz-column-gap: 51px;
        column-gap: 51px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-51 {
        -moz-column-gap: 51px;
        column-gap: 51px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-51 {
        -moz-column-gap: 51px;
        column-gap: 51px;
    }
}
.d-gap-y-51 {
    row-gap: 51px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-51 {
        row-gap: 51px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-51 {
        row-gap: 51px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-51 {
        row-gap: 51px;
    }
}
.d-gap-52 {
    gap: 52px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-52 {
        gap: 52px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-52 {
        gap: 52px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-52 {
        gap: 52px;
    }
}
.d-gap-x-52 {
    -moz-column-gap: 52px;
    column-gap: 52px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-52 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-52 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-52 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
}
.d-gap-y-52 {
    row-gap: 52px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-52 {
        row-gap: 52px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-52 {
        row-gap: 52px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-52 {
        row-gap: 52px;
    }
}
.d-gap-53 {
    gap: 53px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-53 {
        gap: 53px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-53 {
        gap: 53px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-53 {
        gap: 53px;
    }
}
.d-gap-x-53 {
    -moz-column-gap: 53px;
    column-gap: 53px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-53 {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-53 {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-53 {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
}
.d-gap-y-53 {
    row-gap: 53px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-53 {
        row-gap: 53px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-53 {
        row-gap: 53px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-53 {
        row-gap: 53px;
    }
}
.d-gap-54 {
    gap: 54px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-54 {
        gap: 54px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-54 {
        gap: 54px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-54 {
        gap: 54px;
    }
}
.d-gap-x-54 {
    -moz-column-gap: 54px;
    column-gap: 54px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-54 {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-54 {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-54 {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
}
.d-gap-y-54 {
    row-gap: 54px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-54 {
        row-gap: 54px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-54 {
        row-gap: 54px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-54 {
        row-gap: 54px;
    }
}
.d-gap-55 {
    gap: 55px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-55 {
        gap: 55px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-55 {
        gap: 55px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-55 {
        gap: 55px;
    }
}
.d-gap-x-55 {
    -moz-column-gap: 55px;
    column-gap: 55px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-55 {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-55 {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-55 {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
}
.d-gap-y-55 {
    row-gap: 55px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-55 {
        row-gap: 55px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-55 {
        row-gap: 55px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-55 {
        row-gap: 55px;
    }
}
.d-gap-56 {
    gap: 56px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-56 {
        gap: 56px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-56 {
        gap: 56px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-56 {
        gap: 56px;
    }
}
.d-gap-x-56 {
    -moz-column-gap: 56px;
    column-gap: 56px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-56 {
        -moz-column-gap: 56px;
        column-gap: 56px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-56 {
        -moz-column-gap: 56px;
        column-gap: 56px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-56 {
        -moz-column-gap: 56px;
        column-gap: 56px;
    }
}
.d-gap-y-56 {
    row-gap: 56px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-56 {
        row-gap: 56px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-56 {
        row-gap: 56px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-56 {
        row-gap: 56px;
    }
}
.d-gap-57 {
    gap: 57px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-57 {
        gap: 57px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-57 {
        gap: 57px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-57 {
        gap: 57px;
    }
}
.d-gap-x-57 {
    -moz-column-gap: 57px;
    column-gap: 57px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-57 {
        -moz-column-gap: 57px;
        column-gap: 57px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-57 {
        -moz-column-gap: 57px;
        column-gap: 57px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-57 {
        -moz-column-gap: 57px;
        column-gap: 57px;
    }
}
.d-gap-y-57 {
    row-gap: 57px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-57 {
        row-gap: 57px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-57 {
        row-gap: 57px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-57 {
        row-gap: 57px;
    }
}
.d-gap-58 {
    gap: 58px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-58 {
        gap: 58px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-58 {
        gap: 58px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-58 {
        gap: 58px;
    }
}
.d-gap-x-58 {
    -moz-column-gap: 58px;
    column-gap: 58px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-58 {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-58 {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-58 {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
}
.d-gap-y-58 {
    row-gap: 58px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-58 {
        row-gap: 58px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-58 {
        row-gap: 58px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-58 {
        row-gap: 58px;
    }
}
.d-gap-59 {
    gap: 59px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-59 {
        gap: 59px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-59 {
        gap: 59px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-59 {
        gap: 59px;
    }
}
.d-gap-x-59 {
    -moz-column-gap: 59px;
    column-gap: 59px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-59 {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-59 {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-59 {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
}
.d-gap-y-59 {
    row-gap: 59px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-59 {
        row-gap: 59px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-59 {
        row-gap: 59px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-59 {
        row-gap: 59px;
    }
}
.d-gap-60 {
    gap: 60px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-60 {
        gap: 60px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-60 {
        gap: 60px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-60 {
        gap: 60px;
    }
}
.d-gap-x-60 {
    -moz-column-gap: 60px;
    column-gap: 60px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-60 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-60 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-60 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}
.d-gap-y-60 {
    row-gap: 60px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-60 {
        row-gap: 60px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-60 {
        row-gap: 60px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-60 {
        row-gap: 60px;
    }
}
.d-gap-61 {
    gap: 61px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-61 {
        gap: 61px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-61 {
        gap: 61px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-61 {
        gap: 61px;
    }
}
.d-gap-x-61 {
    -moz-column-gap: 61px;
    column-gap: 61px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-61 {
        -moz-column-gap: 61px;
        column-gap: 61px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-61 {
        -moz-column-gap: 61px;
        column-gap: 61px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-61 {
        -moz-column-gap: 61px;
        column-gap: 61px;
    }
}
.d-gap-y-61 {
    row-gap: 61px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-61 {
        row-gap: 61px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-61 {
        row-gap: 61px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-61 {
        row-gap: 61px;
    }
}
.d-gap-62 {
    gap: 62px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-62 {
        gap: 62px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-62 {
        gap: 62px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-62 {
        gap: 62px;
    }
}
.d-gap-x-62 {
    -moz-column-gap: 62px;
    column-gap: 62px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-62 {
        -moz-column-gap: 62px;
        column-gap: 62px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-62 {
        -moz-column-gap: 62px;
        column-gap: 62px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-62 {
        -moz-column-gap: 62px;
        column-gap: 62px;
    }
}
.d-gap-y-62 {
    row-gap: 62px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-62 {
        row-gap: 62px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-62 {
        row-gap: 62px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-62 {
        row-gap: 62px;
    }
}
.d-gap-63 {
    gap: 63px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-63 {
        gap: 63px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-63 {
        gap: 63px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-63 {
        gap: 63px;
    }
}
.d-gap-x-63 {
    -moz-column-gap: 63px;
    column-gap: 63px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-63 {
        -moz-column-gap: 63px;
        column-gap: 63px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-63 {
        -moz-column-gap: 63px;
        column-gap: 63px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-63 {
        -moz-column-gap: 63px;
        column-gap: 63px;
    }
}
.d-gap-y-63 {
    row-gap: 63px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-63 {
        row-gap: 63px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-63 {
        row-gap: 63px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-63 {
        row-gap: 63px;
    }
}
.d-gap-64 {
    gap: 64px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-64 {
        gap: 64px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-64 {
        gap: 64px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-64 {
        gap: 64px;
    }
}
.d-gap-x-64 {
    -moz-column-gap: 64px;
    column-gap: 64px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-64 {
        -moz-column-gap: 64px;
        column-gap: 64px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-64 {
        -moz-column-gap: 64px;
        column-gap: 64px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-64 {
        -moz-column-gap: 64px;
        column-gap: 64px;
    }
}
.d-gap-y-64 {
    row-gap: 64px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-64 {
        row-gap: 64px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-64 {
        row-gap: 64px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-64 {
        row-gap: 64px;
    }
}
.d-gap-65 {
    gap: 65px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-65 {
        gap: 65px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-65 {
        gap: 65px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-65 {
        gap: 65px;
    }
}
.d-gap-x-65 {
    -moz-column-gap: 65px;
    column-gap: 65px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-65 {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-65 {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-65 {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
}
.d-gap-y-65 {
    row-gap: 65px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-65 {
        row-gap: 65px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-65 {
        row-gap: 65px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-65 {
        row-gap: 65px;
    }
}
.d-gap-66 {
    gap: 66px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-66 {
        gap: 66px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-66 {
        gap: 66px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-66 {
        gap: 66px;
    }
}
.d-gap-x-66 {
    -moz-column-gap: 66px;
    column-gap: 66px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-66 {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-66 {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-66 {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
}
.d-gap-y-66 {
    row-gap: 66px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-66 {
        row-gap: 66px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-66 {
        row-gap: 66px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-66 {
        row-gap: 66px;
    }
}
.d-gap-67 {
    gap: 67px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-67 {
        gap: 67px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-67 {
        gap: 67px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-67 {
        gap: 67px;
    }
}
.d-gap-x-67 {
    -moz-column-gap: 67px;
    column-gap: 67px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-67 {
        -moz-column-gap: 67px;
        column-gap: 67px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-67 {
        -moz-column-gap: 67px;
        column-gap: 67px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-67 {
        -moz-column-gap: 67px;
        column-gap: 67px;
    }
}
.d-gap-y-67 {
    row-gap: 67px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-67 {
        row-gap: 67px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-67 {
        row-gap: 67px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-67 {
        row-gap: 67px;
    }
}
.d-gap-68 {
    gap: 68px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-68 {
        gap: 68px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-68 {
        gap: 68px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-68 {
        gap: 68px;
    }
}
.d-gap-x-68 {
    -moz-column-gap: 68px;
    column-gap: 68px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-68 {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-68 {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-68 {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
}
.d-gap-y-68 {
    row-gap: 68px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-68 {
        row-gap: 68px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-68 {
        row-gap: 68px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-68 {
        row-gap: 68px;
    }
}
.d-gap-69 {
    gap: 69px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-69 {
        gap: 69px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-69 {
        gap: 69px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-69 {
        gap: 69px;
    }
}
.d-gap-x-69 {
    -moz-column-gap: 69px;
    column-gap: 69px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-69 {
        -moz-column-gap: 69px;
        column-gap: 69px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-69 {
        -moz-column-gap: 69px;
        column-gap: 69px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-69 {
        -moz-column-gap: 69px;
        column-gap: 69px;
    }
}
.d-gap-y-69 {
    row-gap: 69px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-69 {
        row-gap: 69px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-69 {
        row-gap: 69px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-69 {
        row-gap: 69px;
    }
}
.d-gap-70 {
    gap: 70px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-70 {
        gap: 70px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-70 {
        gap: 70px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-70 {
        gap: 70px;
    }
}
.d-gap-x-70 {
    -moz-column-gap: 70px;
    column-gap: 70px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-70 {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-70 {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-70 {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
}
.d-gap-y-70 {
    row-gap: 70px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-70 {
        row-gap: 70px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-70 {
        row-gap: 70px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-70 {
        row-gap: 70px;
    }
}
.d-gap-71 {
    gap: 71px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-71 {
        gap: 71px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-71 {
        gap: 71px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-71 {
        gap: 71px;
    }
}
.d-gap-x-71 {
    -moz-column-gap: 71px;
    column-gap: 71px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-71 {
        -moz-column-gap: 71px;
        column-gap: 71px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-71 {
        -moz-column-gap: 71px;
        column-gap: 71px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-71 {
        -moz-column-gap: 71px;
        column-gap: 71px;
    }
}
.d-gap-y-71 {
    row-gap: 71px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-71 {
        row-gap: 71px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-71 {
        row-gap: 71px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-71 {
        row-gap: 71px;
    }
}
.d-gap-72 {
    gap: 72px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-72 {
        gap: 72px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-72 {
        gap: 72px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-72 {
        gap: 72px;
    }
}
.d-gap-x-72 {
    -moz-column-gap: 72px;
    column-gap: 72px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-72 {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-72 {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-72 {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
}
.d-gap-y-72 {
    row-gap: 72px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-72 {
        row-gap: 72px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-72 {
        row-gap: 72px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-72 {
        row-gap: 72px;
    }
}
.d-gap-73 {
    gap: 73px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-73 {
        gap: 73px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-73 {
        gap: 73px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-73 {
        gap: 73px;
    }
}
.d-gap-x-73 {
    -moz-column-gap: 73px;
    column-gap: 73px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-73 {
        -moz-column-gap: 73px;
        column-gap: 73px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-73 {
        -moz-column-gap: 73px;
        column-gap: 73px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-73 {
        -moz-column-gap: 73px;
        column-gap: 73px;
    }
}
.d-gap-y-73 {
    row-gap: 73px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-73 {
        row-gap: 73px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-73 {
        row-gap: 73px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-73 {
        row-gap: 73px;
    }
}
.d-gap-74 {
    gap: 74px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-74 {
        gap: 74px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-74 {
        gap: 74px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-74 {
        gap: 74px;
    }
}
.d-gap-x-74 {
    -moz-column-gap: 74px;
    column-gap: 74px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-74 {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-74 {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-74 {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
}
.d-gap-y-74 {
    row-gap: 74px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-74 {
        row-gap: 74px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-74 {
        row-gap: 74px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-74 {
        row-gap: 74px;
    }
}
.d-gap-75 {
    gap: 75px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-75 {
        gap: 75px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-75 {
        gap: 75px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-75 {
        gap: 75px;
    }
}
.d-gap-x-75 {
    -moz-column-gap: 75px;
    column-gap: 75px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-75 {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-75 {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-75 {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
}
.d-gap-y-75 {
    row-gap: 75px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-75 {
        row-gap: 75px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-75 {
        row-gap: 75px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-75 {
        row-gap: 75px;
    }
}
.d-gap-76 {
    gap: 76px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-76 {
        gap: 76px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-76 {
        gap: 76px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-76 {
        gap: 76px;
    }
}
.d-gap-x-76 {
    -moz-column-gap: 76px;
    column-gap: 76px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-76 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-76 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-76 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }
}
.d-gap-y-76 {
    row-gap: 76px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-76 {
        row-gap: 76px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-76 {
        row-gap: 76px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-76 {
        row-gap: 76px;
    }
}
.d-gap-77 {
    gap: 77px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-77 {
        gap: 77px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-77 {
        gap: 77px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-77 {
        gap: 77px;
    }
}
.d-gap-x-77 {
    -moz-column-gap: 77px;
    column-gap: 77px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-77 {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-77 {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-77 {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
}
.d-gap-y-77 {
    row-gap: 77px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-77 {
        row-gap: 77px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-77 {
        row-gap: 77px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-77 {
        row-gap: 77px;
    }
}
.d-gap-78 {
    gap: 78px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-78 {
        gap: 78px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-78 {
        gap: 78px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-78 {
        gap: 78px;
    }
}
.d-gap-x-78 {
    -moz-column-gap: 78px;
    column-gap: 78px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-78 {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-78 {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-78 {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
}
.d-gap-y-78 {
    row-gap: 78px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-78 {
        row-gap: 78px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-78 {
        row-gap: 78px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-78 {
        row-gap: 78px;
    }
}
.d-gap-79 {
    gap: 79px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-79 {
        gap: 79px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-79 {
        gap: 79px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-79 {
        gap: 79px;
    }
}
.d-gap-x-79 {
    -moz-column-gap: 79px;
    column-gap: 79px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-79 {
        -moz-column-gap: 79px;
        column-gap: 79px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-79 {
        -moz-column-gap: 79px;
        column-gap: 79px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-79 {
        -moz-column-gap: 79px;
        column-gap: 79px;
    }
}
.d-gap-y-79 {
    row-gap: 79px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-79 {
        row-gap: 79px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-79 {
        row-gap: 79px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-79 {
        row-gap: 79px;
    }
}
.d-gap-80 {
    gap: 80px;
}
@media all and (min-width: 768px) {
    .d-gap-sm-80 {
        gap: 80px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-md-80 {
        gap: 80px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-lg-80 {
        gap: 80px;
    }
}
.d-gap-x-80 {
    -moz-column-gap: 80px;
    column-gap: 80px;
}
@media all and (min-width: 768px) {
    .d-gap-x-sm-80 {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-x-md-80 {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-x-lg-80 {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
}
.d-gap-y-80 {
    row-gap: 80px;
}
@media all and (min-width: 768px) {
    .d-gap-y-sm-80 {
        row-gap: 80px;
    }
}
@media all and (min-width: 992px) {
    .d-gap-y-md-80 {
        row-gap: 80px;
    }
}
@media all and (min-width: 1200px) {
    .d-gap-y-lg-80 {
        row-gap: 80px;
    }
}
body {
    overflow-x: hidden;
    position: relative;
    margin-top:110px;
}
@media all and (max-width: 576px) {
body {
    overflow-x: hidden;
    position: relative;
    margin-top:45px;
}
}

html {
    scroll-behavior: smooth;
    margin-top:0px!important;
}
.d-grid {
    display: grid;
}
.d-block {
    display: block;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-hidden-x {
    overflow-x: hidden;
}
.overflow-hidden-y {
    overflow-y: hidden;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
hr {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.module--spacing-large,
.module--spacing-largest,
.module--spacing-medium,
.module--spacing-small,
.module--spacing-smallest {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (min-width: 768px) {
    .module--spacing-smallest {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
@media (min-width: 768px) {
    .module--spacing-small {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media (min-width: 768px) {
    .module--spacing-medium {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 768px) {
    .module--spacing-large {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}
@media (min-width: 768px) {
    .module--spacing-largest {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}
.relative {
    position: relative;
}
.bg--cover {
    background-size: cover;
}
.bg--contain,
.careers-form_bg:after,
.pattern--right_sphare_outline:before,
.video-wrapper .pause-button,
.video-wrapper .play-button {
    background-size: contain;
}
.bg--center,
.pattern--right_sphare_outline:after,
.pattern--right_sphare_outline:before,
.video-wrapper .pause-button,
.video-wrapper .play-button {
    background-position: center;
}
.bg--no-repeat,
.careers-form_bg:after,
.pattern--right_sphare_outline:after,
.pattern--right_sphare_outline:before,
.video-wrapper .pause-button,
.video-wrapper .play-button {
    background-repeat: no-repeat;
}
.full--height {
    height: auto;
    min-height: 450px;
}
@media all and (min-width: 1199px) {
    .full--height {
        height: 90vh;
    }
}
.missing-page--height {
    height: auto;
    min-height: 450px;
}
@media all and (min-width: 1199px) {
    .missing-page--height {
        height: auto;
        min-height: 580px;
    }
}
.search-page--height {
    height: auto;
    min-height: 350px;
}
@media all and (min-width: 1199px) {
    .search-page--height {
        height: auto;
        min-height: 350px;
    }
}
.results-page-main {
    display: flex;
    flex-direction: column;
    gap: 76px;
    padding-top: 95px;
    padding-bottom: 95px;
}
.results-page-main .results-page--content-wrapper .results-page--content-row .results-page--content p {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.results-page-main .results-page--content-wrapper .results-page--content-row .results-page--results-page-found {
    margin-top: 36px;
    text-align: left;
}
@media all and (min-width: 1200px) {
    .results-page-main .results-page--content-wrapper .results-page--content-row .results-page--results-page-found {
        margin-top: 0;
        text-align: right;
    }
}
.results-page-main .results-page--content-wrapper .results-page--content-row .results-page--results-page-found h3 {
    color: #4e367c;
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.results-page-main .results-page--content-wrapper .results-page--content-row .results-page--results-page-found p {
    margin-top: 1rem;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.results-page-main .results-page--no-results-wrapper .results-page--no-results-row .results-page--no-results h3 {
    color: #4e367c;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.2px;
}
.results-page-main .results-page--no-results-wrapper .results-page--no-results-row .results-page--no-results p {
    margin-top: 1rem;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.bl-1:before {
    content: "";
    position: absolute;
    width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
}
.min-height-550 {
    min-height: 550px;
}
.careers-form_bg {
    position: relative;
}
.careers-form_bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
    background-position: bottom right;
    background-image: url(../images/careers--pattern.svg);
}
@media all and (min-width: 992px) {
    .negative--top {
        margin-top: -250px;
    }
}
.pattern--right_sphare_outline {
    position: relative;
}
.pattern--right_sphare_outline:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 600px;
    height: 100%;
    background-image: url(../images/careers-shape-left.svg);
    background-size: 100%;
}
@media all and (min-width: 992px) {
    .pattern--right_sphare_outline:after {
        display: block;
    }
}
.pattern--right_sphare_outline:before {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 0;
    width: 430px;
    height: 425px;
    background-image: url(../images/contact-outline-sphere.svg);
}
@media all and (min-width: 992px) {
    .pattern--right_sphare_outline:before {
        display: block;
    }
}
.dark--green_arrow {
    position: relative;
    display: inline-block;
}
.dark--green_arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 15' style='enable-background:new 0 0 14 15;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23007F7E;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath class='st0' d='M2.9,7.1h8.2'/%3E%3Cpath class='st0' d='M7,3l4.1,4.1L7,11.2'/%3E%3C/svg%3E%0A");
}
.blurred--content {
    position: relative;
}
header {
    z-index: 100;
    padding-top: 30px;
    transition: all 0.3s ease-in-out;
}
@media all and (min-width: 1200px) {
    header {
        background-color: transparent;
        padding-top: 62px;
    }
}
header.scrolled {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
header .desktop-navigation {
    display: none;
}
@media all and (min-width: 1200px) {
    header .desktop-navigation {
        display: block;
    }
}
header .desktop-navigation .brand-logo a {
    display: inline-block;
    margin-bottom: 0;
}
header .desktop-navigation .brand-logo a img {
    height: 65px;
    width: auto;
    transition: all 0.3s ease-in-out;
}
header .desktop-navigation .brand-logo a:hover img {
    opacity: 0.5;
}
header .desktop-navigation .header--secondary-navigation {
    padding-bottom: 14px;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation {
    padding: 0;
    margin: 0;
    gap: 32px;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li > a {
    display: block;
    height: 20px;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li > a:hover {
    color: #726cc3;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > a {
    position: relative;
    padding: 0 25px 0 0;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 100%;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > a:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 9px;
    background-image: url(../images/icons/chevron-down.svg);
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 140%;
    min-width: 200px;
    z-index: 40;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.5s ease-out;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > ul.sub-menu > li {
    border-bottom: 1px solid #e2e5e6;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children > ul.sub-menu > li > a {
    display: block;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children.has--children > ul.sub-menu,
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation > li.menu-item-has-children.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form {
    display: flex;
    width: auto;
    align-items: center;
    gap: 12px;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form .form-control {
    display: inline-flex;
    width: 79px !important;
    height: 20px;
    padding: 4px;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    line-height: 20px;
    color: #4e367c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form .form-control::-moz-placeholder {
    font-family: Montserrat, sans-serif;
    color: #4e367c;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form .form-control::placeholder {
    font-family: Montserrat, sans-serif;
    color: #4e367c;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form .form-control:focus {
    text-align: left;
    width: 160px !important;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form .form-control:focus::-moz-placeholder {
    color: #a9ade7;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form .form-control:focus::placeholder {
    color: #a9ade7;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form button {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: color 0.3s ease-in-out;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form button:hover {
    color: #a9ade7;
}
header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-search > form button > svg {
    width: 20px;
    height: 20px;
}
header .desktop-navigation .header--secondary-navigation .row{flex-wrap:wrap;row-gap:10px}
.header__social-list{display:flex;align-items:center;gap:10px;margin:0;padding:0;list-style:none}
.header__social-link{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:1;transition:opacity .2s ease}
.header__social-link:hover{opacity:.75}
.header__social-icon{width:18px;height:18px;object-fit:contain;display:block}
.header__cta-btn{white-space:nowrap}
@media (max-width:1399.98px){header .desktop-navigation .header--secondary-navigation .header--secondary-navigation-wrapper ul#secondary-navigation{gap:18px}header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation{gap:22px}}
@media (max-width:1199.98px){header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation{flex-wrap:wrap}}
header .desktop-navigation .header--primary-navigation {
    position: relative;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation {
    padding: 0;
    margin: 0;
    gap: 32px;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li {
    position: relative;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li > a {
    display: block;
    height: 42px;
    padding: 12px 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children > a {
    position: relative;
    padding: 12px 28px 12px 0;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children > a:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 9px;
    background-image: url(../images/icons/chevron-down.svg);
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 200px;
    z-index: 40;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.5s ease-out;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children > ul.sub-menu > li {
    border-bottom: 1px solid #e2e5e6;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children > ul.sub-menu > li > a {
    display: block;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color:#4E367C;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li:hover > a {
    color: #726cc3;
}
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.has--children > ul.sub-menu,
header .desktop-navigation .header--primary-navigation .header--primary-navigation-wrapper ul#primary-navigation > li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
header .mobile-navigation {
    display: block;
    padding-bottom: 16px;
}
@media all and (min-width: 1200px) {
    header .mobile-navigation {
        display: none;
    }
}
header .mobile-navigation .mobile-navigation--brand-logo a {
    display: inline-block;
    margin-bottom: 0;
}
header .mobile-navigation .mobile-navigation--brand-logo a img {
    height: 45px;
    width: auto;
    transition: all 0.3s ease-in-out;
}
header .mobile-navigation .mobile-navigation--brand-logo a:hover img {
    opacity: 0.5;
}
body.mmactive {
    overflow: hidden;
}
.sm_menu_outer {
    height: calc(100vh - 60px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 95px;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    transition: opacity 0.2s;
}
.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
}
.sm_menu_outer.active .mobile-navigation--menu-wrapper ul.mobile-menu {
    display: block;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu {
    display: none;
    position: relative;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li {
    border-bottom: 1px solid #a9ade7;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li.hasChild > a {
    padding: 15px 37px 15px 15px;
    background: url(../images/icons/chevron-right.svg) no-repeat scroll 95% center/7px auto;
    transition: all 0.3s ease-in-out;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li.hasChild > a:hover {
    color: #726cc3;
    background: url(../images/icons/chevron-right-mid-purple.svg) no-repeat scroll 95% center/7px auto;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li.hasChild ul.sub-menu {
    background-color: #fff;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li.hasChild ul.sub-menu > li {
    border-bottom: 1px solid #a9ade7;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li.hasChild ul.sub-menu > li.back > a {
    padding: 15px 15px 15px 37px;
    background: url(../images/icons/chevron-left.svg) no-repeat scroll 15px center/7px auto;
    transition: all 0.3s ease-in-out;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li.hasChild ul.sub-menu > li.back > a:hover {
    color: #726cc3;
    background: url(../images/icons/chevron-left-mid-purple.svg) no-repeat scroll 15px center/7px auto;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li.hasChild ul.sub-menu > li > a {
    display: block;
    padding: 15px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li.hasChild ul.sub-menu > li > a:hover {
    color: #726cc3;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li > a {
    display: block;
    padding: 15px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.sm_menu_outer .mobile-navigation--menu-wrapper ul.mobile-menu > li > a:hover {
    color: #726cc3;
}
.sm_menu_outer.slide .mobile-menu .sub-menu {
    background-color: #fff;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}
.sm_menu_outer.slide .mobile-menu li.active > .sub-menu {
    right: 0;
}
#sm_menu_ham {
    display: block;
    position: fixed;
    cursor: pointer;
    float: right;
    top: 52.5px;
    right: 15px;
    width: 27px;
    height: 23px;
    transform: rotate(0) translateY(-50%);
    transition: all 0.5s ease-in-out 0s;
    z-index: 9999;
}
#sm_menu_ham span {
    background-color: #ffffff;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    transition: all 0.25s ease-in-out 0s;
    width: 27px;
}
#sm_menu_ham.open span {
    background-color: #ffffff;
}
#sm_menu_ham span:nth-child(1) {
    top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
    top: 10px;
}
#sm_menu_ham span:nth-child(4) {
    top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
    transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
    transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
}
@media (min-width: 1199px) {
    #sm_menu_ham,
    .sm_menu_outer {
        display: none;
    }
}
.social-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    gap: 16px;
}
.social-links li a {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.social-links li a:hover {
    opacity: 0.5;
}
.social-links li a i {
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.social-links li a i.social {
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.social-links li a i.social-facebook {
    background-image: url(../images/icons/social-media/facebook.svg);
}
.social-links li a i.social-twt {
    background-image: url(../images/icons/social-media/twitter.svg);
}
.social-links li a i.social-linkedin {
    background-image: url(../images/icons/social-media/linkedin.svg);
}
.social-links li a i.social-instagram {
    background-image: url(../images/icons/social-media/instagram.svg);
}
.social-links li a i.social-pinterest {
    background-image: url(../images/icons/social-media/pinterest.svg);
}
.social-links li a i.social-spotify{background-image:url(../images/icons/social-media/spotify.svg)}
.social-links li a i.social-youtube{background-image:url(../images/icons/social-media/youtube.svg)}
.social-links li a i.social-amazon_music{background-image:url(../images/icons/social-media/amazon-music.svg)}
.social-links li a i.social-apple_podcast{background-image:url(../images/icons/social-media/apple-podacast.svg)}
.footer-menu ul.footer-navigation {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 17px;
}
.footer-menu ul.footer-navigation > li > a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.footer-menu ul.footer-navigation > li > a:hover {
    color: #a9ade7;
}
.mobile-menu {
    display: none;
}
#footer-legal-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 16px 32px;
    padding: 0;
    margin: 0;
}
#footer-legal-nav > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
#footer-legal-nav > li > a:hover {
    color: #a9ade7;
}
.ajax-pagination-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ajax-pagination-list > li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #c3cbcd;
}
.ajax-pagination-list > li svg {
    width: 16px;
    height: 16px;
    color: #726cc3;
}
.ajax-pagination-list > li > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.ajax-pagination-list > li > a:hover {
    background-color: #007f7e;
    color: #fff;
}
.ajax-pagination-list > li > a:hover svg {
    color: #fff;
}
.ajax-pagination-list > li.page-item {
    display: none;
}
@media all and (min-width: 1200px) {
    .ajax-pagination-list > li.page-item {
        display: inline-flex;
    }
}
.ajax-pagination-list > li.page-item.current {
    border: 1px solid #007f7e;
    background-color: #007f7e;
    color: #fff;
}
.ajax-pagination-list > li.disabled {
    border: 1px solid #c3cbcd;
    cursor: not-allowed;
}
.ajax-pagination-list > li.disabled svg {
    color: #c3cbcd;
}
.pagination-wrapper {
    margin-top: 60px;
}
.pagination-wrapper .pagination-row .pagination > ul.pagination-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination-wrapper .pagination-row .pagination > ul.pagination-list > li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #c3cbcd;
}
.pagination-wrapper .pagination-row .pagination > ul.pagination-list > li svg {
    color: #726cc3;
}
.pagination-wrapper .pagination-row .pagination > ul.pagination-list > li.disabled {
    border: 1px solid #f4f7f6;
}
.pagination-wrapper .pagination-row .pagination > ul.pagination-list > li.disabled svg {
    color: #f4f7f6;
}
#breadcrumbs span span {
    padding: 0 8px;
}
#breadcrumbs span span:first-of-type {
    padding-left: 0;
}
#breadcrumbs a {
    text-decoration: none;
}
#hero--home {
    overflow: hidden;
    position: relative;
    height: auto;
    min-height: 400px;
}
@media all and (min-width: 992px) {
    #hero--home {
        min-height: 710px;
    }
}
#hero--home:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(244, 247, 246, 0.6) 40%, rgba(244, 247, 246, 0) 60%, rgba(244, 247, 246, 0.6) 80%);
    z-index: 1;
}
#hero--home:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/home-overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
}
#hero--home .container {
    z-index: 4;
    position: relative;
    padding-top: 160px;
    padding-bottom: 60px;
}
@media all and (min-width: 992px) {
    #hero--home .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
#hero--home .container:after {
    content: "";
    display: none;
    width: 662px;
    height: 507px;
    position: absolute;
    right: -535px;
    bottom: -265px;
    background-image: url(../images/homepage-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 3;
}
@media all and (min-width: 992px) {
    #hero--home .container:after {
        display: block;
    }
}
#hero--home .container h1 {
    font-size: calc(35px + 15 * ((100vw - 576px) / 623));
}
@media screen and (max-width: 576px) {
    #hero--home .container h1 {
        font-size: 35px;
    }
}
@media screen and (min-width: 1199px) {
    #hero--home .container h1 {
        font-size: 50px;
    }
}
#hero--home-video {
    overflow: hidden;
    position: relative;
    height: auto;
    aspect-ratio: 4/3;
}
@media all and (min-width: 992px) {
    #hero--home-video {
        aspect-ratio: 198/71;
    }
}
#hero--home-video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(244, 247, 246, 0.6) 40%, rgba(244, 247, 246, 0) 60%, rgba(244, 247, 246, 0.6) 80%);
    z-index: 1;
}
#hero--home-video:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/home-overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
}
#hero--home-video .container {
    z-index: 4;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media all and (min-width: 992px) {
    #hero--home-video .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
#hero--home-video .container:after {
    content: "";
    display: none;
    width: 662px;
    height: 507px;
    position: absolute;
    right: -535px;
    bottom: -265px;
    background-image: url(../images/homepage-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 3;
}
@media all and (min-width: 992px) {
    #hero--home-video .container:after {
        display: block;
    }
}
#hero--home-video .container h1 {
    font-size: 28px;
    margin-bottom: 20px;
}
@media all and (min-width: 992px) {
    #hero--home-video .container h1 {
        font-size: 28px;
    }
}
@media all and (min-width: 1200px) {
    #hero--home-video .container h1 {
        font-size: 28px;
    }
}
@media all and (min-width: 1500px) {
    #hero--home-video .container h1 {
        font-size: 38px;
    }
}
#hero--home-video .container .btn,
#hero--home-video .container .form--styles .file-drop-area .fake-btn,
#hero--home-video .container .form--styles button,
.form--styles #hero--home-video .container button,
.form--styles .file-drop-area #hero--home-video .container .fake-btn {
    padding: 16px 26px;
    font-size: 18px;
    line-height: 22px;
}
#hero--home-video .hero-video-wrapper {
    aspect-ratio: 4/3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
@media all and (min-width: 992px) {
    #hero--home-video .hero-video-wrapper {
        aspect-ratio: 198/71;
    }
}
#hero--home-video .hero-video-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(244, 247, 246, 0.95) 0, rgba(244, 247, 246, 0.5) 40%);
    z-index: 1;
}
#hero--home-video .hero-video-wrapper video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}
#hero {
    height: auto;
    min-height: 300px;
    padding-top: 75px;
    padding-bottom: 75px;
}
#hero .hero--breadcrumbs-row {
    margin-bottom: 25px;
}
#hero .hero--title-row {
    margin-bottom: 36px;
}
#hero.hero--overlap {
    padding-bottom: 100px;
}
@media all and (min-width: 992px) {
    #hero.hero--overlap {
        padding-bottom: 50px !important;
    }
}
#hero.hero-double-text .container {
    position: relative;
}
#hero.hero-double-text .container:before {
    content: "";
    display: none;
    width: 584.7px;
    height: 606.9px;
    position: absolute;
    right: -345px;
    top: -75px;
    background-image: url(../images/hero-double-text-top-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media all and (min-width: 961px) {
    #hero.hero-double-text .container:before {
        display: block;
    }
}
#hero.hero-double-text .container:after {
    content: "";
    display: block;
    width: 670.13px;
    height: 750.14px;
    position: absolute;
    left: -420px;
    bottom: -525px;
    background-image: url(../images/hero-double-text-bottom-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#hero.hero-double-text .container .hero-content-wrapper {
    position: relative;
    z-index: 5;
}
#hero.hero-service .container {
    position: relative;
}
#hero.hero-service .container:before {
    content: "";
    display: none;
    width: 484.57px;
    height: 484.83px;
    position: absolute;
    right: 0px;
    bottom: -335px;
    background-image: url(../images/services-header-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media all and (min-width: 961px) {
    #hero.hero-service .container:before {
        display: block;
    }
}
#hero.hero-service .container .service--heroinner-icon > svg,
.service--heroinner-icon > svg {
    max-width: 75px;
    width: 100%;
    height: auto;
}
#hero.hero-title-only .container {
    position: relative;
}
#hero.hero-title-only .container:before {
    content: "";
    display: none;
    width: 502.46px;
    height: 466.25px;
    position: absolute;
    right: -235px;
    top: 0;
    background-image: url(../images/title-only-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media all and (min-width: 961px) {
    #hero.hero-title-only .container:before {
        display: block;
    }
}
#hero.hero-text-and-video .container {
    position: relative;
}
#hero.hero-text-and-video .container:before {
    content: "";
    display: none;
    width: 670.13px;
    height: 750.14px;
    position: absolute;
    right: -455px;
    top: 50px;
    background-image: url(../images/text-and-video-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media all and (min-width: 961px) {
    #hero.hero-text-and-video .container:before {
        display: block;
    }
}
#hero.hero-double-text-image {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    background-color: #f4f7f6;
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper {
    width: 100%;
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper .container {
    position: relative;
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper .container:before {
    content: "";
    display: none;
    width: 502.46px;
    height: 466.25px;
    position: absolute;
    right: -230px;
    top: 50px;
    background-image: url(../images/double-text-image-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media all and (min-width: 961px) {
    #hero.hero-double-text-image .hero-double-text-image-header-wrapper .container:before {
        display: block;
    }
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper .hero-double-text-image-header-text {
    padding-top: 50px;
    padding-bottom: 50px;
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper .hero-double-text-image-header-text h2 {
    color: #726cc3;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.1px;
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper .hero-double-text-image-header-image {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper .hero-double-text-image-header-image .hero-double-text-image-header-image-wrapper {
    aspect-ratio: 180/121;
    overflow: hidden;
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper .hero-double-text-image-header-image .hero-double-text-image-header-image-wrapper > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
#hero.hero-double-text-image .hero-double-text-image-header-wrapper .hero-double-text-image-header-image .hero-double-text-image-header-link-wrapper {
    display: flex;
    justify-content: end;
}
#hero.hero-double-text-image .hero-double-text-image-footer-wrapper {
    margin-top: -120px;
    width: 100%;
    background-color: #726cc3;
    padding-top: 160px;
    padding-bottom: 60px;
}
@media all and (min-width: 1200px) {
    #hero.hero-double-text-image .hero-double-text-image-footer-wrapper {
        padding-top: 60px;
        margin-top: -120px;
    }
}
#hero.hero-double-text-image .hero-double-text-image-footer-wrapper .hero-double-text-image-footer-text p {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
#hero.hero-double-text-image.hero--link .hero-double-text-image-footer-wrapper {
    margin-top: -120px;
    width: 100%;
    background-color: #726cc3;
    padding-top: 160px;
    padding-bottom: 60px;
}
@media all and (min-width: 1200px) {
    #hero.hero-double-text-image.hero--link .hero-double-text-image-footer-wrapper {
        padding-top: 60px;
        margin-top: -190px;
    }
}
#hero.hero-text {
    position: relative;
    z-index: 5;
}
#hero.hero-text .container {
    position: relative;
}
#hero.hero-text .container:before {
    content: "";
    display: block;
    width: 502.46px;
    height: 466.25px;
    position: absolute;
    right: -235px;
    top: 0;
    background-image: url(../images/title-only-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#hero-team {
    position: relative;
    overflow: hidden;
    background-color: #f4f7f6;
    height: auto;
    min-height: 350px;
}
#hero-team:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(var(--intro-section-height) + 32px);
    background-color: #fff;
}
@media all and (min-width: 992px) {
    #hero-team {
        min-height: 452px;
    }
}
#hero-team .hero-team-member-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-content-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-content-header-wrapper .hero-team-member-content-title h1 {
    color: #4e367c;
    font-weight: 600;
    font-size: 33px;
    line-height: 47px;
    letter-spacing: 0.2px;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-content-header-wrapper .hero-team-member-content-title p {
    color: #4e367c;
    font-weight: 400;
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0.2px;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-content-header-wrapper .hero-team-member-content-job-title h2 {
    color: #4e367c;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.2px;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-content-header-wrapper .hero-team-member-content-job-title p {
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-social-connect a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
    color: #726cc3;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-social-connect a:hover {
    color: #000;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-social-connect a > svg {
    height: 18px;
    width: auto;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-social-connect a > span {
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
#hero-team .hero-team-member-content-wrapper .hero-team-member-intro p {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
#hero-events {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 350px;
}
#hero-events:before {
    content: "";
    position: absolute;
    top: -128px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f7f6;
    z-index: -1;
}
@media all and (min-width: 1200px) {
    #hero-events:before {
        height: 582px;
    }
}
@media all and (min-width: 992px) {
    #hero-events {
        min-height: 452px;
    }
}
#hero-events .container {
    position: relative;
}
#hero-events .container:before {
    content: "";
    display: block;
    width: 484.57px;
    height: 484.83px;
    position: absolute;
    right: -470px;
    bottom: 30px;
    background-image: url(../images/events-background-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#hero-events .container .hero-events-image-wrapper {
    aspect-ratio: 149/142;
}
#hero-events .container .hero-events-image-wrapper > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
#hero-events .container .hero-events-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 90px;
    padding-top: 12px;
}
#hero-events .container .hero-events-content-wrapper .hero-events-content-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#hero-events .container .hero-events-content-wrapper .hero-events-content-header-wrapper .hero-events-content-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#hero-events .container .hero-events-content-wrapper .hero-events-content-header-wrapper .hero-events-content-title h1 {
    color: #4e367c;
    font-weight: 600;
    font-size: 33px;
    line-height: 47px;
    letter-spacing: 0.2px;
}
#hero-events .container .hero-events-content-wrapper .hero-events-content-header-wrapper .hero-events-content-title h2 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
#hero-events .container .hero-events-content-wrapper .hero-events-content-header-wrapper .hero-events-content-location h3 {
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
#hero-events .container .hero-events-content-wrapper .hero-events-content-header-wrapper .hero-event-content-intro p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
#hero-insights {
    position: relative;
    height: auto;
    min-height: 350px;
}
#hero-insights:before {
    content: "";
    position: absolute;
    top: -160px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f7f6;
    z-index: -1;
}
@media all and (min-width: 1200px) {
    #hero-insights:before {
        height: 582px;
    }
}
@media all and (min-width: 992px) {
    #hero-insights {
        min-height: 452px;
    }
}
#hero-insights .container {
    position: relative;
}
#hero-insights .container:before {
    content: "";
    display: block;
    width: 484.57px;
    height: 484.83px;
    position: absolute;
    right: -405px;
    bottom: -61px;
    background-image: url(../images/events-background-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#hero-insights .container .hero-insights-image-wrapper {
    overflow: hidden;
}
#hero-insights .container .hero-insights-image-wrapper > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}
#hero-insights .container .hero-insights-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 90px;
    padding-top: 38px;
}
#hero-insights .container .hero-insights-content-wrapper .hero-insights-content-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#hero-insights .container .hero-insights-content-wrapper .hero-insights-content-header-wrapper .hero-insights-content-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#hero-insights .container .hero-insights-content-wrapper .hero-insights-content-header-wrapper .hero-insights-content-title h1 {
    color: #4e367c;
    font-weight: 600;
    font-size: 33px;
    line-height: 47px;
    letter-spacing: 0.2px;
}
#hero-careers {
    position: relative;
    background-color: #f4f7f6;
    height: auto;
    /*min-height: 350px;*/
}
@media all and (min-width: 992px) {
    #hero-careers {
        /*min-height: 452px;*/
    }
}
#hero-careers .container {
    position: relative;
}
#hero-careers .container:before {
    content: "";
    display: block;
    width: 584.04px;
    height: 538.51px;
    position: absolute;
    right: -150px;
    top: 78px;
    background-image: url(../images/single-career-background-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#hero-careers .container .hero-careers-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 90px;
}
#hero-careers .container .hero-careers-content-wrapper .hero-careers-content-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#hero-careers .container .hero-careers-content-wrapper .hero-careers-content-header-wrapper .hero-careers-content-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#hero-careers .container .hero-careers-content-wrapper .hero-careers-content-header-wrapper .hero-careers-content-title h1 {
    color: #4e367c;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 0.2px;
}
footer {
    position: relative;
    padding-top: 67px;
    padding-bottom: 67px;
    background-color: #4e367c;
    z-index: 2;
}
footer .footer-column-one {
    order: 2;
}
@media all and (min-width: 992px) {
    footer .footer-column-one {
        order: 1;
    }
}
footer .footer-column-one .footer-logo {
    display: none;
}
@media all and (min-width: 992px) {
    footer .footer-column-one .footer-logo {
        display: block;
    }
}
footer .footer-column-one .footer-logo > a {
    display: inline-block;
    margin-bottom: 0;
}
footer .footer-column-one .footer-logo > a img {
    height: 58px;
    width: auto;
    transition: all 0.3s ease-in-out;
}
footer .footer-column-one .footer-logo > a:hover img {
    opacity: 0.5;
}
footer .footer-column-one .footer-newsletter-sign-up {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 17px;
}
footer .footer-column-one .footer-newsletter-sign-up .footer-newsletter-sign-up-content p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
footer .footer-column-one .footer-newsletter-sign-up .footer-newsletter-sign-up-form label p {
    color: #f4f7f6;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
}
footer .footer-column-one .footer-newsletter-sign-up .footer-newsletter-sign-up-form label p a {
    color: #f4f7f6;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
}
footer .footer-column-one .footer-newsletter-sign-up .footer-newsletter-sign-up-form label p a:hover {
    text-decoration: none;
}
footer .footer-column-one .footer-legal--copyright {
    color: #c3cbcd;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
footer .footer-column-two {
    margin-bottom: 67px;
    order: 1;
}
@media all and (min-width: 992px) {
    footer .footer-column-two {
        margin-bottom: 0;
        order: 2;
    }
}
footer .footer-column-two .footer-menus-row {
    gap: 32px 0;
}
@media all and (min-width: 992px) {
    footer .footer-column-two .footer-menus-row {
        gap: 0;
    }
}
footer .footer-column-two .mobile-footer-logo {
    display: block;
}
@media all and (min-width: 992px) {
    footer .footer-column-two .mobile-footer-logo {
        display: none;
    }
}
footer .footer-column-two .mobile-footer-logo > a {
    display: inline-block;
    margin-bottom: 0;
}
footer .footer-column-two .mobile-footer-logo > a img {
    height: 58px;
    width: auto;
    transition: all 0.3s ease-in-out;
}
footer .footer-column-two .mobile-footer-logo > a:hover img {
    opacity: 0.5;
}
footer .footer-column-two .footer-menu h5 {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}
footer .footer-column-two .footer-contact h5 {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}
footer .footer-column-two .footer-contact .footer-contact-telephone-number > a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
footer .footer-column-two .footer-contact .footer-contact-telephone-number > a:hover {
    color: #a9ade7;
}
footer .footer-column-two .footer-contact .footer-contact-email-address > a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
footer .footer-column-two .footer-contact .footer-contact-email-address > a:hover {
    color: #a9ade7;
}
footer .footer-column-two .footer-contact .footer-contact-address p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #fff;
}
.missing-page-hero {
    padding-top: 168px;
}
.missing-page--content-wrapper {
    padding-top: 105px;
    padding-bottom: 80px;
}
.missing-page--content-wrapper .missing-page--content-row {
    margin-bottom: 1.875rem;
}
.missing-page--content-wrapper .missing-page--content-row .missing-page--content p:last-of-type {
    margin-bottom: 0;
}
.btn,
.form--styles .file-drop-area .fake-btn,
.form--styles button {
    display: inline-block;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.btn:focus,
.btn:focus-visible,
.form--styles .file-drop-area .fake-btn:focus,
.form--styles .file-drop-area .fake-btn:focus-visible,
.form--styles button:focus,
.form--styles button:focus-visible {
    outline: 0;
}
section.services-slider {
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 1200px) {
    section.services-slider {
        margin-top: -185px;
    }
}
section.services-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(215deg, #f4f7f6 63%, #a3e1d5 143%, #b3e5db 143%);
    z-index: -1;
}
section.services-slider .services-slider-header-wrapper {
    position: relative;
    padding-top: 60px;
    z-index: 1;
    overflow: hidden;
}
section.services-slider .services-slider-header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1270px;
    height: 100%;
    background-color: #f4f7f6;
    transform: translateX(-50%);
}
section.services-slider .services-slider-header-wrapper .services-slider-content-row {
    min-height: 185px;
}
section.services-slider .services-slider-header-wrapper .services-slider-content-row .services-slider-content .services-slider-title-row .services-slider-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.services-slider .services-slider-header-wrapper .services-slider-content-row .services-slider-content .services-slider-intro-row .services-slider-intro {
    margin-top: 15px;
}
@media all and (min-width: 1200px) {
    section.services-slider .services-slider-header-wrapper .services-slider-content-row .services-slider-content .services-slider-intro-row .services-slider-intro {
        margin-top: 30px;
    }
}
section.services-slider .services-slider-header-wrapper .services-slider-content-row .services-slider-content .services-slider-intro-row .services-slider-intro p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}
section.services-slider .services-slider-header-wrapper .services-slider-content-row .services-slider-content .services-slider-intro-row .services-slider-intro p:last-of-type {
    margin-bottom: 0;
}
section.services-slider .services-slider-header-wrapper .services-slider-content-row .services-slider-button {
    margin-top: 15px;
}
@media all and (min-width: 1200px) {
    section.services-slider .services-slider-header-wrapper .services-slider-content-row .services-slider-button {
        margin-top: 0;
    }
}
section.services-slider .services-slider-slider-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 1;
}
@media all and (min-width: 1200px) {
    section.services-slider .services-slider-slider-wrapper {
        padding-top: 72px;
        padding-bottom: 35px;
    }
}
section.services-slider .services-slider-slider-wrapper .services-slider-slider-row .services-slider-slider .slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0 -15px;
    padding: 0;
}
section.services-slider .services-slider-slider-wrapper .services-slider-slider-row .services-slider-slider .slick-list .slick-track {
    display: flex !important;
}
section.services-slider .services-slider-slider-wrapper .services-slider-slider-row .services-slider-slider .slick-list .slick-track .service-card {
    display: flex;
    height: inherit !important;
    padding: 0 15px;
}
section.services-slider .services-slider-slider-wrapper .services-slider-slider-row .services-slider-slider .slick-list .slick-track .service-card:last-of-type {
    padding-right: 0;
}
section.services-slider .services-slider-slider-wrapper .services-slider-slider-row .services-slider-slider .slick-list .slick-track .service-card .service-card-link {
    background-color: #fff;
}
section.services-slider .services-slider-slider-wrapper .services-slider-arrows-row {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    section.services-slider .services-slider-slider-wrapper .services-slider-arrows-row {
        margin-top: 72px;
    }
}
section.services-slider .services-slider-slider-wrapper .services-slider-arrows-row .services-slider-arrows {
    display: flex;
    align-items: end;
    justify-content: right;
}
section.services-slider .services-slider-slider-wrapper .services-slider-arrows-row .services-slider-arrows button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: 0 0 !important;
    border: none;
    padding: 0 !important;
    color: #007f7e;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
section.services-slider .services-slider-slider-wrapper .services-slider-arrows-row .services-slider-arrows button svg {
    width: auto;
    height: 25px;
}
section.services-slider .services-slider-slider-wrapper .services-slider-arrows-row .services-slider-arrows button:hover {
    background: #a3e1d5 !important;
}
section.services-slider .services-slider-slider-wrapper .services-slider-arrows-row .services-slider-arrows button.slick-disabled {
    color: #a3e1d5;
}
section.services-slider .services-slider-slider-wrapper .services-slider-arrows-row .services-slider-arrows button.slick-disabled:hover {
    background: 0 0 !important;
}
section.general-content-slider {
    position: relative;
    overflow: hidden;
    background-color: #726cc3;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media all and (min-width: 1200px) {
    section.general-content-slider {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
section.general-content-slider.overlap {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media all and (min-width: 1200px) {
    section.general-content-slider.overlap {
        padding-top: 90px;
        padding-bottom: 240px;
    }
}
section.general-content-slider .container {
    position: relative;
}
section.general-content-slider .container:before {
    content: "";
    position: absolute;
    top: -110px;
    left: -320px;
    display: block;
    width: 604px;
    height: 599px;
    background-image: url(../images/general-content-slider-background.svg);
    background-position: center;
    background-size: 604px;
    background-repeat: no-repeat;
}
section.general-content-slider .container .general-content-slider-title-row .general-content-slider-title h2 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.general-content-slider .container .general-content-slider-content-row {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    section.general-content-slider .container .general-content-slider-content-row {
        margin-top: 50px;
    }
}
section.general-content-slider .container .general-content-slider-content-row .general-content-slider-intro p {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.2px;
}
section.general-content-slider .container .general-content-slider-content-row .general-content-slider-content p {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
section.general-content-slider .container .general-content-slider-slick-row {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    section.general-content-slider .container .general-content-slider-slick-row {
        margin-top: 57px;
    }
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0 -15px;
    padding: 0;
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list .slick-track {
    display: flex !important;
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list .slick-track .general-content-slider-card {
    display: flex;
    height: inherit !important;
    padding: 0 15px;
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list .slick-track .general-content-slider-card:last-of-type {
    padding-right: 0;
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list .slick-track .general-content-slider-card .general-content-slider-card-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list .slick-track .general-content-slider-card .general-content-slider-card-inner.link {
    text-decoration: none;
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list .slick-track .general-content-slider-card .general-content-slider-card-inner.link:hover {
    border: 1px solid #4e367c;
    background-color: rgba(255, 255, 255, 0.1);
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list .slick-track .general-content-slider-card .general-content-slider-card-inner .general-content-card-title h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
section.general-content-slider
    .container
    .general-content-slider-slick-row
    .general-content-slider-slick
    .slick-list
    .slick-track
    .general-content-slider-card
    .general-content-slider-card-inner
    .general-content-card-title
    h3
    span.slide-number {
    color: #a3e1d5;
    font-weight: 700;
}
section.general-content-slider .container .general-content-slider-slick-row .general-content-slider-slick .slick-list .slick-track .general-content-slider-card .general-content-slider-card-inner .general-content-card-excerpt p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
section.general-content-slider .container .general-content-slider-arrows-row {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    section.general-content-slider .container .general-content-slider-arrows-row {
        margin-top: 47px;
    }
}
section.general-content-slider .container .general-content-slider-arrows-row .general-content-slider-arrows {
    display: flex;
    align-items: end;
    justify-content: right;
}
section.general-content-slider .container .general-content-slider-arrows-row .general-content-slider-arrows button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: 0 0 !important;
    border: none;
    padding: 0 !important;
    color: #5ac3c2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
section.general-content-slider .container .general-content-slider-arrows-row .general-content-slider-arrows button svg {
    width: auto;
    height: 25px;
}
section.general-content-slider .container .general-content-slider-arrows-row .general-content-slider-arrows button:hover {
    color: #4e367c;
    background: #a9ade7 !important;
}
section.general-content-slider .container .general-content-slider-arrows-row .general-content-slider-arrows button.slick-disabled {
    color: #a9ade7;
}
section.general-content-slider .container .general-content-slider-arrows-row .general-content-slider-arrows button.slick-disabled:hover {
    background: 0 0 !important;
}
.events-slider {
    padding-bottom: 60px;
    background-color: #f4f7f6;
    overflow: hidden;
}
.events-slider .events-slider-header-wrapper .container {
    position: relative;
}
.events-slider .events-slider-header-wrapper .container:before {
    content: "";
    position: absolute;
    top: -400px;
    right: -520px;
    display: block;
    width: 1068.02px;
    height: 1083.74px;
    background-image: url(../images/events-slider-top-right-oval.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.events-slider .events-slider-content-wrapper .container {
    position: relative;
}
.events-slider .events-slider-content-wrapper .container:before {
    content: "";
    position: absolute;
    bottom: -600px;
    left: -520px;
    display: block;
    width: 856.54px;
    height: 891.28px;
    background-image: url(../images/events-slider-bottom-left-oval.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.events-slider .events-slider-content-wrapper .container .event--slider {
    position: relative;
}
.events-slider .events-slider-content-wrapper .container .event--slider .slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0 -15px;
    padding: 0;
}
.events-slider .events-slider-content-wrapper .container .event--slider .slick-list .slick-track {
    display: flex !important;
}
.events-slider .events-slider-content-wrapper .container .event--slider .slick-list .slick-track .slider-event-card {
    display: flex;
    height: inherit !important;
    padding: 0 15px;
}
.events-slider .events-slider-content-wrapper .container .event--slider .slick-list .slick-track .slider-event-card:last-of-type {
    padding-right: 0;
}
.event--slider_controller .general-content-slider-arrows-row {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    .event--slider_controller .general-content-slider-arrows-row {
        margin-top: 47px;
    }
}
.event--slider_controller .general-content-slider-arrows-row .general-content-slider-arrows {
    display: flex;
    align-items: end;
    justify-content: right;
}
.event--slider_controller .general-content-slider-arrows-row .general-content-slider-arrows button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: 0 0 !important;
    border: none;
    padding: 0 !important;
    color: #5ac3c2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.event--slider_controller .general-content-slider-arrows-row .general-content-slider-arrows button svg {
    width: auto;
    height: 25px;
}
.event--slider_controller .general-content-slider-arrows-row .general-content-slider-arrows button:hover {
    color: #4e367c;
}
.event--slider_controller .general-content-slider-arrows-row .general-content-slider-arrows button.slick-disabled {
    color: #a9ade7;
}
.event--slider_controller .general-content-slider-arrows-row .general-content-slider-arrows button.slick-disabled:hover {
    background: 0 0 !important;
}
img {
    width: 100%;
    height: auto;
}
.featured--image {
    width: 100%;
    height: auto;
}
.author--card_circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.form-control {
    display: block;
    padding: 12px;
    background-color: #f4f7f6;
    background-clip: padding-box;
    border: none;
    color: #6c7476;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.15s ease-in-out;
}
.form-control::-moz-placeholder {
    font-family: Montserrat, sans-serif;
    color: #6c7476;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.form-control::placeholder {
    font-family: Montserrat, sans-serif;
    color: #6c7476;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
button {
    display: flex;
    align-items: center;
    border: none;
    background-color: #fff;
    padding: 0 20px;
    color: #4e367c;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}
button:hover {
    color: #fff;
    background-color: #726cc3;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.input-group > .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append {
    margin-left: -1px;
}
.form--styles .file-drop-area .input-group > .input-group-append > .fake-btn,
.form--styles .file-drop-area .input-group > .input-group-prepend:first-child > .fake-btn:not(:first-child),
.form--styles .file-drop-area .input-group > .input-group-prepend:not(:first-child) > .fake-btn,
.form--styles .input-group > .input-group-append > button,
.form--styles .input-group > .input-group-prepend:first-child > button:not(:first-child),
.form--styles .input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append > button,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-group {
    margin-bottom: 17px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 37px;
}
.form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 2px solid #c3cbcd;
    background-color: #fff;
    position: absolute;
    margin-top: 3px;
    margin-left: -37px;
    color: #4e367c;
}
.form-check .form-check-input:disabled ~ .form-check-label,
.form-check .form-check-input[disabled] ~ .form-check-label {
    color: #f4f7f6;
}
.form-check .form-check-input:checked {
    accent-color: #726cc3;
}
.form-check .form-check-label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
}
.select2.select2-container {
    width: 200px !important;
}
.select2.select2-container .select2-selection {
    border: 1px solid #c3cbcd;
    border-radius: 0;
    height: 42px;
    margin-bottom: 0;
    outline: 0 !important;
    transition: all 0.3s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 42px;
    padding-right: 62px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #fff;
    border-left: none;
    border-radius: 0;
    height: 40px;
    width: 42px;
}
.select2.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}
.select2.select2-container .select2-selection .select2-selection__arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 40px;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/chevron-down-mid-green.svg);
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #fff;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #5ac3c2;
}
.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field .select2-selection__choice {
    background-color: #fff;
    border: 1px solid #c3cbcd;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: 700;
    font-size: 16px;
}
.select2.select2-container .select2-dropdown {
    background: 0 0;
    border: none;
    margin-top: 0;
}
.select2.select2-container .select2-dropdown .select2-search {
    padding: 0;
}
.select2.select2-container .select2-dropdown .select2-search input {
    outline: 0 !important;
    border: 1px solid #5ac3c2 !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}
.select2.select2-container .select2-dropdown .select2-results {
    padding: 0;
}
.select2.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #c3cbcd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4e367c !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #726cc3 !important;
    color: #fff !important;
}
.custom-select label {
    display: block;
    margin-bottom: 8px;
    color: #4e367c;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-left: 30px;
}
.custom-checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #4e367c;
}
.custom-checkbox label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 0;
    outline: 1px solid #c3cbcd;
    background-color: #fff;
    position: absolute;
    margin-top: 3px;
    margin-left: -30px;
    color: #4e367c;
}
.custom-checkbox label input:before {
    content: "";
    color: transparent !important;
    background-color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #c3cbcd;
    text-align: center;
}
.custom-checkbox label input:checked {
    accent-color: #726cc3;
}
.custom-checkbox label input:checked:before {
    content: url(../images/icons/check-solid-white.svg);
    background-color: #726cc3;
}
.custom-checkbox label input:disabled ~ .form-check-label,
.custom-checkbox label input[disabled] ~ .form-check-label {
    color: #f4f7f6;
}
#global-cv-form {
    position: relative;
    z-index: 2;
}
.form--wrapper {
    padding: 32px 40px 32px 40px;
}
.form--styles .select2.select2-container {
    width: 100% !important;
}
.form--styles .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 11px !important;
}
.form--styles input,
.form--styles textarea {
    width: 100%;
    padding: 11px 16px;
    border-radius: 0;
    border: 0;
    border: 2px solid #e2e5e6;
}
.form--styles input[type="checkbox"],
.form--styles textarea[type="checkbox"] {
    width: auto;
}
.form--styles button {
    width: 100%;
}
.form--styles .follow-up_text label a {
    font-size: inherit;
}
.form--styles .terms-and-condition_text label a {
    font-size: inherit;
}
.form--styles .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 24px 10px;
    border: 2px dashed rgba(255, 255, 255, 0.4);
    height: 140px;
    border-radius: 0;
    transition: 0.2s;
}
.form--styles .file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}
.form--styles .file-drop-area .file-msg {
    padding: 0 0 20px 0;
    text-align: center;
}
.form--styles .file-drop-area .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    padding: 40px;
}
.form--styles .file-drop-area .file-input:focus {
    outline: 0;
}
.form--styles .file-drop-area .fake-btn {
    flex-shrink: 0;
    padding: 12px 20px;
    text-align: center;
}
section.icon-list-grid {
    padding-top: 42px;
    padding-bottom: 42px;
}
@media all and (min-width: 992px) {
    section.icon-list-grid {
        padding-top: 75px;
        padding-bottom: 110px;
    }
}
section.icon-list-grid .icon-list-grid-content-wrapper-row .icon-list-grid-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
section.icon-list-grid .icon-list-grid-content-wrapper-row .icon-list-grid-content-wrapper .icon-list-grid-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.icon-list-grid .icon-list-grid-content-wrapper-row .icon-list-grid-content-wrapper .icon-list-grid-content p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
section.icon-list-grid .icon-list-grid-content-wrapper-row .icon-list-grid-content-wrapper .icon-list-grid-content p:last-of-type {
    margin-bottom: 0;
}
section.icon-list-grid .icon-list-grid-wrapper-row {
    margin-top: 58px;
}
section.general-list-grid {
    padding-top: 60px;
    padding-bottom: 100px;
    background: linear-gradient(345deg, #a3e1d5 -27%, #fff 26%);
}
section.general-list-grid.bg-light-grey {
    background: linear-gradient(345deg, #a3e1d5 -27%, #f4f7f6 26%);
}
section.general-list-grid .general-list-grid-content-wrapper-row .general-list-grid-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
section.general-list-grid .general-list-grid-content-wrapper-row .general-list-grid-content-wrapper .general-list-grid-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.general-list-grid .general-list-grid-content-wrapper-row .general-list-grid-content-wrapper .general-list-grid-content p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
section.general-list-grid .general-list-grid-content-wrapper-row .general-list-grid-content-wrapper .general-list-grid-content p:last-of-type {
    margin-bottom: 0;
}
section.general-list-grid .general-list-grid-wrapper-row {
    margin-top: 58px;
}
section.services-list-grid {
    padding-top: 42px;
    padding-bottom: 42px;
    overflow: hidden;
}
@media all and (min-width: 992px) {
    section.services-list-grid {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}
section.services-list-grid .container {
    z-index: 1;
}
section.services-list-grid .container:after {
    content: "";
    display: block;
    width: 893px;
    height: 818px;
    position: absolute;
    right: -619px;
    top: 45px;
    background-image: url(../images/services-bottom-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
}
section.services-list-grid .container .services-list-grid-content-wrapper-row .services-list-grid-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
section.services-list-grid .container .services-list-grid-content-wrapper-row .services-list-grid-content-wrapper .services-list-grid-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.services-list-grid .container .services-list-grid-content-wrapper-row .services-list-grid-content-wrapper .services-list-grid-content p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
section.services-list-grid .container .services-list-grid-content-wrapper-row .services-list-grid-content-wrapper .services-list-grid-content p:last-of-type {
    margin-bottom: 0;
}
section.services-list-grid .container .services-list-grid-wrapper-row {
    margin-top: 82px;
}
section.membership-grid {
    padding-top: 75px;
    padding-bottom: 110px;
}
section.membership-grid .membership-grid-content-wrapper-row .membership-grid-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
section.membership-grid .membership-grid-content-wrapper-row .membership-grid-content-wrapper .membership-grid-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.membership-grid .membership-grid-content-wrapper-row .membership-grid-content-wrapper .membership-grid-content p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
section.membership-grid .membership-grid-content-wrapper-row .membership-grid-content-wrapper .membership-grid-content p:last-of-type {
    margin-bottom: 0;
}
section.membership-grid .membership-grid-wrapper-row {
    margin-top: 58px;
}
section.general-content-grid {
    position: relative;
    overflow: hidden;
    background-color: #726cc3;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media all and (min-width: 1200px) {
    section.general-content-grid {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
section.general-content-grid.overlap {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media all and (min-width: 1200px) {
    section.general-content-grid.overlap {
        padding-top: 90px;
        padding-bottom: 240px;
    }
}
section.general-content-grid .container {
    position: relative;
}
section.general-content-grid .container:before {
    content: "";
    position: absolute;
    top: -110px;
    left: -320px;
    display: block;
    width: 604px;
    height: 599px;
    background-image: url(../images/general-content-slider-background.svg);
    background-position: center;
    background-size: 604px;
    background-repeat: no-repeat;
}
section.general-content-grid .container .general-content-grid-title-row .general-content-grid-title h2 {
    color: #fff;
    font-weight: 600;
    font-size: 37px;
    line-height: 54px;
    letter-spacing: 0.2px;
}
section.general-content-grid .container .general-content-grid-content-row {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    section.general-content-grid .container .general-content-grid-content-row {
        margin-top: 50px;
    }
}
section.general-content-grid .container .general-content-grid-content-row .general-content-grid-intro p {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.2px;
}
section.general-content-grid .container .general-content-grid-content-row .general-content-grid-content p {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
section.general-content-grid .container .general-content-grid-wrapper-row {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    section.general-content-grid .container .general-content-grid-wrapper-row {
        margin-top: 57px;
    }
}
.attendance--sidebar {
    position: relative;
    padding: 34px 40px 34px 40px;
}
section.accordion {
    padding-top: 72px;
    padding-bottom: 72px;
    background: linear-gradient(45deg, #a3e1d5 -19%, #f4f7f6 27%);
    overflow: hidden;
}
@media all and (min-width: 992px) {
    section.accordion {
        /*padding-top: 145px;
        padding-bottom: 145px;*/
    }
}
section.accordion .container {
    position: relative;
    z-index: 1;
}
section.accordion .container:after {
    content: "";
    display: block;
    width: 620px;
    height: 656px;
    position: absolute;
    right: -515px;
    top: -257px;
    background-image: url(../images/accordion-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
}
section.accordion .container .accordion-content-wrapper-row {
    margin-bottom: 26px;
}
section.accordion .container .accordion-content-wrapper-row .accordion-content-wrapper .accordion-title-row .accordion-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.1px;
}
section.accordion .container .accordion-content-wrapper-row .accordion-content-wrapper .accordion-intro-row .accordion-intro {
    margin-top: 16px;
}
section.accordion .container .accordion-content-wrapper-row .accordion-content-wrapper .accordion-intro-row .accordion-intro p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}
section.accordion .container .accordion-content-wrapper-row .accordion-content-wrapper .accordion-intro-row .accordion-intro p:last-of-type {
    margin-bottom: 0;
}
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item {
    background-color: #fff;
}
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item h3.accordion--item-title {
    position: relative;
    padding: 20px 76px 20px 20px;
    cursor: pointer;
    color: #ffffff;
    background-color: #007F7E;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1px;
    transition: all 0.3s ease-in-out;
}
@media all and (min-width: 992px) {
    section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item h3.accordion--item-title {
        padding: 20px 40px 20px 20px;
    }
}
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item h3.accordion--item-title span.accordion--item-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/plus-dark-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    transition: all 0.3s ease-in-out;
}
@media all and (min-width: 992px) {
    section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item h3.accordion--item-title span.accordion--item-icon {
        top: 20px;
        right: 20px;
    }
}
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item h3.accordion--item-title.ui-accordion-header-active span.accordion--item-icon {
    background-image: url(../images/icons/minus-dark-green.svg);
}
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item .accordion--item-content .accordion--item-content-inner {
    padding: 20px;
}
@media all and (min-width: 992px) {
    section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item .accordion--item-content .accordion--item-content-inner {
        padding: 32px;
    }
}
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item .accordion--item-content .accordion--item-content-inner p {
    line-height: 26px;
}
section.accordion .container .accordion--list-wrapper-row .accordion--list-wrapper .accordion--item .accordion--item-content .accordion--item-content-inner p:last-of-type {
    margin-bottom: 0;
}

.service-card a.service-card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 27px;
    height: 100%;
    background-color: #4E367C;
    border-radius:4px;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
}
.service-card a.service-card-link .service-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.service-card a.service-card-link .service-card-content .service-card-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-shrink: 0;
    gap: 15px;
}
.service-card a.service-card-link .service-card-content .service-card-title .service-card-title-icon {
    width: 37px;
    height: 32px;
}
.service-card a.service-card-link .service-card-content .service-card-title .service-card-title-icon svg {
    display: inline-block;
    width: 32px;
    height: auto;
}
.service-card a.service-card-link .service-card-content .service-card-title h3 {
    display: flex;
    align-items: center;
    flex-grow: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.service-card a.service-card-link .service-card-content p.service-card-excerpt {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.service-card a.service-card-link .service-card-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.service-card a.service-card-link .service-card-footer > svg {
    width: 24px;
    height: 24px;
}
.service-card a.service-card-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.team-member-card a.team-member-card--link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
}
.team-member-card a.team-member-card--link .team-member-card--content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.team-member-card a.team-member-card--link .team-member-card--content-wrapper .team-member-card--title h3 {
    color: #4e367c;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
    transition: color 0.3s ease-in-out;
}
.team-member-card a.team-member-card--link .team-member-card--details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.team-member-card a.team-member-card--link .team-member-card--details .team-member-card--details-job-title p {
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    transition: color 0.3s ease-in-out;
}
.team-member-card a.team-member-card--link .team-member-card--details .team-member-card--details-sub-title p {
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    transition: color 0.3s ease-in-out;
}
.team-member-card a.team-member-card--link .team-member-card--details .team-member-card--details-area-of-expertise p {
    margin-bottom: 0;
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    transition: color 0.3s ease-in-out;
}
.team-member-card a.team-member-card--link:hover .team-member-card--content-wrapper .team-member-card--title h3 {
    color: #000;
}
.team-member-card a.team-member-card--link:hover .team-member-card--details .team-member-card--details-job-title p {
    color: #c3cbcd;
}
.team-member-card a.team-member-card--link:hover .team-member-card--details .team-member-card--details-area-of-expertise p {
    color: #c3cbcd;
}
.careers-card a.careers-card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    background-color: #4e367c;
    color:#fff;
    padding: 30px;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
    border-radius:10px;
}
.careers-card a.careers-card-link .careers-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.careers-card a.careers-card-link .careers-card-content .careers-card-title h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.careers-card a.careers-card-link .careers-card-content .careers-card-excerpt p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.careers-card a.careers-card-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.results-card a.results-card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 27px;
    height: 100%;
    background-color: #f4f7f6;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
}
.results-card a.results-card-link .results-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.results-card a.results-card-link .results-card-content .results-card-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-shrink: 0;
    gap: 15px;
}
.results-card a.results-card-link .results-card-content .results-card-title .results-card-title-icon {
    width: 37px;
    height: 32px;
}
.results-card a.results-card-link .results-card-content .results-card-title .results-card-title-icon svg {
    display: inline-block;
    width: 32px;
    height: auto;
}
.results-card a.results-card-link .results-card-content .results-card-title h3 {
    display: flex;
    align-items: center;
    flex-grow: 0;
    color: #4e367c;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.results-card a.results-card-link .results-card-content p.results-card-excerpt {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.results-card a.results-card-link .results-card-content p.results-card-type {
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.results-card a.results-card-link .results-card-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #007f7e;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.results-card a.results-card-link .results-card-footer > svg {
    margin-left: 16px;
    width: 20px;
    height: 20px;
}
.results-card a.results-card-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.icon-list-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.icon-list-card .icon-list-card-title-icon > svg {
    height: 54px;
    width: auto;
}
.icon-list-card .icon-list-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.icon-list-card .icon-list-card-content .icon-list-card-title h3 {
    color: #726cc3;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.icon-list-card .icon-list-card-content .icon-list-card-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.general-list-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}
.general-list-card .general-list-card-icon > svg {
    height: 24px;
    width: 24px;
    color: #5ac3c2;
}
.general-list-card .general-list-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.general-list-card .general-list-card-content .general-list-card-title h3 {
    color: #4e367c;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.general-list-card .general-list-card-content .general-list-card-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.services-list-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}
.services-list-card .services-list-card-icon > svg {
    height: 24px;
    width: 24px;
    color: #5ac3c2;
}
.services-list-card .services-list-card-content p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.membership-list-card {
    display: flex;
    flex-direction: column;
}
.membership-list-card .icon-list-card-title-icon > svg {
    height: 54px;
    width: auto;
}
.featured--article {
    position: relative;
    /*height: 450px;*/
    width: 100%;
}
@media all and (min-width: 992px) {
    .featured--article {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 41.66667%;
        height: auto;
    }
}
.featured--article a {
    text-decoration: none;
}
.featured--article a .main--image {
    height: 60%;
}
.featured--article a .card--content {
    display: flex;
    align-items: center;
    height: 40%;
}
.featured--article a .card--content .post--title {
    display: block;
    width: 100%;
    padding: 20px;
}
@media all and (min-width: 768px) {
    .featured--article a .card--content .post--title {
        padding: 20px 30px;
    }
}
@media all and (min-width: 992px) {
    .featured--article a .card--content .post--title {
        flex: 0 0 100%;
        padding: 30px;
    }
}
@media all and (min-width: 1200px) {
    .featured--article a .card--content .post--title {
        flex: 0 0 72%;
        padding: 63px 0 63px 30px;
    }
}
.location-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 20px;
    background-color: #f4f7f6;
}
.location-card .location-card--office-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.location-card .location-card--company-name h4 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.location-card .location-card--office-address p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.location-card .location-card--office-phone-number p {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.location-card .location-card--office-phone-number p a {
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.location-card .location-card--office-phone-number p a:hover {
    color: #a9ade7;
}
.location-card .location-card--office-directions-link p {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.location-card .location-card--office-directions-link p a {
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.location-card .location-card--office-directions-link p a:hover {
    color: #a9ade7;
}
.insight--snippet_card {
    cursor: pointer;
}
.insight--snippet_card .post--thumbnail_small img {
    width: 77px;
    max-width: 77px;
    height: auto;
}
.insight--snippet_card .post--title .post--meta {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 8px;
}
@media all and (min-width: 768px) {
    .insight--snippet_card .post--title .post--meta {
        align-items: center;
        flex-direction: row;
        gap: 30px;
    }
}
.insights-featured-card-wrapper a.insights-featured-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    background-color: #726cc3;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
@media all and (min-width: 992px) {
    .insights-featured-card-wrapper a.insights-featured-card {
        flex-direction: row;
    }
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    width: 100%;
    padding: 23px;
    order: 2;
}
@media all and (min-width: 992px) {
    .insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-content {
        width: 50%;
        padding: 46px;
        order: 1;
    }
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-content .insights-featured-card-title h2 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-content .insights-featured-card-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-content .insights-featured-card-meta .insights-featured-card-meta-date {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-content .insights-featured-card-meta .insights-featured-card-meta-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-content .insights-featured-card-meta .insights-featured-card-meta-author .author-image {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #4e367c;
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 185/137;
    order: 1;
}
@media all and (min-width: 992px) {
    .insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-image {
        width: 50%;
        order: 2;
    }
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-image .highlighted {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background-color: #007f7e;
    padding: 6px 9px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-image picture {
    width: 100%;
    height: 100%;
}
.insights-featured-card-wrapper a.insights-featured-card .insights-featured-card-image picture > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.insights-featured-card-wrapper a.insights-featured-card:hover {
    background-color: #007f7e;
}
.insights-card a.insights-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f4f7f6;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
}
.insights-card a.insights-card-link .insights-card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 7/4;
    overflow: hidden;
}
.insights-card a.insights-card-link .insights-card-image-wrapper picture {
    width: 100%;
    height: 100%;
}
.insights-card a.insights-card-link .insights-card-image-wrapper picture > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.insights-card a.insights-card-link .insights-card-image-wrapper .premium {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background-color: #4e367c;
    padding: 6px 9px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.insights-card a.insights-card-link .insights-card-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 26px;
}
.insights-card a.insights-card-link .insights-card-content-wrapper .insights-card-content-top {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.insights-card a.insights-card-link .insights-card-content-wrapper .insights-card-content-top .insights-card-date {
    color: #726cc3;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.insights-card a.insights-card-link .insights-card-content-wrapper .insights-card-content-top .insights-card-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.insights-card a.insights-card-link .insights-card-content-wrapper .insights-card-content-top .insights-card-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.insights-card a.insights-card-link .insights-card-content-wrapper .insights-card-content-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.insights-card a.insights-card-link .insights-card-content-wrapper .insights-card-content-footer .insights-card-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #726cc3;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.insights-card a.insights-card-link .insights-card-content-wrapper .insights-card-content-footer .insights-card-author .author-image {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #4e367c;
}
.insights-card a.insights-card-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.news-featured-card-wrapper a.news-featured-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    background-color: #726cc3;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
@media all and (min-width: 992px) {
    .news-featured-card-wrapper a.news-featured-card {
        flex-direction: row;
    }
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    width: 100%;
    padding: 23px;
    order: 2;
}
@media all and (min-width: 992px) {
    .news-featured-card-wrapper a.news-featured-card .news-featured-card-content {
        width: 50%;
        padding: 46px;
        order: 1;
    }
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-content .news-featured-card-title h2 {
    color: #fff;
    font-weight: 600;
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-content .news-featured-card-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-content .news-featured-card-meta .news-featured-card-meta-date {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-content .news-featured-card-meta .news-featured-card-meta-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-content .news-featured-card-meta .news-featured-card-meta-author .author-image {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #4e367c;
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 185/137;
    order: 1;
}
@media all and (min-width: 992px) {
    .news-featured-card-wrapper a.news-featured-card .news-featured-card-image {
        width: 50%;
        order: 2;
    }
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-image .highlighted {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background-color: #007f7e;
    padding: 6px 9px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-image picture {
    width: 100%;
    height: 100%;
}
.news-featured-card-wrapper a.news-featured-card .news-featured-card-image picture > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-featured-card-wrapper a.news-featured-card:hover {
    background-color: #007f7e;
}
.news-card a.news-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f4f7f6;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
}
.news-card a.news-card-link .news-card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 7/4;
    overflow: hidden;
}
.news-card a.news-card-link .news-card-image-wrapper picture {
    width: 100%;
    height: 100%;
}
.news-card a.news-card-link .news-card-image-wrapper picture > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-card a.news-card-link .news-card-image-wrapper .premium {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background-color: #4e367c;
    padding: 6px 9px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.news-card a.news-card-link .news-card-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 26px;
}
.news-card a.news-card-link .news-card-content-wrapper .news-card-content-top {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.news-card a.news-card-link .news-card-content-wrapper .news-card-content-top .news-card-date {
    color: #726cc3;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.news-card a.news-card-link .news-card-content-wrapper .news-card-content-top .news-card-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.news-card a.news-card-link .news-card-content-wrapper .news-card-content-top .news-card-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.news-card a.news-card-link .news-card-content-wrapper .news-card-content-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news-card a.news-card-link .news-card-content-wrapper .news-card-content-footer .news-card-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #726cc3;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.news-card a.news-card-link .news-card-content-wrapper .news-card-content-footer .news-card-author .author-image {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #4e367c;
}
.news-card a.news-card-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.related-news-card {
    display: block;
    width: 100%;
}
.related-news-card a.related-news-card-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}
.related-news-card a.related-news-card-link .related-news-card-image-wrapper {
    display: block;
    width: calc(15% - 8px);
}
.related-news-card a.related-news-card-link .related-news-card-image-wrapper picture {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.related-news-card a.related-news-card-link .related-news-card-image-wrapper picture > img {
    width: 100%;
    height: auto;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(85% - 8px);
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper .related-news-card-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper .related-news-card-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    transition: color 0.3s ease-in-out;
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper .related-news-card-content-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper .related-news-card-content-footer .related-news-card-content-footer-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper .related-news-card-content-footer .related-news-card-content-footer-meta .related-news-card-date {
    flex-shrink: 1;
    color: #4e367c;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper .related-news-card-content-footer .related-news-card-content-footer-meta .related-news-card-author {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #726cc3;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper .related-news-card-content-footer .related-news-card-content-footer-meta .related-news-card-author .author-image {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #4e367c;
}
.related-news-card a.related-news-card-link .related-news-card-content-wrapper .related-news-card-content-footer .related-news-card-premium {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background-color: #007f7e;
    padding: 6px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.related-news-card a.related-news-card-link:hover .related-news-card-title h3 {
    color: #a9ade7;
}
.related-news-card a.related-news-card-link:hover .related-news-card-excerpt p {
    color: #a9ade7;
}
.event--card .event--card_image {
    height: 150px;
}
@media all and (min-width: 768px) {
    .event--card .event--card_image {
        height: 100%;
    }
}
.event--card .event--card_content {
    padding: 26px;
}
@media all and (min-width: 768px) {
    .event--card .event--card_content {
        padding: 43px 40px 38px;
    }
}
.event--card .event--card_content .attendance--list {
    padding-left: 25px;
}
.event--card .event--card_content .attendance--list .author--details {
    line-height: 16px;
}
.event--card .event--card_content .attendance--list .author--card_circle {
    width: 40px;
    height: 40px;
    flex: 1 0 auto;
}
.attendance--sidebar .author--card_circle {
    width: 40px;
    height: 40px;
}
.attendance--sidebar .social-linkedin {
    display: block;
    position: relative;
    width: 19px;
    height: 17px;
    background-image: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icons/social-media/linkedin-green.svg);
}
.attendance--sidebar .circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.meet-team-member-card a.meet-team-member-card-link {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-decoration: none;
    outline: 0;
}
@media all and (min-width: 992px) {
    .meet-team-member-card a.meet-team-member-card-link {
        flex-direction: row;
    }
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-one-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
@media all and (min-width: 992px) {
    .meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-one-wrapper {
        width: 33.333333%;
    }
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-one-wrapper .meet-team-member-card-image picture {
    aspect-ratio: 1/1;
    display: block;
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-one-wrapper .meet-team-member-card-image picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-one-wrapper .meet-team-member-card-quote h4 {
    color: #726cc3;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-two-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
@media all and (min-width: 992px) {
    .meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-two-wrapper {
        width: 66.66667%;
    }
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-two-wrapper .meet-team-member-card-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-two-wrapper .meet-team-member-card-header h3 {
    color: #4e367c;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.1px;
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-two-wrapper .meet-team-member-card-header h4 {
    color: #726cc3;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
}
.meet-team-member-card a.meet-team-member-card-link .meet-team-member-card-column-two-wrapper .meet-team-member-card-excerpt p {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.related-case-study-card a.related-case-study-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 7/4;
    overflow: hidden;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-image-wrapper picture {
    width: 100%;
    height: 100%;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-image-wrapper picture > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-content-wrapper .related-case-study-card-content-top {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-content-wrapper .related-case-study-card-content-top .related-case-study-card-date {
    color: #726cc3;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-content-wrapper .related-case-study-card-content-top .related-case-study-card-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-content-wrapper .related-case-study-card-content-top .related-case-study-card-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-content-wrapper .related-case-study-card-content-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-content-wrapper .related-case-study-card-content-footer .related-case-study-card-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #726cc3;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.related-case-study-card a.related-case-study-card-link .related-case-study-card-content-wrapper .related-case-study-card-content-footer .related-case-study-card-author .author-image {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #4e367c;
}
.related-case-study-card a.related-case-study-card-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.related-insights-card {
    display: block;
    width: 100%;
    cursor: pointer;
}
.related-insights-card a.related-insights-card-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}
.related-insights-card a.related-insights-card-link .related-insights-card-image-wrapper {
    display: block;
    width: calc(15% - 8px);
}
.related-insights-card a.related-insights-card-link .related-insights-card-image-wrapper picture {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.related-insights-card a.related-insights-card-link .related-insights-card-image-wrapper picture > img {
    width: 100%;
    height: auto;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(85% - 8px);
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper .related-insights-card-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper .related-insights-card-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    transition: color 0.3s ease-in-out;
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper .related-insights-card-content-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper .related-insights-card-content-footer .related-insights-card-content-footer-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper .related-insights-card-content-footer .related-insights-card-content-footer-meta .related-insights-card-date {
    flex-shrink: 1;
    color: #4e367c;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper .related-insights-card-content-footer .related-insights-card-content-footer-meta .related-insights-card-author {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #726cc3;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper .related-insights-card-content-footer .related-insights-card-content-footer-meta .related-insights-card-author .author-image {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #4e367c;
}
.related-insights-card a.related-insights-card-link .related-insights-card-content-wrapper .related-insights-card-content-footer .related-insights-card-premium {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background-color: #007f7e;
    padding: 6px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.related-insights-card a.related-insights-card-link:hover .related-insights-card-title h3 {
    color: #a9ade7;
}
.related-insights-card a.related-insights-card-link:hover .related-insights-card-excerpt p {
    color: #a9ade7;
}
.latest-event-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #fff;
}
.latest-event-card .latest-event-card-image-wrapper {
    width: 100%;
    box-sizing: border-box;
}
@media all and (min-width: 992px) {
    .latest-event-card .latest-event-card-image-wrapper {
        width: 33.33333%;
    }
}
.latest-event-card .latest-event-card-image-wrapper picture {
    aspect-ratio: 1/1;
    display: block;
}
.latest-event-card .latest-event-card-image-wrapper picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.latest-event-card .latest-event-card-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
@media all and (min-width: 992px) {
    .latest-event-card .latest-event-card-content-wrapper {
        width: 66.66667%;
        padding: 40px 60px;
    }
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}
@media all and (min-width: 992px) {
    .latest-event-card .latest-event-card-content-wrapper .latest-event-card-content {
        width: calc(60% - 20px);
    }
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-content .latest-event-card-content-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-content .latest-event-card-content-date h3 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-content .latest-event-card-content-location p {
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-content .latest-event-card-content-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-content .latest-event-card-content-links {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-attending {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #e2e5e6;
    padding-top: 20px;
    box-sizing: border-box;
}
@media all and (min-width: 992px) {
    .latest-event-card .latest-event-card-content-wrapper .latest-event-card-attending {
        width: calc(40% - 20px);
        margin-top: 0;
        margin-left: 40px;
        border-top: none;
        border-left: 1px solid #e2e5e6;
        padding-top: 0;
        padding-left: 40px;
    }
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-attending .latest-event-card-attending-title h3 {
    color: #726cc3;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.2px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-attending .latest-event-card-attending-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-attending .latest-event-card-attending-list .latest-event-card-attending-list-more {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-attending .latest-event-card-attending-list .latest-event-card-attending-list-more .latest-event-card-attending-list-more-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background-color: #4e367c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.latest-event-card .latest-event-card-content-wrapper .latest-event-card-attending .latest-event-card-attending-list .latest-event-card-attending-list-more .latest-event-card-attending-list-more-number {
    color: #007f7e;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.event-card a.event-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
}
.event-card a.event-card-link .event-card-image-wrapper {
    aspect-ratio: 175/94;
    display: block;
    overflow: hidden;
}
.event-card a.event-card-link .event-card-image-wrapper picture {
    width: 100%;
    height: 100%;
}
.event-card a.event-card-link .event-card-image-wrapper picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.event-card a.event-card-link .event-card-content-wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: 32px;
    background-color: #f4f7f6;
    padding: 34px;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-content-date h4 {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-content-title h3 {
    color: #4e367c;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.3px;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-content-location p {
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-content-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-attending {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-attending .event-card-attending-image {
    overflow: hidden;
    margin-left: -10px;
    width: 40px;
    height: 40px;
    border: 2px solid #f4f7f6;
    border-radius: 120px;
    aspect-ratio: 1/1;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-attending .event-card-attending-image:first-of-type {
    margin-left: 0;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-attending .event-card-attending-image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-main .event-card-attending .event-card-attending-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    width: 40px;
    height: 40px;
    border: 2px solid #f4f7f6;
    border-radius: 9999px;
    background-color: #4e367c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.event-card a.event-card-link .event-card-content-wrapper .event-card-content-footer {
    color: #007f7e;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.3px;
}
.event-card a.event-card-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.slider-event-card a.slider-event-card-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.slider-event-card a.slider-event-card-link .slider-event-card-image-wrapper {
    width: 100%;
    box-sizing: border-box;
}
@media all and (min-width: 992px) {
    .slider-event-card a.slider-event-card-link .slider-event-card-image-wrapper {
        width: 33.33333%;
    }
}
.slider-event-card a.slider-event-card-link .slider-event-card-image-wrapper picture {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    display: block;
}
.slider-event-card a.slider-event-card-link .slider-event-card-image-wrapper picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
@media all and (min-width: 992px) {
    .slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper {
        width: 66.66667%;
        padding: 40px;
    }
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}
@media all and (min-width: 992px) {
    .slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-content {
        width: calc(58% - 20px);
    }
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-content .slider-event-card-content-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-content .slider-event-card-content-date h3 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-content .slider-event-card-content-location p {
    color: #726cc3;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-content .slider-event-card-content-excerpt p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-content .slider-event-card-content-links {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-attending {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #e2e5e6;
    padding-top: 20px;
    box-sizing: border-box;
}
@media all and (min-width: 992px) {
    .slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-attending {
        width: calc(42% - 20px);
        margin-top: 0;
        margin-left: 40px;
        border-top: none;
        border-left: 1px solid #e2e5e6;
        padding-top: 0;
        padding-left: 40px;
    }
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-attending .slider-event-card-attending-title h3 {
    color: #726cc3;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.2px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-attending .slider-event-card-attending-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-attending .slider-event-card-attending-list .slider-event-card-attending-list-more {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-attending .slider-event-card-attending-list .slider-event-card-attending-list-more .slider-event-card-attending-list-more-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background-color: #4e367c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.slider-event-card a.slider-event-card-link .slider-event-card-content-wrapper .slider-event-card-attending .slider-event-card-attending-list .slider-event-card-attending-list-more .slider-event-card-attending-list-more-number {
    color: #007f7e;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.slider-event-card a.slider-event-card-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.attendance-card-small a.attendance-card-small-link {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 12px;
    text-decoration: none;
}
.attendance-card-small a.attendance-card-small-link .attendance-card-small-image .attendance-card-small-image-circle {
    width: 40px;
    height: 40px;
    border-radius: 99999px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.attendance-card-small a.attendance-card-small-link .attendance-card-small-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-grow: 1;
}
.attendance-card-small a.attendance-card-small-link .attendance-card-small-content .attendance-card-small-content-title h5 {
    color: #007f7e;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out;
}
.attendance-card-small a.attendance-card-small-link .attendance-card-small-content .attendance-card-small-content-position p {
    color: #000;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out;
}
.attendance-card-small a.attendance-card-small-link:hover .attendance-card-small-content .attendance-card-small-content-title h5 {
    color: #5ac3c2;
}
.attendance-card-small a.attendance-card-small-link:hover .attendance-card-small-content .attendance-card-small-content-position p {
    color: #c3cbcd;
}
.attendance-card-slider {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 12px;
    text-decoration: none;
}
.attendance-card-slider .attendance-card-slider-image-wrapper .attendance-card-slider-image {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 120px;
    aspect-ratio: 1/1;
}
.attendance-card-slider .attendance-card-slider-image-wrapper .attendance-card-slider-image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.attendance-card-slider .attendance-card-slider-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-grow: 1;
}
.attendance-card-slider .attendance-card-slider-content .attendance-card-slider-content-title h5 {
    color: #007f7e;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out;
}
.attendance-card-slider .attendance-card-slider-content .attendance-card-slider-content-position p {
    color: #000;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out;
}
.general-content-grid-card .general-content-grid-card-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.general-content-grid-card .general-content-grid-card-inner.link {
    text-decoration: none;
}
.general-content-grid-card .general-content-grid-card-inner.link:hover {
    border: 1px solid #4e367c;
    background-color: rgba(255, 255, 255, 0.1);
}
.general-content-grid-card .general-content-grid-card-inner .general-content-grid-card-title h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.general-content-grid-card .general-content-grid-card-inner .general-content-grid-card-title h3 span.slide-number {
    color: #a3e1d5;
    font-weight: 700;
}
.general-content-grid-card .general-content-grid-card-inner .general-content-grid-card-excerpt p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.insights-block .insights-block-header-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media all and (min-width: 768px) {
    .insights-block .insights-block-header-wrapper {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
@media all and (min-width: 992px) {
    .insights-block .insights-block-header-wrapper {
        padding-top: 48px;
        padding-bottom: 48px;
        /*min-height: 550px;*/
    }
}
.insights-block .insights-block-header-wrapper .insights-block-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 15px;
}
@media all and (min-width: 768px) {
    .insights-block .insights-block-header-wrapper .insights-block-header {
        flex-direction: row;
        gap: 30px;
    }
}
.insights-block .insights-block-header-wrapper .insights-block-header .insights-block-header-title {
    display: flex;
    width: 100%;
}
@media all and (min-width: 768px) {
    .insights-block .insights-block-header-wrapper .insights-block-header .insights-block-header-title {
        flex-grow: 1;
        width: 70%;
    }
}
.insights-block .insights-block-header-wrapper .insights-block-header .insights-block-header-link {
    display: flex;
    width: 100%;
}
@media all and (min-width: 768px) {
    .insights-block .insights-block-header-wrapper .insights-block-header .insights-block-header-link {
        flex-shrink: 1;
        width: 30%;
        justify-content: end;
    }
}
.insights-block .insights-block-header-wrapper .insights-block-posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
section.display-services {
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 1200px) {
    section.display-services {
        margin-top: -185px;
    }
}
section.display-services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
section.display-services .display-services-header-wrapper {
    position: relative;
    padding-top: 60px;
    z-index: 1;
    overflow: hidden;
}
section.display-services .display-services-header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1270px;
    height: 100%;
    background-color: #fff;
    transform: translateX(-50%);
}
section.display-services .display-services-header-wrapper .display-services-content-row .display-services-content .display-services-title-row .display-services-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.display-services .display-services-content-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
    z-index: 1;
    background: linear-gradient(343.99deg, #a3e1d5 -36.96%, #fff 28.05%);
}
@media all and (min-width: 1200px) {
    section.display-services .display-services-content-wrapper {
        padding-top: 40px;
        padding-bottom: 120px;
    }
}
section.display-services .display-services-content-wrapper .display-services--tabs-wrapper {
    display: block;
    position: relative;
}
section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row {
    margin-bottom: 45px;
}
@media all and (min-width: 1200px) {
    section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row {
        margin-bottom: 98px;
    }
}
section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row .display-services--tabs ul.tabs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: start;
    gap: 15px;
    margin: 0;
    padding: 0;
}
@media all and (min-width: 768px) {
    section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row .display-services--tabs ul.tabs {
        flex-direction: row;
        gap: 42px;
    }
}
section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row .display-services--tabs ul.tabs > li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding-bottom: 1px;
    white-space: nowrap;
}
section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row .display-services--tabs ul.tabs > li > a {
    color: #a9ade7;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
}
section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row .display-services--tabs ul.tabs > li > a:hover {
    color: #4e367c;
}
section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row .display-services--tabs ul.tabs > li.ui-tabs-active {
    border-bottom: 2px solid #5ac3c2;
}
section.display-services .display-services-content-wrapper .display-services--tabs-wrapper .display-services--tabs-row .display-services--tabs ul.tabs > li.ui-tabs-active > a {
    color: #4e367c;
}
section.display-careers {
    position: relative;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 126px;
    background: linear-gradient(187deg, #fff 85%, #a9ade7 134%);
}
section.display-careers .display-careers--filters-row {
    position: relative;
    margin-bottom: 64px;
    z-index: 2;
}
section.display-careers .display-careers--grid-wrapper-row {
    position: relative;
}
section.display-careers .display-careers--grid-wrapper-row:after {
    content: "";
    position: absolute;
    bottom: -116px;
    left: -136px;
    display: block;
    width: 433px;
    height: 402px;
    background-image: url(../images/careers-oval.svg);
    background-position: center;
    background-size: 433px 402px;
    background-repeat: no-repeat;
}
section.display-careers .display-careers--grid-wrapper-row .display-careers--grid-wrapper {
    position: relative;
    z-index: 2;
}
section.display-careers .display-ajax-pagination--wrapper-row {
    margin-top: 64px;
}
.display-casestudies {
    position: relative;
    z-index: 10;
}
.display-casestudies .display-casestudy-status-row {
    margin-top: 53px;
}
.display-casestudies .display-casestudy-status-row .display-news-filters {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.display-casestudies .display-casestudy-content-row {
    margin-top: 53px;
}
.display-casestudies .display-casestudy-content-row .display-news-status {
    color: #4e367c;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.1px;
}
.display-casestudies .display-casestudy-content-row {
    margin-top: 73px;
}
.display-casestudies .display-casestudy-content-row .display-casestudy-content .display-ajax-pagination--wrapper-row {
    margin-top: 73px;
}
section.quote {
    background-color: #4e367c;
    overflow: hidden;
    background-image: url(../images/quote-background.svg);
    background-position: top center;
    background-size: 1106px auto;
    background-repeat: no-repeat;
    padding-top: 42px;
    padding-bottom: 42px;
}

section.quote .quotation {
    content: "";
    overflow: hidden;
    background-image: url(../img/quote-mark.svg);
    background-position: top left;
    background-size: 200px auto;
    background-repeat: no-repeat;
    padding-top: 42px;
    padding-bottom: 42px;
}

@media all and (min-width: 992px) {
    section.quote {
        padding-top: 105px;
        padding-bottom: 80px;
    }
}
section.quote .quote-content-row .quote-content h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.2px;
}
section.quote .quote-citation-row {
    margin-top: 44px;
}
section.quote .quote-citation-row .quote-citation {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
section.quote .quote-citation-row .quote-citation h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: left;
}
section.quote .quote-citation-row .quote-citation p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: left;
}
section.global-call-to-action {
    padding-top: 38px;
    padding-bottom: 38px;
}
section.global-call-to-action .global-call-to-action-title-row .global-call-to-action-title h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1px;
}
section.global-call-to-action .global-call-to-action-content-row {
    margin-top: 16px;
}
section.global-call-to-action .global-call-to-action-content-row .global-call-to-action-content p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.3px;
}
section.global-call-to-action .global-call-to-action-content-row .global-call-to-action-button {
    margin-top: 16px;
    text-align: left;
}
@media all and (min-width: 768px) {
    section.global-call-to-action .global-call-to-action-content-row .global-call-to-action-button {
        margin-top: 0;
        text-align: right;
    }
}
section.two-column-text {
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 1200px) {
    section.two-column-text {
        margin-top: 0px;
    }
}
section.two-column-text .two-column-text-header-wrapper {
    position: relative;
    padding-top: 60px;
    z-index: 1;
    overflow: hidden;
}
section.two-column-text .two-column-text-header-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1270px;
    height: 100%;
    background-color: #;
    transform: translateX(-50%);
}
section.two-column-text .two-column-text-header-wrapper .two-column-text-title-row .two-column-text-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0px;
}
section.two-column-text .two-column-text-content-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
    z-index: 1;
    background-color: ;
}
@media all and (min-width: 1200px) {
    section.two-column-text .two-column-text-content-wrapper {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
section.two-column-text .two-column-text-content-wrapper .two-column-text-content-row .two-column-text-content-intro p {
    /*color: #726cc3;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.3px;*/
}
section.two-column-text .two-column-text-content-wrapper .two-column-text-content-row .two-column-text-content-intro p b,
section.two-column-text .two-column-text-content-wrapper .two-column-text-content-row .two-column-text-content-intro p strong {
    font-weight: 800;
}
section.two-column-text .two-column-text-content-wrapper .two-column-text-content-row .two-column-text-content-main-content {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    section.two-column-text .two-column-text-content-wrapper .two-column-text-content-row .two-column-text-content-main-content {
        margin-top: 0;
    }
}
section.two-column-text .two-column-text-content-wrapper .two-column-text-content-row .two-column-text-content-main-content p:last-of-type {
    margin-bottom: 0;
}
section.careers-global-call-to-action {
    position: relative;
    overflow: hidden;
    background-color: #f4f7f6;
    padding-top: 42px;
    padding-bottom: 42px;
}
@media all and (min-width: 992px) {
    section.careers-global-call-to-action {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
section.careers-global-call-to-action .container {
    position: relative;
}
section.careers-global-call-to-action .container:before {
    content: "";
    position: absolute;
    top: -120px;
    left: -250px;
    display: block;
    width: 623px;
    height: 588px;
    background-image: url(../images/global-careers-background.svg);
    background-position: center;
    background-size: 623px;
    background-repeat: no-repeat;
}
section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-content {
    margin-top: 30px;
}
@media all and (min-width: 1200px) {
    section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-content {
        margin-top: 0;
    }
}
section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-content p {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.form--styles .file-drop-area section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-content .fake-btn,
.form--styles section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-content button,
section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-content .btn,
section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-content .form--styles .file-drop-area .fake-btn,
section.careers-global-call-to-action .container .careers-global-call-to-action-content-row .careers-global-call-to-action-content .form--styles button {
    margin-top: 30px;
}
section.latest-careers {
    padding-top: 69px;
    padding-bottom: 69px;
}
section.latest-careers .latest-careers-inner {
    display: flex;
    flex-direction: column;
    gap: 65px;
}
section.latest-careers .latest-careers-inner .latest-careers-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media all and (min-width: 1200px) {
    section.latest-careers .latest-careers-inner .latest-careers-header-wrapper {
        gap: 30px;
    }
}
section.latest-careers .latest-careers-inner .latest-careers-header-wrapper .latest-careers-title-row .latest-careers-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.latest-careers .latest-careers-inner .latest-careers-header-wrapper .latest-careers-content-row .latest-careers-content .latest-careers-intro-row .latest-careers-intro p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}
section.latest-careers .latest-careers-inner .latest-careers-header-wrapper .latest-careers-content-row .latest-careers-content .latest-careers-intro-row .latest-careers-intro p:last-of-type {
    margin-bottom: 0;
}
section.latest-careers .latest-careers-inner .latest-careers-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.latest-careers .latest-careers-inner .latest-careers-footer-wrapper .latest-careers-content-row .latest-careers-content p:last-of-type {
    margin-bottom: 0;
}
section.latest-careers .latest-careers-inner .latest-careers-footer-wrapper .latest-careers-application-row .latest-careers-application {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
section.latest-careers .latest-careers-inner .latest-careers-footer-wrapper .latest-careers-application-row .latest-careers-application a.latest-careers-application-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #007f7e;
    transition: all 0.3s ease-in-out;
}
section.latest-careers .latest-careers-inner .latest-careers-footer-wrapper .latest-careers-application-row .latest-careers-application a.latest-careers-application-link:hover {
    color: #5ac3c2;
}
section.text-and-image {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
@media all and (min-width: 992px) {
    section.text-and-image {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
section.text-and-image .text-and-image-image-wrapper {
    margin-bottom: 30px;
}
@media all and (min-width: 992px) {
    section.text-and-image .text-and-image-image-wrapper {
        margin-bottom: 0;
    }
}
section.text-and-image .text-and-image-image-wrapper > picture {
    display: block;
    aspect-ratio: 1/1;
}
section.text-and-image .text-and-image-image-wrapper > picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
section.text-and-image .text-and-image-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
section.text-and-image .text-and-image-content-wrapper .text-and-image-title-row .text-and-image-title h2 {
    font-weight: 600;
    letter-spacing: 0.1px;
}
section.text-and-image .text-and-image-content-wrapper .text-and-image-content-row .text-and-image-content p {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: inherit;
}
section.text-and-image .text-and-image-content-wrapper .text-and-image-content-row .text-and-image-content p:last-of-type {
    margin-bottom: 0;
}
section.text-and-image .text-and-image-content-wrapper .text-and-image-buttons-row .text-and-image-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}
.form--styles .file-drop-area section.text-and-image.fake-btn,
section.text-and-image.bg-white {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media all and (min-width: 992px) {
    .form--styles .file-drop-area section.text-and-image.fake-btn,
    section.text-and-image.bg-white {
        padding-top: 135px;
        padding-bottom: 60px;
    }
}
.form--styles .file-drop-area section.text-and-image.image-left.fake-btn .container:before,
section.text-and-image.bg-white.image-left .container:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -270px;
    display: block;
    width: 465.04px;
    height: 427.35px;
    background-image: url(../images/text-and-image-white-bg-oval.svg);
    background-position: center;
    background-size: 465.04px 427.35px;
    background-repeat: no-repeat;
}
.form--styles .file-drop-area section.text-and-image.image-left.fake-btn .container .text-and-image-content-wrapper .text-and-image-title-row .text-and-image-title h2,
section.text-and-image.bg-white.image-left .container .text-and-image-content-wrapper .text-and-image-title-row .text-and-image-title h2 {
    color: #4e367c;
}
.form--styles .file-drop-area section.text-and-image.image-left.fake-btn .container .text-and-image-content-wrapper .text-and-image-content-row .text-and-image-content p,
section.text-and-image.bg-white.image-left .container .text-and-image-content-wrapper .text-and-image-content-row .text-and-image-content p {
    color: #000;
}
.form--styles .file-drop-area section.text-and-image.image-right.fake-btn .container:before,
section.text-and-image.bg-white.image-right .container:before {
    content: "";
    position: absolute;
    top: -70px;
    right: -270px;
    display: block;
    width: 465.04px;
    height: 427.35px;
    background-image: url(../images/text-and-image-white-bg-oval.svg);
    background-position: center;
    background-size: 465.04px 427.35px;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.form--styles .file-drop-area section.text-and-image.image-right.fake-btn .container .text-and-image-content-wrapper .text-and-image-title-row .text-and-image-title h2,
section.text-and-image.bg-white.image-right .container .text-and-image-content-wrapper .text-and-image-title-row .text-and-image-title h2 {
    color: #4e367c;
}
.form--styles .file-drop-area section.text-and-image.image-right.fake-btn .container .text-and-image-content-wrapper .text-and-image-content-row .text-and-image-content p,
section.text-and-image.bg-white.image-right .container .text-and-image-content-wrapper .text-and-image-content-row .text-and-image-content p {
    color: #000;
}
section.text-and-image.bg-mid-purple .container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -215px;
    display: block;
    width: 565.52px;
    height: 734.18px;
    background-image: url(../images/text-and-image-purple-bg-ovals.svg);
    background-position: center;
    background-size: 565.52px 734.18px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
section.text-and-image.bg-mid-purple .container .text-and-image-content-wrapper .text-and-image-title-row .text-and-image-title h2 {
    color: #4A3878;
}
section.text-and-image.bg-mid-purple .container .text-and-image-content-wrapper .text-and-image-content-row .text-and-image-content p {
    color: #fff;
}

/* Module backgrounds */

section.full-width-text.bg-solid-purple,
section.text-and-image.bg-solid-purple,
section.two-column-text.bg-solid-purple,
.bg-solid-purple {
    content: "";
    position: absolute;
    top: 50%;
    left: -215px;
    display: block;
    width: 565.52px;
    height: 734.18px;
    background-color: #4E367C!important;
    color:#ffffff;
    background-position: center;
    background-size: 565.52px 734.18px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
section.full-width-text.bg-purple-teal,
section.text-and-image.bg-purple-teal,
section.two-column-text.bg-purple-teal,
.bg-purple-teal {
    content: "";
    background-image: url(../img/bkgd/purple-teal-pills.png);
    color:#4E367C !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.full-width-text.bg-light-purple,
section.text-and-image.bg-light-purple,
section.two-column-text.bg-light-purple,
.bg-light-purple {
    content: "";
    background-image: url(../img/bkgd/light-purple-pills.png);
    color:#ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.full-width-text.bg-white-pills-right,
section.text-and-image.bg-white-pills-right,
section.two-column-text.bg-white-pills-right,
.bg-white-pills-right {
    content: "";
    background-image: url(../img/bkgd/white-pills-right.png);
    color:#4E367C;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.full-width-text.bg-white-pills-left,
section.text-and-image.bg-white-pills-left,
section.two-column-text.bg-white-pills-left,
.bg-white-pills-left {
    content: "";
    background-image: url(../img/bkgd/white-pills-left.png);
    color:#4E367C;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.full-width-text.bg-mid-purple-pills,
section.text-and-image.bg-mid-purple-pills,
section.two-column-text.bg-mid-purple-pills,
.bg-mid-purple-pills {
    content: "";
    background-image: url(../img/bkgd/mid-purple-pills.png);
    color:#ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.full-width-text.bg-dark-purple-pills,
section.text-and-image.bg-dark-purple-pills,
section.two-column-text.bg-dark-purple-pills,
.bg-dark-purple-pills {
    content: "";
    background-image: url(../img/bkgd/dark-purple-pills.png);
    color:#ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.full-width-text.bg-dark-teal,
section.text-and-image.bg-dark-teal,
section.two-column-text.bg-dark-teal,
.bg-dark-teal {
	background-color:#007F7E;
    color:#ffffff;
}

section.full-width-text.bg-dark-purple,
section.text-and-image.bg-dark-purple,
section.two-column-text.bg-dark-purple,
.bg-dark-purple {
	background-color:#4E367C;
    color:#ffffff!important;
}

section.full-width-text.bg-mid-purple,
section.text-and-image.bg-mid-purple,
section.two-column-text.bg-mid-purple,
.bg-mid-purple {
	background-color:#726CC3;
    color:#ffffff;
}

section.full-width-text.bg-white,
section.text-and-image.bg-white,
section.two-column-text.bg-white,
.bg-white {
	background-color:#ffffff;
    color:#000000;
}


section.full-width-text.bg-solid-purple .row h2 {
    color: #ffffff!important;
}
section.full-width-text.bg-solid-purple .container p {
    margin-bottom: 30px;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0px;
}

@media all and (min-width: 1200px) {
    section.text-and-image.overlap {
        padding-bottom: 250px;
    }
}
section.display-team {
    padding-top: 95px;
    padding-bottom: 95px;
}
section.display-team .display-team--title-row {
    margin-bottom: 50px;
}
section.display-team .display-team--title-row .display-team--title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.display-team .display-team--filters-row {
    margin-bottom: 95px;
}
section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-tabs {
    display: none;
}
@media all and (min-width: 1200px) {
    section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 54px;
    }
}
section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-tabs label {
    color: #a9ade7;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    padding:4px 8px;
}
section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-tabs label input {
    display: none;
}
section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-tabs label.active,
section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-tabs label:hover {
    background-color: #4e367c;
    color: #fff;
    border-radius: 4px;
    padding:4px 8px;
    /*border-bottom: 2px solid #5ac3c2;*/
}
section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-select {
    display: block;
}
@media all and (min-width: 1200px) {
    section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-select {
        display: none;
    }
}
section.display-team .display-team--filters-row .display-team--filters #ajax_team_filters .display-team--filters-select .select2.select2-container {
    width: 100% !important;
}
section.display-team .display-team-loadmore-row {
    margin-top: 95px;
}
section.display-team .display-team-loadmore-row .display-team-loadmore {
    text-align: center;
}
section.display-team .display-team-loadmore-row .display-team-loadmore .btn-loadmore {
    display: inline-block;
    background-color: #007f7e;
    padding: 12px 18px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
section.display-team .display-team-loadmore-row .display-team-loadmore .btn-loadmore > span {
    display: flex;
    gap: 8px;
    align-items: center;
}
section.display-team .display-team-loadmore-row .display-team-loadmore .btn-loadmore:hover {
    background-color: #5ac3c2;
}
section.full-width-text {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media all and (min-width: 992px) {
    section.full-width-text {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
section.full-width-text .full-width-text--content-wrapper-row .full-width-text--content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
section.full-width-text .full-width-text--content-wrapper-row .full-width-text--content-wrapper .full-width-text--title-row .full-width-text--title h2 {
    color: #4e367c;
    letter-spacing: 0.2px;
}
section.full-width-text .full-width-text--content-wrapper-row .full-width-text--content-wrapper .full-width-text--content-row .full-width-text--content p {
    margin-bottom: 30px;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0px;
}
section.full-width-text .full-width-text--content-wrapper-row .full-width-text--content-wrapper .full-width-text--content-row .full-width-text--content p:last-of-type {
    margin-bottom: 0;
}
section.full-width-text .full-width-text--content-wrapper-row .full-width-text--content-wrapper .full-width-text--buttons-row .full-width-text--buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}
.single-cpt-team section.full-width-text {
    padding-top: 15px;
    padding-bottom: 40px;
}
@media all and (min-width: 992px) {
    .single-cpt-team section.full-width-text {
        padding-top: 15px;
        padding-bottom: 70px;
    }
}
section.full-width-image {
    position: relative;
}
section.full-width-image.overlap {
    margin-top: -184px;
}
section.display-locations {
    padding-top: 42px;
    padding-bottom: 42px;
    overflow: hidden;
}
@media all and (min-width: 992px) {
    section.display-locations {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
section.display-locations .display-locations--tabs-wrapper {
    display: block;
    position: relative;
}
section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row {
    margin-bottom: 45px;
}
@media all and (min-width: 1200px) {
    section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row {
        margin-bottom: 98px;
    }
}
section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row .display-locations--tabs ul.tabs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: start;
    gap: 15px;
    margin: 0;
    padding: 0;
}
@media all and (min-width: 768px) {
    section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row .display-locations--tabs ul.tabs {
        flex-direction: row;
        gap: 42px;
    }
}
section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row .display-locations--tabs ul.tabs > li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding-bottom: 1px;
    white-space: nowrap;
}
section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row .display-locations--tabs ul.tabs > li > a {
    color: #a9ade7;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
}
section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row .display-locations--tabs ul.tabs > li > a:hover {
    color: #4e367c;
}
section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row .display-locations--tabs ul.tabs > li.ui-tabs-active {
    border-bottom: 2px solid #5ac3c2;
}
section.display-locations .display-locations--tabs-wrapper .display-locations--tabs-row .display-locations--tabs ul.tabs > li.ui-tabs-active > a {
    color: #4e367c;
}
.meet-team-members {
    padding-top: 42px;
    padding-bottom: 42px;
    background: linear-gradient(44.69deg, #a3e1d5 -18.86%, #f4f7f6 27.01%);
    overflow: hidden;
}
@media all and (min-width: 992px) {
    .meet-team-members {
        padding-top: 88px;
        padding-bottom: 124px;
    }
}
.meet-team-members .container {
    position: relative;
    z-index: 1;
}
.meet-team-members .container:after {
    content: "";
    display: block;
    width: 620px;
    height: 656px;
    position: absolute;
    right: -515px;
    top: -257px;
    background-image: url(../images/accordion-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
}
.meet-team-members .container .meet-team-members-title-row {
    margin-bottom: 55px;
}
.meet-team-members .container .meet-team-members-title-row .meet-team-members-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs {
    margin-bottom: 30px;
}
@media all and (min-width: 1200px) {
    .meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs {
        margin-bottom: 0;
    }
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 34px;
}
@media all and (min-width: 1200px) {
    .meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul {
        flex-direction: column;
    }
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul > li > a {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-items: center;
    gap: 30px;
    text-decoration: none;
    color: #a9ade7;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
    transition: color 0.3s ease-in-out;
    outline: 0;
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul > li > a .meet-team-members-tabs-image-wrapper picture {
    width: 67px;
    aspect-ratio: 1/1;
    display: block;
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul > li > a .meet-team-members-tabs-image-wrapper picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul > li > a span {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    transition: border 0.3s ease-in-out;
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul > li > a:hover {
    color: #4e367c;
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul > li.ui-tabs-active > a {
    color: #4e367c;
}
.meet-team-members .container .meet-team-members-tabs-wrapper .meet-team-members-tabs ul > li.ui-tabs-active > a span {
    border-bottom: 2px solid #5ac3c2;
}
.team-member-insights-section {
    padding-top: 50px;
    padding-bottom: 109px;
}
.team-member-insights-section .team-member-insights-wrapper {
    display: flex;
    flex-direction: column;
}
.team-member-insights-section .team-member-insights-wrapper .team-member-insights-title {
    margin-bottom: 60px;
}
.team-member-insights-section .team-member-insights-wrapper .team-member-insights-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.team-member-insights-section .team-member-insights-wrapper .team-member-insights-articles-title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3cbcd;
    padding-bottom: 20px;
}
.team-member-insights-section .team-member-insights-wrapper .team-member-insights-articles-title-row .team-member-insights-articles-title h3 {
    color: #726cc3;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.team-member-insights-section .team-member-insights-wrapper .team-member-insights-articles-title-row .team-member-insights-articles-link a {
    color: #007f7e;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}
.team-member-insights-section .team-member-insights-wrapper .team-member-insights-articles-title-row .team-member-insights-articles-link a:hover {
    color: #5ac3c2;
}
.team-member-insights-section .team-member-insights-wrapper .team-member-insights-articles {
    display: flex;
    flex-direction: column;
    gap: 46px;
}
.team-member-insights-section .team-member-case-study-wrapper .team-member-case-studies-inner {
    display: flex;
    flex-direction: column;
    gap: 26px;
    background-color: #f4f7f6;
    padding: 26px;
}
.team-member-insights-section .team-member-case-study-wrapper .team-member-case-studies-inner .team-member-case-studies-title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.team-member-insights-section .team-member-case-study-wrapper .team-member-case-studies-inner .team-member-case-studies-title-row .team-member-case-studies-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.team-member-insights-section .team-member-case-study-wrapper .team-member-case-studies-inner .team-member-case-studies-title-row .team-member-case-studies-link a {
    color: #007f7e;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}
.team-member-insights-section .team-member-case-study-wrapper .team-member-case-studies-inner .team-member-case-studies-title-row .team-member-case-studies-link a:hover {
    color: #5ac3c2;
}
.latest-insights {
    padding-top: 100px;
    padding-bottom: 160px;
    background-color: #f4f7f6;
    overflow: hidden;
}
.latest-insights .container {
    position: relative;
    z-index: 1;
}
.latest-insights .container:after {
    content: "";
    display: block;
    width: 1070px;
    height: 1084px;
    position: absolute;
    right: -580px;
    top: -550px;
    background-image: url(../images/latest-insights-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
}
.latest-insights .container .latest-insights-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
@media all and (min-width: 1200px) {
    .latest-insights .container .latest-insights-wrapper {
        margin-bottom: 0;
    }
}
.latest-insights .container .latest-insights-wrapper .latest-insights-title {
    margin-bottom: 60px;
}
.latest-insights .container .latest-insights-wrapper .latest-insights-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.latest-insights .container .latest-insights-wrapper .latest-insights-articles-title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3cbcd;
    padding-bottom: 20px;
}
.latest-insights .container .latest-insights-wrapper .latest-insights-articles-title-row .latest-insights-articles-title h3 {
    color: #726cc3;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.latest-insights .container .latest-insights-wrapper .latest-insights-articles-title-row .latest-insights-articles-link a {
    color: #007f7e;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}
.latest-insights .container .latest-insights-wrapper .latest-insights-articles-title-row .latest-insights-articles-link a:hover {
    color: #5ac3c2;
}
.latest-insights .container .latest-insights-wrapper .latest-insights-articles {
    display: flex;
    flex-direction: column;
    gap: 46px;
}
.latest-insights .container .latest-insights-case-study-wrapper .latest-insights-case-studies-inner {
    display: flex;
    flex-direction: column;
    gap: 26px;
    background-color: #fff;
    padding: 26px;
}
.latest-insights .container .latest-insights-case-study-wrapper .latest-insights-case-studies-inner .latest-insights-case-studies-title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.latest-insights .container .latest-insights-case-study-wrapper .latest-insights-case-studies-inner .latest-insights-case-studies-title-row .latest-insights-case-studies-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.latest-insights .container .latest-insights-case-study-wrapper .latest-insights-case-studies-inner .latest-insights-case-studies-title-row .latest-insights-case-studies-link a {
    color: #007f7e;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}
.latest-insights .container .latest-insights-case-study-wrapper .latest-insights-case-studies-inner .latest-insights-case-studies-title-row .latest-insights-case-studies-link a:hover {
    color: #5ac3c2;
}
.latest-insights .container .latest-insights-case-study-wrapper .latest-insights-case-studies-inner .related-case-study-card a.related-case-study-card-link {
    background-color: #f4f7f6;
}
.related-reading {
    padding-top: 80px;
    padding-bottom: 160px;
    background-color: #f4f7f6;
    overflow: hidden;
}
.related-reading .container {
    position: relative;
    z-index: 1;
}
.related-reading .container:after {
    content: "";
    display: block;
    width: 1070px;
    height: 1084px;
    position: absolute;
    right: -580px;
    top: -550px;
    background-image: url(../images/latest-insights-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
}
.related-reading .container .related-reading-title-row {
    margin-bottom: 60px;
}
.related-reading .container .related-reading-title-row .related-reading-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.related-reading .container .related-reading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.related-reading .container .related-reading-wrapper .related-reading-article-wrapper .related-reading-article-title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3cbcd;
    padding-bottom: 20px;
}
.related-reading .container .related-reading-wrapper .related-reading-article-wrapper .related-reading-article-title-row .related-reading-articles-title h3 {
    color: #726cc3;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.related-reading .container .related-reading-wrapper .related-reading-article-wrapper .related-reading-article-title-row .related-reading-article-link a {
    color: #007f7e;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}
.related-reading .container .related-reading-wrapper .related-reading-article-wrapper .related-reading-article-title-row .related-reading-article-link a:hover {
    color: #5ac3c2;
}
.related-reading .container .related-reading-wrapper .related-reading-case-study-wrapper .related-reading-case-study-title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3cbcd;
    padding-bottom: 20px;
}
.related-reading .container .related-reading-wrapper .related-reading-case-study-wrapper .related-reading-case-study-title-row .related-reading-case-study-title h3 {
    color: #726cc3;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.related-reading .container .related-reading-wrapper .related-reading-case-study-wrapper .related-reading-case-study-title-row .related-reading-case-study-link a {
    color: #007f7e;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}
.related-reading .container .related-reading-wrapper .related-reading-case-study-wrapper .related-reading-case-study-title-row .related-reading-case-study-link a:hover {
    color: #5ac3c2;
}
.related-reading .container .related-reading-brochure-wrapper {
    margin-top: 48px;
}
@media all and (min-width: 1200px) {
    .related-reading .container .related-reading-brochure-wrapper {
        margin-top: 0;
    }
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
    background-image: url(../images/brochure-background.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    padding: 30px;
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner .related-reading-brochure-title h3 {
    color: #4e367c;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner .related-reading-brochure-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner .related-reading-brochure-content .related-reading-brochure-image {
    position: relative;
    width: 100%;
    aspect-ratio: 58/51;
    overflow: hidden;
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner .related-reading-brochure-content .related-reading-brochure-image picture {
    width: 100%;
    height: 100%;
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner .related-reading-brochure-content .related-reading-brochure-image picture > img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner .related-reading-brochure-content .related-reading-brochure-intro p {
    color: #4e367c;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.2px;
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner .related-reading-brochure-content .related-reading-brochure-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #007f7e;
    padding: 12px 13px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}
.related-reading .container .related-reading-brochure-wrapper .related-reading-brochure-inner .related-reading-brochure-content .related-reading-brochure-link a:hover {
    background-color: #5ac3c2;
}
.display-events {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 5;
}
@media all and (min-width: 992px) {
    .display-events {
        margin-top: -125px;
        padding-bottom: 116px;
    }
}
.display-events .display-events--filters-row {
    margin-top: 53px;
}
.display-events .display-events--filters-row .display-events--filters label {
    display: block;
    margin-bottom: 8px;
    color: #4e367c;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.display-events .display-events-status-row {
    margin-top: 53px;
}
.display-events .display-events-status-row .display-events-status {
    color: #4e367c;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.1px;
}
.display-events .display-events-content-row {
    margin-top: 73px;
}
.display-events .display-events-content-row .display-events-content .display-ajax-pagination--wrapper-row {
    margin-top: 73px;
}
.display-events .display-events-no-content {
    margin-top: 350px;
}
.display-events .display-events-no-content .display-events-no-content-inner {
    display: flex;
    align-items: center;
}
.display-events .display-events-no-content .display-events-no-content-inner h4 {
    color: #726cc3;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.display-insights {
    position: relative;
    margin-top: -185px;
    padding-bottom: 116px;
    z-index: 10;
}
.display-insights .display-insights-filters-row {
    margin-top: 53px;
}
.display-insights .display-insights-filters-row .display-insights-filters {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.display-insights .display-insights-status-row {
    margin-top: 53px;
}
.display-insights .display-insights-status-row .display-insights-status {
    color: #4e367c;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.1px;
}
.display-insights .display-insights-content-row {
    margin-top: 73px;
}
.display-insights .display-insights-content-row .display-insights-content .display-ajax-pagination--wrapper-row {
    margin-top: 73px;
}
.overlap-2-column-text {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #726cc3;
    overflow: hidden;
}
@media all and (min-width: 1200px) {
    .overlap-2-column-text {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media all and (min-width: 1200px) {
    .overlap-2-column-text.module-overlapped {
        padding-top: 80px;
        padding-bottom: 185px;
    }
}
.overlap-2-column-text .container {
    position: relative;
}
.overlap-2-column-text .container:before {
    content: "";
    position: absolute;
    bottom: -275px;
    left: -340px;
    display: block;
    width: 605.14px;
    height: 441.95px;
    background-image: url(../images/overlap-2-col-background.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.overlap-2-column-text .container .overlap-2-column-text-row {
    position: relative;
    z-index: 3;
}
.overlap-2-column-text .container .overlap-2-column-text-row .overlap-2-column-text-column-one {
    margin-bottom: 32px;
}
@media all and (min-width: 992px) {
    .overlap-2-column-text .container .overlap-2-column-text-row .overlap-2-column-text-column-one {
        margin-bottom: 0;
    }
}
.overlap-2-column-text .container .overlap-2-column-text-row .overlap-2-column-text-column-one p {
    color: #f4f7f6;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 0.2px;
}
.overlap-2-column-text .container .overlap-2-column-text-row .overlap-2-column-text-column-one p:last-of-type {
    margin-bottom: 0;
}
.overlap-2-column-text .container .overlap-2-column-text-row .overlap-2-column-text-column-two p {
    color: #f4f7f6;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
.overlap-2-column-text .container .overlap-2-column-text-row .overlap-2-column-text-column-two p:last-of-type {
    margin-bottom: 0;
}
.overlap-1-column-text {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #726cc3;
    overflow: hidden;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text.module-overlapped {
        padding-top: 60px;
        padding-bottom: 155px;
    }
}
.overlap-1-column-text .container {
    position: relative;
}
.overlap-1-column-text .container:before {
    content: "";
    position: absolute;
    bottom: -220px;
    right: -340px;
    display: block;
    width: 605.14px;
    height: 441.95px;
    background-image: url(../images/overlap-2-col-background.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.overlap-1-column-text .container .overlap-1-column-text-row {
    position: relative;
    z-index: 3;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one {
    margin-bottom: 32px;
    color: #f4f7f6;
}
@media all and (min-width: 992px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one {
        margin-bottom: 0;
    }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
    .form--styles .file-drop-area .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content .fake-btn:first-of-type,
    .form--styles .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content button:first-of-type,
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content .btn:first-of-type,
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content .form--styles .file-drop-area .fake-btn:first-of-type,
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content .form--styles button:first-of-type {
        margin-bottom: 10px !important;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h1 {
    margin-bottom: 1rem;
    color: #f4f7f6;
    font-weight: 600;
    letter-spacing: 0.2px;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h1 {
        margin-bottom: 1.875rem;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h2 {
    line-height: 1.4;
    color: #f4f7f6;
    font-weight: 600;
    letter-spacing: 0.2px;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h2 {
        line-height: 1.4;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h3 {
    margin-bottom: 1rem;
    color: #f4f7f6;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h3 {
        margin-bottom: 1.875rem;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h4 {
    margin-bottom: 1rem;
    color: #f4f7f6;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h4 {
        margin-bottom: 1.875rem;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h5 {
    margin-bottom: 1rem;
    color: #f4f7f6;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h5 {
        margin-bottom: 1.875rem;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h6 {
    margin-bottom: 1rem;
    color: #f4f7f6;
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.1px;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content h6 {
        margin-bottom: 1.875rem;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content p {
    color: #f4f7f6;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content p {
        margin-bottom: 1.875rem;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content a:not(.btn) {
    color: #f4f7f6;
    font-weight: 600;
    transition: all 0.2s;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content a:not(.btn):hover {
    color: #726cc3;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content b,
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content strong {
    font-weight: 800;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content em,
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content i {
    font-style: italic;
    font-weight: inherit;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content blockquote p {
    font-size: calc(18px + 2 * ((100vw - 576px) / 623));
    font-weight: 600;
}
@media screen and (max-width: 576px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content blockquote p {
        font-size: 18px;
    }
}
@media screen and (min-width: 1199px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content blockquote p {
        font-size: 20px;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content ol {
    list-style-type: auto;
    margin: 1.5rem;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content ol li {
    font-size: inherit;
    line-height: 30px;
    color: inherit;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
    list-style: none;
}
@media all and (min-width: 1200px) {
    .overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content ul {
        margin-bottom: 1.875rem;
    }
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content ul li {
    position: relative;
    color: inherit;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content ul li:before {
    content: "";
    height: 32px;
    width: 26px;
    display: block;
    float: left;
    margin-left: -2rem;
    background: url(../images/icons/circle-small.svg) no-repeat center;
    background-size: 12px;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content.small ul {
    margin-top: 0;
}
.overlap-1-column-text .container .overlap-1-column-text-row .overlap-1-column-text-column-one.wysiwyg-content.small ul li {
    font-size: 14px;
    line-height: 28px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 10;
    background-image: url(../images/icons/play-mid-purple.svg);
    transform: translateY(-50%) translateX(-50%);
}
.video-wrapper .play-button > .label {
    font-size: 0;
}
.video-wrapper .pause-button {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 10;
    background-image: url(../images/icons/pause-mid-purple.svg);
}
.video-wrapper .pause-button > .label {
    font-size: 0;
}
.video-wrapper.playing:before {
    display: none;
}
.video-wrapper.playing .play-button {
    display: none;
}
.video-wrapper.playing .pause-button {
    display: block;
}
.full-width-video {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media all and (min-width: 992px) {
    .full-width-video {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media all and (min-width: 1200px) {
    .full-width-video {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.video-grid {
    padding-top: 30px;
    padding-bottom: 40px;
}
@media all and (min-width: 992px) {
    .video-grid {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media all and (min-width: 1200px) {
    .video-grid {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}
.video-grid .video-grid-inner {
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.video-grid .video-grid-inner .video-grid-header {
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.video-grid .video-grid-inner .video-grid-header .video-grid-header-title h2 {
    line-height: 48px;
}
.video-grid .video-grid-inner .video-grid-header .video-grid-header-content p:last-of-type {
    margin-bottom: 0;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
    text-align: center;
}
@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==)
        format("woff");
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: "\f101";
}
.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-play-circle:before {
    content: "\f102";
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: "\f103";
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: "\f104";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: "\f105";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: "\f106";
}
.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: "\f107";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: "\f108";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: "\f109";
}
.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-square:before {
    content: "\f10a";
}
.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-spinner:before {
    content: "\f10b";
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: "\f10c";
}
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: "\f10d";
}
.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: "\f10e";
}
.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-share:before {
    content: "\f10f";
}
.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-cog:before {
    content: "\f110";
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111";
}
.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-circle-outline:before {
    content: "\f112";
}
.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
    content: "\f113";
}
.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-hd:before {
    content: "\f114";
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: "\f115";
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: "\f116";
}
.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-facebook:before {
    content: "\f117";
}
.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-gplus:before {
    content: "\f118";
}
.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-linkedin:before {
    content: "\f119";
}
.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-twitter:before {
    content: "\f11a";
}
.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-tumblr:before {
    content: "\f11b";
}
.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-pinterest:before {
    content: "\f11c";
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: "\f11d";
}
.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: "\f11e";
}
.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-next-item:before {
    content: "\f11f";
}
.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-previous-item:before {
    content: "\f120";
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
    content: "\f121";
}
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
    content: "\f122";
}
.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}
.video-js:-moz-full-screen {
    position: absolute;
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}
.video-js[tabindex="-1"] {
    outline: 0;
}
.video-js *,
.video-js :after,
.video-js :before {
    box-sizing: inherit;
}
.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.video-js.vjs-1-1,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
}
.video-js.vjs-1-1:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 0;
}
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
    padding-top: 56.25%;
}
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
    padding-top: 75%;
}
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
    padding-top: 177.7777777778%;
}
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
    padding-top: 100%;
}
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
    width: 100%;
    height: 100%;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-js.vjs-audio-only-mode .vjs-tech {
    display: none;
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}
.vjs-hidden {
    display: none !important;
}
.vjs-disabled {
    opacity: 0.5;
    cursor: default;
}
.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}
.vjs-lock-showing {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc;
}
.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.81666em;
    margin-left: -1.5em;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
}
.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.vjs-control .vjs-button {
    width: 100%;
    height: 100%;
}
.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}
.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto;
}
.video-js .vjs-modal-dialog > * {
    box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}
.vjs-menu-button {
    cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
    cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
}
.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
    box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none;
}
.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}
.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}
.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f;
}
.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
    background: 0 0;
}
.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: 700;
    cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em;
}
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
    display: block;
}
.video-js .vjs-menu-button-inline {
    transition: all 0.4s;
    overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all 0.4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}
.vjs-audio-only-mode .vjs-control-bar,
.vjs-has-started .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important;
}
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}
.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none;
}
.video-js .vjs-control.vjs-visible-text {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}
.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
    display: block;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff;
}
.video-js :not(.vjs-visible-text) > .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
    display: none;
}
.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none;
}
.video-js .vjs-progress-control.disabled {
    cursor: default;
}
.vjs-live .vjs-progress-control {
    display: none;
}
.vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center;
}
.vjs-no-flex .vjs-progress-control {
    width: auto;
}
.video-js .vjs-progress-holder {
    flex: auto;
    transition: all 0.2s;
    height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
}
.video-js .vjs-play-progress {
    background-color: #fff;
}
.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.3333333333em;
    z-index: 1;
}
.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: 0.6em;
    visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
    cursor: default;
}
.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none;
}
.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
}
.video-js .vjs-volume-panel {
    transition: width 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    margin-right: 0;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
    left: -3.5em;
    transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
    width: 10em;
    transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: 0.5em;
}
.video-js .vjs-volume-panel {
    display: flex;
}
.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto;
}
.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
    z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
    z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}
.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em;
}
.video-js .vjs-volume-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
    display: block;
    font-size: 1em;
    visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
    left: 1em;
    top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
    width: 1px;
    height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
    display: none;
}
.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
    display: block;
}
.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}
.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
    display: none;
}
.video-js .vjs-seek-to-live-control {
    align-items: center;
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: 0.5em;
    color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red;
}
.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}
.vjs-live .vjs-time-control {
    display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none;
}
.vjs-time-divider {
    display: none;
    line-height: 3em;
}
.vjs-live .vjs-time-divider {
    display: none;
}
.video-js .vjs-play-control {
    cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none;
}
.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}
.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
}
.vjs-subtitles {
    color: #fff;
}
.vjs-captions {
    color: #fc6;
}
.vjs-tt-cue {
    display: block;
}
video::-webkit-media-text-track-display {
    transform: translateY(-3em);
}
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
    display: none;
}
.video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
    display: none;
}
.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}
.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}
.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}
@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: #fff;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
    display: none;
}
.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
    display: none;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "";
    font-size: 1.5em;
    line-height: inherit;
}
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
    display: none;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " ";
    font-size: 1.5em;
    line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
    display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: auto;
    width: initial;
}
.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small .vjs-progress-control {
    display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
    flex: auto;
    display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}
.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
}
@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0 24px;
    }
    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px;
    }
    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1;
    }
    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr;
    }
}
.vjs-track-setting > select {
    margin-right: 1em;
    margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
}
.vjs-text-track-settings fieldset span {
    display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
    max-width: 7.3em;
}
.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
}
@media print {
    .video-js > :not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}
.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000;
}
.js-focus-visible .video-js :focus:not(.focus-visible) {
    outline: 0;
}
.video-js :focus:not(:focus-visible) {
    outline: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.career-introduction {
    padding-top: 75px;
    padding-bottom: 75px;
}
.career-introduction .container {
    position: relative;
}
.career-introduction .container:before {
    content: "";
    display: block;
    width: 484.57px;
    height: 484.83px;
    position: absolute;
    right: -235px;
    top: -235px;
    background-image: url(../images/events-background-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.career-introduction .container .career-introduction-content-wrapper .career-introduction-content-title-row .career-introduction-content-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.career-introduction .container .career-introduction-content-wrapper .career-introduction-content-text-row {
    margin-top: 48px;
}
.career-introduction .container .career-introduction-apply-wrapper {
    position: relative;
}
.career-introduction .container .career-introduction-apply-wrapper .career-introduction-apply-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -170px;
    background-color: #726cc3;
    padding: 45px;
}
.career-introduction .container .career-introduction-apply-wrapper .career-introduction-apply-inner .career-introduction-apply-title-row .career-introduction-apply-title h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.career-introduction .container .career-introduction-apply-wrapper .career-introduction-apply-inner .career-introduction-apply-text-row .career-introduction-apply-text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.career-main-content {
    background-color: #4e367c;
    color:#ffffff;
    padding-top: 75px;
    padding-bottom: 75px;
}
.career-main-content .career-main-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.career-main-content .career-main-content-wrapper .career-main-content-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.career-main-content .career-main-content-wrapper .career-main-content-section .career-main-content-title-row .career-introduction-content-title h2 {
    color: inherit;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.display-news {
    position: relative;
    margin-top: -185px;
    padding-bottom: 116px;
    z-index: 10;
}
.display-news .display-news-filters-row {
    margin-top: 53px;
}
.display-news .display-news-filters-row .display-news-filters {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.display-news .display-news-status-row {
    margin-top: 53px;
}
.display-news .display-news-status-row .display-news-status {
    color: #4e367c;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.1px;
}
.display-news .display-news-content-row {
    margin-top: 73px;
}
.display-news .display-news-content-row .display-news-content .display-ajax-pagination--wrapper-row {
    margin-top: 73px;
}
.display-casestudies {
    margin-top: 73px;
    margin-bottom: 73px;
}
.latest-news {
    padding-top: 100px;
    padding-bottom: 160px;
    background-color: #f4f7f6;
    overflow: hidden;
}
.latest-news .container {
    position: relative;
    z-index: 1;
}
.latest-news .container:after {
    content: "";
    display: block;
    width: 1070px;
    height: 1084px;
    position: absolute;
    right: -580px;
    top: -550px;
    background-image: url(../images/latest-insights-oval.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
}
.latest-news .container .latest-news-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
@media all and (min-width: 1200px) {
    .latest-news .container .latest-news-wrapper {
        margin-bottom: 0;
    }
}
.latest-news .container .latest-news-wrapper .latest-news-title {
    margin-bottom: 60px;
}
.latest-news .container .latest-news-wrapper .latest-news-title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.latest-news .container .latest-news-wrapper .latest-news-articles {
    display: flex;
    flex-direction: column;
    gap: 46px;
}
section.display-experts {
    padding-top: 75px;
    padding-bottom: 95px;
}
section.display-experts .display-experts--title-row {
    margin-bottom: 30px;
}
section.display-experts .display-experts--title-row .display-experts--title h2 {
    color: #4e367c;
    font-weight: 600;
    letter-spacing: 0.2px;
}
section.display-experts .display-experts--content-row {
    margin-bottom: 50px;
}
section.display-experts .display-experts-loadmore-row {
    margin-top: 95px;
}
section.display-experts .display-experts-loadmore-row .display-experts-loadmore {
    text-align: center;
}
section.display-experts .display-experts-loadmore-row .display-experts-loadmore .btn-loadmore {
    display: inline-block;
    background-color: #007f7e;
    padding: 12px 18px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
section.display-experts .display-experts-loadmore-row .display-experts-loadmore .btn-loadmore > span {
    display: flex;
    gap: 8px;
    align-items: center;
}
section.display-experts .display-experts-loadmore-row .display-experts-loadmore .btn-loadmore:hover {
    background-color: #5ac3c2;
}
.login form {
    margin-top: 0;
}
body.login div#login h1 a {
    background-image: url(../images/tranScrip-logo-white.svg);
    width: 300px;
    height: 100px;
    background-size: 150px;
    margin: 0 auto;
}
body.login div#login h1 a:active,
body.login div#login h1 a:focus {
    outline: 0;
    border: 0 none;
    box-shadow: none;
}
body.login {
    background-color: #726cc3;
}
@media screen and (min-width: 30em) {
    body.login div#login {
        width: 320px;
        margin: auto;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: initial;
    }
}
body.login div#login h1 {
    margin-top: 2em;
}
.login .message {
    margin-bottom: 0.5em;
}
body.login div#login form#loginform,
body.login div#login form#lostpasswordform {
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    background-color: #726cc3;
    border: 1px solid #fff;
}
.login label,
body.login div#login form#loginform p label {
    line-height: 1.8;
    color: #fff;
}
body.login div#login form#loginform input.input {
    padding: 0.5em;
    border: 0;
    border-radius: 0 !important;
}
body.login form input[type="checkbox"] {
    border: 0;
}
body.login div#login p#nav {
    text-shadow: none;
}
body.login div#login p#nav {
    text-align: center;
}
body.login div#login p#nav a {
    color: #fff !important;
    text-decoration: none;
}
body.login div#login p#backtoblog {
    text-shadow: none;
    text-align: center;
}
a.privacy-policy-link {
    color: #fff;
}
body.login div#login p#backtoblog a {
    color: #fff !important;
    text-decoration: none;
}
body.login div#login .button:not(.wp-hide-pw) {
    width: 100%;
    font-size: 1rem;
    text-shadow: none;
    box-shadow: none;
    border: 0 none;
    color: #fff;
    height: auto;
    line-height: inherit;
}
#login form p.forgetmenot {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
#login form p.forgetmenot label {
    display: inline-block;
}
.login #login_error,
.login .message {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    border: 0 none;
    background-color: #fff;
    color: #726cc3;
    text-align: center;
    box-shadow: none;
}
.login #login_error a,
.login .message a {
    color: #726cc3;
}
.breakpoint-identifier {
    display: none;
}


 .scrolling-logos {
    background-color: white;
    overflow: hidden;
    white-space: nowrap;
}

.logo-strip {
    display: flex;
    animation: scroll-logos 30s linear infinite;
}

.logo-strip img {
    vertical-align: middle;
    margin: 10px 40px; /* Adjust spacing between logos */
    height: 100px; /* Adjust based on your preference */
}

.scrolling-logos-events {
    background-color: white;
    overflow: hidden;
    white-space: nowrap;
}

.logo-strip-events {
    display: flex;
    animation: scroll-logos 30s linear infinite;
}

.logo-strip-events img {
    vertical-align: middle;
    margin: 10px 40px; /* Adjust spacing between logos */
    height: 200px; /* Adjust based on your preference */
    width:auto;
}

@keyframes scroll-logos {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.service-dilinks {
	max-width:100%;
	margin:;
	background-image: url("../img/bkgd/light-grey-bkgd1.png");
	background-repeat:no-repeat;
	background-size:cover;
}

.service-dilinks a {
opacity: 1;
}
.service-dilinks a:hover {
opacity: .8;
}

@media only screen and (max-width: 567px) {
.service-dilinks {
	max-width:98%;
	margin:0 1%;
}
}

.therapy-dilinks {
	max-width:100%;
	margin:;
	/*background-image: url("/content/themes/base/img/bkgd/light-grey-bkgd1.png");*/
	background-repeat:no-repeat;
	background-size:cover;
}


.insights-block {
	background-color:#007F7E;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color:#4E367C!important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background:#007f7e!important;
}

.checkbox-container.label-right label:after {
    top:6px!important;
}


/* Modal */

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #726cc3;
  color:#ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.register-bkgd {
    background-color: #726cc3;
}

.flipbox {
    width:100%;
    display: block;
}

.flipcontainer { 
  width: 100%;
  height: 100%;
  min-height:500px;
  position: relative;
  perspective: 800px;
  margin: 20px auto;
}


@media (max-width: 1200px) {
.flipcontainer { 
  min-height:360px;
}
}

@media (max-width: 980px) {
.flipcontainer { 
  min-height:260px;
}
}

@media (max-width: 780px) {
.flipcontainer { 
  min-height:420px;
}
}

.flipcontainer p {
    font-size:16px;
    line-height:27px;
    margin: 0!important;
}

#options {
    margin: -20px auto;
    width: 200px;
    text-align: center;
}

#flipcard,
#flipcard2,
#flipcard3 {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

#flipcard figure,
#flipcard2 figure,
#flipcard3 figure {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

#flipcard .front,
#flipcard2 .front,
#flipcard3 .front {
    height:auto;
  border-radius: 30px;
  background: #4e367c;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
#flipcard .back,
#flipcard2 .back,
#flipcard3 .back {
    height:auto;
  background: #ffffff;
  border-radius: 30px;
  background: ;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);  
  transform: rotateY( 180deg );
}

#flipcard.flipped,
#flipcard2.flipped,
#flipcard3.flipped {
  transform: rotateY( 180deg );
}

/* Home v2 intro + lifecycle cards + lifecycle stage template (source: _home_intro_lifecycle.scss, _lifecycle_stage.scss — recompile _grid.scss with CodeKit to sync) */
.home-intro-lifecycle{position:relative;padding-top:2.5rem;padding-bottom:3rem;margin-bottom:4.5rem;overflow:hidden}
.home-intro-lifecycle--flush{margin-bottom:0}
@media (min-width:768px){.home-intro-lifecycle{padding-top:3.5rem;padding-bottom:4rem}}
.home-intro-lifecycle__bg{position:absolute;inset:0;z-index:0;background-color:#fff;background-image:url(../images/homev2-intro-bg.png);background-repeat:no-repeat;background-position:top center;background-size:cover;pointer-events:none}
.home-intro-lifecycle__inner{position:relative;z-index:1}
.home-intro-lifecycle__title{color:#4E367C;font-weight:700;max-width:52rem;margin-left:auto;margin-right:auto}
.home-intro-lifecycle__lead{max-width:44rem;margin:1.25rem auto 0;color:#373F41;font-size:1.125rem;line-height:1.6}
.home-intro-lifecycle__cta{margin-top:1.75rem}
.home-intro-lifecycle__video{margin-top:2.5rem;max-width:56rem;margin-left:auto;margin-right:auto}
.home-intro-lifecycle__video-frame{border-radius:12px;overflow:hidden;box-shadow:0 12px 40px rgba(78,54,124,.15)}
.home-intro-lifecycle__cards{margin-top:2.75rem;row-gap:1.25rem;justify-content:center}
.home-intro-lifecycle__card{height:100%;border-radius:30px;padding:1.5rem 1.25rem 1.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;min-height:280px}
.home-intro-lifecycle__card--discovery{background:#5AC3C2}
.home-intro-lifecycle__card--early-clinical{background:#A3E1D5;color:#3D7C7C}
.home-intro-lifecycle__card--late-clinical{background:#726CC3}
.home-intro-lifecycle__card--registration{background:#A9ADE7;color:#4E367C}
.home-intro-lifecycle__card-icon{margin-bottom:1rem;min-height:48px}
.home-intro-lifecycle__card-icon img{max-height:70px;width:auto}
.home-intro-lifecycle__card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}
.home-intro-lifecycle__card-text{flex:1 1 auto;font-size:.95rem;line-height:1.5;margin-bottom:1.25rem}
.home-intro-lifecycle__card-more{margin-top:auto}
.lifecycle-cards-module{padding-top:2.5rem;padding-bottom:3rem;overflow:hidden}
@media (min-width:992px){.lifecycle-cards-module{padding-top:3.5rem;padding-bottom:4rem}}
.lifecycle-cards-module__title{text-align:center;color:#4E367C;font-weight:700;margin:0 0 2rem}
.home-intro-lifecycle .lifecycle-cards-module__title{margin-top:5rem}
.lifecycle-stage__ps{padding-top:2.5rem;padding-bottom:2.5rem}
.lifecycle-stage__ps--home-pattern .home-intro-lifecycle__bg{background-size:cover;background-position:top center}
.lifecycle-stage__ps--home-pattern .home-intro-lifecycle__inner{text-align:left}
.lifecycle-stage__h{color:#4E367C;font-weight:700;margin-bottom:1rem}
.lifecycle-stage__h--solution{margin-top:2rem}
.lifecycle-stage__body{color:#373F41}
.lifecycle-help{padding-top:2.75rem;padding-bottom:3rem;background:#fff}
.lifecycle-help__heading{color:#4E367C;font-weight:700;margin:0 0 1.25rem}
.lifecycle-help__nav{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.75rem}
@media (min-width:768px){.lifecycle-help__nav{grid-template-columns:repeat(3,1fr);gap:1.25rem}}
.lifecycle-help__nav>li{display:flex}
.lifecycle-help__nav>li>a{flex:1 1 auto}
.lifecycle-help__pill{display:flex;align-items:center;justify-content:center;min-height:3.5rem;padding:.75rem 1rem;border-radius:6px;background:rgba(78,54,124,.9);color:#fff;font-weight:600;text-align:center;text-decoration:none;transition:background .2s ease,transform .2s ease}
.lifecycle-help__pill:hover{background:#4E367C;color:#fff;text-decoration:none;transform:translateY(-1px)}
.lifecycle-help__nav>li.ui-tabs-active>a{background:#726CC3}
.lifecycle-help__content{margin-top:1.75rem}
.lifecycle-help__pane{color:#373F41}
.lifecycle-help__subhead{color:#4E367C;font-weight:700;margin:0 0 .75rem}
.lifecycle-help__subhead--spaced{margin-top:1.75rem}
.lifecycle-help__ticks{list-style:none;margin:.75rem 0 0;padding:0;display:grid;gap:.75rem}
.lifecycle-help__tick{display:flex;align-items:flex-start;gap:.75rem;line-height:1.5}
.lifecycle-help__tick-icn{width:1.5rem;height:1.5rem;flex:0 0 auto;margin-top:.1rem}
.lifecycle-help__case-studies{margin-top:1.75rem}
.lifecycle-help__case-studies-wrap{margin-top:1.5rem;padding-top:2rem;padding-bottom:2rem}
.lifecycle-help__case-studies .media-text-rows__row{margin-top:1.5rem}
.lifecycle-help__case-studies .media-text-rows__row:first-of-type{margin-top:0}
.lifecycle-help__case-studies .media-text-rows__col--media{margin-bottom:1rem}
@media (min-width:992px){.lifecycle-help__case-studies .media-text-rows__col--media{margin-bottom:0}}
.our-values-module{padding-top:3rem;padding-bottom:3rem;background:#f4f7f6}
@media (min-width:992px){.our-values-module{padding-top:4rem;padding-bottom:4rem}}
.our-values-module__title{color:#4E367C;font-weight:700;margin:0 0 1.25rem}
.our-values-module__intro{color:#373F41;max-width:30rem}
.our-values-module__list{list-style:none;padding:0;margin:0;display:grid;gap:1.1rem}
.our-values-module__item{display:flex;align-items:center;gap:1rem}
.our-values-module__icon{width:44px;height:44px;flex:0 0 auto;display:flex;align-items:center;justify-content:center}
.our-values-module__icon-img{width:44px;height:44px;object-fit:contain}
.our-values-module__label{color:#4E367C;font-weight:700;font-size:1.125rem;line-height:1.2}
.rb-lightbox__dialog{max-width:min(1100px,92vw)}
.rb-lightbox__content{background:transparent;border:0}
.rb-lightbox__body{padding:0}
.rb-lightbox__img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.rb-lightbox__close{position:absolute;right:0;top:-2.25rem;color:#fff;opacity:1;text-shadow:none;background:transparent!important;border:0!important;padding:0!important}
.rb-lightbox__close:hover{opacity:.8}

/* hero-home-vc (recompile _hero_home_video_carousel.scss; overlay gradient from CMS inline on .hero-home-vc__scrim) */
.hero-home-vc{position:relative;height:60vh;min-height:22rem;max-height:1200px;display:flex;flex-direction:column;overflow:hidden;color:#fff;background-color:#4E367C}
.hero-home-vc__video-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:#007F7E}
.hero-home-vc__iframe{position:absolute;top:50%;left:50%;width:177.78vh;min-width:100%;height:100vh;min-height:56.25vw;transform:translate(-50%,-50%);border:0;pointer-events:none}
.hero-home-vc__scrim{position:absolute;inset:0;z-index:1;pointer-events:none}
.hero-home-vc__shell{position:relative;z-index:2;flex:1 1 auto;display:flex;flex-direction:column;min-height:0;padding-top:calc(var(--header-height, 0px) + 2.25rem);padding-bottom:1rem}
.hero-home-vc__carousel{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;width:100%;position:relative}
.hero-home-vc__viewport{position:relative;flex:1 1 auto;min-height:min(35vh,22rem);width:100%}
.hero-home-vc .hero-home-vc__viewport .carousel-inner{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden}
.hero-home-vc .carousel-fade .carousel-item{position:absolute!important;inset:0!important;float:none!important;width:100%!important;height:100%!important;margin:0!important;display:flex!important;align-items:center;justify-content:flex-start;opacity:0;transition:opacity .65s ease;transform:none!important;z-index:0;pointer-events:none}
.hero-home-vc .carousel-fade .carousel-item.active{position:absolute!important;inset:0!important;opacity:1;z-index:2;pointer-events:auto}
.hero-home-vc .carousel-fade .carousel-item.carousel-item-next,.hero-home-vc .carousel-fade .carousel-item.carousel-item-prev{position:absolute!important;inset:0!important}
.hero-home-vc__slide-cell{width:100%;padding-left:15px;padding-right:15px}
.hero-home-vc__title{color:#fff;font-weight:700;font-size:clamp(2rem,4vh,3.25rem);line-height:1.15;margin-bottom:1.25rem;max-width:28rem}
.hero-home-vc__nav-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-shrink:0;width:100%;padding-top:1.25rem;padding-left:15px;padding-right:15px;margin-top:auto}
.hero-home-vc__indicators{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;margin:0!important;padding:0!important;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;z-index:4}
.hero-home-vc__indicators li{box-sizing:content-box;width:10px;height:10px;margin:0;border-radius:50%;border:0;cursor:pointer;background-color:rgba(255,255,255,.45);text-indent:-999px;overflow:hidden;transition:width .25s ease,background .25s ease}
.hero-home-vc__indicators li.active{width:2rem;border-radius:999px;background-color:#fff}
.hero-home-vc__arrows{display:flex;flex-direction:row;align-items:center;gap:1rem}
.hero-home-vc .carousel-control-prev,.hero-home-vc .carousel-control-next{position:static!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;width:auto;height:auto;padding:0;opacity:1}
.hero-home-vc .carousel-control-prev-icon,.hero-home-vc .carousel-control-next-icon{background-image:none!important;display:inline-block;width:20px;height:40px;background-repeat:no-repeat;background-position:center;background-size:contain}
.hero-home-vc__control--prev .carousel-control-prev-icon{background-image:url(../images/icons/arrow-left.svg)!important}
.hero-home-vc__control--next .carousel-control-next-icon{background-image:url(../images/icons/arrow-right.svg)!important}
.hero-home-vc__tagline{flex-shrink:0;margin:.75rem 0 0;padding-left:15px;padding-right:15px;font-size:2rem;font-weight:600;color:#fff;text-align:left}
.hero-home-vc .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero-home-vc--lifecycle{height:50vh;min-height:18rem;max-height:none}
.hero-home-vc__shell--lifecycle{justify-content:center;padding-top:5.5rem;padding-bottom:1.5rem}
.hero-home-vc__single{width:100%;max-width:40rem}
.hero-home-vc--lifecycle .hero-home-vc__title{margin-bottom:.75rem}
.hero-home-vc--lifecycle .hero-home-vc__tagline{margin-top:0;padding-left:0;padding-right:0}
.hero-home-vc--lifecycle .hero-home-vc__icon-slot{margin-bottom:1rem;width:4.75rem;height:4.75rem;display:block;line-height:0}
.hero-home-vc--lifecycle .hero-home-vc__icon-img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.hero-home-vc__slide-motion{opacity:0;transform:translateX(.75rem)}
@keyframes hero-home-vc-slide-in{to{opacity:1;transform:translateX(0)}}
.hero-home-vc .carousel-item.active .hero-home-vc__slide-motion{animation:hero-home-vc-slide-in .65s ease .12s forwards}

/* stats-row (recompile _stats_row.scss) */
.stats-row{padding:1.75rem 0}
.stats-row__title{color:#7B5BA6;font-weight:700;margin:0 0 1rem}
.stats-row__grid{align-items:stretch}
.stats-row__stat{text-align:center;padding:1rem .5rem}
.stats-row__value{color:#7B5BA6;font-weight:700;font-size:clamp(2.25rem,4.2vw,4rem);line-height:1;margin-bottom:.25rem}
.stats-row__label{color:#7B5BA6;font-weight:600;font-size:1rem;line-height:1.25}
.stats-row__grid--dividers .stats-row__col{position:relative}
@media (min-width:768px){.stats-row__grid--dividers .stats-row__col+.stats-row__col::before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:rgba(123,91,166,.25)}}

/* reveal-on-scroll (recompile reveal system) */
.rb-reveal{opacity:0;transform:translate3d(0,16px,0);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}
.rb-reveal.is-revealed{opacity:1;transform:translate3d(0,0,0)}

/* testimonial-carousel (recompile _testimonial_carousel.scss) */
.testimonial-carousel{position:relative;padding:4.5rem 0;color:inherit}
.testimonial-carousel__shell{position:relative}
.testimonial-carousel__frame{position:relative;padding:0 3.25rem;min-height:14rem}
.testimonial-carousel__title{margin-bottom:1.25rem;text-align:center}
.testimonial-carousel__heading{margin:0;font-weight:700;font-size:2rem;color:currentColor}
.testimonial-carousel__viewport{position:relative;min-height:18rem}
.testimonial-carousel .testimonial-carousel__viewport .carousel-inner{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;overflow:hidden}
.testimonial-carousel .carousel-fade .carousel-item{position:absolute!important;inset:0!important;float:none!important;width:100%!important;height:100%!important;margin:0!important;opacity:0;transition:opacity .65s ease;transform:none!important;z-index:0;display:flex;align-items:center;justify-content:center}
.testimonial-carousel .carousel-fade .carousel-item.active{opacity:1;z-index:2}
.testimonial-carousel .carousel-fade .carousel-item.carousel-item-next,.testimonial-carousel .carousel-fade .carousel-item.carousel-item-prev{position:absolute!important;inset:0!important}
.testimonial-carousel__content{max-width:44rem;margin-left:auto;margin-right:auto;text-align:center}
.testimonial-carousel__quote{color:currentColor;font-size:26px;line-height:42px;font-weight:500;letter-spacing:.2px}
.testimonial-carousel__quote p{font-size:26px;line-height:42px;font-weight:500;letter-spacing:.2px}
.testimonial-carousel__quote p:last-child{margin-bottom:0}
.testimonial-carousel__meta{margin-top:1.5rem;color:currentColor}
.testimonial-carousel__name{font-weight:700;margin-bottom:.25rem}
.testimonial-carousel__job,.testimonial-carousel__company{opacity:.9}
.testimonial-carousel .carousel-control-prev,.testimonial-carousel .carousel-control-next{position:static;width:auto;opacity:1;top:auto;bottom:auto;transform:none}
.testimonial-carousel .carousel-control-prev{left:0}
.testimonial-carousel .carousel-control-next{right:0}
.testimonial-carousel .carousel-control-prev-icon,.testimonial-carousel .carousel-control-next-icon{background-image:none!important;display:inline-block;width:20px;height:40px;background-repeat:no-repeat;background-position:center;background-size:contain}
.testimonial-carousel__control--prev .carousel-control-prev-icon{background-image:url(../images/icons/arrow-left.svg)!important}
.testimonial-carousel__control--next .carousel-control-next-icon{background-image:url(../images/icons/arrow-right.svg)!important}
.testimonial-carousel .carousel-control-prev .carousel-control-prev-icon{background-image:url(../images/icons/arrow-left.svg)!important}
.testimonial-carousel .carousel-control-next .carousel-control-next-icon{background-image:url(../images/icons/arrow-right.svg)!important}
.testimonial-carousel__bottom-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:2rem}
.testimonial-carousel__arrows{display:flex;flex-direction:row;align-items:center;gap:1rem}
.testimonial-carousel__cta{flex:0 0 auto}
@media (max-width:575.98px){.testimonial-carousel__frame{padding-left:2.25rem;padding-right:2.25rem}.testimonial-carousel__cta{text-align:right}}

/* media-text-rows (recompile _media_text_rows.scss) */
.media-text-rows{padding:3rem 0;overflow:hidden}
.media-text-rows__title{font-weight:700;margin:0 0 2rem;color:currentColor}
.media-text-rows__row{margin-top:2.25rem}
.media-text-rows__row:first-of-type{margin-top:0}
.media-text-rows__col--media{margin-bottom:1.25rem}
@media (min-width:992px){.media-text-rows__col--media{margin-bottom:0}}
@media (min-width:992px){.media-text-rows__row--media-right{flex-direction:row-reverse}}
.media-text-rows__image,.media-text-rows__video{width:100%}
.media-text-rows__image{border-radius:.25rem;overflow:hidden}
.media-text-rows__img{width:100%;height:auto;display:block;object-fit:cover}
.media-text-rows__video{position:relative;width:100%;aspect-ratio:16/9}
.media-text-rows__video iframe,.media-text-rows__video video{position:absolute;inset:0;width:100%;max-width:100%;height:100%;border:0}
.media-text-rows__heading{font-weight:700;margin:0 0 .75rem;color:currentColor}
.media-text-rows__text{color:currentColor}
.media-text-rows__cta{margin-top:1.25rem}

/* flip-cards (recompile _flip_cards.scss) */
.flip-cards{padding-top:3rem;padding-bottom:3rem;overflow:hidden}
@media all and (min-width:992px){.flip-cards{padding-top:5rem;padding-bottom:5rem}}
.flip-cards__title{font-weight:600;margin:0 0 1.5rem;text-align:center;color:currentColor}
.flip-cards__row{margin-top:.5rem}
.flip-cards__item{width:100%;display:block}
.flip-cards__container{width:100%;position:relative;perspective:800px;margin:0 auto .75rem;cursor:pointer;aspect-ratio:3/4}
.flip-cards__inner{width:100%;height:100%;position:absolute;transform-style:preserve-3d;transition:transform 1s}
.flip-cards__inner figure{margin:0;display:block;position:absolute;inset:0;width:100%;height:100%;backface-visibility:hidden}
.flip-cards__inner .front{border-radius:30px;background:#4e367c;box-shadow:0 0 20px 0 rgba(0,0,0,.3);overflow:hidden}
.flip-cards__inner .back{border-radius:30px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.3);transform:rotateY(180deg);overflow:hidden}
.flip-cards__inner.flipped{transform:rotateY(180deg)}
.flip-cards__img{width:100%;height:100%;display:block;object-fit:contain}
.flip-cards__actions{margin:0 auto;width:200px;max-width:100%;text-align:center;padding-top:.25rem}
