.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: -15px;
    padding-left: -15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !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
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}


.full-width {
    width: 100%
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

.fadeAnimation {
    opacity: 0;
    -webkit-transition: opacity 1200ms cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: opacity 1200ms cubic-bezier(0.32, 0, 0.29, 0.99)
}

    .fadeAnimation.visible {
        opacity: 1
    }

.fadeInUp-scroll.visible {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@-webkit-keyframes exploreAnimation {
    20% {
        height: 0
    }

    40% {
        top: calc(100% + 2.6rem);
        height: 0
    }

    60% {
        height: 4.5rem
    }
}

@keyframes exploreAnimation {
    20% {
        height: 0
    }

    40% {
        top: calc(100% + 2.6rem);
        height: 0
    }

    60% {
        height: 4.5rem
    }
}

@-webkit-keyframes mouseArrowAnimation {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem)
    }
}

@keyframes mouseArrowAnimation {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem)
    }
}

@media(-webkit-device-pixel-ratio: 1.75) {
    html {
        font-size: 35,71% !important
    }
}

@media(-webkit-device-pixel-ratio: 1.5) {
    html {
        font-size: 41.67% !important
    }
}

@media(-webkit-device-pixel-ratio: 1.25) {
    html {
        font-size: 50% !important
    }
}

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, figcaption, figure, footer, header, nav, section {
    display: block
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    line-height: 1
}



blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after {
        content: "";
        content: none
    }

    q:before, q:after {
        content: "";
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

input[type=text] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

input:-webkit-autofill {
    -webkit-text-fill-color: #343434 !important
}

*:focus {
    outline: none !important
}

@font-face {
    font-family: "Bukra Bold";
    src: url("../fonts/29LTBukra-Bold.woff2") format("woff2"),url("../fonts/29LTBukra-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Bukra Light";
    src: url("../fonts/29LTBukra-Light.woff2") format("woff2"),url("../fonts/29LTBukra-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Bukra Regular";
    src: url("../fonts/29LTBukra-Regular.woff2") format("woff2"),url("../fonts/29LTBukra-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%
}

body {
    font-family: "Bukra Regular";
    overflow-x: hidden
}

a {
    text-decoration: none !important;
    cursor: pointer
}

    a:hover, a:focus {
        text-decoration: none;
        cursor: pointer
    }

.overflow-h {
    overflow: hidden
}

.translateYzero {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.p-relative {
    position: relative !important
}

h2 {
    font-family: "Bukra Bold";
    font-size: 6rem;
    line-height: 7.7rem;
    letter-spacing: -0.14rem
}

@media(max-width: 1440px) {
    h2 {
        font-size: 5rem;
        line-height: 6.4rem
    }
}

@media(max-width: 1279px) {
    h2 {
        font-size: 3.6rem;
        line-height: 4.8rem
    }
}

@media(max-width: 767px) {
    h2 {
        font-size: 2.4rem;
        line-height: 7.7rem
    }
}

@media(max-width: 374px) {
    h2 {
        font-size: 2rem
    }
}

.rtl h2 {
    letter-spacing: unset !important
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        -webkit-transition-delay: .35s;
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: .45s;
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        -webkit-transition-delay: .45s;
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: .55s;
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        -webkit-transition-delay: .55s;
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: .65s;
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        -webkit-transition-delay: .65s;
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: .75s;
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        -webkit-transition-delay: .75s;
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: .85s;
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        -webkit-transition-delay: .85s;
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: .95s;
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        -webkit-transition-delay: .95s;
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.05s;
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.15s;
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.35s;
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.45s;
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.55s;
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.65s;
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.75s;
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.85s;
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.9s;
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.95s;
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        -webkit-transition-delay: 2s;
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.05s;
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.1s;
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.15s;
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.25s;
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.3s;
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.35s;
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.4s;
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.45s;
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.5s;
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.55s;
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.6s;
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.65s;
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.7s;
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.75s;
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.8s;
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.85s;
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.9s;
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.95s;
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        -webkit-transition-delay: 3s;
        transition-delay: 3s
    }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

[data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

[data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6)
}

[data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6)
}

[data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6)
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6)
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6)
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

[data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}

    [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
}

    [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
}

    [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
}

    [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #dee2e6;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

header {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 9rem;
    margin-top: 4.5rem;
    height: 11rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out
}

@media(max-width: 1439px) {
    header {
        padding: 0 6rem
    }
}

@media(max-width: 1279px) {
    header {
        padding: 0 5rem;
        margin-top: 3.2rem;
        height: 7.5rem
    }
}

@media(max-width: 1023px) {
    header {
        padding: 0 2.2rem;
        margin-top: 2.1rem
    }
}

header.transparent-header a {
    color: #fff
}

    header.transparent-header a svg path {
        stroke: #fff
    }

header.mobile-menu-opened nav {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important
}

header.mobile-menu-opened .nav-left a {
    color: #b4bdc1
}

header.mobile-menu-opened .nav-left .colored-logo {
    opacity: 1
}

header.mobile-menu-opened .nav-left .logo {
    opacity: 0
}

header.mobile-menu-opened .nav-left .lang-selection-list .lang-selection-item .lang-selection-link svg path {
    stroke: #b4bdc1
}

header.mobile-menu-opened .nav-left .lang-selection-list .lang-selection-item ul li a:hover {
    color: #24b4ba
}

header.mobile-menu-opened .search-container .search-link:hover svg path {
    stroke: #24b4ba
}

header.mobile-menu-opened .search-container .search-link svg path {
    stroke: #9da2a4
}

header.mobile-menu-opened .mobile-menu-icon a {
    color: #12335e
}

    header.mobile-menu-opened .mobile-menu-icon a svg circle {
        fill: #12335e
    }

header.mobile-menu-opened .nav-list .nav-item ul {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mobile-menu-social, .mobile-menu-copy {
    display: none
}

.nav-left ul a, .nav-right ul a {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .05rem;
    line-height: 1.6rem;
    -webkit-transition: color .6s ease-in-out;
    transition: color .6s ease-in-out
}

.rtl .nav-left ul a, .rtl .nav-right ul a {
    letter-spacing: unset !important
}

.nav-left ul a .arrow-icon, .nav-right ul a .arrow-icon {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

    .nav-left ul a .arrow-icon path, .nav-right ul a .arrow-icon path {
        -webkit-transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

.nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 101
}

    .nav-left a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nav-left img {
        max-width: 100%;
        width: 12rem
    }

@media(max-width: 1439px) {
    .nav-left img {
        max-width: 10rem
    }
}

@media(max-width: 1023px) {
    .nav-left img {
        max-width: 10.7rem
    }
}

.nav-left .colored-logo {
    position: absolute;
    opacity: 0
}

.ltr .nav-left .colored-logo {
    left: 0
}

.rtl .nav-left .colored-logo {
    right: 0
}

.nav-left .lang-selection-list {
    height: 100%
}

.ltr .nav-left .lang-selection-list {
    margin-left: 2.5rem
}

@media(max-width: 1439px) {
    .ltr .nav-left .lang-selection-list {
        margin-left: 1.6rem
    }
}

@media(max-width: 1023px) {
    .ltr .nav-left .lang-selection-list {
        margin-left: .6rem
    }
}

@media(max-width: 374px) {
    .ltr .nav-left .lang-selection-list {
        margin-left: .4rem
    }
}

.rtl .nav-left .lang-selection-list {
    margin-right: 4.5rem
}

@media(max-width: 1439px) {
    .rtl .nav-left .lang-selection-list {
        margin-right: 3.6rem
    }
}

@media(max-width: 1023px) {
    .rtl .nav-left .lang-selection-list {
        margin-right: 1.8rem
    }
}

@media(max-width: 374px) {
    .rtl .nav-left .lang-selection-list {
        margin-right: .9rem
    }
}

.nav-left .lang-selection-list .lang-selection-item {
    position: relative;
    height: 100%
}

    .nav-left .lang-selection-list .lang-selection-item:hover .lang-selection-link {
        color: #24b4ba
    }

        .nav-left .lang-selection-list .lang-selection-item:hover .lang-selection-link .arrow-icon {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

            .nav-left .lang-selection-list .lang-selection-item:hover .lang-selection-link .arrow-icon path {
                stroke: #24b4ba
            }

    .nav-left .lang-selection-list .lang-selection-item:hover ul {
        pointer-events: visible;
        max-height: 25rem
    }

    .nav-left .lang-selection-list .lang-selection-item .lang-selection-link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1;
        padding: 0 2rem
    }

@media(max-width: 767px) {
    .nav-left .lang-selection-list .lang-selection-item .lang-selection-link {
        padding: 0 1.5rem
    }
}

@media(max-width: 375px) {
    .nav-left .lang-selection-list .lang-selection-item .lang-selection-link {
        padding: 0 1rem
    }
}

.nav-left .lang-selection-list .lang-selection-item .lang-selection-link .arrow-icon {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.ltr .nav-left .lang-selection-list .lang-selection-item .lang-selection-link .arrow-icon {
    margin-left: 1.2rem
}

.rtl .nav-left .lang-selection-list .lang-selection-item .lang-selection-link .arrow-icon {
    margin-right: 1.2rem
}

.nav-left .lang-selection-list .lang-selection-item ul {
    position: absolute;
    top: 2rem;
    left: 0;
    pointer-events: none;
    width: 100%;
    z-index: 0;
    max-height: 0;
    background-color: rgba(255,255,255,.9);
    -webkit-transition: max-height .6s ease-in-out;
    transition: max-height .6s ease-in-out;
    border-radius: 10px;
    overflow: hidden
}

.mobile-menu-opened .nav-left .lang-selection-list .lang-selection-item ul {
    background-color: rgba(234,234,234,.9);
    border-radius: 10px !important
}

    .mobile-menu-opened .nav-left .lang-selection-list .lang-selection-item ul li {
        padding-top: 7rem !important
    }

.bg-white-header.mobile-menu-opened .nav-left .lang-selection-list .lang-selection-item ul {
    top: 2rem !important
}

@media(max-width: 1279px) {
    .nav-left .lang-selection-list .lang-selection-item ul {
        top: 0
    }
}

.nav-left .lang-selection-list .lang-selection-item ul li {
    width: 100%;
    padding-top: 8rem
}

    .nav-left .lang-selection-list .lang-selection-item ul li a {
        color: #9da2a4;
        font-size: 1.2rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2rem
    }

@media(max-width: 767px) {
    .nav-left .lang-selection-list .lang-selection-item ul li a {
        padding: 2rem 1.5rem
    }
}

@media(max-width: 375px) {
    .nav-left .lang-selection-list .lang-selection-item ul li a {
        padding: 2rem 1rem
    }
}

.nav-left .lang-selection-list .lang-selection-item ul li a:hover {
    color: #24b4ba
}

.nav-right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .nav-right nav {
        height: 100%
    }

        .nav-right nav .nav-list {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .nav-right nav .nav-list .nav-item {
                height: 100%;
                position: relative;
                padding: 0 3.5rem;
                border-radius: 20px
            }

@media(max-width: 1919px) {
    .nav-right nav .nav-list .nav-item {
        padding: 0 3.2rem
    }
}

@media(max-width: 1439px) {
    .nav-right nav .nav-list .nav-item {
        padding: 0 2.5rem
    }
}

.ltr .nav-right nav .nav-list .nav-item:not(:last-child) {
    margin-right: 1rem
}

.rtl .nav-right nav .nav-list .nav-item:not(:last-child) {
    margin-left: 1rem
}

.nav-right nav .nav-list .nav-item.dropdown-nav-item {
    border-radius: 20px 20px 0 0
}

.nav-right nav .nav-list .nav-item:hover .nav-link {
    color: #24b4ba
}

.nav-right nav .nav-list .nav-item.has-sub {
    position: relative
}

    .nav-right nav .nav-list .nav-item.has-sub ul li:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .nav-right nav .nav-list .nav-item.has-sub ul li:first-child::before {
            content: "";
            position: absolute;
            width: calc(100% - 4rem);
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            height: .2rem;
            background-color: #24b4ba;
            top: 6rem;
            z-index: 2
        }

@media(max-width: 1440px) {
    .nav-right nav .nav-list .nav-item.has-sub ul li:first-child::before {
        width: calc(100% - 4rem)
    }
}

@media(max-width: 1439px) {
    .nav-right nav .nav-list .nav-item.has-sub ul li:first-child::before {
        width: calc(100% - 3rem)
    }
}

@media(max-width: 1279px) {
    .nav-right nav .nav-list .nav-item.has-sub ul li:first-child::before {
        display: none
    }
}

.nav-right nav .nav-list .nav-item.has-sub:hover .nav-link {
    color: #24b4ba
}

    .nav-right nav .nav-list .nav-item.has-sub:hover .nav-link .arrow-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .nav-right nav .nav-list .nav-item.has-sub:hover .nav-link .arrow-icon path {
            stroke: #24b4ba
        }

.nav-right nav .nav-list .nav-item.has-sub:hover ul {
    opacity: 1;
    pointer-events: visible;
    max-height: 55rem
}

.nav-right nav .nav-list .nav-item .nav-link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

@media(max-width: 1279px) {
    .nav-right nav .nav-list .nav-item .nav-link {
        text-transform: capitalize
    }
}

.nav-right nav .nav-list .nav-item .nav-link .arrow-icon {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.ltr .nav-right nav .nav-list .nav-item .nav-link .arrow-icon {
    margin-left: 1.4rem
}

.rtl .nav-right nav .nav-list .nav-item .nav-link .arrow-icon {
    margin-right: 1.4rem
}

@media(max-width: 1279px) {
    .nav-right nav .nav-list .nav-item .nav-link span.nav-home-desktop {
        display: none
    }
}

.nav-right nav .nav-list .nav-item .nav-link span.nav-home-mobile {
    display: none
}

@media(max-width: 1279px) {
    .nav-right nav .nav-list .nav-item .nav-link span.nav-home-mobile {
        display: block
    }
}

.nav-right nav .nav-list .nav-item ul {
    width: 100% !important;
    -webkit-transition: opacity .6s ease-in-out,pointer-events,max-height .6s ease-in-out;
    transition: opacity .6s ease-in-out,pointer-events,max-height .6s ease-in-out;
    pointer-events: none;
    opacity: 1;
    position: absolute;
    top: 2rem;
    left: 0;
    background-color: rgba(255,255,255,.9);
    border-radius: 10px;
    max-height: 0;
    overflow: hidden
}

.ltr .nav-right nav .nav-list .nav-item ul {
    padding-left: 2rem
}

@media(max-width: 1919px) {
    .ltr .nav-right nav .nav-list .nav-item ul {
        padding-left: 2rem
    }
}

@media(max-width: 1439px) {
    .ltr .nav-right nav .nav-list .nav-item ul {
        padding-left: 1.5rem
    }
}

.rtl .nav-right nav .nav-list .nav-item ul {
    padding-right: 2.5rem
}

@media(max-width: 1919px) {
    .rtl .nav-right nav .nav-list .nav-item ul {
        padding-right: 2rem
    }
}

@media(max-width: 1439px) {
    .rtl .nav-right nav .nav-list .nav-item ul {
        padding-right: 1.5rem
    }
}

.nav-right nav .nav-list .nav-item ul li {
    width: 100%;
    margin-bottom: 1rem
}

    .nav-right nav .nav-list .nav-item ul li:first-child {
        padding-top: 9rem
    }

    .nav-right nav .nav-list .nav-item ul li a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #9da2a4;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        white-space: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 2rem
    }

@media(max-width: 1279px) {
    .nav-right nav .nav-list .nav-item ul li a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.nav-right nav .nav-list .nav-item ul li a:last-child {
    padding-bottom: 1rem
}

.nav-right nav .nav-list .nav-item ul li a:hover {
    color: #24b4ba
}

.search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .search-container::before {
        content: "";
        width: .1rem;
        height: 5rem;
        background-color: rgba(255,255,255,.2);
        display: inline-block;
        margin: 0 5rem
    }

@media(max-width: 1439px) {
    .search-container::before {
        margin: 0 3.2rem
    }
}

@media(max-width: 1279px) {
    .search-container::before {
        display: none
    }
}

.search-container svg path {
    -webkit-transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.search-container .search-link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 101
}

    .search-container .search-link:hover svg path {
        stroke: #24b4ba
    }

    .search-container .search-link svg {
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .search-container .search-link .close-icon {
        width: 2.2rem;
        height: 2.2rem;
        position: absolute;
        opacity: 0
    }

.mobile-menu-icon {
    display: none
}

@media(max-width: 1279px) {
    .mobile-menu-icon {
        display: block
    }
}

.mobile-menu-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    position: relative;
    z-index: 101
}

.ltr .mobile-menu-icon a {
    margin-left: 4rem
}

@media(max-width: 767px) {
    .ltr .mobile-menu-icon a {
        margin-left: 3rem
    }
}

@media(max-width: 1023px) {
    .ltr .mobile-menu-icon a {
        margin-left: 1.5rem
    }
}

.rtl .mobile-menu-icon a {
    margin-right: 4rem
}

@media(max-width: 767px) {
    .rtl .mobile-menu-icon a {
        margin-right: 3rem
    }
}

@media(max-width: 1023px) {
    .rtl .mobile-menu-icon a {
        margin-right: 1.5rem
    }
}

.mobile-menu-icon a:hover {
    color: #24b4ba
}

    .mobile-menu-icon a:hover circle {
        fill: #24b4ba
    }

.mobile-menu-icon a circle {
    -webkit-transition: fill .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: fill .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mobile-menu-icon a span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem
}

.ltr .mobile-menu-icon a span {
    margin-right: 1.9rem
}

@media(max-width: 374px) {
    .ltr .mobile-menu-icon a span {
        margin-right: 0
    }
}

.rtl .mobile-menu-icon a span {
    margin-left: 1.9rem
}

@media(max-width: 374px) {
    .rtl .mobile-menu-icon a span {
        margin-left: 0
    }
}

@media(max-width: 1279px) {
    header nav {
        position: fixed;
        height: 100vh !important;
        width: 100%;
        top: 0;
        right: -100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        -webkit-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: 3;
        padding-bottom: 2rem
    }

        header nav .nav-list {
            height: auto !important;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-top: 13rem;
            margin-bottom: 3rem
        }

            header nav .nav-list .nav-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: auto !important;
                margin-right: 0 !important;
                padding: 0 !important
            }

                header nav .nav-list .nav-item:not(:last-child) {
                    margin-bottom: 4.9rem
                }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    header nav .nav-list .nav-item:not(:last-child) {
        margin-bottom: 2.9rem
    }
}

@media(max-width: 1279px)and (max-width: 374px) {
    header nav .nav-list .nav-item:not(:last-child) {
        margin-bottom: 1.5rem
    }
}

@media(max-width: 1279px) {
    header nav .nav-list .nav-item:hover .nav-link {
        color: #12335e !important
    }

        header nav .nav-list .nav-item:hover .nav-link svg path {
            stroke: #12335e !important
        }

    header nav .nav-list .nav-item:hover ul {
        max-height: 20rem
    }
}

@media(max-width: 1279px) {
    header nav .nav-list .nav-item .nav-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        height: auto !important;
        font-size: 2.8rem;
        line-height: 3.5rem;
        display: inline-block !important;
        color: #12335e;
        z-index: 1
    }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    header nav .nav-list .nav-item .nav-link {
        font-size: 2rem;
        line-height: 2.6rem
    }
}

@media(max-width: 1279px)and (max-width: 374px) {
    header nav .nav-list .nav-item .nav-link {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

@media(max-width: 1279px) {
    header nav .nav-list .nav-item .nav-link svg {
        position: absolute;
        left: 100%;
        margin-left: 1.7rem !important;
        top: 30%
    }

        header nav .nav-list .nav-item .nav-link svg path {
            stroke: #12335e
        }
}

@media(max-width: 1279px) {
    header nav .nav-list .nav-item ul {
        position: unset !important;
        max-height: 0;
        overflow: hidden;
        padding: 0 !important
    }

        header nav .nav-list .nav-item ul li:first-child {
            padding-top: 3.6rem !important
        }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    header nav .nav-list .nav-item ul li:first-child {
        padding-top: 2.1rem
    }
}

@media(max-width: 1279px) {
    header nav .nav-list .nav-item ul li:not(:last-child) {
        margin-bottom: 2.6rem
    }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    header nav .nav-list .nav-item ul li:not(:last-child) {
        margin-bottom: 1.8rem
    }
}

@media(max-width: 1279px) {
    header nav .nav-list .nav-item ul li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.7rem;
        line-height: 2.2rem !important
    }

        header nav .nav-list .nav-item ul li a:hover {
            color: #24b4ba !important
        }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    header nav .nav-list .nav-item ul li a {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(max-width: 1279px) {
    header nav .nav-list .nav-item ul li a span {
        margin-left: .7rem
    }
}

@media(max-width: 1279px) {
    header nav .mobile-menu-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: auto
    }

    .ltr header nav .mobile-menu-social li:not(:last-child) {
        margin-right: 4.2rem
    }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    .ltr header nav .mobile-menu-social li:not(:last-child) {
        margin-right: 3.3rem
    }
}

@media(max-width: 1279px) {
    .rtl header nav .mobile-menu-social li:not(:last-child) {
        margin-left: 4.2rem
    }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    .rtl header nav .mobile-menu-social li:not(:last-child) {
        margin-left: 3.3rem
    }
}

@media(max-width: 1279px) {
    header nav .mobile-menu-social li a svg path {
        -webkit-transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

    header nav .mobile-menu-social li a:hover svg path {
        fill: #24b4ba
    }

    header nav .mobile-menu-social li a svg {
        width: 2.5rem;
        height: 2.5rem
    }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    header nav .mobile-menu-social li a svg {
        width: 2rem;
        height: 2rem
    }
}

@media(max-width: 1279px) {
    header nav .mobile-menu-copy {
        margin-top: 5.8rem;
        font-size: 1.1rem;
        line-height: 2.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 1279px)and (max-width: 1023px) {
    header nav .mobile-menu-copy {
        margin-top: 4.1rem;
        font-size: 1rem
    }
}

@media(max-width: 1279px) {
    .mobile-menu-icon {
        display: block
    }
}

.mobile-menu-icon a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .mobile-menu-icon a span:last-child {
        display: none
    }

@media(max-width: 767px) {
    .mobile-menu-icon a strong {
        display: none
    }
}

.ltr .mobile-menu-icon a svg {
    margin-left: 1.9rem
}

@media(max-width: 375px) {
    .ltr .mobile-menu-icon a svg {
        margin-left: 1rem
    }
}

.rtl .mobile-menu-icon a svg {
    margin-right: 1.9rem
}

@media(max-width: 375px) {
    .rtl .mobile-menu-icon a svg {
        margin-right: 1rem
    }
}

@media(max-width: 1279px) {
    .mobile-menu-opened .mobile-menu-icon {
        display: block
    }
}

.mobile-menu-opened .mobile-menu-icon a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .mobile-menu-opened .mobile-menu-icon a span:first-child {
        display: none
    }

header.fixed {
    position: fixed;
    margin-top: 0;
    background-color: #fff;
    top: -21.3rem;
    height: 11rem;
    -webkit-transform: translateY(21.3rem);
    transform: translateY(21.3rem)
}

@media(max-width: 1439px) {
    header.fixed {
        height: 9rem;
        top: -19.3rem;
        -webkit-transform: translateY(19.3rem);
        transform: translateY(19.3rem)
    }
}

header.fixed .logo {
    opacity: 0
}

header.fixed .colored-logo {
    opacity: 1
}

@media(max-width: 1439px) {
    header.fixed .colored-logo {
        width: 10rem
    }
}

header.fixed .nav-link, header.fixed a {
    color: #b4bdc1
}

    header.fixed .nav-link svg path, header.fixed a svg path {
        stroke: #b4bdc1
    }

    header.fixed .nav-link svg circle, header.fixed a svg circle {
        fill: #b4bdc1
    }

header.fixed .nav-item ul {
    background-color: #fff;
    padding: 0 2rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: auto !important;
    -webkit-box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    top: 100% !important;
    border-radius: 0 0 20px 20px !important
}

    header.fixed .nav-item ul li:first-child {
        padding-top: 1rem !important
    }

        header.fixed .nav-item ul li:first-child::before {
            display: none
        }

    header.fixed .nav-item ul li a:hover {
        color: #24b4ba !important
    }

header.fixed .search-container::before {
    background-color: rgba(180,189,193,.25)
}

header.fixed .lang-selection-item ul {
    top: 100% !important;
    -webkit-box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    border-radius: 0 0 10px 10px !important
}

    header.fixed .lang-selection-item ul li {
        padding-top: 0 !important
    }

        header.fixed .lang-selection-item ul li a:hover {
            color: #24b4ba !important
        }

header.bg-white-header {
    margin-top: 0;
    background-color: #fff;
    height: 11rem
}

@media(max-width: 1439px) {
    header.bg-white-header {
        height: 9rem
    }
}

header.bg-white-header .logo {
    opacity: 0
}

header.bg-white-header .colored-logo {
    opacity: 1
}

@media(max-width: 1439px) {
    header.bg-white-header .colored-logo {
        width: 10rem
    }
}

header.bg-white-header .nav-link, header.bg-white-header a {
    color: #b4bdc1
}

    header.bg-white-header .nav-link svg path, header.bg-white-header a svg path {
        stroke: #b4bdc1
    }

    header.bg-white-header .nav-link svg circle, header.bg-white-header a svg circle {
        fill: #b4bdc1
    }

header.bg-white-header .nav-item ul {
    background-color: #fff;
    padding: 0 2rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: auto !important;
    -webkit-box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    top: 100% !important;
    border-radius: 0 0 20px 20px !important
}

    header.bg-white-header .nav-item ul li:first-child {
        padding-top: 1rem !important
    }

        header.bg-white-header .nav-item ul li:first-child::before {
            display: none
        }

    header.bg-white-header .nav-item ul li a:hover {
        color: #24b4ba !important
    }

header.bg-white-header .search-container::before {
    background-color: rgba(180,189,193,.25)
}

header.bg-white-header .lang-selection-item ul {
    top: 100% !important;
    -webkit-box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    border-radius: 0 0 10px 10px !important
}

    header.bg-white-header .lang-selection-item ul li {
        padding-top: 0 !important
    }

        header.bg-white-header .lang-selection-item ul li a:hover {
            color: #24b4ba !important
        }

header.search-opened .search-opened-container {
    opacity: 1;
    pointer-events: all
}

    header.search-opened .search-opened-container .inner-container {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    header.search-opened .search-opened-container .top {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }

header.search-opened .logo {
    opacity: 0
}

header.search-opened .colored-logo {
    opacity: 1
}

header.search-opened .lang-selection-item a {
    color: #b4bdc1
}

header.search-opened .lang-selection-item svg path {
    stroke: #b4bdc1
}

header.search-opened .lang-selection-item ul li a:hover {
    color: #24b4ba !important
}

header.search-opened .search-link svg path {
    stroke: #b4bdc1
}

header.search-opened .search-link .search-icon {
    opacity: 0
}

header.search-opened .search-link .close-icon {
    opacity: 1
}

header.search-opened .mobile-menu-icon a:hover span strong {
    color: #24b4ba
}

header.search-opened .mobile-menu-icon a:hover span svg circle {
    fill: #24b4ba
}

header.search-opened .mobile-menu-icon span strong {
    color: #94a1a9
}

header.search-opened .mobile-menu-icon span svg circle {
    fill: #94a1a9
}

.search-opened-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),pointer-events;
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),pointer-events;
    z-index: 100
}

    .search-opened-container .inner-container {
        height: 40vh;
        padding-top: 10vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        padding-left: 3rem;
        padding-right: 3rem;
        position: relative;
        -webkit-box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
        box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
    }

        .search-opened-container .inner-container .top {
            max-width: 102.4rem;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border-bottom: .1rem solid rgba(148,161,169,.2);
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
            padding: 2.4rem 0;
            -webkit-transition: border-bottom-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
            transition: border-bottom-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
            transition: border-bottom-color .3s ease-in-out,transform .3s ease-in-out;
            transition: border-bottom-color .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out
        }

            .search-opened-container .inner-container .top:focus-within {
                border-bottom-color: #24b4ba
            }

@media(max-width: 1279px) {
    .search-opened-container .inner-container .top {
        padding: 1.8rem 0
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .top {
        padding: .8rem 0
    }
}

@media(max-width: 374px) {
    .search-opened-container .inner-container .top {
        padding: 0
    }
}

.search-opened-container .inner-container .top input {
    width: 100%;
    border: none;
    font-size: 4.8rem;
    line-height: 6.8rem;
    font-family: "Bukra Regular";
    color: #94a1a9
}

    .search-opened-container .inner-container .top input::-webkit-input-placeholder {
        color: rgba(148,161,169,.2)
    }

    .search-opened-container .inner-container .top input::-moz-placeholder {
        color: rgba(148,161,169,.2)
    }

    .search-opened-container .inner-container .top input:-ms-input-placeholder {
        color: rgba(148,161,169,.2)
    }

    .search-opened-container .inner-container .top input::-ms-input-placeholder {
        color: rgba(148,161,169,.2)
    }

    .search-opened-container .inner-container .top input::placeholder {
        color: rgba(148,161,169,.2)
    }

@media(max-width: 1279px) {
    .search-opened-container .inner-container .top input {
        font-size: 3.2rem;
        line-height: 5.2rem
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .top input {
        font-size: 1.8rem;
        line-height: 3.8rem
    }
}

@media(max-width: 374px) {
    .search-opened-container .inner-container .top input {
        font-size: 1.5rem;
        line-height: 3.5rem
    }
}

.search-opened-container .inner-container .top button {
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #94a1a9;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "Bukra Bold";
    cursor: pointer;
    -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .top button {
        font-size: 1rem;
        line-height: 1.4rem
    }
}

@media(max-width: 374px) {
    .search-opened-container .inner-container .top button {
        font-size: .8rem;
        line-height: 1.2rem
    }
}

.search-opened-container .inner-container .top button:hover {
    color: #24b4ba
}

    .search-opened-container .inner-container .top button:hover svg path {
        stroke: #24b4ba
    }

.search-opened-container .inner-container .top button svg {
    width: 1.2rem;
    height: 1.2rem
}

.ltr .search-opened-container .inner-container .top button svg {
    margin-left: 2rem
}

@media(max-width: 767px) {
    .ltr .search-opened-container .inner-container .top button svg {
        margin-left: 1.5rem
    }
}

@media(max-width: 374px) {
    .ltr .search-opened-container .inner-container .top button svg {
        margin-left: 1rem
    }
}

.rtl .search-opened-container .inner-container .top button svg {
    margin-right: 2rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 767px) {
    .rtl .search-opened-container .inner-container .top button svg {
        margin-right: 1.5rem
    }
}

@media(max-width: 374px) {
    .rtl .search-opened-container .inner-container .top button svg {
        margin-right: 1rem
    }
}

.search-opened-container .inner-container .top button svg path {
    stroke: #94a1a9;
    opacity: 1 !important
}

.search-opened-container .inner-container .top p {
    font-family: "Bukra Regular";
    font-size: 1.4rem;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: calc(100% + 4rem)
}

@media(max-width: 1279px) {
    .search-opened-container .inner-container .top p {
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .top p {
        font-size: 1rem
    }
}

.search-opened-container .inner-container .bottom {
    position: absolute;
    top: 100%;
    left: 0;
    height: 60vh;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 1;
    overflow-y: auto;
    padding: 6rem 5.6rem 0 5.6rem
}

@media(max-width: 1279px) {
    .search-opened-container .inner-container .bottom {
        padding: 5rem 3rem 0 3rem
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .bottom {
        padding: 0
    }
}

.search-opened-container .inner-container .bottom::-webkit-scrollbar-track {
    background-color: #ddd
}

.search-opened-container .inner-container .bottom::-webkit-scrollbar {
    width: 8px;
    background-color: #ddd
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .bottom::-webkit-scrollbar {
        width: 6px
    }
}

.search-opened-container .inner-container .bottom::-webkit-scrollbar-thumb {
    background-color: #12335e
}

.search-opened-container .inner-container .bottom .search-results {
    display: none;
    max-width: 110rem;
    width: 100%;
    margin: 0 auto
}

    .search-opened-container .inner-container .bottom .search-results ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 6rem;
        overflow-x: auto;
        padding-bottom: 1.5rem
    }

@media(max-width: 1279px) {
    .search-opened-container .inner-container .bottom .search-results ul {
        margin-bottom: 3.5rem
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .bottom .search-results ul {
        margin-bottom: 1.5rem;
        padding: 3rem
    }
}

.search-opened-container .inner-container .bottom .search-results ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ltr .search-opened-container .inner-container .bottom .search-results ul li {
    margin-right: 3rem
}

@media(max-width: 1279px) {
    .ltr .search-opened-container .inner-container .bottom .search-results ul li {
        margin-right: 2rem
    }
}

@media(max-width: 767px) {
    .ltr .search-opened-container .inner-container .bottom .search-results ul li {
        margin-right: 1rem
    }
}

.rtl .search-opened-container .inner-container .bottom .search-results ul li {
    margin-left: 3rem
}

@media(max-width: 1279px) {
    .rtl .search-opened-container .inner-container .bottom .search-results ul li {
        margin-left: 2rem
    }
}

@media(max-width: 767px) {
    .rtl .search-opened-container .inner-container .bottom .search-results ul li {
        margin-left: 1rem
    }
}

.search-opened-container .inner-container .bottom .search-results ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eaeaea;
    border-radius: 5rem;
    color: #94a1a9;
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 1.8rem;
    min-width: 19rem;
    height: 6.2rem;
    padding: 0 3rem;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .search-opened-container .inner-container .bottom .search-results ul li a {
        font-size: 1.2rem;
        line-height: 1.6rem;
        height: 5.6rem
    }
}

@media(max-width: 1279px) {
    .search-opened-container .inner-container .bottom .search-results ul li a {
        font-size: 1.1rem;
        line-height: 1.4rem;
        height: 4.6rem;
        min-width: 0;
        padding: 0 2rem
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .bottom .search-results ul li a {
        font-size: 1.1rem;
        line-height: 1.3rem
    }
}

.search-opened-container .inner-container .bottom .search-results ul li a:hover {
    background-color: #94a1a9;
    color: #fff
}

.search-opened-container .inner-container .bottom .search-results ul li a.active {
    background-color: #1f396c;
    color: #fff
}

.search-opened-container .inner-container .bottom .search-results ol {
    padding-bottom: 6rem
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .bottom .search-results ol {
        margin-bottom: 1.5rem;
        padding: 0 3rem 3rem 3rem
    }
}

.ltr .search-opened-container .inner-container .bottom .search-results ol {
    padding-right: 2rem
}

.rtl .search-opened-container .inner-container .bottom .search-results ol {
    padding-left: 2rem
}

.search-opened-container .inner-container .bottom .search-results ol li:not(:last-child) {
    margin-bottom: 6rem
}

@media(max-width: 1279px) {
    .search-opened-container .inner-container .bottom .search-results ol li:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .bottom .search-results ol li:not(:last-child) {
        margin-bottom: 2rem
    }
}

.search-opened-container .inner-container .bottom .search-results ol li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .search-opened-container .inner-container .bottom .search-results ol li a strong {
        font-family: "Bukra Bold";
        font-size: 2rem;
        line-height: 1.2;
        color: #1f396c;
        margin-bottom: 1.5rem
    }

@media(max-width: 1439px) {
    .search-opened-container .inner-container .bottom .search-results ol li a strong {
        font-size: 1.8rem;
        margin-bottom: 1.4rem
    }
}

@media(max-width: 1279px) {
    .search-opened-container .inner-container .bottom .search-results ol li a strong {
        font-size: 1.6rem;
        margin-bottom: 1.2rem
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .bottom .search-results ol li a strong {
        font-size: 1.4rem;
        margin-bottom: 1rem
    }
}

.search-opened-container .inner-container .bottom .search-results ol li a p {
    font-family: "Bukra Regular";
    color: #93a1a8;
    font-size: 1.4rem;
    line-height: 2.4rem
}

@media(max-width: 1440px) {
    .search-opened-container .inner-container .bottom .search-results ol li a p {
        font-size: 1.2rem;
        line-height: 2.2rem
    }
}

@media(max-width: 1279px) {
    .search-opened-container .inner-container .bottom .search-results ol li a p {
        font-size: 1rem;
        line-height: 2rem
    }
}

@media(max-width: 767px) {
    .search-opened-container .inner-container .bottom .search-results ol li a p {
        font-size: .9rem;
        line-height: 1.9rem
    }
}

.search-opened-container .search-close-layer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60vh;
    width: 100%;
    z-index: -1
}

.touchable-device header .nav-list .nav-item ul {
    overflow: hidden;
    opacity: 1 !important;
    pointer-events: none !important;
    max-height: 0
}

.touchable-device header .nav-list .nav-item:hover .nav-link svg {
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important
}

.touchable-device header .nav-list .nav-item:hover ul {
    opacity: 1 !important;
    pointer-events: none !important;
    max-height: 0 !important
}

.touchable-device header .nav-list .nav-item.mobile-accordion {
    border-radius: 20px 20px 0 0
}

    .touchable-device header .nav-list .nav-item.mobile-accordion .nav-link {
        color: #24b4ba
    }

@media(max-width: 1279px) {
    .touchable-device header .nav-list .nav-item.mobile-accordion .nav-link {
        color: #12335e
    }
}

.touchable-device header .nav-list .nav-item.mobile-accordion .nav-link svg {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

    .touchable-device header .nav-list .nav-item.mobile-accordion .nav-link svg path {
        stroke: #24b4ba
    }

@media(max-width: 1279px) {
    .touchable-device header .nav-list .nav-item.mobile-accordion .nav-link svg path {
        stroke: #12335e
    }
}

.touchable-device header .nav-list .nav-item.mobile-accordion ul {
    opacity: 1 !important;
    pointer-events: visible !important;
    max-height: 55rem !important
}

.touchable-device .lang-selection-list .lang-selection-item ul {
    opacity: 1;
    pointer-events: none;
    max-height: 0
}

.touchable-device .lang-selection-list .lang-selection-item.mobile-accordion .lang-selection-item ul {
    pointer-events: visible !important;
    max-height: 25rem !important
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5.4rem 8.5rem;
    background-color: #1f396c
}

@media(max-width: 1919px) {
    footer {
        padding: 5.5rem
    }
}

@media(max-width: 1439px) {
    footer {
        padding: 5.5rem
    }
}

@media(max-width: 1279px) {
    footer {
        padding: 5rem 4rem
    }
}

@media(max-width: 1023px) {
    footer {
        height: auto;
        padding: 5.9rem 3.2rem 5.5rem 3.2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative
    }
}

footer a {
    color: #fff
}

    footer a .arrow-icon path {
        stroke: #fff
    }

footer .nav-left {
    z-index: 99
}

@media(max-width: 1279px) {
    footer .nav-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 1023px) {
    footer .nav-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto
    }
}

@media(max-width: 1439px) {
    footer .nav-left img {
        max-width: 12rem !important
    }
}

@media(max-width: 1279px) {
    footer .nav-left img {
        max-width: 10.7rem !important
    }
}

@media(max-width: 1023px) {
    footer .nav-left img {
        max-width: 11.7rem
    }
}

@media(max-width: 1279px) {
    footer .nav-left .lang-selection-list {
        margin-left: 1.2rem;
        margin-top: 2.4rem
    }
}

@media(max-width: 1023px) {
    footer .nav-left .lang-selection-list {
        margin-top: 0;
        height: auto
    }
}

@media(max-width: 1023px) {
    footer .footer-nav-right {
        margin-top: 5.5rem
    }
}

footer .footer-nav-right nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1023px) {
    footer .footer-nav-right nav .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.ltr footer .footer-nav-right nav .nav-list .nav-item:not(:last-child) {
    margin-right: 7.6rem
}

@media(max-width: 1440px) {
    .ltr footer .footer-nav-right nav .nav-list .nav-item:not(:last-child) {
        margin-right: 5rem
    }
}

@media(max-width: 1279px) {
    .ltr footer .footer-nav-right nav .nav-list .nav-item:not(:last-child) {
        margin-right: 4.5rem
    }
}

@media(max-width: 1023px) {
    .ltr footer .footer-nav-right nav .nav-list .nav-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 3.5rem
    }
}

.rtl footer .footer-nav-right nav .nav-list .nav-item:not(:last-child) {
    margin-left: 7.6rem
}

@media(max-width: 1440px) {
    .rtl footer .footer-nav-right nav .nav-list .nav-item:not(:last-child) {
        margin-left: 5rem
    }
}

@media(max-width: 1279px) {
    .rtl footer .footer-nav-right nav .nav-list .nav-item:not(:last-child) {
        margin-left: 4.5rem
    }
}

@media(max-width: 1023px) {
    .rtl footer .footer-nav-right nav .nav-list .nav-item:not(:last-child) {
        margin-left: 0;
        margin-bottom: 3.5rem
    }
}

footer .footer-nav-right nav .nav-list .nav-item:hover .nav-link {
    color: #fff
}

@media(max-width: 1023px) {
    footer .footer-nav-right nav .nav-list .nav-item:hover .nav-link {
        color: #fff
    }
}

footer .footer-nav-right nav .nav-list .nav-item:hover .arrow-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 1023px) {
    footer .footer-nav-right nav .nav-list .nav-item:hover .arrow-icon {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

footer .footer-nav-right nav .nav-list .nav-item:hover .arrow-icon path {
    stroke: #fff
}

@media(max-width: 1023px) {
    footer .footer-nav-right nav .nav-list .nav-item:hover .arrow-icon path {
        stroke: #fff
    }
}

footer .footer-nav-right nav .nav-list .nav-item:hover ul {
    opacity: 1 !important;
    pointer-events: all !important
}

@media(max-width: 1023px) {
    footer .footer-nav-right nav .nav-list .nav-item:hover ul {
        max-height: 25rem !important
    }
}

footer .footer-nav-right nav .nav-list .nav-item .nav-link {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .05rem;
    display: inline-block;
    z-index: 1;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    overflow-x: visible
}

@media(max-width: 1439px) {
    footer .footer-nav-right nav .nav-list .nav-item .nav-link {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

.rtl footer .footer-nav-right nav .nav-list .nav-item .nav-link {
    letter-spacing: unset !important
}

footer .footer-nav-right nav .nav-list .nav-item.has-sub {
    position: relative
}

    footer .footer-nav-right nav .nav-list .nav-item.has-sub svg {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

.ltr footer .footer-nav-right nav .nav-list .nav-item.has-sub svg {
    margin-left: 1.3rem
}

@media(max-width: 1440px) {
    .ltr footer .footer-nav-right nav .nav-list .nav-item.has-sub svg {
        margin-left: .8rem
    }
}

.rtl footer .footer-nav-right nav .nav-list .nav-item.has-sub svg {
    margin-right: 1.3rem
}

@media(max-width: 1440px) {
    .rtl footer .footer-nav-right nav .nav-list .nav-item.has-sub svg {
        margin-right: .8rem
    }
}

footer .footer-nav-right nav .nav-list .nav-item.has-sub svg path {
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

footer .footer-nav-right nav .nav-list .nav-item.has-sub ul {
    position: absolute;
    top: 100%;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: max-height .3s ease-in-out,opacity .3s ease-in-out;
    transition: max-height .3s ease-in-out,opacity .3s ease-in-out
}

@media(max-width: 1023px) {
    footer .footer-nav-right nav .nav-list .nav-item.has-sub ul {
        position: relative;
        max-height: 0;
        opacity: 1
    }
}

.ltr footer .footer-nav-right nav .nav-list .nav-item.has-sub ul {
    left: 0
}

.rtl footer .footer-nav-right nav .nav-list .nav-item.has-sub ul {
    right: 0
}

footer .footer-nav-right nav .nav-list .nav-item.has-sub ul li:first-child {
    padding-top: 1rem
}

footer .footer-nav-right nav .nav-list .nav-item.has-sub ul li:last-child {
    padding-bottom: 1rem
}

footer .footer-nav-right nav .nav-list .nav-item.has-sub ul li a {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 4.4rem;
    color: rgba(255,255,255,.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media(max-width: 1439px) {
    footer .footer-nav-right nav .nav-list .nav-item.has-sub ul li a {
        font-size: 1.1rem;
        line-height: 3.8rem
    }
}

footer .footer-nav-right nav .nav-list .nav-item.has-sub ul li a:hover {
    color: #fff
}

footer .lang-selection-item ul {
    top: -2rem !important
}

footer .back-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    letter-spacing: .07rem;
    line-height: 1.6rem;
    -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1439px) {
    footer .back-to-top {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

@media(max-width: 1023px) {
    footer .back-to-top {
        position: absolute;
        bottom: 2.4rem
    }

        footer .back-to-top small {
            display: none
        }
}

@media(max-width: 1023px) {
    .ltr footer .back-to-top {
        right: 2rem
    }
}

.rtl footer .back-to-top {
    letter-spacing: unset !important
}

@media(max-width: 1023px) {
    .rtl footer .back-to-top {
        left: 2rem
    }
}

footer .back-to-top small {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .07rem;
    line-height: 1.6rem
}

@media(max-width: 1439px) {
    footer .back-to-top small {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

@media(max-width: 1279px) {
    footer .back-to-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .back-to-top:hover {
    color: #fff
}

    footer .back-to-top:hover span {
        background-color: #fff
    }

        footer .back-to-top:hover span svg path {
            stroke: #24b4ba
        }

footer .back-to-top span {
    border: .2rem solid #fff;
    width: 6rem;
    height: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1439px) {
    footer .back-to-top span {
        width: 5.5rem;
        height: 5.5rem;
        margin-left: 1rem
    }
}

@media(max-width: 1279px) {
    footer .back-to-top span {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        margin-bottom: 1.2rem
    }
}

@media(max-width: 1023px) {
    footer .back-to-top span {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: 5rem;
        height: 5rem
    }
}

.ltr footer .back-to-top span {
    margin-left: 1.2rem
}

@media(max-width: 1439px) {
    .ltr footer .back-to-top span {
        margin-left: 1rem
    }
}

@media(max-width: 1279px) {
    .ltr footer .back-to-top span {
        margin-left: 0
    }
}

.rtl footer .back-to-top span {
    margin-right: 1.2rem
}

@media(max-width: 1439px) {
    .rtl footer .back-to-top span {
        margin-right: 1rem
    }
}

@media(max-width: 1279px) {
    .rtl footer .back-to-top span {
        margin-right: 0
    }
}

footer .back-to-top span svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

    footer .back-to-top span svg path {
        -webkit-transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

footer .footer-bottom {
    margin-top: 20rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1023px) {
    footer .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 6.4rem
    }
}

footer .footer-bottom a {
    font-family: "Bukra Bold";
    font-size: 1rem;
    color: #fff
}

footer .footer-bottom .footer-bottom-left a {
    -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

    footer .footer-bottom .footer-bottom-left a:first-child::after {
        content: "|";
        margin: 0 .3rem
    }

    footer .footer-bottom .footer-bottom-left a:hover {
        color: #fff
    }

@media(max-width: 1023px) {
    footer .footer-bottom .footer-bottom-left {
        margin: 5.8rem 0 6.9rem 0
    }
}

footer .footer-bottom p {
    font-family: "Bukra Bold";
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 1023px) {
    footer .footer-bottom p {
        position: unset;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(max-width: 374px) {
    footer .footer-bottom p {
        max-width: 20.5rem
    }
}

footer .footer-bottom .footer-bottom-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ltr footer .footer-bottom .footer-bottom-right ul li:not(:last-child) {
    margin-right: 4.6rem
}

@media(max-width: 1439px) {
    .ltr footer .footer-bottom .footer-bottom-right ul li:not(:last-child) {
        margin-right: 4.2rem
    }
}

.rtl footer .footer-bottom .footer-bottom-right ul li:not(:last-child) {
    margin-left: 4.6rem
}

@media(max-width: 1439px) {
    .rtl footer .footer-bottom .footer-bottom-right ul li:not(:last-child) {
        margin-left: 4.2rem
    }
}

footer .footer-bottom .footer-bottom-right ul li a path {
    fill: #fff
}

footer .footer-bottom .footer-bottom-right ul li a:hover svg path {
    fill: #fff
}

footer .footer-bottom .footer-bottom-right ul li a svg path {
    -webkit-transition: fill .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: fill .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1023px) {
    footer .footer-bottom .footer-bottom-right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media(max-width: 1023px) {
    .touchable-device footer .footer-nav-right nav .nav-list .nav-item.has-sub ul {
        max-height: 0 !important
    }
}

.touchable-device footer .footer-nav-right nav .nav-list .nav-item.mobile-accordion .nav-link {
    color: #fff
}

    .touchable-device footer .footer-nav-right nav .nav-list .nav-item.mobile-accordion .nav-link svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .touchable-device footer .footer-nav-right nav .nav-list .nav-item.mobile-accordion .nav-link svg path {
            stroke: #fff
        }

@media(max-width: 1023px) {
    .touchable-device footer .footer-nav-right nav .nav-list .nav-item.mobile-accordion ul {
        max-height: 25rem !important
    }
}

.body-components header, .body-components footer {
    display: none
}

.link-with-text-container {
    background-color: #000
}

.component-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem
}

    .component-row:not(:last-child) {
        margin-bottom: 3rem
    }

    .component-row .card-image-scale {
        margin-right: 2rem
    }

.component-hr {
    margin: 2rem 0
}

.component-h2 {
    margin-bottom: 2rem;
    font-family: "Bukra Bold";
    font-size: 2.4rem;
    color: red
}

.animated-link {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    pointer-events: all;
    font-family: "Bukra Bold"
}

    .animated-link:hover strong {
        color: #fff
    }

.ltr .animated-link:hover strong {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem)
}

@media(max-width: 1440px) {
    .ltr .animated-link:hover strong {
        -webkit-transform: translateX(2.2rem);
        transform: translateX(2.2rem)
    }
}

@media(max-width: 1279px) {
    .ltr .animated-link:hover strong {
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem)
    }
}

.rtl .animated-link:hover strong {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem)
}

@media(max-width: 1440px) {
    .rtl .animated-link:hover strong {
        -webkit-transform: translateX(-2.2rem);
        transform: translateX(-2.2rem)
    }
}

@media(max-width: 1279px) {
    .rtl .animated-link:hover strong {
        -webkit-transform: translateX(-2rem);
        transform: translateX(-2rem)
    }
}

.animated-link:hover small {
    width: 100% !important;
    background-color: #24b4ba
}

.ltr .animated-link:hover small i {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem)
}

.rtl .animated-link:hover small i {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem)
}

.animated-link:hover small i svg path {
    stroke: #fff
}

.animated-link strong {
    font-size: 1.2rem;
    line-height: 1.9rem;
    letter-spacing: .07rem;
    -webkit-transition: color .3s ease-out,-webkit-transform .3s ease-out;
    transition: color .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,color .3s ease-out;
    transition: transform .3s ease-out,color .3s ease-out,-webkit-transform .3s ease-out
}

@media(max-width: 767px) {
    .animated-link strong {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

.ltr .animated-link strong {
    margin-right: 2rem
}

@media(max-width: 1279px) {
    .ltr .animated-link strong {
        margin-right: 1.5rem
    }
}

.rtl .animated-link strong {
    margin-left: 2rem;
    letter-spacing: unset !important
}

@media(max-width: 1279px) {
    .rtl .animated-link strong {
        margin-left: 1.5rem
    }
}

.animated-link span {
    width: 6.4rem;
    height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1440px) {
    .animated-link span {
        width: 5.4rem;
        height: 5.4rem
    }
}

@media(max-width: 1279px) {
    .animated-link span {
        width: 6.1rem;
        height: 6.1rem
    }
}

@media(max-width: 767px) {
    .animated-link span {
        width: 5.2rem;
        height: 5.2rem
    }
}

.animated-link span small {
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .2rem solid #24b4ba;
    border-radius: 999px;
    -webkit-transition: background-color .3s ease-out,width .3s ease-out;
    transition: background-color .3s ease-out,width .3s ease-out;
    z-index: -1
}

@media(max-width: 1440px) {
    .animated-link span small {
        width: 5.4rem;
        height: 5.4rem
    }
}

@media(max-width: 1279px) {
    .animated-link span small {
        width: 6.1rem;
        height: 6.1rem
    }
}

@media(max-width: 767px) {
    .animated-link span small {
        width: 5.2rem;
        height: 5.2rem
    }
}

.ltr .animated-link span small {
    right: 0
}

.rtl .animated-link span small {
    left: 0
}

.animated-link span small i {
    width: 6.4rem;
    height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

@media(max-width: 1440px) {
    .animated-link span small i {
        width: 5.4rem;
        height: 5.4rem
    }
}

@media(max-width: 1279px) {
    .animated-link span small i {
        width: 6.1rem;
        height: 6.1rem
    }
}

@media(max-width: 767px) {
    .animated-link span small i {
        width: 5.2rem;
        height: 5.2rem
    }
}

.ltr .animated-link span small i {
    right: 0
}

.rtl .animated-link span small i {
    left: 0
}

    .rtl .animated-link span small i svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.animated-link span small i svg path {
    -webkit-transition: stroke .3s ease-out;
    transition: stroke .3s ease-out
}

.card-image-scale {
    max-width: 100%;
    width: 35rem;
    height: 54rem;
    background-color: #efefef;
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #24b4ba), color-stop(60%, transparent));
    background: linear-gradient(to top, #24b4ba 30%, transparent 60%);
    border-radius: 20px
}

@media(max-width: 1440px) {
    .card-image-scale {
        padding: 2.5rem;
        width: 30rem;
        height: 46.3rem
    }
}

@media(max-width: 1279px) {
    .card-image-scale {
        width: 27.8rem;
        height: 41.7rem;
        padding: 2.3rem
    }
}

@media(max-width: 767px) {
    .card-image-scale {
        width: 26rem;
        height: 39.2rem;
        padding: 2rem
    }
}

.card-image-scale:hover .card-image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.card-image-scale:hover .bottom .text-container p {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.card-image-scale .tag-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .card-image-scale .tag-container .tag {
        height: 3rem;
        padding: 0 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.2rem;
        line-height: 1.8rem;
        color: #fff;
        font-family: "Bukra Bold";
        border-radius: 23px;
        background-color: rgba(0,0,0,.12);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px)
    }

@media(max-width: 1440px) {
    .card-image-scale .tag-container .tag {
        padding: 0 2.7rem;
        line-height: 1.5rem
    }
}

@media(max-width: 1279px) {
    .card-image-scale .tag-container .tag {
        padding: 0 2.4rem;
        font-size: 1.1rem;
        line-height: 1.4rem
    }
}

@media(max-width: 767px) {
    .card-image-scale .tag-container .tag {
        padding: 0 2.1rem;
        font-size: .9rem;
        line-height: 1.2rem;
        height: 2.4rem
    }
}

.card-image-scale .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 35rem;
    height: 40.5rem;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

@media(max-width: 1440px) {
    .card-image-scale .card-image {
        width: 30rem;
        height: 46.3rem
    }
}

@media(max-width: 1279px) {
    .card-image-scale .card-image {
        width: 27.8rem;
        height: 41.7rem
    }
}

@media(max-width: 767px) {
    .card-image-scale .card-image {
        width: 26rem;
        height: 39.2rem
    }
}

.card-image-scale .bottom .text-container {
    position: relative;
    margin-bottom: 2rem
}

@media(max-width: 1440px) {
    .card-image-scale .bottom .text-container {
        margin-bottom: 1.4rem
    }
}

@media(max-width: 1279px) {
    .card-image-scale .bottom .text-container {
        margin-bottom: 1.6rem
    }
}

@media(max-width: 767px) {
    .card-image-scale .bottom .text-container {
        margin-bottom: 1.7rem
    }
}

.card-image-scale .bottom .text-container p {
    position: absolute;
    bottom: 0;
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fff;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    max-width: 26.5rem
}

@media(max-width: 1440px) {
    .card-image-scale .bottom .text-container p {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(max-width: 1279px) {
    .card-image-scale .bottom .text-container p {
        font-size: 1.7rem;
        line-height: 2.2rem
    }
}

@media(max-width: 767px) {
    .card-image-scale .bottom .text-container p {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.card-image-scale .bottom .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .card-image-scale .bottom .button-container a {
        font-family: "Bukra Bold";
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: .07rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff
    }

@media(max-width: 1440px) {
    .card-image-scale .bottom .button-container a {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

.card-image-scale .bottom .button-container a:hover span {
    background-color: #fff
}

    .card-image-scale .bottom .button-container a:hover span svg path {
        stroke: #24b4ba
    }

.rtl .card-image-scale .bottom .button-container a {
    letter-spacing: unset !important
}

.card-image-scale .bottom .button-container a span {
    width: 6.2rem;
    height: 6.2rem;
    border: .2rem solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in
}

@media(max-width: 1440px) {
    .card-image-scale .bottom .button-container a span {
        width: 5.5rem;
        height: 5.5rem
    }
}

@media(max-width: 1279px) {
    .card-image-scale .bottom .button-container a span {
        width: 5rem;
        height: 5rem
    }
}

.ltr .card-image-scale .bottom .button-container a span {
    margin-left: 2rem
}

@media(max-width: 1279px) {
    .ltr .card-image-scale .bottom .button-container a span {
        margin-left: 1.5rem
    }
}

.rtl .card-image-scale .bottom .button-container a span {
    margin-right: 2rem
}

@media(max-width: 1279px) {
    .rtl .card-image-scale .bottom .button-container a span {
        margin-right: 1.5rem
    }
}

.card-image-scale .bottom .button-container a span svg path {
    stroke: #fff;
    -webkit-transition: stroke .3s ease-in;
    transition: stroke .3s ease-in
}

.rtl .card-image-scale .bottom .button-container a span svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card-image-scale.progress-card {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #1f396c), color-stop(60%, transparent));
    background: linear-gradient(to top, #1f396c 30%, transparent 60%)
}

@media(max-width: 1279px) {
    .card-image-scale.progress-card {
        width: 27.8rem;
        height: 41.7rem
    }
}

@media(max-width: 767px) {
    .card-image-scale.progress-card {
        width: 26rem;
        height: 39.2rem
    }
}

.card-image-scale.progress-card:nth-child(2n) {
    margin-top: 6rem !important
}

.card-image-scale.progress-card .button-container a:hover span {
    background-color: #24b4ba
}

    .card-image-scale.progress-card .button-container a:hover span svg path {
        stroke: #1f396c
    }

.card-image-scale.progress-card .button-container a {
    color: #24b4ba
}

    .card-image-scale.progress-card .button-container a span {
        border-color: #24b4ba
    }

        .card-image-scale.progress-card .button-container a span svg path {
            stroke: #24b4ba
        }

.empty-progress-card {
    width: 100%;
    max-width: 35rem;
    height: 54rem;
    border: .2rem solid #1f396c;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1279px) {
    .empty-progress-card {
        width: 27.8rem;
        height: 41.7rem
    }
}

@media(max-width: 767px) {
    .empty-progress-card {
        width: 26rem;
        height: 39.2rem
    }
}

.empty-progress-card p {
    font-family: "Bukra Bold";
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 3.4rem;
    text-align: center;
    color: #1f396c
}

.empty-progress-card a {
    width: 6.2rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .2rem solid #1f396c;
    border-radius: 50%;
    -webkit-transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1279px) {
    .empty-progress-card a {
        width: 5rem;
        height: 5rem
    }
}

@media(max-width: 767px) {
    .empty-progress-card a {
        width: 4.6rem;
        height: 4.6rem
    }
}

.empty-progress-card a:hover {
    background-color: #1f396c
}

    .empty-progress-card a:hover svg path {
        stroke: #fff
    }

.empty-progress-card a svg path {
    stroke: #1f396c;
    -webkit-transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.program-card {
    width: 100%;
    max-width: 35rem;
    height: 54rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width: 1279px) {
    .program-card {
        width: 27.8rem;
        height: 41.7rem;
        padding: 2.4rem
    }
}

@media(max-width: 767px) {
    .program-card {
        width: 26rem;
        height: 39.2rem
    }
}

.program-card:after {
    content: "";
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 35rem;
    height: 54rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.72) 100%)
}

.program-card:hover:after {
    display: block
}

.program-card:hover .bottom .no-hover-p {
    display: none
}

.program-card:hover .bottom a strong {
    opacity: 1;
    display: block
}

.program-card:hover .bottom a small {
    border-color: #24b4ba !important
}

.program-card:hover .bottom svg {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important
}

    .program-card:hover .bottom svg path {
        stroke: #24b4ba !important
    }

.program-card:hover .card-hover-content {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

    .program-card:hover .card-hover-content img {
        max-width: 8.3rem
    }

.program-card .bottom {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

    .program-card .bottom .no-hover-p {
        display: block;
        margin-right: auto;
        padding-right: 2rem;
        word-break: break-word;
        font-family: "Bukra Bold";
        font-size: 2.2rem;
        line-height: 3rem;
        color: #fff
    }

@media(max-width: 1279px) {
    .program-card .bottom .no-hover-p {
        font-size: 1.7rem;
        line-height: 2.3rem
    }
}

@media(max-width: 767px) {
    .program-card .bottom .no-hover-p {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.program-card .bottom a {
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .program-card .bottom a:hover strong {
        -webkit-transform: translateX(2.5rem);
        transform: translateX(2.5rem);
        color: #fff
    }

    .program-card .bottom a:hover small {
        background-color: #24b4ba
    }

        .program-card .bottom a:hover small svg path {
            stroke: #fff !important
        }

    .program-card .bottom a strong {
        display: none;
        -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1),color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1),color .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        color: #24b4ba;
        margin-right: 4rem;
        padding-right: 0
    }

    .program-card .bottom a span {
        height: 6.2rem;
        width: 6.2rem
    }

        .program-card .bottom a span small {
            height: 6.2rem;
            width: 6.2rem;
            border-color: #24b4ba
        }

        .program-card .bottom a span i {
            height: 6.2rem;
            width: 6.2rem
        }

            .program-card .bottom a span i svg {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
            }

                .program-card .bottom a span i svg path {
                    stroke: #24b4ba
                }

.program-card .card-hover-content {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 3.5rem;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1279px) {
    .program-card .card-hover-content {
        padding: 2.4rem
    }
}

@media(max-width: 767px) {
    .program-card .card-hover-content {
        padding: 2rem
    }
}

.program-card .card-hover-content img {
    max-width: 8.5rem !important
}

@media(max-width: 1279px) {
    .program-card .card-hover-content img {
        max-width: 6.5rem !important
    }
}

.program-card .card-hover-content h4 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-family: "Bukra Bold";
    color: #1c315b;
    margin-bottom: 2.2rem;
    margin-top: 3rem
}

@media(max-width: 1279px) {
    .program-card .card-hover-content h4 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 2rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 767px) {
    .program-card .card-hover-content h4 {
        margin: 1.5rem 0
    }
}

.program-card .card-hover-content p {
    font-family: "Bukra Regular";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #1c315b;
    max-height: 168px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width: 1279px) {
    .program-card .card-hover-content p {
        font-size: 1.1rem;
        line-height: 1.7rem
    }
}

.flip-card {
    max-width: 100%;
    width: 35rem;
    height: 54rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media(max-width: 1279px) {
    .flip-card {
        width: 27.8rem;
        height: 41.7rem
    }
}

@media(max-width: 767px) {
    .flip-card {
        width: 26rem;
        height: 39.2rem
    }
}

.flip-card:hover .card-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.flip-card:hover .card-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.flip-card .card-front {
    width: 100%;
    height: 100%;
    padding: 3rem;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1279px) {
    .flip-card .card-front {
        padding: 2.4rem
    }
}

.flip-card .card-front .front-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: auto
}

    .flip-card .card-front .front-content p {
        word-break: break-word;
        font-family: "Bukra Bold";
        font-size: 2.2rem;
        line-height: 3rem;
        color: #fff;
        text-align: start
    }

@media(max-width: 1279px) {
    .flip-card .card-front .front-content p {
        font-size: 1.7rem;
        line-height: 2.3rem
    }
}

@media(max-width: 767px) {
    .flip-card .card-front .front-content p {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.ltr .flip-card .card-front .front-content p {
    padding-right: 2rem
}

.rtl .flip-card .card-front .front-content p {
    padding-left: 2rem
}

.ltr .flip-card .card-front .front-content svg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rtl .flip-card .card-front .front-content svg {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.flip-card .card-back {
    padding: 3rem;
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    background-color: #fff
}

@media(max-width: 1279px) {
    .flip-card .card-back {
        padding: 2.4rem
    }
}

.flip-card .card-back .card-back-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .flip-card .card-back .card-back-content img {
        max-width: 8.5rem !important
    }

@media(max-width: 1279px) {
    .flip-card .card-back .card-back-content img {
        max-width: 6.5rem !important
    }
}

.flip-card .card-back .card-back-content h4 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-family: "Bukra Bold";
    color: #1c315b;
    margin-bottom: 2.2rem;
    margin-top: 3rem
}

@media(max-width: 1279px) {
    .flip-card .card-back .card-back-content h4 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 2rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 767px) {
    .flip-card .card-back .card-back-content h4 {
        margin: 1.5rem 0
    }
}

.flip-card .card-back .card-back-content p {
    font-family: "Bukra Regular";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #1c315b;
    max-height: 16.8rem;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width: 1279px) {
    .flip-card .card-back .card-back-content p {
        font-size: 1.1rem;
        line-height: 1.7rem
    }
}

.flip-card .card-back .card-back-content .link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto
}

    .flip-card .card-back .card-back-content .link-container .animated-link:hover strong {
        color: #fff
    }

    .flip-card .card-back .card-back-content .link-container .animated-link strong {
        color: #24b4ba
    }

.objective-box .objective-top h3 {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .14rem;
    color: #b4bdc1
}

@media(max-width: 1440px) {
    .objective-box .objective-top h3 {
        font-size: 1rem
    }
}

@media(max-width: 1279px) {
    .objective-box .objective-top h3 {
        font-size: .9rem
    }
}

.rtl .objective-box .objective-top h3 {
    letter-spacing: unset !important
}

.objective-box .objective-top h3 strong {
    font-size: 3rem;
    letter-spacing: -0.05rem;
    margin-left: 1rem
}

@media(max-width: 1440px) {
    .objective-box .objective-top h3 strong {
        font-size: 2.6rem;
        margin-left: 1.2rem
    }
}

@media(max-width: 1279px) {
    .objective-box .objective-top h3 strong {
        font-size: 2.2rem;
        margin-left: .7rem
    }
}

.rtl .objective-box .objective-top h3 strong {
    letter-spacing: unset !important
}

.objective-box .objective-top::after {
    content: "";
    display: block;
    height: .1rem;
    width: 100%;
    margin-top: 2.4rem;
    margin-bottom: 3.1rem;
    background-color: rgba(31,57,108,.2)
}

@media(max-width: 1440px) {
    .objective-box .objective-top::after {
        margin-top: 2.1rem;
        margin-bottom: 3rem
    }
}

@media(max-width: 1279px) {
    .objective-box .objective-top::after {
        margin-top: 1.7rem;
        margin-bottom: 2.6rem
    }
}

.objective-box p {
    font-family: "Bukra Bold";
    font-size: 4rem;
    line-height: 5.4rem;
    max-width: 54.5rem
}

@media(max-width: 1440px) {
    .objective-box p {
        font-size: 3.2rem;
        line-height: 4.2rem;
        max-width: 43.6rem
    }
}

@media(max-width: 1279px) {
    .objective-box p {
        font-size: 2.1rem;
        line-height: 2.8rem;
        max-width: 28.6rem
    }
}

.objective-box.objective-1 strong {
    color: #1f396c
}

.objective-box.objective-1 p {
    color: #1f396c
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 767px) {
    .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.form-row:not(:last-child) {
    margin-bottom: 2rem
}

@media(max-width: 1279px) {
    .form-row:not(:last-child) {
        margin-bottom: .8rem
    }
}


@media(max-width: 1279px) {
    .form-group {
        min-height: 7.2rem;
        padding: 2rem
    }
}

.form-group:focus-within {
    background-color: #fff
}

    .form-group:focus-within label {
        color: rgba(148,161,169,.5)
    }

.form-group:not(:last-child) {
    margin-right: 2rem
}

@media(max-width: 1279px) {
    .form-group:not(:last-child) {
        margin-right: 1.5rem
    }
}

@media(max-width: 767px) {
    .form-group:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem
    }
}



@media(max-width: 1279px) {
    .form-group label {
        font-size: .8rem;
        margin-bottom: .7rem
    }
}

.form-group input {
    color: #94a1a9;
    font-size: 1.8rem;
    border: none;
    background-color: transparent
}

    .form-group input::-webkit-input-placeholder {
        color: rgba(148,161,169,.3);
        font-size: inherit;
        font-family: "Bukra Bold"
    }

    .form-group input::-moz-placeholder {
        color: rgba(148,161,169,.3);
        font-size: inherit;
        font-family: "Bukra Bold"
    }

    .form-group input:-ms-input-placeholder {
        color: rgba(148,161,169,.3);
        font-size: inherit;
        font-family: "Bukra Bold"
    }

    .form-group input::-ms-input-placeholder {
        color: rgba(148,161,169,.3);
        font-size: inherit;
        font-family: "Bukra Bold"
    }

    .form-group input::placeholder {
        color: rgba(148,161,169,.3);
        font-size: inherit;
        font-family: "Bukra Bold"
    }

@media(max-width: 1279px) {
    .form-group input::-webkit-input-placeholder {
        font-size: 1.4rem
    }

    .form-group input::-moz-placeholder {
        font-size: 1.4rem
    }

    .form-group input:-ms-input-placeholder {
        font-size: 1.4rem
    }

    .form-group input::-ms-input-placeholder {
        font-size: 1.4rem
    }

    .form-group input::placeholder {
        font-size: 1.4rem
    }
}



.breadcrumb nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px solid rgba(148,161,169,.14);
    overflow-x: auto;
    padding: 2.5rem 0
}


.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .breadcrumb ul li:not(:last-child)::after {
        content: "";
        background-image: url("../img/icons/breadcrumb-arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 0 1.9rem;
        height: .6rem;
        width: .4rem
    }

@media(max-width: 767px) {
    .breadcrumb ul li:not(:last-child)::after {
        margin: 0 1.4rem
    }
}

.rtl .breadcrumb ul li:not(:last-child)::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.breadcrumb ul li a {
    color: rgba(255,255,255,.5);
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "Bukra Bold";
    white-space: nowrap;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media(max-width: 1279px) {
    .breadcrumb ul li a {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

@media(max-width: 767px) {
    .breadcrumb ul li a {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

.breadcrumb ul li a:hover {
    color: rgba(255,255,255,.8)
}

.breadcrumb ul li a.current-page {
    color: #fff;
    pointer-events: none
}


.breadcrumb.white-header-breadcrumb {
    top: 7.5rem
}

@media(max-width: 1440px) {
    .breadcrumb.white-header-breadcrumb {
        top: 5.5rem
    }
}

@media(max-width: 1023px) {
    .breadcrumb.white-header-breadcrumb {
        top: 7.4rem
    }
}

.breadcrumb.white-header-breadcrumb a {
    color: rgba(148,161,169,.5)
}

    .breadcrumb.white-header-breadcrumb a:hover {
        color: #94a1a9
    }

    .breadcrumb.white-header-breadcrumb a.current-page {
        color: #94a1a9
    }

.breadcrumb.white-header-breadcrumb ul li:not(:last-child)::after {
    background-image: url("../img/icons/breadcrumb-arrow-gray.svg")
}

.body-vrp-history .card-front::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
    border-radius: 20px
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

@media(max-width: 767px) {
    .popup-container {
        padding: 0 1.5rem
    }
}

.popup-container.popup-opened {
    opacity: 1;
    pointer-events: all
}

.popup-container .popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 121
}

.popup-container .popup-inner-container {
    position: relative;
    z-index: 122;
    max-width: 160rem;
    width: 100%;
    min-height: 76rem
}

@media(max-width: 1919px) {
    .popup-container .popup-inner-container {
        min-height: 57rem
    }
}

@media(max-width: 767px) {
    .popup-container .popup-inner-container {
        max-height: 47rem;
        min-height: auto;
        height: 100%
    }
}

.popup-container .popup-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, from(white), to(#adb9c1));
    background: linear-gradient(to right, white, #adb9c1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-shadow: 15px 15px 30px -10px rgba(0,0,0,.6);
    box-shadow: 15px 15px 30px -10px rgba(0,0,0,.6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

    .popup-container .popup-box.popup-opened {
        opacity: 1;
        pointer-events: all
    }

.popup-container .popup-close {
    position: absolute;
    top: 5rem
}

@media(max-width: 1919px) {
    .popup-container .popup-close {
        top: 4.5rem
    }
}

@media(max-width: 1279px) {
    .popup-container .popup-close {
        top: 3.2rem
    }
}

@media(max-width: 767px) {
    .popup-container .popup-close {
        top: 2rem
    }
}

.ltr .popup-container .popup-close {
    right: 5rem
}

@media(max-width: 1919px) {
    .ltr .popup-container .popup-close {
        right: 4.5rem
    }
}

@media(max-width: 1279px) {
    .ltr .popup-container .popup-close {
        right: 3.2rem
    }
}

@media(max-width: 767px) {
    .ltr .popup-container .popup-close {
        right: 2rem
    }
}

.rtl .popup-container .popup-close {
    left: 5rem
}

@media(max-width: 1919px) {
    .rtl .popup-container .popup-close {
        left: 4.5rem
    }
}

@media(max-width: 1279px) {
    .rtl .popup-container .popup-close {
        left: 3.2rem
    }
}

@media(max-width: 767px) {
    .rtl .popup-container .popup-close {
        left: 2rem
    }
}

@media(max-width: 1919px) {
    .popup-container .popup-close svg {
        width: 6.2rem;
        height: 6.2rem
    }
}

@media(max-width: 1279px) {
    .popup-container .popup-close svg {
        width: 5.2rem;
        height: 5.2rem
    }
}

@media(max-width: 767px) {
    .popup-container .popup-close svg {
        width: 3.8rem;
        height: 3.8rem
    }
}

.popup-container .popup-close path {
    stroke: #1f396c
}

.popup-container .popup-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

@media(max-width: 1279px) {
    .popup-container .popup-img {
        display: none
    }
}

.popup-container .popup-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.popup-container .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding: 7rem 10rem;
    overflow-y: auto
}

@media(max-width: 1919px) {
    .popup-container .popup-content {
        padding: 5rem 10rem 5rem 7rem
    }
}

@media(max-width: 1279px) {
    .popup-container .popup-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 5rem 7rem
    }
}

@media(max-width: 767px) {
    .popup-container .popup-content {
        padding: 3.5rem 3rem
    }
}

.popup-container .popup-content img {
    width: 14.5rem;
    height: 14.5rem
}

@media(max-width: 1919px) {
    .popup-container .popup-content img {
        width: 10rem;
        height: 10rem
    }
}

@media(max-width: 767px) {
    .popup-container .popup-content img {
        width: 8rem;
        height: 8rem
    }
}

.popup-container .popup-content::-webkit-scrollbar-track {
    background-color: #ddd
}

.popup-container .popup-content::-webkit-scrollbar {
    width: 1.5rem;
    background-color: #ddd
}

@media(max-width: 767px) {
    .popup-container .popup-content::-webkit-scrollbar {
        width: .8rem
    }
}

.popup-container .popup-content::-webkit-scrollbar-thumb {
    background-color: #12335e
}

.popup-container h6 {
    font-family: "Bukra Bold";
    font-size: 3.8rem;
    line-height: 1.2;
    color: #1f396c;
    margin: 5rem 0 3rem 0
}

@media(max-width: 1919px) {
    .popup-container h6 {
        margin: 3rem 0 2rem 0;
        font-size: 2.8rem
    }
}

@media(max-width: 767px) {
    .popup-container h6 {
        font-size: 2.4rem;
        margin: 2rem 0
    }
}

.popup-container p {
    font-family: "Bukra Regular";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #7f8689;
    margin-bottom: 3.5rem
}

@media(max-width: 1919px) {
    .popup-container p {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 2.5rem
    }
}

@media(max-width: 767px) {
    .popup-container p {
        line-height: 1.8rem
    }
}

.popup-container .date {
    background-color: #1c396b;
    min-width: 36.5rem;
    min-height: 11rem;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem 5rem;
    color: #fff;
    line-height: 1.2;
    margin-top: 5rem
}

@media(max-width: 1919px) {
    .popup-container .date {
        margin-top: 1.5rem;
        min-height: 8.2rem;
        min-width: 27.5rem
    }
}

@media(max-width: 767px) {
    .popup-container .date {
        margin-top: .5rem;
        max-width: 100%;
        min-width: auto;
        padding: 2rem 3rem
    }
}

.popup-container span {
    font-family: "Bukra Regular";
    font-size: 2rem
}

@media(max-width: 1919px) {
    .popup-container span {
        font-size: 1.4rem
    }
}

.popup-container time {
    font-family: "Bukra Bold";
    font-size: 3.2rem
}

@media(max-width: 1919px) {
    .popup-container time {
        font-size: 2.4rem
    }
}

.summary-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .summary-section .summary-content {
        max-width: 128rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8rem 5.4rem
    }

@media(max-width: 1440px) {
    .summary-section .summary-content {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}

@media(max-width: 1279px) {
    .summary-section .summary-content {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media(max-width: 767px) {
    .summary-section .summary-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4rem 3rem
    }
}

.summary-section .summary-content p {
    color: #7f8689;
    font-family: "Bukra Bold"
}

    .summary-section .summary-content p:not(:last-child) {
        margin-bottom: 2rem
    }

.summary-section .summary-content .summary-col {
    width: 100%
}

@media(max-width: 767px) {
    .summary-section .summary-content .summary-col:first-child {
        margin-bottom: 2.6rem
    }
}

.ltr .summary-section .summary-content .summary-col:first-child {
    margin-right: 8rem
}

@media(max-width: 1279px) {
    .ltr .summary-section .summary-content .summary-col:first-child {
        margin-right: 4rem
    }
}

@media(max-width: 767px) {
    .ltr .summary-section .summary-content .summary-col:first-child {
        margin-right: 0
    }
}

.rtl .summary-section .summary-content .summary-col:first-child {
    margin-left: 8rem
}

@media(max-width: 1279px) {
    .rtl .summary-section .summary-content .summary-col:first-child {
        margin-left: 4rem
    }
}

@media(max-width: 767px) {
    .rtl .summary-section .summary-content .summary-col:first-child {
        margin-left: 0
    }
}

.summary-section .summary-content .summary-col p {
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media(max-width: 1279px) {
    .summary-section .summary-content .summary-col p {
        font-size: 1.35rem;
        line-height: 2.35rem
    }
}

.summary-section .summary-content .summary-col p strong {
    font-size: 2.2rem;
    line-height: 3.6rem
}

@media(max-width: 1440px) {
    .summary-section .summary-content .summary-col p strong {
        font-size: 2.2rem
    }
}

@media(max-width: 1279px) {
    .summary-section .summary-content .summary-col p strong {
        font-size: 1.8rem;
        line-height: 2.8rem
    }
}

@media(max-width: 767px) {
    .summary-section .summary-content .summary-col p strong {
        font-size: 1.6rem;
        line-height: 2.6rem
    }
}

.summary-section .summary-content .keyword {
    color: #71b446
}

.title-and-description-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .title-and-description-section .content {
        max-width: 128rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8rem 5.4rem
    }

@media(max-width: 1440px) {
    .title-and-description-section .content {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}

@media(max-width: 1279px) {
    .title-and-description-section .content {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media(max-width: 767px) {
    .title-and-description-section .content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4rem 3rem
    }
}

.title-and-description-section .content.no-padding-top {
    padding-top: 0 !important
}

.title-and-description-section .content.no-padding-bottom {
    padding-bottom: 0 !important
}

.title-and-description-section .content.center h3, .title-and-description-section .content.center p {
    text-align: center
}

.title-and-description-section .content h3 {
    font-size: 2.5rem;
    font-family: "Bukra Bold";
    color: #1f396c;
    margin-bottom: 3.5rem
}

@media(max-width: 1440px) {
    .title-and-description-section .content h3 {
        font-size: 2.2rem;
        line-height: 3.6rem
    }
}

@media(max-width: 1279px) {
    .title-and-description-section .content h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
        line-height: 2.8rem
    }
}

@media(max-width: 767px) {
    .title-and-description-section .content h3 {
        font-size: 1.8rem;
        line-height: 2.6rem
    }
}

.title-and-description-section .content p {
    color: #7f8689;
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    line-height: 2.6rem
}

    .title-and-description-section .content p:not(:last-child) {
        margin-bottom: 2rem
    }

@media(max-width: 1279px) {
    .title-and-description-section .content p {
        font-size: 1.35rem;
        line-height: 2.35rem
    }
}

.title-and-description-section .content .keyword {
    color: #71b446
}

.post-container {
    margin: 0 auto;
    max-width: 164rem;
    width: 100%;
    padding: 24rem 6rem 13.5rem 6rem
}

@media(max-width: 1440px) {
    .post-container {
        max-width: 136rem
    }
}

@media(max-width: 1279px) {
    .post-container {
        padding: 20.5rem 6rem 13.5rem 6rem
    }
}

@media(max-width: 767px) {
    .post-container {
        padding: 18rem 2rem 7rem 2rem
    }
}

.recap .post-container {
    padding: 6rem 6rem 0 6rem
}

@media(max-width: 1279px) {
    .recap .post-container {
        padding: 4rem 2rem
    }
}

.post-container h1, .post-container h2, .post-container h3, .post-container p, .post-container ul, .post-container figcaption {
    max-width: 125rem;
    width: 100%;
    margin: 0 auto
}

@media(max-width: 1440px) {
    .post-container h1, .post-container h2, .post-container h3, .post-container p, .post-container ul, .post-container figcaption {
        max-width: 108rem
    }
}

.post-container strong, .post-container time {
    font-family: "Bukra Bold"
}

.post-container p {
    color: #93a1a8;
    font-family: "Bukra Regular";
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 2rem 0
}

.post-container h1, .post-container h2, .post-container h3 {
    font-family: "Bukra Bold";
    color: #1f396c
}

.post-container h1 {
    font-size: 3.6rem;
    line-height: 5rem
}

.post-container h2 {
    font-size: 3rem;
    line-height: 4.2rem
}

@media(max-width: 767px) {
    .post-container h2 {
        font-size: 1.8rem;
        line-height: 2.6rem
    }
}

.post-container h3 {
    font-size: 2.4rem;
    line-height: 3.6rem
}

@media(max-width: 767px) {
    .post-container h3 {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.post-container .post-img-gallery {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0
}

@media(max-width: 1279px) {
    .post-container .post-img-gallery {
        padding: 3.5rem 0
    }
}

.post-container .post-img-gallery figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    .post-container .post-img-gallery figure img {
        max-width: 100%;
        border-radius: 20px
    }

@media(max-width: 767px) {
    .post-container .post-img-gallery figure img {
        border-radius: 8px
    }
}

.post-container .post-img-gallery figure figcaption {
    font-family: "Bukra Regular";
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #93a1a8;
    padding-top: 2rem
}

@media(max-width: 1279px) {
    .post-container .post-img-gallery figure figcaption {
        line-height: 1.8rem
    }
}

@media(max-width: 767px) {
    .post-container .post-img-gallery figure figcaption {
        padding-top: 1.7rem;
        font-size: 1rem;
        line-height: 1.4rem
    }
}

.post-container .post-img-gallery .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .post-container .post-img-gallery .owl-dots button {
        width: 4.3rem;
        height: .4rem;
        border-radius: 3px;
        background: rgba(255,255,255,.5);
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out
    }

@media(max-width: 767px) {
    .post-container .post-img-gallery .owl-dots button {
        width: 3rem
    }
}

@media(max-width: 374px) {
    .post-container .post-img-gallery .owl-dots button {
        width: 2rem
    }
}

.ltr .post-container .post-img-gallery .owl-dots button:not(:last-child) {
    margin-right: .5rem
}

.rtl .post-container .post-img-gallery .owl-dots button:not(:last-child) {
    margin-left: .5rem
}

.post-container .post-img-gallery .owl-dots button.active {
    background: #fff
}

.post-container .news-detail-video {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0 9rem 0
}

@media(max-width: 1440px) {
    .post-container .news-detail-video {
        padding: 3rem 0
    }
}

@media(max-width: 767px) {
    .post-container .news-detail-video {
        padding: 2rem 0
    }
}

.post-container .news-detail-video img {
    max-width: 100%
}

.post-container .news-detail-video a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.post-container .news-detail-video span {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .07rem;
    line-height: 1.6rem;
    color: #fff
}

.rtl .post-container .news-detail-video span {
    letter-spacing: unset !important
}

.post-container .news-detail-video span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: .2rem solid #fff;
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem
}

.ltr .post-container .news-detail-video span i {
    margin-left: 2rem
}

.rtl .post-container .news-detail-video span i {
    margin-right: 2rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.post-container ul {
    padding: 3rem 0
}

    .post-container ul li {
        color: #93a1a8;
        font-family: "Bukra Regular";
        font-size: 1.4rem;
        line-height: 2.4rem;
        list-style: inside
    }

        .post-container ul li:not(:last-child) {
            padding-bottom: 2rem
        }

        .post-container ul li::marker {
            color: #1f396c
        }

        .post-container ul li h3 {
            display: inline
        }

.post-container .optional-documents-section {
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.75rem
}

@media(max-width: 1440px) {
    .post-container .optional-documents-section {
        padding: 3rem 0
    }
}

@media(max-width: 767px) {
    .post-container .optional-documents-section {
        margin: 0
    }
}

.post-container .optional-documents-section .file-box-container {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media(max-width: 1440px) {
    .post-container .optional-documents-section .file-box-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

@media(max-width: 1279px) {
    .post-container .optional-documents-section .file-box-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width: 767px) {
    .post-container .optional-documents-section .file-box-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.post-container .optional-documents-section .file-box-container:not(:last-child) {
    padding-bottom: 3.5rem
}

.post-container .optional-documents-section a {
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: .1rem solid #96a1a7;
    position: relative;
    border-radius: 20px;
    padding: 3.2rem;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .post-container .optional-documents-section a {
        min-height: 22rem
    }
}

@media(max-width: 1279px) {
    .post-container .optional-documents-section a {
        min-height: 15.2rem
    }
}

.post-container .optional-documents-section a:hover {
    background-color: #2882c3;
    border-color: #2882c3
}

    .post-container .optional-documents-section a:hover strong {
        color: #fff
    }

    .post-container .optional-documents-section a:hover p {
        color: #fff !important
    }

        .post-container .optional-documents-section a:hover p small {
            color: #fff !important
        }

    .post-container .optional-documents-section a:hover span b {
        opacity: 1
    }

    .post-container .optional-documents-section a:hover span i {
        border-color: #fff
    }

.post-container .optional-documents-section a strong {
    font-family: "Bukra Bold";
    font-size: 2.2rem;
    line-height: 1.25;
    color: #93a1a8;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media(max-width: 1440px) {
    .post-container .optional-documents-section a strong {
        font-size: 1.8rem
    }
}

@media(max-width: 1279px) {
    .post-container .optional-documents-section a strong {
        font-size: 1.6rem
    }
}

.post-container .optional-documents-section a .file-info p {
    color: #2881c2;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .05rem;
    line-height: 3rem;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    padding: 0;
    margin: 0
}

@media(max-width: 1440px) {
    .post-container .optional-documents-section a .file-info p {
        line-height: 2.3rem
    }
}

@media(max-width: 1279px) {
    .post-container .optional-documents-section a .file-info p {
        font-size: 1.1rem
    }
}

.rtl .post-container .optional-documents-section a .file-info p {
    letter-spacing: unset !important
}

.post-container .optional-documents-section a .file-info p small {
    color: #93a1a8;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.post-container .optional-documents-section a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1279px) {
    .post-container .optional-documents-section a span {
        position: absolute;
        bottom: 2.5rem
    }
}

.ltr .post-container .optional-documents-section a span {
    margin-left: auto
}

@media(max-width: 1279px) {
    .ltr .post-container .optional-documents-section a span {
        right: 3rem
    }
}

.rtl .post-container .optional-documents-section a span {
    margin-right: auto
}

@media(max-width: 1279px) {
    .rtl .post-container .optional-documents-section a span {
        left: 3rem
    }
}

.post-container .optional-documents-section a span b {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .05rem;
    line-height: 3rem;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media(max-width: 1440px) {
    .post-container .optional-documents-section a span b {
        font-size: 1.1rem
    }
}

@media(max-width: 1279px) {
    .post-container .optional-documents-section a span b {
        display: none
    }
}

.ltr .post-container .optional-documents-section a span b {
    margin-right: 1.5rem
}

@media(max-width: 1440px) {
    .ltr .post-container .optional-documents-section a span b {
        margin-right: 1.9rem
    }
}

.rtl .post-container .optional-documents-section a span b {
    margin-left: 1.5rem;
    letter-spacing: unset !important
}

@media(max-width: 1440px) {
    .rtl .post-container .optional-documents-section a span b {
        margin-left: 1.9rem
    }
}

.post-container .optional-documents-section a span i {
    width: 5.2rem;
    height: 5.2rem;
    border: .2rem solid #2882c3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .post-container .optional-documents-section a span i {
        width: 5.5rem;
        height: 5.5rem
    }
}

@media(max-width: 1279px) {
    .post-container .optional-documents-section a span i {
        width: 5.2rem;
        height: 5.2rem
    }
}

.post-container .optional-documents-section a span i svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

    .post-container .optional-documents-section a span i svg path {
        stroke: #2882c3
    }

.post-container .optional-link-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 0
}

@media(max-width: 1440px) {
    .post-container .optional-link-section {
        padding: 3rem 0
    }
}

.post-container .optional-link-section + .optional-link-section {
    padding-top: 0 !important
}

.post-container .optional-link-section a {
    width: 100%;
    min-height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 5rem 7rem
}

@media(max-width: 1279px) {
    .post-container .optional-link-section a {
        padding: 4rem 5rem
    }
}

@media(max-width: 767px) {
    .post-container .optional-link-section a {
        padding: 3.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 374px) {
    .post-container .optional-link-section a {
        padding: 3rem
    }
}

.post-container .optional-link-section a:not(:last-child) {
    margin-bottom: 4rem
}

@media(max-width: 374px) {
    .post-container .optional-link-section a:not(:last-child) {
        margin-bottom: 3rem
    }
}

.post-container .optional-link-section a.colored-bg {
    background: -webkit-gradient(linear, left top, right top, from(#24b4ba), to(#1f396c));
    background: linear-gradient(to right, #24b4ba, #1f396c)
}

@media(max-width: 767px) {
    .post-container .optional-link-section a.colored-bg {
        background: -webkit-gradient(linear, right top, left bottom, from(#1f396c), to(#24b4ba));
        background: linear-gradient(to bottom left, #1f396c, #24b4ba)
    }
}

.post-container .optional-link-section a.colored-bg strong, .post-container .optional-link-section a.colored-bg span {
    color: #fff
}

.post-container .optional-link-section a.transparent-bg {
    border: .3rem solid #24b4ba
}

    .post-container .optional-link-section a.transparent-bg strong, .post-container .optional-link-section a.transparent-bg small {
        color: #24b4ba
    }

.post-container .optional-link-section strong {
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4rem
}

@media(max-width: 767px) {
    .post-container .optional-link-section strong {
        margin: 0 0 2.4rem 0 !important
    }
}

@media(max-width: 374px) {
    .post-container .optional-link-section strong {
        margin: 0 0 2rem 0 !important;
        font-size: 2.4rem;
        line-height: 3.4rem
    }
}

.ltr .post-container .optional-link-section strong {
    margin-right: 7rem
}

.rtl .post-container .optional-link-section strong {
    margin-left: 7rem
}

.post-container .optional-link-section span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 3.2rem;
    max-width: 45.5rem;
    width: 100%;
    font-family: "Bukra Bold"
}

@media(max-width: 767px) {
    .post-container .optional-link-section span {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media(max-width: 767px) {
    .ltr .post-container .optional-link-section span {
        margin-left: auto
    }
}

@media(max-width: 767px) {
    .rtl .post-container .optional-link-section span {
        margin-right: auto
    }
}

.post-container .optional-link-section p {
    max-width: 45.5rem;
    width: 100%;
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-family: "Bukra Bold";
    margin: 0;
    padding: 0;
    color: #fff
}

@media(max-width: 767px) {
    .post-container .optional-link-section p {
        font-size: 1.4rem;
        line-height: 2.6rem
    }
}

@media(max-width: 374px) {
    .post-container .optional-link-section p {
        font-size: 1.3rem;
        line-height: 2.5rem
    }
}

.post-container .optional-link-section b {
    display: block
}

.post-container .optional-link-section small {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem
}

@media(max-width: 1279px) {
    .post-container .optional-link-section small {
        max-width: 12.1rem;
        width: 100%
    }
}

@media(max-width: 374px) {
    .post-container .optional-link-section small {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

.ltr .post-container .optional-link-section small {
    margin-right: 1.5rem
}

@media(max-width: 1279px) {
    .ltr .post-container .optional-link-section small {
        margin-right: 2rem
    }
}

@media(max-width: 374px) {
    .ltr .post-container .optional-link-section small {
        margin-right: 1.5rem
    }
}

.rtl .post-container .optional-link-section small {
    margin-left: 1.5rem;
    letter-spacing: unset
}

@media(max-width: 1279px) {
    .rtl .post-container .optional-link-section small {
        margin-left: 2rem
    }
}

@media(max-width: 374px) {
    .rtl .post-container .optional-link-section small {
        margin-left: 1.5rem
    }
}

.post-container .optional-link-section i {
    width: 6.2rem;
    height: 6.2rem;
    border: .2rem solid #24b4ba;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ltr .post-container .optional-link-section i svg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rtl .post-container .optional-link-section i svg {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.interactive-map {
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.ltr .interactive-map {
    padding: 8.6rem 6rem 8.6rem 6rem
}

@media(max-width: 1440px) {
    .ltr .interactive-map {
        padding: 7rem 2rem 7em 10rem
    }
}

@media(max-width: 1279px) {
    .ltr .interactive-map {
        padding: 6rem
    }
}

@media(max-width: 767px) {
    .ltr .interactive-map {
        padding: 4rem 3rem
    }
}

.rtl .interactive-map {
    padding: 8.6rem 6rem 8.6rem 6rem
}

@media(max-width: 1440px) {
    .rtl .interactive-map {
        padding: 7rem 10rem 7rem 2rem
    }
}

@media(max-width: 1279px) {
    .rtl .interactive-map {
        padding: 6rem
    }
}

@media(max-width: 767px) {
    .rtl .interactive-map {
        padding: 4rem 3rem
    }
}

.interactive-map .vertical-locations {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    color: #b4bdc1;
    margin-top: auto;
    margin-bottom: auto
}

@media(max-width: 1440px) {
    .interactive-map .vertical-locations {
        font-size: 2.8rem
    }
}

@media(max-width: 1279px) {
    .interactive-map .vertical-locations {
        display: none
    }
}

.ltr .interactive-map .vertical-locations {
    margin-right: 7rem;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 1440px) {
    .ltr .interactive-map .vertical-locations {
        margin-right: 5rem
    }
}

.rtl .interactive-map .vertical-locations {
    margin-left: 7rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media(max-width: 1440px) {
    .rtl .interactive-map .vertical-locations {
        margin-left: 5rem
    }
}

.interactive-map #map-people-and-culture {
    max-width: 84rem;
    width: 100%
}

    .interactive-map #map-people-and-culture svg {
        width: 100%;
        max-width: 900px
    }

        .interactive-map #map-people-and-culture svg .path {
            -webkit-transition: fill .2s ease-in-out;
            transition: fill .2s ease-in-out;
            cursor: pointer
        }

            .interactive-map #map-people-and-culture svg .path:hover {
                fill: #4dd0d3
            }

            .interactive-map #map-people-and-culture svg .path.selected {
                fill: #25b4ba
            }

.interactive-map .borders-slider {
    max-width: 56.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media(max-width: 1279px) {
    .interactive-map .borders-slider {
        max-width: 100%
    }
}

.interactive-map .borders-slider .animated {
    -webkit-animation-duration: .02s !important;
    animation-duration: .02s !important
}

.interactive-map .borders-slider .owl-item:not(.active) {
    opacity: 0
}

.interactive-map .border-item {
    width: 100%
}

.interactive-map h3 {
    font-family: "Bukra Bold";
    font-size: 8.4rem;
    line-height: 9.4rem;
    color: #24b4ba;
    width: 100%
}

@media(max-width: 1440px) {
    .interactive-map h3 {
        font-size: 6.6rem;
        line-height: 7.4rem
    }
}

@media(max-width: 1279px) {
    .interactive-map h3 {
        font-size: 3.6rem;
        line-height: 4.8rem;
        text-align: center
    }
}

@media(max-width: 767px) {
    .interactive-map h3 {
        font-size: 2.8rem;
        line-height: 4rem
    }
}

@media(max-width: 374px) {
    .interactive-map h3 {
        font-size: 2rem;
        line-height: 3.2rem
    }
}

.interactive-map p {
    font-family: "Bukra Regular";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #93a1a8;
    margin: 2rem 0 4.8rem 0
}

@media(max-width: 1279px) {
    .interactive-map p {
        line-height: 2rem;
        text-align: center;
        max-width: 32rem;
        width: 100%;
        margin: 8.7rem auto 3.6rem auto
    }
}

@media(max-width: 767px) {
    .interactive-map p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin: 4.9rem auto 2.3rem auto
    }
}

.interactive-map h4 {
    font-family: "Bukra Bold";
    font-size: 2.8rem;
    line-height: 1.2;
    color: #b4bdc1;
    text-align: center;
    margin-bottom: 2.8rem;
    display: none
}

@media(max-width: 1279px) {
    .interactive-map h4 {
        display: block
    }
}

@media(max-width: 767px) {
    .interactive-map h4 {
        font-size: 2rem;
        margin-bottom: 1.2rem
    }
}

.interactive-map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5rem
}

@media(max-width: 1440px) {
    .interactive-map ul {
        margin: 0 -1.25rem
    }
}

@media(max-width: 1279px) {
    .interactive-map ul {
        margin: 0 -0.6rem
    }
}

@media(max-width: 767px) {
    .interactive-map ul {
        margin: 0
    }
}

.interactive-map li {
    padding: 0 1.5rem 3rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media(max-width: 1440px) {
    .interactive-map li {
        padding: 0 1.25rem 2.5rem 1.25rem
    }
}

@media(max-width: 1279px) {
    .interactive-map li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        padding: 0 .6rem 1.2rem .6rem
    }
}

@media(max-width: 767px) {
    .interactive-map li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 2rem 0
    }
}

@media(max-width: 1279px) {
    .ltr .interactive-map li:first-child {
        margin-left: auto
    }

    .rtl .interactive-map li:first-child {
        margin-right: auto
    }
}

@media(max-width: 1279px) {
    .ltr .interactive-map li:last-child {
        margin-right: auto
    }

    .rtl .interactive-map li:last-child {
        margin-left: auto
    }
}

.interactive-map a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 14.2rem;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 20px;
    padding: 2.5rem 2rem
}

    .interactive-map a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-family: "Bukra Bold";
        font-size: 1.6rem;
        line-height: 1.2;
        color: #fff;
        width: 100%
    }

@media(max-width: 1440px) {
    .interactive-map a span {
        font-size: 1.4rem
    }
}

@media(max-width: 1279px) {
    .interactive-map a span {
        font-size: 1.3rem
    }
}

@media(max-width: 767px) {
    .interactive-map a span {
        font-size: 1.4rem
    }
}

.interactive-map a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.ltr .interactive-map a svg {
    margin-left: .5rem
}

.rtl .interactive-map a svg {
    margin-right: .5rem
}

.interactive-map .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 4.2rem
}

@media(max-width: 1279px) {
    .interactive-map .owl-nav {
        margin-bottom: 0;
        position: absolute;
        top: 8rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media(max-width: 767px) {
    .interactive-map .owl-nav {
        top: 5rem
    }
}

@media(max-width: 374px) {
    .interactive-map .owl-nav {
        top: 4.2rem
    }
}

.interactive-map .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.ltr .interactive-map .owl-nav button:not(:last-child) {
    margin-right: 4rem
}

@media(max-width: 1440px) {
    .ltr .interactive-map .owl-nav button:not(:last-child) {
        margin-right: 5.2rem
    }
}

@media(max-width: 1279px) {
    .ltr .interactive-map .owl-nav button:not(:last-child) {
        margin-right: 9rem
    }
}

.rtl .interactive-map .owl-nav button:not(:last-child) {
    margin-left: 4rem
}

@media(max-width: 1440px) {
    .rtl .interactive-map .owl-nav button:not(:last-child) {
        margin-left: 5.2rem
    }
}

@media(max-width: 1279px) {
    .rtl .interactive-map .owl-nav button:not(:last-child) {
        margin-left: 9rem
    }
}

.interactive-map .owl-nav button.disabled {
    opacity: .5
}

    .interactive-map .owl-nav button.disabled span {
        display: block !important
    }

@media(max-width: 1279px) {
    .interactive-map .owl-nav button.disabled span {
        display: none !important
    }
}

.interactive-map .owl-nav span {
    margin: 0 2rem;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #9daab0
}

@media(max-width: 1440px) {
    .interactive-map .owl-nav span {
        font-size: .9rem;
        line-height: 1.1rem;
        margin: 0 1.5rem
    }
}

@media(max-width: 1279px) {
    .interactive-map .owl-nav span {
        display: none !important
    }
}

.rtl .interactive-map .owl-nav span {
    letter-spacing: unset !important
}

.interactive-map .owl-nav img {
    width: 8rem;
    height: 8rem
}

@media(max-width: 1440px) {
    .interactive-map .owl-nav img {
        width: 6rem;
        height: 6rem
    }
}

@media(max-width: 1279px) {
    .interactive-map .owl-nav img {
        width: 2rem;
        height: 2rem
    }
}

.rtl .interactive-map .owl-nav img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.interactive-map .slide-index {
    bottom: unset;
    top: 14.2rem;
    color: #93a1a8
}

@media(max-width: 1279px) {
    .interactive-map .slide-index {
        display: block
    }
}

@media(max-width: 767px) {
    .interactive-map .slide-index {
        top: 9.1rem
    }
}

@media(max-width: 374px) {
    .interactive-map .slide-index {
        top: 8.3rem
    }
}

.interactive-map .slide-index .total-slide {
    color: rgba(147,161,168,.5)
}

.map-hover-box {
    z-index: 100;
    position: absolute;
    min-width: 10rem;
    height: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem;
    background-color: #fff;
    color: #25b4ba;
    font-size: 1.6rem;
    font-family: "Bukra Bold"
}

.section-1 {
    width: 100%;
    overflow: hidden;
    margin: 5rem 0 15.1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1440px) {
    .section-1 {
        margin: 3rem 0 14.4rem 0
    }
}

@media(max-width: 1279px) {
    .section-1 {
        margin: 2rem 0 6.5rem 0
    }
}

@media(max-width: 767px) {
    .section-1 {
        margin: 1rem 0 7.5rem 0
    }
}

@media(max-width: 375px) {
    .section-1 {
        padding: 0 3rem
    }
}

.section-1 .section-1-wrapper {
    position: relative
}

    .section-1 .section-1-wrapper picture img {
        max-width: 100%
    }

    .section-1 .section-1-wrapper .section-1-img-container {
        position: relative;
        overflow-x: hidden;
        height: 87rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

@media(max-width: 1500px) {
    .section-1 .section-1-wrapper .section-1-img-container {
        height: 69.2rem
    }
}

@media(max-width: 1200px) {
    .section-1 .section-1-wrapper .section-1-img-container {
        height: 41rem
    }
}

@media(max-width: 715px) {
    .section-1 .section-1-wrapper .section-1-img-container {
        height: 25rem
    }
}

.section-1 .section-1-wrapper .section-1-img-container .section-1-img img {
    position: absolute;
    bottom: .2rem
}

.ltr .section-1 .section-1-wrapper .section-1-img-container .section-1-img img {
    right: 1.5rem
}

.rtl .section-1 .section-1-wrapper .section-1-img-container .section-1-img img {
    left: 1.5rem
}

.section-1 .section-1-wrapper .section-1-content {
    position: absolute;
    bottom: 5.5rem
}

@media(max-width: 1440px) {
    .section-1 .section-1-wrapper .section-1-content {
        bottom: 5.3rem
    }
}

@media(max-width: 1279px) {
    .section-1 .section-1-wrapper .section-1-content {
        bottom: 3.6rem
    }
}

@media(max-width: 767px) {
    .section-1 .section-1-wrapper .section-1-content {
        position: relative;
        left: 0;
        bottom: 2rem;
        padding: 3rem;
        border: .1rem solid rgba(112,112,112,.2);
        border-radius: 20px;
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

.ltr .section-1 .section-1-wrapper .section-1-content {
    left: 9.3rem
}

@media(max-width: 1440px) {
    .ltr .section-1 .section-1-wrapper .section-1-content {
        left: 5.7rem
    }
}

@media(max-width: 1279px) {
    .ltr .section-1 .section-1-wrapper .section-1-content {
        left: 3.8rem
    }
}

@media(max-width: 767px) {
    .ltr .section-1 .section-1-wrapper .section-1-content {
        left: 0
    }
}

.rtl .section-1 .section-1-wrapper .section-1-content {
    right: 9.3rem
}

@media(max-width: 1440px) {
    .rtl .section-1 .section-1-wrapper .section-1-content {
        right: 5.7rem
    }
}

@media(max-width: 1279px) {
    .rtl .section-1 .section-1-wrapper .section-1-content {
        right: 3.8rem
    }
}

@media(max-width: 767px) {
    .rtl .section-1 .section-1-wrapper .section-1-content {
        right: 0
    }
}

.section-1 .section-1-wrapper .section-1-content span {
    font-family: "Bukra Bold";
    font-size: 2.2rem;
    line-height: 3.3rem;
    color: #22a8ad;
    max-width: 50rem;
    display: block;
    margin-bottom: 4rem
}

@media(max-width: 1440px) {
    .section-1 .section-1-wrapper .section-1-content span {
        max-width: 40rem;
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-bottom: 3rem
    }
}

@media(max-width: 1279px) {
    .section-1 .section-1-wrapper .section-1-content span {
        max-width: 30rem;
        font-size: 1.1rem;
        line-height: 2.1rem;
        margin-bottom: 2rem
    }
}

.section-1 .section-1-wrapper .section-1-content p {
    font-family: "Bukra Bold";
    font-size: 4rem;
    line-height: 5.4rem;
    color: #fff;
    max-width: 45.5rem;
    width: 100%
}

@media(max-width: 1440px) {
    .section-1 .section-1-wrapper .section-1-content p {
        font-size: 3rem;
        line-height: 4.2rem;
        max-width: 34.1rem
    }
}

@media(max-width: 1279px) {
    .section-1 .section-1-wrapper .section-1-content p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        max-width: 20.5rem
    }
}

@media(max-width: 767px) {
    .section-1 .section-1-wrapper .section-1-content p {
        color: #7f8689;
        max-width: 21rem
    }
}

.section-2 {
    overflow: hidden;
    max-width: 134.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.6rem
}

@media(max-width: 1440px) {
    .section-2 {
        margin-bottom: 7rem
    }
}

@media(max-width: 1279px) {
    .section-2 {
        margin-bottom: 5rem
    }
}

@media(max-width: 767px) {
    .section-2 {
        margin-bottom: 3rem;
        padding: 0 3rem
    }
}

.section-2 h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 13rem;
    color: #1f396c
}

@media(max-width: 1440px) {
    .section-2 h2 {
        font-size: 3rem;
        line-height: 11.2rem
    }
}

@media(max-width: 1279px) {
    .section-2 h2 {
        font-size: 2.2rem;
        line-height: 9.7rem
    }
}

.section-2 .section-2-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(max-width: 767px) {
    .section-2 .section-2-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-2 .section-2-row:not(:last-child) {
    margin-bottom: 7rem
}

@media(max-width: 1440px) {
    .section-2 .section-2-row:not(:last-child) {
        margin-bottom: 6.3rem
    }
}

@media(max-width: 1279px) {
    .section-2 .section-2-row:not(:last-child) {
        margin-bottom: 4.7rem
    }
}

@media(max-width: 767px) {
    .section-2 .section-2-row:not(:last-child) {
        margin-bottom: 0
    }
}

.section-2 .section-2-row .objective-box {
    width: 100%
}

.ltr .section-2 .section-2-row .objective-box:first-child {
    margin-right: 14.1rem
}

@media(max-width: 1440px) {
    .ltr .section-2 .section-2-row .objective-box:first-child {
        margin-right: 16.3rem
    }
}

@media(max-width: 1279px) {
    .ltr .section-2 .section-2-row .objective-box:first-child {
        margin-right: 7.9rem
    }
}

.section-2 .section-2-row .objective-box:first-child .rtl {
    margin-left: 14.1rem
}

@media(max-width: 1440px) {
    .section-2 .section-2-row .objective-box:first-child .rtl {
        margin-left: 16.3rem
    }
}

@media(max-width: 1279px) {
    .section-2 .section-2-row .objective-box:first-child .rtl {
        margin-left: 7.9rem
    }
}

@media(max-width: 767px) {
    .section-2 .section-2-row .objective-box {
        margin-bottom: 4.4rem
    }
}

@media(max-width: 767px) {
    .ltr .section-2 .section-2-row .objective-box {
        margin-right: 0
    }
}

@media(max-width: 767px) {
    .rtl .section-2 .section-2-row .objective-box {
        margin-left: 0
    }
}

.section-2 .section-2-row .objective-box.objective-1 strong, .section-2 .section-2-row .objective-box.objective-1 p {
    color: #1f396c
}

.section-2 .section-2-row .objective-box.objective-2 strong, .section-2 .section-2-row .objective-box.objective-2 p {
    color: #24b4ba
}

.section-2 .section-2-row .objective-box.objective-3 strong, .section-2 .section-2-row .objective-box.objective-3 p {
    color: #2882c3
}

.section-2 .section-2-row .objective-box.objective-4 strong, .section-2 .section-2-row .objective-box.objective-4 p {
    color: #93a1a8
}

.section-3 {
    width: 100%;
    overflow: hidden
}

    .section-3 h2 {
        text-align: center;
        font-family: "Bukra Bold";
        font-size: 3.6rem;
        color: #93a1a8;
        padding-top: 11.8rem
    }

@media(max-width: 1440px) {
    .section-3 h2 {
        font-size: 3rem;
        padding-top: 12.5rem
    }
}

@media(max-width: 1279px) {
    .section-3 h2 {
        font-size: 2.2rem;
        padding-top: 9.5rem
    }
}

@media(max-width: 767px) {
    .section-3 h2 {
        padding-top: 6.5rem
    }
}

.section-3 .section-3-container {
    max-width: 142rem;
    width: 100%;
    margin: 8rem auto;
    padding: 0 5.4rem
}

@media(max-width: 1440px) {
    .section-3 .section-3-container {
        margin: 7.5rem auto
    }
}

@media(max-width: 1279px) {
    .section-3 .section-3-container {
        margin: 5.5rem auto
    }
}

@media(max-width: 767px) {
    .section-3 .section-3-container {
        margin: 4.6rem auto;
        padding: 0 3rem
    }
}

.section-3 .section-3-container .section-3-item {
    position: relative;
    width: 100%;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 7rem 10rem;
    overflow: hidden
}

@media(max-width: 1440px) {
    .section-3 .section-3-container .section-3-item {
        height: 18rem;
        padding: 6.3rem 5rem
    }
}

@media(max-width: 1279px) {
    .section-3 .section-3-container .section-3-item {
        height: 16rem;
        padding: 5.3rem 4rem
    }
}

@media(max-width: 767px) {
    .section-3 .section-3-container .section-3-item {
        height: 14rem;
        padding: 4.3rem 3rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section-3 .section-3-container .section-3-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.section-3 .section-3-container .section-3-item:not(:last-child) {
    margin-bottom: 3rem
}

@media(max-width: 1440px) {
    .section-3 .section-3-container .section-3-item:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media(max-width: 1279px) {
    .section-3 .section-3-container .section-3-item:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media(max-width: 767px) {
    .section-3 .section-3-container .section-3-item:not(:last-child) {
        margin-bottom: 2rem
    }
}

.section-3 .section-3-container .section-3-item picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .section-3 .section-3-container .section-3-item picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

.section-3 .section-3-container .section-3-item p {
    z-index: 1;
    position: absolute;
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4.4rem;
    letter-spacing: -0.25rem;
    color: #fff;
    max-width: 50%;
    text-align: center
}

@media(max-width: 1279px) {
    .section-3 .section-3-container .section-3-item p {
        font-size: 2.4rem
    }
}

@media(max-width: 767px) {
    .section-3 .section-3-container .section-3-item p {
        font-size: 1.8rem;
        letter-spacing: 0;
        text-align: left;
        max-width: 70%
    }
}

.rtl .section-3 .section-3-container .section-3-item p {
    letter-spacing: unset !important
}

.ltr .section-3 .section-3-container .section-3-item a {
    margin-left: auto
}

.rtl .section-3 .section-3-container .section-3-item a {
    margin-right: auto
}

.section-3 .section-3-container .section-3-item a:hover strong {
    color: #24b4ba
}

.section-3 .section-3-container .section-3-item a:hover small {
    background-color: #fff !important
}

    .section-3 .section-3-container .section-3-item a:hover small path {
        stroke: #24b4ba
    }

.section-3 .section-3-container .section-3-item a small {
    border-color: #fff
}

    .section-3 .section-3-container .section-3-item a small path {
        stroke: #fff
    }

@media(max-width: 1279px) {
    .section-3 .section-3-container .section-3-item a:hover small i {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(max-width: 1279px) {
    .section-3 .section-3-container .section-3-item a strong {
        display: none
    }
}

.section-3-2 {
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(18.5rem, #f2f2f2), color-stop(0%, rgba(242, 242, 242, 0)));
    background: linear-gradient(to top, #f2f2f2 18.5rem, rgba(242, 242, 242, 0) 0%);
    background-position: 50%;
    padding: 5rem 0
}

@media(max-width: 1440px) {
    .section-3-2 {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(16.5rem, #f2f2f2), color-stop(0%, rgba(242, 242, 242, 0)));
        background: linear-gradient(to top, #f2f2f2 16.5rem, rgba(242, 242, 242, 0) 0%)
    }
}

@media(max-width: 1279px) {
    .section-3-2 {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(14.8rem, #f2f2f2), color-stop(0%, rgba(242, 242, 242, 0)));
        background: linear-gradient(to top, #f2f2f2 14.8rem, rgba(242, 242, 242, 0) 0%)
    }
}

@media(max-width: 767px) {
    .section-3-2 {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(17rem, #f2f2f2), color-stop(0%, rgba(242, 242, 242, 0)));
        background: linear-gradient(to top, #f2f2f2 17rem, rgba(242, 242, 242, 0) 0%)
    }
}

.section-3-2-container {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto
}

@media(max-width: 767px) {
    .section-3-2-container {
        padding: 0
    }
}

.section-3-2-container .section-3-2-slider {
    overflow: visible !important
}

.ltr .section-3-2-container .section-3-2-slider {
    padding: 0 5.4rem
}

@media(max-width: 1440px) {
    .ltr .section-3-2-container .section-3-2-slider {
        padding: 0 5.4rem
    }
}

@media(max-width: 1279px) {
    .ltr .section-3-2-container .section-3-2-slider {
        padding: 0 5.4rem
    }
}

@media(max-width: 767px) {
    .ltr .section-3-2-container .section-3-2-slider {
        padding: 0 2.2rem
    }
}

.rtl .section-3-2-container .section-3-2-slider {
    padding: 0 5.4rem
}

@media(max-width: 1440px) {
    .rtl .section-3-2-container .section-3-2-slider {
        padding: 0 5.4rem
    }
}

@media(max-width: 1279px) {
    .rtl .section-3-2-container .section-3-2-slider {
        padding: 0 5.4rem
    }
}

@media(max-width: 767px) {
    .rtl .section-3-2-container .section-3-2-slider {
        padding: 0 2.2rem
    }
}

.section-3-2-container .section-3-2-slider .owl-stage {
    margin: 0 auto
}

.section-3-2-container .section-3-2-slider .owl-stage-outer .owl-item:last-child {
    margin-right: 0 !important
}

.section-3-2-container .section-3-2-slider .section-3-2-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.6rem
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider .section-3-2-slider-nav {
        margin-bottom: 3.1rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider .section-3-2-slider-nav {
        margin-bottom: 2.2rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider .section-3-2-slider-nav {
        margin-bottom: 2.3rem
    }
}

.section-3-2-container .section-3-2-slider .swiper-button-next, .section-3-2-container .section-3-2-slider .swiper-button-prev {
    position: unset;
    width: 7.2rem;
    margin-top: unset
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider .swiper-button-next, .section-3-2-container .section-3-2-slider .swiper-button-prev {
        width: 5.2rem
    }
}

.section-3-2-container .section-3-2-slider .swiper-button-next::before, .section-3-2-container .section-3-2-slider .swiper-button-next::after, .section-3-2-container .section-3-2-slider .swiper-button-prev::before, .section-3-2-container .section-3-2-slider .swiper-button-prev::after {
    display: none
}

.section-3-2-container .section-3-2-slider .swiper-button-next img, .section-3-2-container .section-3-2-slider .swiper-button-prev img {
    max-width: 100%
}

.ltr .section-3-2-container .section-3-2-slider .swiper-button-next {
    margin-left: 3rem
}

.rtl .section-3-2-container .section-3-2-slider .swiper-button-next {
    margin-right: 3rem
}

.ltr .section-3-2-container .section-3-2-slider .swiper-button-next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .section-3-2-container .section-3-2-slider .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-3-2-container h3 {
    text-align: center;
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    color: #93a1a8;
    line-height: 13rem;
    width: 100%
}

@media(max-width: 1440px) {
    .section-3-2-container h3 {
        font-size: 3rem;
        line-height: 10.8rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container h3 {
        line-height: 8.8rem;
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container h3 {
        line-height: 3.2rem;
        margin-bottom: 2.3rem;
        max-width: 19.6rem;
        margin-left: auto;
        margin-right: auto
    }
}

.section-3-2-container .section-3-2-slider-box {
    width: 30rem;
    min-height: 37.1rem;
    border-radius: 20px;
    background-color: #f2f2f2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 3rem
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider-box {
        width: 23.5rem;
        min-height: 31.5rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider-box {
        width: 20rem;
        min-height: 26.8rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider-box {
        width: 22rem;
        min-height: 32.6rem
    }
}

.section-3-2-container .section-3-2-slider-box:hover .section-3-2-slider-box-bottom::before {
    -webkit-transform: translateY(-1.8rem);
    transform: translateY(-1.8rem)
}

.section-3-2-container .section-3-2-slider-box:hover p {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.ltr .section-3-2-container .section-3-2-slider-box:first-child {
    margin-left: auto !important
}

.ltr .section-3-2-container .section-3-2-slider-box:last-child {
    margin-right: auto !important
}

.rtl .section-3-2-container .section-3-2-slider-box:first-child {
    margin-right: auto !important
}

.rtl .section-3-2-container .section-3-2-slider-box:last-child {
    margin-left: auto !important
}

.section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0;
    min-height: 18rem;
    text-align: center;
    padding: 1rem 0 2rem 0
}

.section-3-2-container .section-3-2-slider-box strong {
    font-family: "Bukra Bold";
    font-size: 5.2rem;
    line-height: 7.4rem;
    letter-spacing: -0.05rem
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider-box strong {
        font-size: 5rem;
        line-height: 6.2rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider-box strong {
        font-size: 4.3rem;
        line-height: 5.1rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider-box strong {
        font-size: 5.2rem;
        line-height: 6.2rem
    }
}

.rtl .section-3-2-container .section-3-2-slider-box strong {
    letter-spacing: unset !important
}

.section-3-2-container .section-3-2-slider-box strong i {
    font-size: 2rem
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider-box strong i {
        font-size: 1.7rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider-box strong i {
        font-size: 1.3rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider-box strong i {
        font-size: 1.5rem
    }
}

.section-3-2-container .section-3-2-slider-box strong span {
    font-size: 5.2rem
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider-box strong span {
        font-size: 4.4rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider-box strong span {
        font-size: 3.7rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider-box strong span {
        font-size: 4.4rem
    }
}

.section-3-2-container .section-3-2-slider-box strong sup {
    font-size: 3rem;
    vertical-align: super
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider-box strong sup {
        font-size: 2.7rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider-box strong sup {
        font-size: 2.4rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider-box strong sup {
        font-size: 3rem
    }
}

.section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom {
    width: 100%;
    min-height: 13.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 100%;
    padding: 1rem 3rem;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    position: relative
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom {
        min-height: 11.5rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom {
        min-height: 9.8rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom {
        min-height: 12rem
    }
}

.section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 0 0 20px 20px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: -1 !important
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom::before {
        height: 11.5rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom::before {
        height: 9.8rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom::before {
        height: 12rem
    }
}

.section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #fff;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media(max-width: 1440px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom p {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

@media(max-width: 1279px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media(max-width: 767px) {
    .section-3-2-container .section-3-2-slider-box .section-3-2-slider-box-bottom p {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-1::before {
    background-color: #1f396c
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-1 strong {
    color: #1f396c
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-1 .section-3-2-slider-box-bottom {
    background-color: #1f396c
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-2::before {
    background-color: #0763a5
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-2 strong {
    color: #0763a5
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-2 .section-3-2-slider-box-bottom {
    background-color: #0763a5
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-3::before {
    background-color: #22a8ad
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-3 strong {
    color: #22a8ad
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-3 .section-3-2-slider-box-bottom {
    background-color: #22a8ad
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-4::before {
    background-color: #71b446
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-4 strong {
    color: #71b446
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-4 .section-3-2-slider-box-bottom {
    background-color: #71b446
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-5::before {
    background-color: #93a1a8
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-5 strong {
    color: #93a1a8
}

.section-3-2-container .section-3-2-slider-box.section-3-slider-5 .section-3-2-slider-box-bottom {
    background-color: #93a1a8
}

.section-4 {
    padding: 10rem 0 8rem 0;
    background-color: #f2f2f2;
    width: 100%;
    overflow-x: hidden
}

.ltr .section-4 {
    padding: 5rem 0 5rem 5.4rem
}

@media(max-width: 1440px) {
    .ltr .section-4 {
        padding: 8rem 0 8rem 5.4rem
    }
}

@media(max-width: 1279px) {
    .ltr .section-4 {
        padding: 7rem 0 7rem 5.4rem
    }
}

@media(max-width: 767px) {
    .ltr .section-4 {
        padding: 6rem 0
    }
}

.rtl .section-4 {
    padding: 5rem 5.4rem 5rem 0
}

@media(max-width: 1440px) {
    .rtl .section-4 {
        padding: 8rem 5.4rem 8rem 0
    }
}

@media(max-width: 1279px) {
    .rtl .section-4 {
        padding: 7rem 5.4rem 7rem 0
    }
}

@media(max-width: 767px) {
    .rtl .section-4 {
        padding: 6rem 0
    }
}

.section-4 .section-4-inner-container {
    max-width: 151rem;
    width: 100%;
    margin: 0 auto
}

    .section-4 .section-4-inner-container .owl-stage {
        margin: 0 auto
    }

.section-4 h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    width: 100%;
    color: #93a1a8;
    text-align: center
}

@media(max-width: 1440px) {
    .section-4 h2 {
        font-size: 3rem
    }
}

@media(max-width: 1279px) {
    .section-4 h2 {
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .section-4 h2 {
        max-width: 16.8rem;
        line-height: 3.2rem;
        margin: 0 auto
    }
}

.section-4 .slider-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

    .section-4 .slider-6 .owl-stage-outer {
        overflow: visible
    }

        .section-4 .slider-6 .owl-stage-outer .owl-item:nth-child(2n) {
            margin-top: 4rem
        }

@media(max-width: 767px) {
    .section-4 .slider-6 .owl-stage-outer .owl-item:nth-child(2n) {
        margin-top: 0
    }
}

.section-4 .slider-6 .slider-6-box {
    width: 27.8rem;
    height: 37.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: .5rem solid;
    border-radius: 20px;
    padding: 4rem 2.5rem 3rem 2.5rem
}

@media(max-width: 1440px) {
    .section-4 .slider-6 .slider-6-box {
        width: 23.5rem;
        height: 31.5rem;
        padding: 3rem 2.5rem 2.5rem 2.5rem
    }
}

@media(max-width: 1279px) {
    .section-4 .slider-6 .slider-6-box {
        width: 20rem;
        height: 27rem;
        padding: 3rem 2.5rem 3rem 2.5rem
    }
}

@media(max-width: 767px) {
    .section-4 .slider-6 .slider-6-box {
        width: 25rem;
        height: 33.7rem;
        padding: 3rem 2.5rem 3rem 2.5rem
    }
}

.section-4 .slider-6 .slider-6-box:hover h3::after {
    width: calc(100% + 6rem)
}

.section-4 .slider-6 .slider-6-box:hover h3 span {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.section-4 .slider-6 .slider-6-box h3 {
    font-family: "Bukra Bold";
    font-size: 2.4rem;
    position: relative;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1440px) {
    .section-4 .slider-6 .slider-6-box h3 {
        font-size: 1.8rem;
        padding-bottom: 2.3rem
    }
}

@media(max-width: 1279px) {
    .section-4 .slider-6 .slider-6-box h3 {
        font-size: 1.5rem;
        padding-bottom: 2rem
    }
}

@media(max-width: 767px) {
    .section-4 .slider-6 .slider-6-box h3 {
        font-size: 2rem;
        padding-bottom: 2.4rem
    }
}

.section-4 .slider-6 .slider-6-box h3 span {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.ltr .section-4 .slider-6 .slider-6-box h3 span {
    margin-right: auto
}

.rtl .section-4 .slider-6 .slider-6-box h3 span {
    margin-left: auto
}

.section-4 .slider-6 .slider-6-box h3::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: .5rem;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

@media(max-width: 1440px) {
    .section-4 .slider-6 .slider-6-box h3::after {
        height: .4rem
    }
}

@media(max-width: 1279px) {
    .section-4 .slider-6 .slider-6-box h3::after {
        height: .3rem
    }
}

@media(max-width: 767px) {
    .section-4 .slider-6 .slider-6-box h3::after {
        height: .4rem
    }
}

.section-4 .slider-6 .slider-6-box p {
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    line-height: 2rem
}

@media(max-width: 1440px) {
    .section-4 .slider-6 .slider-6-box p {
        font-size: 1.3rem;
        line-height: 1.6rem
    }
}

@media(max-width: 1279px) {
    .section-4 .slider-6 .slider-6-box p {
        font-size: 1.1rem;
        line-height: 1.6rem
    }
}

@media(max-width: 767px) {
    .section-4 .slider-6 .slider-6-box p {
        font-size: 1.4rem;
        line-height: 1.9rem
    }
}

.section-4 .slider-6 .slider-6-box.box-1 {
    border-color: #1f396c
}

    .section-4 .slider-6 .slider-6-box.box-1 h3::after {
        background-color: #1f396c
    }

    .section-4 .slider-6 .slider-6-box.box-1 h3, .section-4 .slider-6 .slider-6-box.box-1 p {
        color: #1f396c
    }

.section-4 .slider-6 .slider-6-box.box-2 {
    border-color: #2882c3
}

    .section-4 .slider-6 .slider-6-box.box-2 h3::after {
        background-color: #2882c3
    }

    .section-4 .slider-6 .slider-6-box.box-2 h3, .section-4 .slider-6 .slider-6-box.box-2 p {
        color: #2882c3
    }

.section-4 .slider-6 .slider-6-box.box-3 {
    border-color: #24b4ba
}

    .section-4 .slider-6 .slider-6-box.box-3 h3::after {
        background-color: #24b4ba
    }

    .section-4 .slider-6 .slider-6-box.box-3 h3, .section-4 .slider-6 .slider-6-box.box-3 p {
        color: #24b4ba
    }

.section-4 .slider-6 .slider-6-box.box-4 {
    border-color: #71b446
}

    .section-4 .slider-6 .slider-6-box.box-4 h3::after {
        background-color: #71b446
    }

    .section-4 .slider-6 .slider-6-box.box-4 h3, .section-4 .slider-6 .slider-6-box.box-4 p {
        color: #71b446
    }

.section-4 .slider-6 .slider-6-box.box-5 {
    border-color: #93a1a8
}

    .section-4 .slider-6 .slider-6-box.box-5 h3::after {
        background-color: #93a1a8
    }

    .section-4 .slider-6 .slider-6-box.box-5 h3, .section-4 .slider-6 .slider-6-box.box-5 p {
        color: #93a1a8
    }

.section-4 .slider-6 .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.4rem 0
}

    .section-4 .slider-6 .owl-nav button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

        .section-4 .slider-6 .owl-nav button:hover {
            background-color: transparent
        }

            .section-4 .slider-6 .owl-nav button:hover span {
                -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important
            }

.ltr .section-4 .slider-6 .owl-nav button:hover img {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.rtl .section-4 .slider-6 .owl-nav button:hover img {
    -webkit-transform: translateX(0) rotate(180deg) !important;
    transform: translateX(0) rotate(180deg) !important
}

.section-4 .slider-6 .owl-nav button span, .section-4 .slider-6 .owl-nav button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out
}

.ltr .section-4 .slider-6 .owl-nav button.owl-prev {
    margin-right: 5rem
}

.rtl .section-4 .slider-6 .owl-nav button.owl-prev {
    margin-left: 5rem
}

.section-4 .slider-6 .owl-nav button.owl-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .section-4 .slider-6 .owl-nav button.owl-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .section-4 .slider-6 .owl-nav button.owl-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.section-4 .slider-6 .owl-nav button.owl-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .section-4 .slider-6 .owl-nav button.owl-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .section-4 .slider-6 .owl-nav button.owl-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.section-4 .link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8.9rem
}

@media(max-width: 1440px) {
    .section-4 .link-container {
        margin-top: 8.2rem
    }
}

@media(max-width: 1279px) {
    .section-4 .link-container {
        margin-top: 5rem
    }
}

@media(max-width: 767px) {
    .section-4 .link-container {
        margin-top: 4.1rem
    }
}

.section-4 .link-container a:hover strong {
    color: #fff
}

.section-4 .link-container a strong {
    color: #24b4ba
}

.section-5 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 14.7rem 0 9.7rem 0
}

@media(max-width: 1440px) {
    .section-5 {
        margin: 9.4rem 0 15.4rem 0
    }
}

@media(max-width: 1279px) {
    .section-5 {
        margin: 6.8rem 0
    }
}

@media(max-width: 767px) {
    .section-5 {
        margin: 5.7rem 0 10.5rem 0
    }
}

.section-5 h2 {
    margin-bottom: 7.2rem;
    font-size: 3.6rem;
    color: #93a1a8;
    width: 100%;
    text-align: center
}

@media(max-width: 1440px) {
    .section-5 h2 {
        font-size: 3rem;
        margin-bottom: 5.3rem
    }
}

@media(max-width: 1279px) {
    .section-5 h2 {
        font-size: 2.2rem;
        margin-bottom: 4.5rem
    }
}

@media(max-width: 767px) {
    .section-5 h2 {
        margin-bottom: 3.5rem
    }
}

.section-5 .slider-7 {
    width: 100%
}

    .section-5 .slider-7 .owl-stage-outer {
        overflow: visible
    }

        .section-5 .slider-7 .owl-stage-outer .owl-stage {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

    .section-5 .slider-7 .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4.6rem
    }

        .section-5 .slider-7 .owl-nav button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer
        }

            .section-5 .slider-7 .owl-nav button:hover {
                background-color: transparent
            }

                .section-5 .slider-7 .owl-nav button:hover span {
                    -webkit-transform: translateX(0) !important;
                    transform: translateX(0) !important
                }

.ltr .section-5 .slider-7 .owl-nav button:hover img {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.rtl .section-5 .slider-7 .owl-nav button:hover img {
    -webkit-transform: translateX(0) rotate(180deg) !important;
    transform: translateX(0) rotate(180deg) !important
}

.section-5 .slider-7 .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #9daab0;
    margin-top: .9rem
}

@media(max-width: 1440px) {
    .section-5 .slider-7 .owl-nav button span {
        display: none
    }
}

.rtl .section-5 .slider-7 .owl-nav button span {
    letter-spacing: unset !important
}

.section-5 .slider-7 .owl-nav button span, .section-5 .slider-7 .owl-nav button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out
}

.ltr .section-5 .slider-7 .owl-nav button.owl-prev {
    margin-right: 19rem
}

.rtl .section-5 .slider-7 .owl-nav button.owl-prev {
    margin-left: 19rem
}

.section-5 .slider-7 .owl-nav button.owl-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .section-5 .slider-7 .owl-nav button.owl-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .section-5 .slider-7 .owl-nav button.owl-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.section-5 .slider-7 .owl-nav button.owl-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .section-5 .slider-7 .owl-nav button.owl-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .section-5 .slider-7 .owl-nav button.owl-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.section-5 .slider-7 .owl-item {
    opacity: .3;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .section-5 .slider-7 .owl-item.center {
        opacity: 1
    }

.section-5 .slider-7 .slider-7-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 126rem;
    height: 43rem
}

@media(max-width: 1440px) {
    .section-5 .slider-7 .slider-7-box {
        width: 113.4rem;
        height: 38.7rem
    }
}

@media(max-width: 1279px) {
    .section-5 .slider-7 .slider-7-box {
        width: 66rem;
        height: 28rem
    }
}

@media(max-width: 767px) {
    .section-5 .slider-7 .slider-7-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 31.5rem;
        height: 46rem
    }
}

@media(max-width: 374px) {
    .section-5 .slider-7 .slider-7-box {
        width: 30rem
    }
}

.section-5 .slider-7 .slider-7-box .img-container {
    width: 50%
}

@media(max-width: 767px) {
    .section-5 .slider-7 .slider-7-box .img-container {
        width: 100%
    }
}

.section-5 .slider-7 .slider-7-box .img-container picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ltr .section-5 .slider-7 .slider-7-box .img-container picture img {
    border-radius: 20px 0 0 20px
}

@media(max-width: 767px) {
    .ltr .section-5 .slider-7 .slider-7-box .img-container picture img {
        border-radius: 20px 20px 0 0
    }
}

.rtl .section-5 .slider-7 .slider-7-box .img-container picture img {
    border-radius: 0 20px 20px 0
}

@media(max-width: 767px) {
    .rtl .section-5 .slider-7 .slider-7-box .img-container picture img {
        border-radius: 20px 20px 0 0
    }
}

.section-5 .slider-7 .slider-7-box .content-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f4f4
}

@media(max-width: 767px) {
    .section-5 .slider-7 .slider-7-box .content-container {
        width: 100%;
        height: 100%
    }
}

.ltr .section-5 .slider-7 .slider-7-box .content-container {
    padding-left: 6rem;
    border-radius: 0 20px 20px 0
}

@media(max-width: 1279px) {
    .ltr .section-5 .slider-7 .slider-7-box .content-container {
        padding-left: 3rem
    }
}

@media(max-width: 767px) {
    .ltr .section-5 .slider-7 .slider-7-box .content-container {
        border-radius: 0 0 20px 20px;
        padding: 0 1.5rem 0 1.5rem
    }
}

.rtl .section-5 .slider-7 .slider-7-box .content-container {
    padding-right: 6rem;
    border-radius: 20px 0 0 20px
}

@media(max-width: 1279px) {
    .rtl .section-5 .slider-7 .slider-7-box .content-container {
        padding-right: 3rem
    }
}

@media(max-width: 767px) {
    .rtl .section-5 .slider-7 .slider-7-box .content-container {
        border-radius: 0 0 20px 20px;
        padding: 0 1.5rem 0 1.5rem
    }
}

.section-5 .slider-7 .slider-7-box .content-container time {
    background-color: #93a1a8;
    border-radius: 300px;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .1rem;
    color: #fff;
    padding: 2rem 3.6rem
}

@media(max-width: 1279px) {
    .section-5 .slider-7 .slider-7-box .content-container time {
        font-size: 1rem;
        line-height: 1.2rem;
        padding: 1.5rem 3rem
    }
}

.rtl .section-5 .slider-7 .slider-7-box .content-container time {
    letter-spacing: unset !important
}

.section-5 .slider-7 .slider-7-box .content-container h3 {
    max-width: 42.3rem;
    font-family: "Bukra Bold";
    font-size: 3.2rem;
    line-height: 4.2rem;
    color: #24b4ba;
    margin: 2.8rem 0
}

@media(max-width: 1440px) {
    .section-5 .slider-7 .slider-7-box .content-container h3 {
        font-size: 3rem;
        line-height: 4rem;
        margin: 3rem 0 2rem 0
    }
}

@media(max-width: 1279px) {
    .section-5 .slider-7 .slider-7-box .content-container h3 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin: 2.1rem 0 .8rem 0
    }
}

.section-5 .slider-7 .slider-7-box .content-container a:hover strong {
    color: #fff
}

.section-5 .slider-7 .slider-7-box .content-container a strong {
    color: #93a1a8
}

.section-5 .slide-index {
    display: block;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #9daab0;
    bottom: 6rem
}

@media(max-width: 1440px) {
    .section-5 .slide-index {
        bottom: 3.6rem;
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

@media(max-width: 1279px) {
    .section-5 .slide-index {
        bottom: 2.8rem;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(max-width: 767px) {
    .section-5 .slide-index {
        bottom: 1.9rem
    }
}

.section-5 .slide-index .total-slide {
    color: rgba(157,170,176,.3)
}

.section-5 .view-all-btn {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .07rem;
    position: absolute;
    z-index: 2;
    color: #24b4ba;
    bottom: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 1440px) {
    .section-5 .view-all-btn {
        bottom: 3.5rem
    }
}

@media(max-width: 1279px) {
    .section-5 .view-all-btn {
        bottom: 2.5rem;
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(max-width: 767px) {
    .section-5 .view-all-btn {
        bottom: -4.5rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.ltr .section-5 .view-all-btn {
    right: 10%
}

@media(max-width: 767px) {
    .ltr .section-5 .view-all-btn {
        left: 50%;
        right: unset
    }
}

.rtl .section-5 .view-all-btn {
    left: 10%;
    letter-spacing: unset !important
}

@media(max-width: 767px) {
    .rtl .section-5 .view-all-btn {
        left: 50%
    }
}

.section-5 .view-all-btn::after {
    content: "";
    height: .2rem;
    width: 100%;
    background-color: #24b4ba;
    margin-top: .8rem
}

.section-6 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 14.7rem 0 9.7rem 0
}

@media(max-width: 1440px) {
    .section-6 {
        margin: 9.4rem 0 15.4rem 0
    }
}

@media(max-width: 1279px) {
    .section-6 {
        margin: 6.8rem 0
    }
}

@media(max-width: 767px) {
    .section-6 {
        margin: 5.7rem 0 10.5rem 0
    }
}

.section-6 h2 {
    margin-bottom: 7.2rem;
    font-size: 3.6rem;
    color: #93a1a8;
    width: 100%;
    text-align: center
}

@media(max-width: 1440px) {
    .section-6 h2 {
        font-size: 3rem;
        margin-bottom: 5.3rem
    }
}

@media(max-width: 1279px) {
    .section-6 h2 {
        font-size: 2.2rem;
        margin-bottom: 4.5rem
    }
}

@media(max-width: 767px) {
    .section-6 h2 {
        margin-bottom: 3.5rem
    }
}

.section-6 .section-6-slider {
    width: 100%
}

    .section-6 .section-6-slider .owl-stage-outer {
        overflow: visible
    }

        .section-6 .section-6-slider .owl-stage-outer .owl-stage {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

    .section-6 .section-6-slider .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4.6rem
    }

        .section-6 .section-6-slider .owl-nav button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer
        }

            .section-6 .section-6-slider .owl-nav button:hover {
                background-color: transparent
            }

                .section-6 .section-6-slider .owl-nav button:hover span {
                    -webkit-transform: translateX(0) !important;
                    transform: translateX(0) !important
                }

.ltr .section-6 .section-6-slider .owl-nav button:hover img {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.rtl .section-6 .section-6-slider .owl-nav button:hover img {
    -webkit-transform: translateX(0) rotate(180deg) !important;
    transform: translateX(0) rotate(180deg) !important
}

.section-6 .section-6-slider .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #9daab0;
    margin-top: .9rem
}

@media(max-width: 1440px) {
    .section-6 .section-6-slider .owl-nav button span {
        display: none
    }
}

.rtl .section-6 .section-6-slider .owl-nav button span {
    letter-spacing: unset !important
}

.section-6 .section-6-slider .owl-nav button span, .section-6 .section-6-slider .owl-nav button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out
}

.ltr .section-6 .section-6-slider .owl-nav button.owl-prev {
    margin-right: 19rem
}

.rtl .section-6 .section-6-slider .owl-nav button.owl-prev {
    margin-left: 19rem
}

.ltr .section-6 .section-6-slider .owl-nav button.owl-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .section-6 .section-6-slider .owl-nav button.owl-prev span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .section-6 .section-6-slider .owl-nav button.owl-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .section-6 .section-6-slider .owl-nav button.owl-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.ltr .section-6 .section-6-slider .owl-nav button.owl-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .section-6 .section-6-slider .owl-nav button.owl-next span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .section-6 .section-6-slider .owl-nav button.owl-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .section-6 .section-6-slider .owl-nav button.owl-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.section-6 .section-6-slider .owl-item {
    opacity: .3;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .section-6 .section-6-slider .owl-item.center {
        opacity: 1
    }

.section-6 .section-6-slider .section-6-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 126rem;
    min-height: 63rem
}

@media(max-width: 1440px) {
    .section-6 .section-6-slider .section-6-box {
        width: 113.4rem;
        min-height: 56.7rem
    }
}

@media(max-width: 1279px) {
    .section-6 .section-6-slider .section-6-box {
        width: 66rem;
        min-height: 33rem
    }
}

@media(max-width: 767px) {
    .section-6 .section-6-slider .section-6-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 31.5rem;
        min-height: 53rem
    }
}

@media(max-width: 374px) {
    .section-6 .section-6-slider .section-6-box {
        width: 30rem
    }
}

.section-6 .section-6-slider .section-6-box .img-container {
    width: 50%
}

@media(max-width: 767px) {
    .section-6 .section-6-slider .section-6-box .img-container {
        width: 100%
    }
}

.section-6 .section-6-slider .section-6-box .img-container picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ltr .section-6 .section-6-slider .section-6-box .img-container picture img {
    border-radius: 20px 0 0 20px
}

@media(max-width: 767px) {
    .ltr .section-6 .section-6-slider .section-6-box .img-container picture img {
        border-radius: 20px 20px 0 0
    }
}

.rtl .section-6 .section-6-slider .section-6-box .img-container picture img {
    border-radius: 0 20px 20px 0
}

@media(max-width: 767px) {
    .rtl .section-6 .section-6-slider .section-6-box .img-container picture img {
        border-radius: 20px 20px 0 0
    }
}

.section-6 .section-6-slider .section-6-box .content-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f4f4;
    padding: 5rem 6rem
}

@media(max-width: 1279px) {
    .section-6 .section-6-slider .section-6-box .content-container {
        padding: 2.5rem 3rem
    }
}

@media(max-width: 767px) {
    .section-6 .section-6-slider .section-6-box .content-container {
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 1.5rem;
        height: 100%
    }
}

.ltr .section-6 .section-6-slider .section-6-box .content-container {
    border-radius: 0 20px 20px 0
}

@media(max-width: 767px) {
    .ltr .section-6 .section-6-slider .section-6-box .content-container {
        border-radius: 0 0 20px 20px
    }
}

@media(max-width: 767px) {
    .rtl .section-6 .section-6-slider .section-6-box .content-container {
        border-radius: 0 0 20px 20px
    }
}

.section-6 .section-6-slider .section-6-box .content-container time {
    background-color: #93a1a8;
    border-radius: 300px;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .1rem;
    color: #fff;
    padding: 2rem 3.6rem;
    margin-top: auto
}

@media(max-width: 1279px) {
    .section-6 .section-6-slider .section-6-box .content-container time {
        font-size: 1rem;
        line-height: 1.2rem;
        padding: 1.5rem 3rem
    }
}

@media(max-width: 767px) {
    .section-6 .section-6-slider .section-6-box .content-container time {
        margin-top: 0
    }
}

.rtl .section-6 .section-6-slider .section-6-box .content-container time {
    letter-spacing: unset !important
}

.section-6 .section-6-slider .section-6-box .content-container h3 {
    max-width: 42.3rem;
    font-family: "Bukra Bold";
    font-size: 3.2rem;
    line-height: 4.2rem;
    color: #24b4ba;
    margin-top: 4rem
}

@media(max-width: 1440px) {
    .section-6 .section-6-slider .section-6-box .content-container h3 {
        font-size: 3rem;
        line-height: 4rem;
        margin-top: 4.8rem
    }
}

@media(max-width: 1279px) {
    .section-6 .section-6-slider .section-6-box .content-container h3 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-top: 2.7rem
    }
}

@media(max-width: 767px) {
    .section-6 .section-6-slider .section-6-box .content-container h3 {
        margin-top: 1.9rem
    }
}

.section-6 .section-6-slider .section-6-box .content-container p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.2rem;
    max-width: 40.6rem;
    margin: 1.8rem 0 9.7rem 0;
    color: #93a1a8
}

@media(max-width: 1440px) {
    .section-6 .section-6-slider .section-6-box .content-container p {
        margin: 1.7rem 0 7.8rem 0
    }
}

@media(max-width: 1279px) {
    .section-6 .section-6-slider .section-6-box .content-container p {
        font-size: 1rem;
        line-height: 1.8rem;
        max-width: 24.2rem;
        margin: 1rem 0 2.3rem 0
    }
}

@media(max-width: 767px) {
    .section-6 .section-6-slider .section-6-box .content-container p {
        margin-bottom: 2.8rem
    }
}

.section-6 .section-6-slider .section-6-box .content-container a:hover strong {
    color: #fff
}

.section-6 .section-6-slider .section-6-box .content-container a strong {
    color: #93a1a8
}

.section-6 .slide-index {
    display: block;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #9daab0;
    bottom: 6rem
}

@media(max-width: 1440px) {
    .section-6 .slide-index {
        bottom: 3.6rem;
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

@media(max-width: 1279px) {
    .section-6 .slide-index {
        bottom: 2.8rem;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(max-width: 767px) {
    .section-6 .slide-index {
        bottom: 1.9rem
    }
}

.section-6 .slide-index .total-slide {
    color: rgba(157,170,176,.3)
}

.section-6 .view-all-btn {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .07rem;
    position: absolute;
    z-index: 2;
    color: #24b4ba;
    right: 10%;
    bottom: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 1440px) {
    .section-6 .view-all-btn {
        bottom: 3.5rem
    }
}

@media(max-width: 1279px) {
    .section-6 .view-all-btn {
        bottom: 2.5rem;
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(max-width: 767px) {
    .section-6 .view-all-btn {
        bottom: -4.5rem;
        left: 50%;
        right: unset;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.rtl .section-6 .view-all-btn {
    letter-spacing: unset !important
}

.section-6 .view-all-btn::after {
    content: "";
    height: .2rem;
    width: 100%;
    background-color: #24b4ba;
    margin-top: .8rem
}

.section-6-swiper-container {
    margin: 14.7rem 0 9.7rem 0
}

@media(max-width: 1440px) {
    .section-6-swiper-container {
        margin: 9.4rem 0 15.4rem 0
    }
}

@media(max-width: 1279px) {
    .section-6-swiper-container {
        margin: 6.8rem 0
    }
}

@media(max-width: 767px) {
    .section-6-swiper-container {
        margin: 5.7rem 0 10.5rem 0
    }
}

.section-6-swiper-container h2 {
    color: #93a1a8 !important
}

.section-6-swiper-container .content-container {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

@media(max-width: 767px) {
    .section-6-swiper-container .content-container {
        padding: 1.5rem 2rem !important
    }
}

.section-6-swiper-container h3 {
    max-width: 44rem !important
}

.section-6-swiper-container span {
    font-family: "Bukra Bold";
    font-size: 2rem;
    line-height: 1.2;
    color: #93a1a8;
    margin-top: 1.7rem
}

.section-6-swiper-container p {
    max-width: 100% !important;
    margin-bottom: 0 !important
}

.section-6-swiper-container h2 {
    margin-bottom: 7.2rem;
    font-size: 3.6rem;
    color: #93a1a8;
    width: 100%;
    text-align: center
}

@media(max-width: 1440px) {
    .section-6-swiper-container h2 {
        font-size: 3rem;
        margin-bottom: 5.3rem
    }
}

@media(max-width: 1279px) {
    .section-6-swiper-container h2 {
        font-size: 2.2rem;
        margin-bottom: 4.5rem
    }
}

@media(max-width: 767px) {
    .section-6-swiper-container h2 {
        margin-bottom: 3.5rem
    }
}

.section-6-swiper-container .section-6-swiper {
    width: 100%
}

    .section-6-swiper-container .section-6-swiper .owl-stage-outer {
        overflow: visible
    }

        .section-6-swiper-container .section-6-swiper .owl-stage-outer .owl-stage {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

    .section-6-swiper-container .section-6-swiper .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4.6rem
    }

        .section-6-swiper-container .section-6-swiper .owl-nav button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer
        }

            .section-6-swiper-container .section-6-swiper .owl-nav button:hover {
                background-color: transparent
            }

                .section-6-swiper-container .section-6-swiper .owl-nav button:hover span {
                    -webkit-transform: translateX(0) !important;
                    transform: translateX(0) !important
                }

.ltr .section-6-swiper-container .section-6-swiper .owl-nav button:hover img {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.rtl .section-6-swiper-container .section-6-swiper .owl-nav button:hover img {
    -webkit-transform: translateX(0) rotate(180deg) !important;
    transform: translateX(0) rotate(180deg) !important
}

.section-6-swiper-container .section-6-swiper .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #9daab0;
    margin-top: .9rem
}

@media(max-width: 1440px) {
    .section-6-swiper-container .section-6-swiper .owl-nav button span {
        display: none
    }
}

.rtl .section-6-swiper-container .section-6-swiper .owl-nav button span {
    letter-spacing: unset !important
}

.section-6-swiper-container .section-6-swiper .owl-nav button span, .section-6-swiper-container .section-6-swiper .owl-nav button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out
}

.ltr .section-6-swiper-container .section-6-swiper .owl-nav button.owl-prev {
    margin-right: 19rem
}

.rtl .section-6-swiper-container .section-6-swiper .owl-nav button.owl-prev {
    margin-left: 19rem
}

.ltr .section-6-swiper-container .section-6-swiper .owl-nav button.owl-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .section-6-swiper-container .section-6-swiper .owl-nav button.owl-prev span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .section-6-swiper-container .section-6-swiper .owl-nav button.owl-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .section-6-swiper-container .section-6-swiper .owl-nav button.owl-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.ltr .section-6-swiper-container .section-6-swiper .owl-nav button.owl-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .section-6-swiper-container .section-6-swiper .owl-nav button.owl-next span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .section-6-swiper-container .section-6-swiper .owl-nav button.owl-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .section-6-swiper-container .section-6-swiper .owl-nav button.owl-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.section-6-swiper-container .section-6-swiper .owl-item {
    opacity: .3;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .section-6-swiper-container .section-6-swiper .owl-item.center {
        opacity: 1
    }

.section-6-swiper-container .section-6-swiper .section-6-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 126rem;
    min-height: 63rem;
    height: auto
}

@media(max-width: 1440px) {
    .section-6-swiper-container .section-6-swiper .section-6-box {
        width: 113.4rem;
        min-height: 56.7rem
    }
}

@media(max-width: 1279px) {
    .section-6-swiper-container .section-6-swiper .section-6-box {
        width: 66rem;
        min-height: 33rem
    }
}

@media(max-width: 767px) {
    .section-6-swiper-container .section-6-swiper .section-6-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 31.5rem;
        min-height: 53rem
    }
}

@media(max-width: 374px) {
    .section-6-swiper-container .section-6-swiper .section-6-box {
        width: 30rem
    }
}

.section-6-swiper-container .section-6-swiper .section-6-box .img-container {
    width: 50%
}

@media(max-width: 767px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .img-container {
        width: 100%
    }
}

.section-6-swiper-container .section-6-swiper .section-6-box .img-container picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ltr .section-6-swiper-container .section-6-swiper .section-6-box .img-container picture img {
    border-radius: 20px 0 0 20px
}

@media(max-width: 767px) {
    .ltr .section-6-swiper-container .section-6-swiper .section-6-box .img-container picture img {
        border-radius: 20px 20px 0 0
    }
}

.rtl .section-6-swiper-container .section-6-swiper .section-6-box .img-container picture img {
    border-radius: 0 20px 20px 0
}

@media(max-width: 767px) {
    .rtl .section-6-swiper-container .section-6-swiper .section-6-box .img-container picture img {
        border-radius: 20px 20px 0 0
    }
}

.section-6-swiper-container .section-6-swiper .section-6-box .content-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f4f4;
    padding: 5rem 6rem
}

@media(max-width: 1279px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container {
        padding: 2.5rem 3rem
    }
}

@media(max-width: 767px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container {
        width: auto;
        border-radius: 0 0 20px 20px;
        padding: 1.5rem;
        height: 100%
    }
}

.ltr .section-6-swiper-container .section-6-swiper .section-6-box .content-container {
    border-radius: 0 20px 20px 0
}

@media(max-width: 767px) {
    .ltr .section-6-swiper-container .section-6-swiper .section-6-box .content-container {
        border-radius: 0 0 20px 20px
    }
}

.rtl .section-6-swiper-container .section-6-swiper .section-6-box .content-container {
    border-radius: 20px 0 0 20px
}

@media(max-width: 767px) {
    .rtl .section-6-swiper-container .section-6-swiper .section-6-box .content-container {
        border-radius: 0 0 20px 20px
    }
}

.section-6-swiper-container .section-6-swiper .section-6-box .content-container time {
    background-color: #93a1a8;
    border-radius: 300px;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .1rem;
    color: #fff;
    padding: 2rem 3.6rem;
    margin-top: auto
}

@media(max-width: 1279px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container time {
        font-size: 1rem;
        line-height: 1.2rem;
        padding: 1.5rem 3rem
    }
}

@media(max-width: 767px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container time {
        margin-top: 0
    }
}

.rtl .section-6-swiper-container .section-6-swiper .section-6-box .content-container time {
    letter-spacing: unset !important
}

.section-6-swiper-container .section-6-swiper .section-6-box .content-container h3 {
    max-width: 42.3rem;
    font-family: "Bukra Bold";
    font-size: 3.2rem;
    line-height: 4.2rem;
    color: #24b4ba;
    margin-top: 4rem
}

@media(max-width: 1440px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container h3 {
        font-size: 3rem;
        line-height: 4rem;
        margin-top: 4.8rem
    }
}

@media(max-width: 1279px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container h3 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-top: 2.7rem
    }
}

@media(max-width: 767px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container h3 {
        margin-top: 1.9rem
    }
}

.section-6-swiper-container .section-6-swiper .section-6-box .content-container p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.2rem;
    max-width: 40.6rem;
    margin: 1.8rem 0 9.7rem 0;
    color: #93a1a8
}

    .section-6-swiper-container .section-6-swiper .section-6-box .content-container p:last-child {
        margin-bottom: auto !important
    }

@media(max-width: 1440px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container p {
        margin: 1.7rem 0 7.8rem 0
    }
}

@media(max-width: 1279px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container p {
        font-size: 1rem;
        line-height: 1.8rem;
        max-width: 24.2rem;
        margin: 1rem 0 2.3rem 0
    }
}

@media(max-width: 767px) {
    .section-6-swiper-container .section-6-swiper .section-6-box .content-container p {
        margin-bottom: 2.8rem
    }
}

.section-6-swiper-container .section-6-swiper .section-6-box .content-container a:hover strong {
    color: #fff
}

.section-6-swiper-container .section-6-swiper .section-6-box .content-container a strong {
    color: #93a1a8
}

.section-6-swiper-container .section-6-swiper .swiper-slide {
    opacity: .3;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

    .section-6-swiper-container .section-6-swiper .swiper-slide.swiper-slide-active {
        opacity: 1
    }

.section-6-swiper-container .slide-index {
    display: block;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #9daab0;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 4rem
}

@media(min-width: 1441px) {
    .section-6-swiper-container .slide-index {
        -webkit-transform: translateY(-1.3rem);
        transform: translateY(-1.3rem)
    }
}

@media(max-width: 1440px) {
    .section-6-swiper-container .slide-index {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin: 0 3rem
    }
}

@media(max-width: 1279px) {
    .section-6-swiper-container .slide-index {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin: 0 2rem
    }
}

.section-6-swiper-container .slide-index .total-slide {
    color: rgba(157,170,176,.3)
}

.section-6-swiper-container .view-all-btn {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .07rem;
    position: absolute;
    z-index: 2;
    color: #24b4ba;
    right: 10%;
    bottom: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 1440px) {
    .section-6-swiper-container .view-all-btn {
        bottom: 3.5rem
    }
}

@media(max-width: 1279px) {
    .section-6-swiper-container .view-all-btn {
        bottom: 2.5rem;
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(max-width: 767px) {
    .section-6-swiper-container .view-all-btn {
        bottom: -4.5rem;
        left: 50%;
        right: unset;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.rtl .section-6-swiper-container .view-all-btn {
    letter-spacing: unset !important
}

.section-6-swiper-container .view-all-btn::after {
    content: "";
    height: .2rem;
    width: 100%;
    background-color: #24b4ba;
    margin-top: .8rem
}

.section-6-swiper-container .swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem
}

@media(max-width: 375px) {
    .section-6-swiper-container .swiper-nav {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 3rem
    }
}

.section-6-swiper-container .swiper-button-prev, .section-6-swiper-container .swiper-button-next {
    position: unset;
    left: unset;
    right: unset;
    margin-top: unset;
    width: auto;
    height: auto;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .section-6-swiper-container .swiper-button-prev::after, .section-6-swiper-container .swiper-button-prev::before, .section-6-swiper-container .swiper-button-next::after, .section-6-swiper-container .swiper-button-next::before {
        display: none
    }

@media(max-width: 1440px) {
    .section-6-swiper-container .swiper-button-prev, .section-6-swiper-container .swiper-button-next {
        width: 6rem;
        height: 6rem
    }
}

.section-6-swiper-container .swiper-button-prev img, .section-6-swiper-container .swiper-button-next img {
    max-width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.section-6-swiper-container .swiper-button-prev span, .section-6-swiper-container .swiper-button-next span {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #9daab0;
    margin-top: .9rem;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media(max-width: 1440px) {
    .section-6-swiper-container .swiper-button-prev span, .section-6-swiper-container .swiper-button-next span {
        display: none
    }
}

.rtl .section-6-swiper-container .swiper-button-prev span, .rtl .section-6-swiper-container .swiper-button-next span {
    letter-spacing: unset !important
}

.ltr .section-6-swiper-container .swiper-button-next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .section-6-swiper-container .swiper-button-next img {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.ltr .section-6-swiper-container .swiper-button-next:hover img {
    -webkit-transform: rotate(180deg) translateX(-1rem);
    transform: rotate(180deg) translateX(-1rem)
}

.ltr .section-6-swiper-container .swiper-button-next:hover span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .section-6-swiper-container .swiper-button-next:hover img {
    -webkit-transform: rotate(0) translateX(-1rem);
    transform: rotate(0) translateX(-1rem)
}

.rtl .section-6-swiper-container .swiper-button-next:hover span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .section-6-swiper-container .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ltr .section-6-swiper-container .swiper-button-prev img {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.ltr .section-6-swiper-container .swiper-button-prev:hover img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .section-6-swiper-container .swiper-button-prev:hover span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .section-6-swiper-container .swiper-button-prev:hover img {
    -webkit-transform: rotate(180deg) translateX(-1rem);
    transform: rotate(180deg) translateX(-1rem)
}

.rtl .section-6-swiper-container .swiper-button-prev:hover span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.section-7 {
    width: 100%;
    padding: 7rem 5.6rem 14rem 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2
}

@media(max-width: 1279px) {
    .section-7 {
        padding: 6rem 5.6rem
    }
}

@media(max-width: 767px) {
    .section-7 {
        padding: 5rem 3rem
    }
}

.section-7 h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 7rem;
    color: #1f396c
}

@media(max-width: 1440px) {
    .section-7 h2 {
        font-size: 3rem;
        margin-bottom: 6rem
    }
}

@media(max-width: 1279px) {
    .section-7 h2 {
        font-size: 2.2rem;
        margin-bottom: 5rem
    }
}

.section-7 .section-7-inner {
    max-width: 142rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-7 .section-7-box-wrapper {
    padding: 0 4rem 3.5rem 4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 48rem
}

@media(max-width: 1279px) {
    .section-7 .section-7-box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 2.5rem 3rem 2.5rem
    }
}

@media(max-width: 767px) {
    .section-7 .section-7-box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 2rem 0
    }
}

.section-7 .section-7-box {
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 2rem 2rem 2rem;
    color: #1f396c;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    height: 100%;
    width: 100%
}

.section-7 img {
    border-radius: 50%;
    border: .1rem solid #22a8ad
}

.section-7 span {
    font-family: "Bukra Regular";
    margin: 3rem 0 1.5rem 0
}

.section-7 p {
    font-family: "Bukra Bold";
    margin-bottom: 2rem
}

.section-8 {
    padding: 13.8rem 5.4rem 8rem 5.4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1279px) {
    .section-8 {
        padding: 8rem 5.4rem
    }
}

@media(max-width: 767px) {
    .section-8 {
        padding: 6rem 3rem
    }
}

.section-8 .section-8-inner {
    max-width: 142rem;
    width: 100%
}

.section-8 h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.15;
    margin-bottom: .8rem;
    color: #71b446;
    text-align: center
}

@media(max-width: 1279px) {
    .section-8 h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem
    }
}

.section-8 p {
    font-family: "Bukra Bold";
    font-size: 2.6rem;
    line-height: 1.15;
    color: #93a1a8;
    text-align: center;
    margin-bottom: 6.4rem
}

@media(max-width: 1279px) {
    .section-8 p {
        font-size: 1.8rem;
        margin-bottom: 4rem
    }
}

@media(max-width: 767px) {
    .section-8 p {
        font-size: 1.6rem;
        margin-bottom: 2.4rem
    }
}

.section-8 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62rem;
    border-radius: 2rem;
    overflow: hidden
}

@media(max-width: 1279px) {
    .section-8 a {
        height: 33rem
    }
}

@media(max-width: 767px) {
    .section-8 a {
        height: 27.5rem
    }
}

.section-8 a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-8 a .play-icon {
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    border: .2rem solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .section-8 a .play-icon img {
        width: unset;
        height: unset;
        -o-object-fit: unset;
        object-fit: unset
    }

.rtl .section-8 a .play-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-9 {
    padding: 7.5rem 5.4rem 7.5rem 5.4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1279px) {
    .section-9 {
        padding: 4.5rem 4rem
    }
}

@media(max-width: 768px) {
    .section-9 {
        padding: 3rem
    }
}

.section-9 .section-9-inner {
    max-width: 128rem;
    width: 100%
}

.section-9 h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 6.4rem;
    color: #71b446;
    max-width: 64rem;
    width: 100%;
    text-align: center;
    margin: 0 auto 5.6rem auto
}

@media(max-width: 1279px) {
    .section-9 h2 {
        font-size: 2.2rem;
        line-height: 3.4rem;
        max-width: 38rem
    }
}

@media(max-width: 768px) {
    .section-9 h2 {
        margin: 0 auto 3.2rem auto
    }
}

.section-9 ul {
    margin-bottom: 10rem
}

@media(max-width: 1279px) {
    .section-9 ul {
        margin-bottom: 6.4rem
    }
}

@media(max-width: 768px) {
    .section-9 ul {
        margin-bottom: 6rem
    }
}

.section-9 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .section-9 li:first-child .year {
        margin-bottom: 1rem
    }

        .section-9 li:first-child .year::before {
            display: none
        }

.section-9 .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.ltr .section-9 .content-wrapper.left .with-content::before {
    right: 105%
}

.rtl .section-9 .content-wrapper.left .with-content::before {
    left: 105%
}

.section-9 .content-wrapper.left .content {
    text-align: end
}

.ltr .section-9 .content-wrapper.left .content {
    right: calc(100% + 5.6rem)
}

.rtl .section-9 .content-wrapper.left .content {
    left: calc(100% + 5.6rem)
}

.ltr .section-9 .content-wrapper.right .with-content::before {
    left: 105%
}

.rtl .section-9 .content-wrapper.right .with-content::before {
    right: 105%
}

.section-9 .content-wrapper.right .content {
    text-align: start
}

.ltr .section-9 .content-wrapper.right .content {
    left: calc(100% + 5.6rem)
}

.rtl .section-9 .content-wrapper.right .content {
    right: calc(100% + 5.6rem)
}

.section-9 .circle {
    width: 2.4rem;
    height: 2.4rem;
    border: .6rem solid transparent;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 768px) {
    .section-9 .circle {
        margin: .8rem 0
    }
}

.section-9 .circle.dark-green {
    border-color: #145741
}

    .section-9 .circle.dark-green::before {
        background-color: #145741
    }

.section-9 .circle.light-green {
    border-color: #71b346
}

    .section-9 .circle.light-green::before {
        background-color: #71b346
    }

.section-9 .circle.light-blue {
    border-color: #2882c3
}

    .section-9 .circle.light-blue::before {
        background-color: #2882c3
    }

.section-9 .circle.dark-blue {
    border-color: #44546a
}

    .section-9 .circle.dark-blue::before {
        background-color: #44546a
    }

.section-9 .circle.gray {
    border-color: #92a1a8
}

    .section-9 .circle.gray::before {
        background-color: #92a1a8
    }

.section-9 .circle.with-content::before {
    content: "";
    position: absolute;
    width: 4rem;
    height: .4rem;
    display: block;
    border-radius: .3rem
}

@media(max-width: 768px) {
    .section-9 .circle.with-content::before {
        display: none
    }
}

.section-9 .content {
    position: absolute;
    width: 54rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Bukra Bold";
    color: #93a1a8;
    top: 0
}

@media(max-width: 1279px) {
    .section-9 .content {
        font-size: 1.2rem;
        line-height: 2.2rem;
        width: 27rem
    }
}

@media(max-width: 768px) {
    .section-9 .content {
        position: unset;
        text-align: center !important
    }
}

.section-9 .year {
    max-width: 9.8rem;
    width: 100%;
    text-align: center;
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1279px) {
    .section-9 .year {
        font-size: 1.2rem
    }
}

@media(max-width: 768px) {
    .section-9 .year::before {
        content: "";
        display: block;
        height: .4rem;
        width: 5.6rem;
        margin: 1rem 0;
        background-color: #93a1a8;
        border-radius: .3rem
    }
}

.section-9 .year.dark-green {
    color: #145741
}

.section-9 .year.gray {
    color: #93a1a8
}

.section-9 .year.blue {
    color: #24b4ba
}

.section-9 .line {
    width: .4rem;
    height: 2rem;
    background-color: #93a1a8;
    border-radius: .3rem;
    margin: 1rem 0
}

@media(max-width: 768px) {
    .section-9 .line {
        display: none
    }
}

.section-9 p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    font-family: "Bukra Bold"
}

    .section-9 p:not(:last-child) {
        margin-bottom: 3rem
    }

@media(max-width: 1279px) {
    .section-9 p {
        font-size: 1.2rem;
        line-height: 2.2rem
    }

        .section-9 p:not(:last-child) {
            margin-bottom: 2rem
        }
}

@media(max-width: 768px) {
    .section-9 p:not(:last-child) {
        margin-bottom: 1.2rem
    }
}

.section-9 p.gray {
    color: #93a1a8
}

.section-9 p.blue {
    color: #24b4ba
}

.section-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 164rem;
    position: relative;
    margin: 8rem 0;
    padding: 0 4rem
}

@media(max-width: 1023px) {
    .section-10 {
        height: 137.8rem
    }
}

@media(max-width: 767px) {
    .section-10 {
        padding: 0 3rem;
        height: auto
    }
}

.section-10 .section-10-inner {
    max-width: 144rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7rem 0 6rem 0
}

@media(max-width: 767px) {
    .section-10 .section-10-inner {
        padding: 5.6rem 0 7.2rem 0
    }
}

.section-10 .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.section-10 h2 {
    max-width: 70rem;
    width: 100%;
    color: #fff;
    font-size: 3.6rem;
    line-height: 5.4rem;
    margin-bottom: 7.2rem;
    text-align: center
}

@media(max-width: 1279px) {
    .section-10 h2 {
        font-size: 2.2rem;
        line-height: 3.4rem
    }
}

@media(max-width: 767px) {
    .section-10 h2 {
        margin-bottom: 4.8rem
    }
}

.section-10 picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2rem;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width: 767px) {
    .section-10 picture {
        margin-bottom: -2.5rem
    }
}

.section-10 picture img {
    width: 100%;
    height: 54rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1023px) {
    .section-10 picture img {
        height: 33rem
    }
}

@media(max-width: 767px) {
    .section-10 picture img {
        height: 27.5rem
    }
}

.section-10 .circle-container {
    position: relative;
    width: 100%;
    height: 100%
}

.section-10 .circle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute
}

@media(max-width: 767px) {
    .section-10 .circle-wrapper {
        position: unset
    }

        .section-10 .circle-wrapper:not(:last-child) {
            margin-bottom: 2.7rem
        }
}

.section-10 .circle-wrapper p {
    color: #fff;
    font-size: 2.4rem;
    line-height: 4rem;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    font-family: "Bukra Bold"
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper p {
        font-size: 1.8rem;
        line-height: 2.8rem
    }
}

.section-10 .circle-wrapper span, .section-10 .circle-wrapper i, .section-10 .circle-wrapper small {
    font-family: "Bukra Bold"
}

.ltr .section-10 .circle-wrapper span, .ltr .section-10 .circle-wrapper i, .ltr .section-10 .circle-wrapper small {
    letter-spacing: -0.05rem
}

.section-10 .circle-wrapper span .rtl, .section-10 .circle-wrapper i .rtl, .section-10 .circle-wrapper small .rtl {
    letter-spacing: unset
}

.section-10 .circle-wrapper.circle-1 {
    top: -9rem;
    left: 20%
}

@media(max-width: 1400px) {
    .section-10 .circle-wrapper.circle-1 {
        left: 12%
    }
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-1 {
        left: 4%;
        top: -6rem
    }
}

.section-10 .circle-wrapper.circle-1 .circle {
    width: 18.2rem;
    height: 18.2rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-1 .circle {
        width: 14.6rem;
        height: 14.6rem
    }
}

.section-10 .circle-wrapper.circle-1 span {
    font-size: 6.1rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-1 span {
        font-size: 4.9rem
    }
}

.section-10 .circle-wrapper.circle-1 i {
    font-size: 4.6rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-1 i {
        font-size: 3.7rem
    }
}

.section-10 .circle-wrapper.circle-1 p {
    max-width: 32rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-1 p {
        max-width: 26rem
    }
}

.section-10 .circle-wrapper.circle-2 {
    top: 14.8rem;
    right: 38%
}

@media(max-width: 1400px) {
    .section-10 .circle-wrapper.circle-2 {
        top: 19.8rem;
        right: 33%
    }
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-2 {
        top: 1rem;
        right: 14%
    }
}

.section-10 .circle-wrapper.circle-2 .circle {
    width: 22.8rem;
    height: 22.8rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-2 .circle {
        width: 18rem;
        height: 18rem
    }
}

.section-10 .circle-wrapper.circle-2 span {
    font-size: 7.5rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-2 span {
        font-size: 5.9rem
    }
}

.section-10 .circle-wrapper.circle-2 i {
    font-size: 5.7rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-2 i {
        font-size: 4.5rem
    }
}

.section-10 .circle-wrapper.circle-2 p {
    max-width: 24rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-2 p {
        max-width: 22rem
    }
}

.section-10 .circle-wrapper.circle-3 {
    top: -4rem;
    right: 8%
}

@media(max-width: 1400px) {
    .section-10 .circle-wrapper.circle-3 {
        right: 4%
    }
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-3 {
        top: 22.1rem;
        right: unset;
        left: 0
    }
}

.section-10 .circle-wrapper.circle-3 .circle {
    width: 11.6rem;
    height: 11.6rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-3 .circle {
        width: 9.2rem;
        height: 9.2rem
    }
}

.section-10 .circle-wrapper.circle-3 span {
    font-size: 3.8rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-3 span {
        font-size: 3rem
    }
}

.section-10 .circle-wrapper.circle-3 i {
    font-size: 3.2rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-3 i {
        font-size: 2.5rem
    }
}

.section-10 .circle-wrapper.circle-3 p {
    max-width: 38rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-3 p {
        max-width: 30rem
    }
}

.section-10 .circle-wrapper.circle-4 {
    top: 22.8rem;
    left: 6%
}

@media(max-width: 1400px) {
    .section-10 .circle-wrapper.circle-4 {
        top: 25.8rem;
        left: 4%
    }
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-4 {
        top: 30.3rem;
        left: unset;
        right: 0
    }
}

.section-10 .circle-wrapper.circle-4 .circle {
    width: 13.8rem;
    height: 13.8rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-4 .circle {
        width: 11.2rem;
        height: 11.2rem
    }
}

.section-10 .circle-wrapper.circle-4 span {
    font-size: 4.2rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-4 span {
        font-size: 3.4rem
    }
}

.section-10 .circle-wrapper.circle-4 small {
    font-size: 2rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-4 small {
        font-size: 1.6rem
    }
}

.section-10 .circle-wrapper.circle-4 p {
    max-width: 27rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-4 p {
        max-width: 24rem
    }
}

.section-10 .circle-wrapper.circle-5 {
    top: 46.5rem;
    left: 26%
}

@media(max-width: 1400px) {
    .section-10 .circle-wrapper.circle-5 {
        top: 54.5rem;
        left: 19%
    }
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-5 {
        top: 45.4rem;
        left: 0
    }
}

.section-10 .circle-wrapper.circle-5 .circle {
    width: 13.2rem;
    height: 13.2rem
}

.section-10 .circle-wrapper.circle-5 span {
    font-size: 4.2rem
}

.section-10 .circle-wrapper.circle-5 i {
    font-size: 3.2rem
}

.section-10 .circle-wrapper.circle-5 p {
    max-width: 36rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-5 p {
        max-width: 30rem
    }
}

.section-10 .circle-wrapper.circle-6 {
    right: 14%;
    top: 28.7rem
}

@media(max-width: 1400px) {
    .section-10 .circle-wrapper.circle-6 {
        right: 7%;
        top: 43.7rem
    }
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-6 {
        top: 51rem;
        right: 25%
    }
}

.section-10 .circle-wrapper.circle-6 .circle {
    width: 18.2rem;
    height: 18.2rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-6 .circle {
        width: 14.6rem;
        height: 14.6rem
    }
}

.section-10 .circle-wrapper.circle-6 span {
    font-size: 6.1rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-6 span {
        font-size: 4.9rem
    }
}

.section-10 .circle-wrapper.circle-6 i {
    font-size: 4.6rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-6 i {
        font-size: 3.7rem
    }
}

.section-10 .circle-wrapper.circle-6 p {
    max-width: 24rem
}

@media(max-width: 1023px) {
    .section-10 .circle-wrapper.circle-6 p {
        max-width: 18rem
    }
}

.section-10 .circle {
    color: #71b446;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-11 {
    margin-bottom: 14.8rem
}

@media(max-width: 1279px) {
    .section-11 {
        margin-bottom: 9rem
    }
}

@media(max-width: 767px) {
    .section-11 {
        overflow: visible !important;
        margin-bottom: 6rem
    }
}

.section-11 .crown-prince-message-section {
    width: 100%
}

.section-11 .crown-prince-message-inner-container {
    width: 100%
}

.section-11 .crown-prince-message-container {
    padding: 0 !important;
    background: transparent !important
}

.section-11 .crown-prince-message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100% !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 3rem !important
}

@media(max-width: 767px) {
    .section-11 .crown-prince-message-content {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding: 0 !important
    }
}

.section-11 .crown-prince-message-content p {
    text-align: start !important;
    font-size: 3rem !important;
    line-height: 4.4rem !important;
    max-width: 100% !important
}

    .section-11 .crown-prince-message-content p::before {
        -webkit-text-stroke-color: #fff !important
    }

@media(max-width: 1279px) {
    .section-11 .crown-prince-message-content p {
        font-size: 1.2rem !important;
        line-height: 2rem !important
    }
}

@media(max-width: 767px) {
    .section-11 .crown-prince-message-content p {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.section-11 .crown-prince-message-content-inner {
    width: 50%;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 767px) {
    .section-11 .crown-prince-message-content-inner {
        width: 90%;
        height: 100%;
        padding-top: 3.2rem
    }
}

.section-11 .prince-info {
    font-size: 1.2rem !important;
    line-height: 2.2rem !important;
    margin-bottom: 10rem !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

@media(max-width: 767px) {
    .section-11 .prince-info {
        margin-bottom: 3.2rem !important
    }
}

.section-11 .prince-info span {
    max-width: 100% !important;
    font-size: 1.6rem !important;
    line-height: 2.2rem !important
}

@media(max-width: 1279px) {
    .section-11 .prince-info span {
        font-size: 1.2rem !important
    }
}

@media(max-width: 767px) {
    .section-11 .prince-info span {
        margin-bottom: 3.2rem !important
    }
}

.section-11 .crown-prince-message-wrapper {
    height: 71rem;
    overflow: hidden
}

@media(max-width: 1279px) {
    .section-11 .crown-prince-message-wrapper {
        height: 37rem
    }
}

@media(max-width: 767px) {
    .section-11 .crown-prince-message-wrapper {
        width: 100%;
        max-width: 100% !important;
        height: 100%
    }
}

.section-11 .crown-prince-message-wrapper picture img {
    width: 100%;
    max-width: 100% !important
}

.section-11 .crown-prince-message-wrapper path {
    stroke: #fff
}

@media(max-width: 767px) {
    .section-11 .slide-item {
        overflow: visible !important
    }
}

.section-11 .message-swiper-nav {
    position: relative;
    max-width: 15rem;
    width: 100%;
    margin: 3.2rem auto 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media(max-width: 767px) {
    .section-11 .message-swiper-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section-11 .message-swiper-nav .swiper-nav {
    position: unset
}

.ltr .section-11 .message-swiper-nav .swiper-button-next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .section-11 .message-swiper-nav .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-11 .swiper-pagination {
    width: auto;
    bottom: 10%;
    text-align: unset !important
}

@media(max-width: 767px) {
    .section-11 .swiper-pagination {
        display: none
    }
}

.ltr .section-11 .swiper-pagination {
    left: 3rem
}

.rtl .section-11 .swiper-pagination {
    right: 3rem
}

.section-11 .swiper-pagination-bullet {
    width: .8rem;
    height: .4rem;
    background-color: rgba(255,255,255,.2);
    border-radius: .3rem;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out
}

    .section-11 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 4rem;
        background-color: #fff
    }

.section-11 .swiper-slide {
    opacity: 0 !important
}

.section-11 .swiper-slide-active {
    opacity: 1 !important
}

.section-12 {
    padding: 6.4rem 0
}

    .section-12 .lead {
        max-width: 64rem;
        width: 100%;
        margin: 0 auto;
        font-family: "Bukra Regular";
        font-size: 2rem;
        line-height: 4rem;
        color: #133264;
        text-align: center
    }

    .section-12 .phase-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4rem 0
    }

        .section-12 .phase-container.phase-1 {
            padding: 4rem 1rem
        }

        .section-12 .phase-container.phase-2 {
            padding: 4rem 1rem
        }

            .section-12 .phase-container.phase-2 .selected-phase-1 {
                width: 80%;
                font-size: 1.8rem;
                line-height: 1.5;
                min-height: 6.4rem
            }

@media(max-width: 768px) {
    .section-12 .phase-container.phase-2 .selected-phase-1 {
        font-size: 1.5rem
    }
}

.section-12 .phase-container.phase-2 li:not(.active) {
    display: none
}

.section-12 .phase-container.phase-3 {
    padding: 4rem 1rem
}

    .section-12 .phase-container.phase-3 .selected-phase-1 {
        width: 70%;
        font-size: 1.6rem;
        line-height: 1.5;
        min-height: 5.6rem
    }

@media(max-width: 768px) {
    .section-12 .phase-container.phase-3 .selected-phase-1 {
        max-width: 28rem;
        font-size: 1.4rem
    }
}

.section-12 .phase-container.phase-3 .selected-phase-2 {
    width: 80%;
    font-size: 1.8rem;
    line-height: 1.5;
    min-height: 6.4rem
}

@media(max-width: 768px) {
    .section-12 .phase-container.phase-3 .selected-phase-2 {
        max-width: 31.5rem;
        font-size: 1.5rem
    }
}

.section-12 .phase-container.phase-3 li:not(.active) {
    display: none
}

.section-12 .phase-container.phase-4 .selected-phase-1 {
    width: 60%;
    font-size: 1.4rem;
    line-height: 1.5;
    min-height: 4.8rem
}

@media(max-width: 768px) {
    .section-12 .phase-container.phase-4 .selected-phase-1 {
        max-width: 24.5rem;
        font-size: 1.3rem
    }
}

.section-12 .phase-container.phase-4 .selected-phase-2 {
    width: 70%;
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: 5.6rem
}

@media(max-width: 768px) {
    .section-12 .phase-container.phase-4 .selected-phase-2 {
        max-width: 28rem;
        font-size: 1.4rem
    }
}

.section-12 .phase-container.phase-4 .selected-phase-3 {
    width: 80%;
    font-size: 1.8rem;
    line-height: 1.5;
    min-height: 6.4rem
}

@media(max-width: 768px) {
    .section-12 .phase-container.phase-4 .selected-phase-3 {
        max-width: 31.5rem;
        font-size: 1.5rem
    }
}

.section-12 .phase-container.phase-4 .branch-container {
    max-width: 100%
}

.section-12 .main-slider-item {
    opacity: 0 !important;
    pointer-events: none
}

    .section-12 .main-slider-item.swiper-slide-active {
        opacity: 1 !important;
        pointer-events: all
    }

        .section-12 .main-slider-item.swiper-slide-active .swiper-slide {
            pointer-events: all
        }

.section-12 .title {
    margin-bottom: 3.6rem
}

.section-12 .branch-container {
    max-width: 80rem;
    width: 100%
}

@media(max-width: 768px) {
    .section-12 .branch-container {
        max-width: 33.5rem
    }
}

.section-12 .selected-phase-container {
    max-width: 80rem;
    margin: 0 auto
}

.section-12 .selected-phase {
    font-family: "Bukra Bold";
    color: #1b376e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-shadow: .2rem .8rem .8rem 0 rgba(0,0,0,.1),0 -0.2rem .4rem 0 rgba(0,0,0,.1);
    box-shadow: .2rem .8rem .8rem 0 rgba(0,0,0,.1),0 -0.2rem .4rem 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 2rem 2rem 0 0;
    margin: 0 auto;
    opacity: .8;
    text-align: center;
    padding: 1rem
}

.section-12 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2rem;
    -webkit-box-shadow: .2rem .8rem .8rem 0 rgba(0,0,0,.1),0 -0.2rem .4rem 0 rgba(0,0,0,.1);
    box-shadow: .2rem .8rem .8rem 0 rgba(0,0,0,.1),0 -0.2rem .4rem 0 rgba(0,0,0,.1);
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.section-12 li {
    width: 100%
}

    .section-12 li:not(:last-child) a {
        border-bottom: .1rem solid #ced5d7
    }

    .section-12 li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4.8rem 3.2rem;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out
    }

@media(max-width: 768px) {
    .section-12 li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.4rem 3.2rem
    }
}

.section-12 li a:hover {
    background-color: #f9f9f9
}

    .section-12 li a:hover .btn-icon {
        background-color: #24b4ba
    }

        .section-12 li a:hover .btn-icon path {
            stroke: #fff
        }

.section-12 li img {
    width: 8rem;
    height: 8rem
}

@media(max-width: 768px) {
    .section-12 li img {
        width: 6rem;
        height: 6rem
    }
}

.section-12 li .to-phase-title {
    font-family: "Bukra Bold";
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #0083cd;
    max-width: 34rem;
    text-align: center
}

@media(max-width: 768px) {
    .section-12 li .to-phase-title {
        padding: 1rem 0 1.6rem 0;
        font-size: 1.7rem;
        line-height: 2.4rem
    }
}

.section-12 li .btn-icon {
    width: 6.4rem;
    height: 6.4rem;
    border: .2rem solid #24b4ba;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

@media(max-width: 768px) {
    .section-12 li .btn-icon {
        width: 4rem;
        height: 4rem
    }
}

.rtl .section-12 li .btn-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-12 li .btn-icon path {
    -webkit-transition: stroke .2s ease-in-out;
    transition: stroke .2s ease-in-out
}

.section-12 .phase-slider-container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12rem;
    -webkit-box-shadow: 2px 8px 8px 0 rgba(0,0,0,.1),0 -2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 2px 8px 8px 0 rgba(0,0,0,.1),0 -2px 4px 0 rgba(0,0,0,.1);
    background-color: #fff;
    position: relative;
    z-index: 2
}

    .section-12 .phase-slider-container.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media(max-width: 1024px) {
    .section-12 .phase-slider-container {
        padding: 0 3rem
    }
}

@media(max-width: 768px) {
    .section-12 .phase-slider-container {
        padding: 0
    }
}

.section-12 .phase-slider-inner {
    max-width: 152rem;
    width: 100%
}

.section-12 .phase-slider {
    padding: 6.4rem 0
}

    .section-12 .phase-slider .swiper-slide {
        width: auto
    }

.section-12 .card {
    width: 32rem;
    min-height: 42rem;
    padding: 2.4rem 3.2rem;
    border: solid .1rem #24b4ba;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 1rem;
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #24B4BA), color-stop(60%, transparent));
    background: linear-gradient(to top, #24B4BA 30%, transparent 60%)
}

@media(max-width: 768px) {
    .section-12 .card {
        width: 26rem;
        padding: 1.6rem;
        min-height: 40rem;
        margin-right: 0
    }
}

.section-12 .card:hover .card-btn {
    background-color: #fff
}

    .section-12 .card:hover .card-btn path {
        stroke: #24b4ba
    }

.section-12 .card .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

    .section-12 .card .card-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.section-12 .card p {
    font-family: "Bukra Bold";
    font-size: 2.1rem;
    line-height: 3.2rem;
    color: #fff;
    margin: 1.2rem 0 1rem 0
}

@media(max-width: 768px) {
    .section-12 .card p {
        font-size: 1.7rem;
        line-height: 2.6rem
    }
}

.section-12 .card .card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6.2rem
}

.section-12 .card .bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Bukra Bold";
    width: 100%
}

.section-12 .card .vrp-name {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #fff;
    max-width: 100%;
    text-align: end
}

@media(max-width: 768px) {
    .section-12 .card .vrp-name {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

.ltr .section-12 .card .vrp-name {
    margin-right: 1.6rem
}

.rtl .section-12 .card .vrp-name {
    margin-left: 1.6rem
}

.section-12 .card .card-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.2rem;
    width: 6.2rem;
    border: solid .2rem #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

@media(max-width: 768px) {
    .section-12 .card .card-btn {
        width: 4.4rem;
        height: 4.4rem
    }
}

.ltr .section-12 .card .card-btn {
    margin-left: auto
}

.rtl .section-12 .card .card-btn {
    margin-right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-12 .card .card-btn path {
    -webkit-transition: stroke .2s ease-in-out;
    transition: stroke .2s ease-in-out
}

.section-12 .swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.6rem;
    position: absolute;
    max-width: 181rem;
    width: 100%;
    pointer-events: none
}

@media(max-width: 1440px) {
    .section-12 .swiper-nav {
        margin-bottom: 3.1rem
    }
}

@media(max-width: 1024px) {
    .section-12 .swiper-nav {
        position: unset;
        max-width: 26rem
    }
}

@media(max-width: 1280px) {
    .section-12 .swiper-nav {
        margin-bottom: 4rem
    }
}

.section-12 .swiper-button-next, .section-12 .swiper-button-prev {
    position: unset;
    width: 7.2rem;
    margin-top: unset;
    pointer-events: all
}

@media(max-width: 1279px) {
    .section-12 .swiper-button-next, .section-12 .swiper-button-prev {
        width: 5.2rem
    }
}

.section-12 .swiper-button-next::before, .section-12 .swiper-button-next::after, .section-12 .swiper-button-prev::before, .section-12 .swiper-button-prev::after {
    display: none
}

.section-12 .swiper-button-next img, .section-12 .swiper-button-prev img {
    max-width: 100%
}

.ltr .section-12 .swiper-button-next {
    margin-right: 3rem
}

@media(max-width: 1024px) {
    .ltr .section-12 .swiper-button-next {
        margin-right: 0
    }
}

.rtl .section-12 .swiper-button-next {
    margin-left: 3rem
}

@media(max-width: 1024px) {
    .rtl .section-12 .swiper-button-next {
        margin-left: 0
    }
}

.ltr .section-12 .swiper-button-next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ltr .section-12 .swiper-button-prev {
    margin-left: 3rem
}

@media(max-width: 1024px) {
    .ltr .section-12 .swiper-button-prev {
        margin-left: 0
    }
}

.rtl .section-12 .swiper-button-prev {
    margin-right: 3rem
}

@media(max-width: 1024px) {
    .rtl .section-12 .swiper-button-prev {
        margin-right: 0
    }
}

.rtl .section-12 .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-12 .swiper-pagination {
    display: none;
    font-size: 1.4rem
}

@media(max-width: 1024px) {
    .section-12 .swiper-pagination {
        display: block;
        margin: 0 auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.section-12 .current-slide {
    color: #1f386c
}

.section-12 .total-slide {
    color: #9eabb0
}

.body-home header.fixed {
    -webkit-box-shadow: 0 2rem 3rem rgba(0,0,0,.05);
    box-shadow: 0 2rem 3rem rgba(0,0,0,.05)
}

.home-hero-section {
    height: 100vh;
    position: relative;
    background-color: #000
}

@media(min-width: 1440px) {
    .home-hero-section {
        min-height: 650px
    }
}

@media(max-width: 1024px) {
    .home-hero-section {
        min-height: 50rem
    }
}

@media(max-width: 767px) {
    .home-hero-section {
        min-height: 50rem
    }
}

.home-hero-section-inner {
    width: 100%;
    /*height: 100%;*/
    position: relative
}

    .home-hero-section-inner .slide-index {
        display: block !important;
        line-height: 2.1rem;
        bottom: 8.7rem;
        z-index: 1;
    }

@media(max-width: 1279px) {
    .home-hero-section-inner .slide-index {
        bottom: 8.6rem;
        font-size: 1.4rem
    }
}

@media(max-width: 767px) {
    .home-hero-section-inner .slide-index {
        bottom: 5.6rem;
        font-size: 1.2rem
    }
}

.home-hero-section-inner .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    bottom: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 1279px) {
    .home-hero-section-inner .swiper-pagination {
        bottom: 5.7rem
    }
}

@media(max-width: 767px) {
    .home-hero-section-inner .swiper-pagination {
        bottom: 3.5rem
    }
}

.home-hero-section-inner .swiper-pagination .button {
    cursor: pointer;
    opacity: .5;
    -webkit-transition: background-color .3s ease-out,opacity .3s ease-out;
    transition: background-color .3s ease-out,opacity .3s ease-out;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .home-hero-section-inner .swiper-pagination .button:hover {
        background-color: transparent !important;
        opacity: 1
    }

        .home-hero-section-inner .swiper-pagination .button:hover span {
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
            opacity: 1
        }

        .home-hero-section-inner .swiper-pagination .button:hover img {
            opacity: 1
        }

.ltr .home-hero-section-inner .swiper-pagination .button:hover img {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.rtl .home-hero-section-inner .swiper-pagination .button:hover img {
    -webkit-transform: translateX(0) rotate(180deg) !important;
    transform: translateX(0) rotate(180deg) !important
}

.ltr .home-hero-section-inner .swiper-pagination .button:not(:last-child) {
    margin-right: 16.5rem
}

.rtl .home-hero-section-inner .swiper-pagination .button:not(:last-child) {
    margin-left: 16.5rem;
    margin-right: 0
}

.home-hero-section-inner .swiper-pagination .button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

@media(max-width: 1024px) {
    .home-hero-section-inner .swiper-pagination .button img {
        max-width: 5.6rem;
        margin-bottom: 1rem
    }
}

@media(max-width: 767px) {
    .home-hero-section-inner .swiper-pagination .button img {
        margin-bottom: .5rem
    }
}

.home-hero-section-inner .swiper-pagination .button span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .14rem;
    color: rgba(255,255,255,.5);
    margin: 1.5rem;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

@media(max-width: 767px) {
    .home-hero-section-inner .swiper-pagination .button span {
        display: none
    }
}

.rtl .home-hero-section-inner .swiper-pagination .button span {
    letter-spacing: unset !important
}

.ltr .home-hero-section-inner .swiper-pagination .button.swiper-button-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .home-hero-section-inner .swiper-pagination .button.swiper-button-next span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .home-hero-section-inner .swiper-pagination .button.swiper-button-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .home-hero-section-inner .swiper-pagination .button.swiper-button-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.ltr .home-hero-section-inner .swiper-pagination .button.swiper-button-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .home-hero-section-inner .swiper-pagination .button.swiper-button-prev span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .home-hero-section-inner .swiper-pagination .button.swiper-button-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .home-hero-section-inner .swiper-pagination .button.swiper-button-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.home-hero-section-inner .swiper-pagination .swiper-button-prev, .home-hero-section-inner .swiper-pagination .swiper-button-next {
    right: unset;
    left: unset;
    margin: unset;
    width: unset;
    height: unset;
    position: unset
}

    .home-hero-section-inner .swiper-pagination .swiper-button-prev::before, .home-hero-section-inner .swiper-pagination .swiper-button-prev::after, .home-hero-section-inner .swiper-pagination .swiper-button-next::before, .home-hero-section-inner .swiper-pagination .swiper-button-next::after {
        display: none
    }

.home-hero-section-inner .scroll-to-explore {
    color: #fff;
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .07rem;
    position: absolute;
    bottom: 2rem;
    -webkit-transform: translateY(-8.7rem);
    transform: translateY(-8.7rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(max-width: 1279px) {
    .home-hero-section-inner .scroll-to-explore {
        -webkit-transform: translateY(-8rem);
        transform: translateY(-8rem);
        display: none
    }
}

@media(max-width: 767px) {
    .home-hero-section-inner .scroll-to-explore {
        -webkit-transform: translateY(-7.7rem);
        transform: translateY(-7.7rem)
    }
}

.ltr .home-hero-section-inner .scroll-to-explore {
    right: 10.1rem
}

.rtl .home-hero-section-inner .scroll-to-explore {
    left: 10.1rem;
    letter-spacing: unset !important
}

.home-hero-section-inner .scroll-to-explore::after {
    content: "";
    position: absolute;
    height: 4.5rem;
    width: .2rem;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    bottom: -7.1rem;
    will-change: height,top;
    -webkit-animation: exploreAnimation 2s linear infinite;
    animation: exploreAnimation 2s linear infinite;
    pointer-events: none
}

.home-hero-slider {
    width: 100%;
    height: 100%;
    z-index: 0
}

    .home-hero-slider .home-hero-slider-item {
        height: 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 9.6rem 0 9.6rem
    }

@media(max-width: 1279px) {
    .home-hero-slider .home-hero-slider-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .home-hero-slider .home-hero-slider-item {
        padding: 0 3.6rem 0 3.6rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 374px) {
    .home-hero-slider .home-hero-slider-item {
        padding: 0 3rem 0 3rem
    }
}

.home-hero-slider .home-hero-slider-item picture {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

    .home-hero-slider .home-hero-slider-item picture img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
    }

.home-hero-slider .home-hero-slider-item .quote {
    z-index: 1;
    color: #24b4ba;
    font-size: 16rem;
    line-height: 2.2rem;
    -webkit-transition: opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out,opacity .6s ease-in-out;
    transition: transform .6s ease-in-out,opacity .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(max-width: 1279px) {
    .home-hero-slider .home-hero-slider-item .quote {
        font-size: 15rem;
        line-height: 2rem
    }
}

@media(max-width: 767px) {
    .home-hero-slider .home-hero-slider-item .quote {
        font-size: 12rem;
        line-height: 1.6rem
    }
}

@media(max-width: 374px) {
    .home-hero-slider .home-hero-slider-item .quote {
        font-size: 10rem;
        line-height: 1.4rem
    }
}

.home-hero-slider .home-hero-slider-item h2 {
    color: #fff;
    -webkit-transition: opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out,opacity .6s ease-in-out;
    transition: transform .6s ease-in-out,opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;
    max-width: 110rem;
    font-size: 6rem;
    line-height: 7.5rem;
    letter-spacing: -0.14rem
}

@media(min-width: 1440px)and (max-width: 1600px) {
    .home-hero-slider .home-hero-slider-item h2 {
        font-size: 4.2rem;
        line-height: 5.4rem;
        max-width: 75rem
    }
}

@media(min-width: 1280px)and (max-width: 1439px) {
    .home-hero-slider .home-hero-slider-item h2 {
        font-size: 4rem;
        line-height: 5rem;
        max-width: 60rem
    }
}

@media(max-width: 1279px) {
    .home-hero-slider .home-hero-slider-item h2 {
        text-align: start;
        max-width: 50rem;
        font-size: 3.2rem;
        line-height: 1.3
    }
}

@media(max-width: 767px) {
    .home-hero-slider .home-hero-slider-item h2 {
        max-width: 96vw;
        font-size: 2.25rem;
        line-height: 1.4;
        text-align: center
    }
}

@media(max-width: 374px) {
    .home-hero-slider .home-hero-slider-item h2 {
        max-width: 96vw;
        font-size: 2rem;
        line-height: 1.3
    }
}

.home-hero-slider .home-hero-slider-item h2.long {
    font-size: 4.8rem;
    line-height: 1.3;
    letter-spacing: -0.14rem;
    max-width: 100rem
}

@media(min-width: 1440px)and (max-width: 1600px) {
    .home-hero-slider .home-hero-slider-item h2.long {
        font-size: 3.8rem;
        line-height: 1.5;
        max-width: 65rem
    }
}

@media(min-width: 1280px)and (max-width: 1439px) {
    .home-hero-slider .home-hero-slider-item h2.long {
        font-size: 3.25rem;
        line-height: 1.3;
        max-width: 55rem
    }
}

@media(max-width: 1279px) {
    .home-hero-slider .home-hero-slider-item h2.long {
        font-size: 2.6rem;
        line-height: 1.3
    }
}

@media(max-width: 767px) {
    .home-hero-slider .home-hero-slider-item h2.long {
        font-size: 1.6rem
    }
}

@media(max-width: 374px) {
    .home-hero-slider .home-hero-slider-item h2.long {
        font-size: 1.5rem
    }
}

.rtl .home-hero-slider .home-hero-slider-item h2 {
    letter-spacing: unset !important
}

.home-hero-slider .home-hero-slider-item .animated-link {
    margin-top: 6.4rem;
    -webkit-transition: opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out,opacity .6s ease-in-out;
    transition: transform .6s ease-in-out,opacity .6s ease-in-out,-webkit-transform .6s ease-in-out;
    margin-bottom: 8rem
}

@media(max-width: 1279px) {
    .home-hero-slider .home-hero-slider-item .animated-link {
        margin-bottom: 0;
        margin-top: 3.7rem
    }
}

@media(max-width: 767px) {
    .home-hero-slider .home-hero-slider-item .animated-link {
        margin-bottom: 11rem;
        margin-top: 2rem
    }
}

@media(max-width: 374px) {
    .home-hero-slider .home-hero-slider-item .animated-link {
        margin-bottom: 9rem
    }
}

.home-hero-slider .swiper-slide-active .quote, .home-hero-slider .swiper-slide-active h2, .home-hero-slider .swiper-slide-active .animated-link, .home-hero-slider .swiper-slide-duplicate-active .quote, .home-hero-slider .swiper-slide-duplicate-active h2, .home-hero-slider .swiper-slide-duplicate-active .animated-link {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.home-hero-slider .swiper-slide-prev .quote, .home-hero-slider .swiper-slide-prev h2, .home-hero-slider .swiper-slide-prev .animated-link {
    -webkit-transform: translateX(-10rem) !important;
    transform: translateX(-10rem) !important;
    opacity: 0 !important
}

.home-hero-slider .swiper-slide .quote, .home-hero-slider .swiper-slide h2, .home-hero-slider .swiper-slide .animated-link {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    opacity: 0
}

.home-hero-slider .swiper-slide-next .quote, .home-hero-slider .swiper-slide-next h2, .home-hero-slider .swiper-slide-next .animated-link {
    -webkit-transform: translateX(10rem) !important;
    transform: translateX(10rem) !important;
    opacity: 0 !important
}

.vision-programs-section {
    background-color: #152c59;
    background-image: url("/dist/img/home/vision-section-bg.png");
    background-size: cover;
    background-position: center;
    padding: 6.5rem 0 6.5rem 0;
    overflow-x: hidden
}

@media(max-width: 1279px) {
    .vision-programs-section {
        padding: 7.9rem 0 6.5rem 0
    }
}

@media(max-width: 767px) {
    .vision-programs-section {
        padding: 3.5rem 0
    }
}

.vision-programs-section .vision-programs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width: 1279px) {
    .vision-programs-section .vision-programs-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ltr .vision-programs-section .vision-left {
    padding-left: 9.6rem
}

@media(max-width: 1279px) {
    .ltr .vision-programs-section .vision-left {
        padding-left: 0
    }
}

.rtl .vision-programs-section .vision-left {
    padding-right: 9.6rem
}

@media(max-width: 1279px) {
    .rtl .vision-programs-section .vision-left {
        padding-right: 0
    }
}

.vision-programs-section .vision-left h2 {
    min-width: 22rem;
    max-width: 35.5rem;
    color: #fff
}

@media(max-width: 1279px) {
    .vision-programs-section .vision-left h2 {
        max-width: 33.8rem;
        text-align: center;
        margin-bottom: 7.5rem
    }
}

@media(max-width: 767px) {
    .vision-programs-section .vision-left h2 {
        margin-bottom: 3.5rem;
        font-size: 2.4rem;
        line-height: 3.2rem;
        max-width: 22.6rem
    }
}

.vision-programs-section .vision-left .slider-1-nav {
    margin: 6.8rem 0 18.8rem 0
}

@media(max-width: 1440px) {
    .vision-programs-section .vision-left .slider-1-nav {
        margin: 9rem 0 22.8rem 0
    }
}

@media(max-width: 1279px) {
    .vision-programs-section .vision-left .slider-1-nav {
        display: none
    }
}

.vision-programs-section .vision-left .slider-1-nav a {
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

    .vision-programs-section .vision-left .slider-1-nav a:hover {
        opacity: 1
    }

.ltr .vision-programs-section .vision-left .slider-1-nav a:not(:last-child) {
    margin-right: 5.5rem
}

.rtl .vision-programs-section .vision-left .slider-1-nav a:not(:last-child) {
    margin-left: 5.5rem
}

.vision-programs-section .vision-left .slider-1-nav img {
    width: 8rem;
    height: 8rem
}

@media(max-width: 1440px) {
    .vision-programs-section .vision-left .slider-1-nav img {
        width: 6rem;
        height: 6rem
    }
}

.rtl .vision-programs-section .vision-left .slider-1-nav img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vision-programs-section .vision-right {
    height: 100%;
    position: relative;
    min-width: 0
}

@media(max-width: 1279px) {
    .vision-programs-section .vision-right {
        width: 100%
    }
}

.ltr .vision-programs-section .vision-right {
    margin-left: 12.5rem
}

@media(max-width: 1279px) {
    .ltr .vision-programs-section .vision-right {
        margin-left: 0
    }
}

.rtl .vision-programs-section .vision-right {
    margin-right: 12.5rem
}

@media(max-width: 1279px) {
    .rtl .vision-programs-section .vision-right {
        margin-right: 0
    }
}

.vision-programs-section .vision-right .owl-stage-outer {
    padding: 6rem 0;
    width: 100%
}

@media(max-width: 1279px) {
    .vision-programs-section .vision-right .owl-stage-outer {
        margin-left: 6.2rem;
        padding: 2rem 0
    }
}

@media(max-width: 767px) {
    .vision-programs-section .vision-right .owl-stage-outer {
        margin-left: 0
    }
}

@media(min-width: 1281px) {
    .vision-programs-section .vision-right .owl-item {
        min-width: 35rem
    }
}

.vision-programs-section .vision-right .owl-item:first-child {
    margin-top: 0 !important
}

.vision-programs-section .vision-right .owl-item:nth-child(2n) {
    margin-top: 6rem
}

.vision-programs-section .vision-right .owl-item.passed {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media(max-width: 767px) {
    .vision-programs-section .vision-right .owl-item.passed {
        -webkit-animation: none;
        animation: none
    }
}

.vision-programs-section .vision-right .owl-item.current {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media(max-width: 767px) {
    .vision-programs-section .vision-right .owl-item.current {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.vision-programs-section .vision-right .owl-nav {
    display: none;
    margin-top: 5.8rem
}

@media(max-width: 1279px) {
    .vision-programs-section .vision-right .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 767px) {
    .vision-programs-section .vision-right .owl-nav {
        margin-top: 2.5rem
    }
}

.vision-programs-section .vision-right .owl-nav [class*=owl-]:hover {
    background-color: transparent !important
}

@media(max-width: 1279px) {
    .ltr .vision-programs-section .vision-right .owl-nav {
        margin-left: 0
    }
}

@media(max-width: 1279px) {
    .rtl .vision-programs-section .vision-right .owl-nav {
        margin-right: 0
    }
}

.vision-programs-section .vision-right .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer !important
}

    .vision-programs-section .vision-right .owl-nav button:hover span {
        color: #fff
    }

    .vision-programs-section .vision-right .owl-nav button:hover img {
        opacity: 1
    }

.ltr .vision-programs-section .vision-right .owl-nav button.owl-prev {
    margin-right: 5.5rem !important
}

@media(max-width: 767px) {
    .ltr .vision-programs-section .vision-right .owl-nav button.owl-prev {
        margin-right: 16rem !important
    }
}

.rtl .vision-programs-section .vision-right .owl-nav button.owl-prev {
    margin-left: 5.5rem !important
}

@media(max-width: 767px) {
    .rtl .vision-programs-section .vision-right .owl-nav button.owl-prev {
        margin-left: 16rem !important
    }
}

.vision-programs-section .vision-right .owl-nav button.disabled span {
    display: none
}

.vision-programs-section .vision-right .owl-nav button img {
    opacity: .5
}

.rtl .vision-programs-section .vision-right .owl-nav button img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vision-programs-section .vision-right .owl-nav button span {
    margin-top: 1rem;
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .14rem;
    color: rgba(255,255,255,.5)
}

@media(max-width: 767px) {
    .vision-programs-section .vision-right .owl-nav button span {
        display: none
    }
}

.rtl .vision-programs-section .vision-right .owl-nav button span {
    letter-spacing: unset !important
}

@media(max-width: 1279px) {
    .vision-programs-section .view-all-container.desktop {
        display: none
    }
}

.vision-programs-section .view-all-container.mobile {
    display: none
}

@media(max-width: 1279px) {
    .vision-programs-section .view-all-container.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 2.5rem;
        left: 5.7rem
    }
}

@media(max-width: 767px) {
    .vision-programs-section .view-all-container.mobile {
        position: unset;
        margin-top: 3.5rem
    }
}

.vision-programs-section .view-all-btn {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    color: #fff;
    padding-bottom: .8rem;
    border-bottom: .1rem solid #fff;
    letter-spacing: .07rem;
    z-index: 1
}

.rtl .vision-programs-section .view-all-btn {
    letter-spacing: unset !important
}

.giga-projects-section {
    overflow-x: hidden
}

    .giga-projects-section .tab-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.giga-projects-section .tab-wrapper .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 8.7rem 9.6rem 12.4rem 9.6rem;
    background-size: cover;
    background-position: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 62rem;
    width: 100%
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tabs {
        padding-bottom: 10.6rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tabs {
        padding: 6.1rem 0 2.5rem 0;
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tabs {
        padding: 3.5rem 0 1rem 0
    }
}

.giga-projects-section .tab-wrapper .tabs h2 {
    color: #fff;
    margin-bottom: 11.1rem
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tabs h2 {
        margin-bottom: 8.9rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tabs h2 {
        width: 100%;
        margin-bottom: 7.1rem;
        text-align: center
    }
}

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tabs h2 {
        margin-bottom: 3.4rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tabs .tab-inner-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 2rem 2rem 2rem
    }
}

.giga-projects-section .tab-wrapper .tabs .tab {
    font-size: 3rem;
    line-height: 7.7rem;
    font-family: "Bukra Bold";
    letter-spacing: -0.14rem;
    color: rgba(255,255,255,.3);
    -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tabs .tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.4rem;
        line-height: 1.15;
        letter-spacing: normal
    }

    .ltr .giga-projects-section .tab-wrapper .tabs .tab:not(:last-child) {
        margin-right: 5rem
    }

    .rtl .giga-projects-section .tab-wrapper .tabs .tab:not(:last-child) {
        margin-left: 5rem
    }

    .ltr .giga-projects-section .tab-wrapper .tabs .tab:first-child {
        margin-left: auto
    }

    .rtl .giga-projects-section .tab-wrapper .tabs .tab:first-child {
        margin-right: auto
    }

    .ltr .giga-projects-section .tab-wrapper .tabs .tab:last-child {
        margin-right: auto;
        padding-right: 2.5rem
    }

    .rtl .giga-projects-section .tab-wrapper .tabs .tab:last-child {
        margin-left: auto;
        padding-left: 2.5rem
    }
}

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tabs .tab {
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .giga-projects-section .tab-wrapper .tabs .tab:not(:last-child) {
            margin-right: 4rem
        }

        .giga-projects-section .tab-wrapper .tabs .tab:last-child {
            padding-right: 2rem
        }
}

.rtl .giga-projects-section .tab-wrapper .tabs .tab {
    letter-spacing: unset !important
}

.giga-projects-section .tab-wrapper .tabs .tab::after {
    content: "";
    width: 7rem;
    height: .3rem;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tabs .tab::after {
        width: 100%;
        margin-top: .7rem
    }
}

.ltr .giga-projects-section .tab-wrapper .tabs .tab::after {
    margin-left: 5rem;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem)
}

@media(max-width: 1279px) {
    .ltr .giga-projects-section .tab-wrapper .tabs .tab::after {
        margin-left: 0
    }
}

.rtl .giga-projects-section .tab-wrapper .tabs .tab::after {
    margin-right: 5rem;
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem)
}

@media(max-width: 1279px) {
    .rtl .giga-projects-section .tab-wrapper .tabs .tab::after {
        margin-right: 0
    }
}

.giga-projects-section .tab-wrapper .tabs .tab:hover {
    color: rgba(255,255,255,.7)
}

.giga-projects-section .tab-wrapper .tabs .tab.active {
    color: #fff
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tabs .tab.active {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important
    }
}

.ltr .giga-projects-section .tab-wrapper .tabs .tab.active {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem)
}

.rtl .giga-projects-section .tab-wrapper .tabs .tab.active {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem)
}

.giga-projects-section .tab-wrapper .tabs .tab.active::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.giga-projects-section .tab-wrapper .tabs .view-all-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 12.4rem
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tabs .view-all-btn-container {
        margin-top: 9.6rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tabs .view-all-btn-container {
        display: none
    }
}

.giga-projects-section .tab-wrapper .tab-container {
    width: 100%;
    position: relative
}

    .giga-projects-section .tab-wrapper .tab-container .tab-detail {
        height: 100%;
        display: block !important;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transition: opacity 1s ease-in-out,pointer-events;
        transition: opacity 1s ease-in-out,pointer-events;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        opacity: 0;
        pointer-events: none
    }

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail {
        height: 76.9rem
    }
}

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail {
        height: 48.2rem
    }
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail.active-tab {
    opacity: 1;
    pointer-events: visible;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

    .giga-projects-section .tab-wrapper .tab-container .tab-detail.active-tab .project-content {
        opacity: 1
    }

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content {
    z-index: 10;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    padding: 0 10rem 7.5rem 10rem;
    pointer-events: none;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content {
        padding: 0 7.6rem 5.6rem 7.6rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content {
        padding: 0 6rem 5rem 6rem
    }
}

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content {
        padding: 3rem
    }
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content h3 {
    font-family: "Bukra Bold";
    font-size: 4.8rem;
    line-height: 7.7rem;
    letter-spacing: -0.14rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
    text-align: start !important
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content h3 {
        font-size: 4rem;
        line-height: 6.4rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content h3 {
        font-size: 3.2rem;
        line-height: 7.7rem;
        margin-bottom: 2.6rem
    }
}

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content h3 {
        margin-bottom: 2rem;
        margin-left: 0;
        font-size: 2.4rem;
        line-height: 1
    }
}

.rtl .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content h3 {
    letter-spacing: unset !important
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content p {
    color: rgba(255,255,255,.7);
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-family: "Bukra Bold";
    margin-bottom: 2.3rem;
    max-width: 65.4rem;
    position: relative;
    z-index: 1
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content p {
        font-size: 1.3rem;
        line-height: 1.9rem;
        margin-bottom: 2rem;
        max-width: 47.3rem
    }
}

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content p {
        margin-bottom: 1rem
    }
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content a {
    margin-top: 3.1rem;
    position: relative;
    z-index: 1
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content a {
        margin-top: 1.7rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content a {
        margin-top: 0
    }
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-content a strong {
    margin-bottom: 0;
    color: #fff
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider {
    position: absolute;
    top: 0;
    left: -0.1rem;
    width: calc(100% + .1rem);
    height: 100%;
    z-index: 0
}

    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .project-background {
        width: 100%;
        height: 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important
    }

    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-stage-outer {
        height: 100%
    }

        .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-stage-outer .owl-stage {
            height: 100%
        }

            .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-stage-outer .owl-stage .owl-item {
                height: 100%
            }

    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots {
        position: absolute;
        z-index: 2
    }

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots {
        display: none
    }
}

.ltr .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots {
    right: 10rem;
    bottom: 10rem
}

@media(max-width: 1440px) {
    .ltr .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots {
        right: 8rem;
        bottom: 8rem
    }
}

@media(max-width: 1279px) {
    .ltr .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots {
        right: 5rem;
        bottom: 7rem
    }
}

.rtl .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots {
    left: 10rem;
    bottom: 10rem
}

@media(max-width: 1440px) {
    .rtl .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots {
        left: 8rem;
        bottom: 8rem
    }
}

@media(max-width: 1279px) {
    .rtl .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots {
        left: 5rem;
        bottom: 7rem
    }
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots .owl-dot:not(:last-child) span {
    margin-right: 1.4rem
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots .owl-dot:not(:last-child) span {
        margin-right: 1.1rem
    }
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots .owl-dot.active span {
    background-color: #fff;
    width: 4.3rem
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots .owl-dot.active span {
        width: 3.6rem
    }
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots .owl-dot span {
    width: .8rem;
    height: .4rem;
    background-color: rgba(255,255,255,.2);
    -webkit-transition: width .3s cubic-bezier(0.165, 0.84, 0.44, 1),background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width .3s cubic-bezier(0.165, 0.84, 0.44, 1),background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 3px
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-background-slider .owl-dots .owl-dot span {
        width: .7rem
    }
}

.giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
    position: absolute;
    top: 8.7rem;
    z-index: 1
}

@media(max-width: 1440px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
        width: 15rem;
        top: 5rem;
        right: 5rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
        top: 3.5rem;
        right: 3.5rem
    }
}

@media(max-width: 767px) {
    .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
        width: 10.5rem
    }
}

.ltr .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
    right: 10rem
}

@media(max-width: 1440px) {
    .ltr .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
        right: 5rem
    }
}

@media(max-width: 1279px) {
    .ltr .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
        right: 3.5rem
    }
}

.rtl .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
    left: 10rem
}

@media(max-width: 1440px) {
    .rtl .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
        left: 5rem
    }
}

@media(max-width: 1279px) {
    .rtl .giga-projects-section .tab-wrapper .tab-container .tab-detail .project-logo {
        left: 3.5rem
    }
}

.giga-projects-section .tab-wrapper .view-all-btn {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    color: #fff;
    padding-bottom: .8rem;
    border-bottom: .1rem solid #fff;
    letter-spacing: .07rem
}

.rtl .giga-projects-section .tab-wrapper .view-all-btn {
    letter-spacing: unset !important
}

.giga-projects-section .tab-wrapper .view-all-btn-mobile-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 8rem;
    display: none
}

@media(max-width: 1279px) {
    .giga-projects-section .tab-wrapper .view-all-btn-mobile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.achievements-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: relative;
    overflow-x: hidden
}

@media(max-width: 1279px) {
    .achievements-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6.2rem 0
    }
}

@media(max-width: 767px) {
    .achievements-section {
        padding: 3.6rem 0
    }
}

.achievements-section h2 {
    color: #b4bdc1;
    position: absolute;
    top: 8.7rem;
    left: 0;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 2
}

@media(max-width: 1440px) {
    .achievements-section h2 {
        top: 6.4rem
    }
}

@media(max-width: 1279px) {
    .achievements-section h2 {
        position: relative;
        width: 100%;
        text-align: center;
        top: 0
    }
}

@media(max-width: 767px) {
    .achievements-section h2 {
        line-height: 1
    }
}

.achievements-section .years-container {
    width: 30.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: .1rem solid #e6e6e6
}

@media(max-width: 1440px) {
    .achievements-section .years-container {
        width: 24.5rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .years-container {
        border: none;
        width: 100%
    }
}

.achievements-section .years-container .years-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width: 1279px) {
    .achievements-section .years-container .years-inner-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 5rem 0
    }
}

@media(max-width: 767px) {
    .achievements-section .years-container .years-inner-container {
        margin: 2.8rem 0;
        padding: 0 2rem
    }
}

.achievements-section .years-container .years-inner-container .tab {
    color: rgba(180,189,193,.5);
    font-family: "Bukra Bold";
    font-size: 2.6rem;
    line-height: 1.2;
    text-align: right;
    max-width: 14rem;
    -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1440px) {
    .achievements-section .years-container .years-inner-container .tab {
        font-size: 2.2rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .years-container .years-inner-container .tab {
        font-size: 1.4rem;
        max-width: 100rem;
        text-align: center
    }
}

@media(max-width: 1279px) {
    .achievements-section .years-container .years-inner-container .tab br {
        display: none !important
    }
}

.achievements-section .years-container .years-inner-container .tab:not(:last-child) {
    margin-bottom: 8.4rem
}

@media(max-width: 1279px) {
    .achievements-section .years-container .years-inner-container .tab:not(:last-child) {
        margin-bottom: 0
    }
}

@media(max-width: 1279px) {
    .ltr .achievements-section .years-container .years-inner-container .tab:not(:last-child) {
        margin-right: 6rem
    }
}

@media(max-width: 767px) {
    .ltr .achievements-section .years-container .years-inner-container .tab:not(:last-child) {
        margin-right: 3rem
    }
}

@media(max-width: 1279px) {
    .rtl .achievements-section .years-container .years-inner-container .tab:not(:last-child) {
        margin-left: 6rem
    }
}

@media(max-width: 767px) {
    .rtl .achievements-section .years-container .years-inner-container .tab:not(:last-child) {
        margin-left: 3rem
    }
}

.achievements-section .years-container .years-inner-container .tab.active {
    color: #1f396c
}

.ltr .achievements-section .years-container .years-inner-container .tab.active {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem)
}

.rtl .achievements-section .years-container .years-inner-container .tab.active {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem)
}

@media(max-width: 1279px) {
    .achievements-section .years-container .years-inner-container .tab.active {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important
    }

        .achievements-section .years-container .years-inner-container .tab.active::after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: .2rem;
            background-color: #1f396c;
            margin-top: .7rem;
            pointer-events: none
        }
}

.achievements-section .years-container .years-inner-container .current-year-line {
    position: absolute;
    width: 10rem;
    height: 4.6rem;
    background-color: #fff;
    top: -2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: top .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1440px) {
    .achievements-section .years-container .years-inner-container .current-year-line {
        width: 8rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .years-container .years-inner-container .current-year-line {
        display: none
    }
}

.ltr .achievements-section .years-container .years-inner-container .current-year-line {
    left: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.rtl .achievements-section .years-container .years-inner-container .current-year-line {
    right: 100%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.achievements-section .years-container .years-inner-container .current-year-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: .3rem;
    background-color: #1f396c;
    left: 0;
    border-radius: 3px
}

.achievements-section .current-year-container {
    width: 25.5rem;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-size: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgba(217,222,224,.3);
    font-family: "Bukra Bold"
}

@media(max-width: 1440px) {
    .achievements-section .current-year-container {
        width: 20.3rem;
        font-size: 16rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .current-year-container {
        display: none
    }
}

.ltr .achievements-section .current-year-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rtl .achievements-section .current-year-container {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.achievements-section .achievements-slider-container {
    z-index: 1
}

@media(max-width: 767px) {
    .achievements-section .achievements-slider-container {
        margin-top: 0
    }
}

.ltr .achievements-section .achievements-slider-container {
    padding: 24rem 0 10rem 6.4rem
}

@media(max-width: 1440px) {
    .ltr .achievements-section .achievements-slider-container {
        padding: 19.6rem 0 5rem 5rem
    }
}

@media(max-width: 1279px) {
    .ltr .achievements-section .achievements-slider-container {
        padding: 0
    }
}

.rtl .achievements-section .achievements-slider-container {
    padding: 24rem 6.4rem 10rem 0
}

@media(max-width: 1440px) {
    .rtl .achievements-section .achievements-slider-container {
        padding: 19.6rem 5rem 5rem 0
    }
}

@media(max-width: 1279px) {
    .rtl .achievements-section .achievements-slider-container {
        padding: 0
    }
}

.achievements-section .achievements-slider-container .achievements-slider .owl-stage-outer {
    height: 61rem;
    padding: 3rem 0
}

@media(max-width: 1439px) {
    .achievements-section .achievements-slider-container .achievements-slider .owl-stage-outer {
        height: 53rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .achievements-slider-container .achievements-slider .owl-stage-outer {
        height: 49rem
    }
}

@media(max-width: 767px) {
    .achievements-section .achievements-slider-container .achievements-slider .owl-stage-outer {
        height: 46rem
    }
}

@media(max-width: 1279px) {
    .ltr .achievements-section .achievements-slider-container .achievements-slider .owl-stage-outer {
        margin-left: 6.2rem
    }
}

@media(max-width: 767px) {
    .ltr .achievements-section .achievements-slider-container .achievements-slider .owl-stage-outer {
        margin-left: 0
    }
}

@media(max-width: 1279px) {
    .rtl .achievements-section .achievements-slider-container .achievements-slider .owl-stage-outer {
        margin-right: 6.2rem
    }
}

@media(max-width: 767px) {
    .rtl .achievements-section .achievements-slider-container .achievements-slider .owl-stage-outer {
        margin-right: 0
    }
}

@media(max-width: 1440px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card {
        width: 30rem;
        height: 46.3rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card {
        width: 27.8rem;
        height: 41.7rem
    }
}

@media(max-width: 767px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card {
        width: 26rem;
        height: 39.2rem
    }
}

.achievements-section .achievements-slider-container .achievements-slider .flip-card .card-front {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 1440px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-front {
        padding: 2.5rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-front {
        padding: 2.3rem
    }
}

@media(max-width: 767px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-front {
        padding: 2rem
    }
}

.achievements-section .achievements-slider-container .achievements-slider .flip-card .card-front .tag {
    height: 4.6rem;
    padding: 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: "Bukra Bold";
    color: #fff;
    border-radius: 23px;
    -webkit-backdrop-filter: blur(3rem);
    backdrop-filter: blur(3rem);
    background-color: rgba(0,0,0,.12)
}

@media(max-width: 1440px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-front .tag {
        padding: 0 2.7rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        height: 4.1rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-front .tag {
        padding: 0 2.4rem;
        height: 3.7rem;
        font-size: 1.1rem;
        line-height: 1.4rem
    }
}

@media(max-width: 767px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-front .tag {
        height: 3.3rem;
        padding: 0 2.1rem;
        font-size: .9rem;
        line-height: 1.2rem
    }
}

@media(max-width: 1440px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-back {
        padding: 2.5rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-back {
        padding: 2.3rem
    }
}

@media(max-width: 767px) {
    .achievements-section .achievements-slider-container .achievements-slider .flip-card .card-back {
        padding: 2rem
    }
}

.achievements-section .achievements-slider-container .tab-detail {
    display: none;
    position: relative
}

    .achievements-section .achievements-slider-container .tab-detail:first-child {
        display: block
    }

    .achievements-section .achievements-slider-container .tab-detail .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 25.5rem;
        position: absolute;
        bottom: -3rem
    }

@media(max-width: 1440px) {
    .achievements-section .achievements-slider-container .tab-detail .owl-nav {
        width: 20.3rem
    }
}

@media(max-width: 1279px) {
    .achievements-section .achievements-slider-container .tab-detail .owl-nav {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.8rem
    }
}

@media(max-width: 767px) {
    .achievements-section .achievements-slider-container .tab-detail .owl-nav {
        margin-top: 0
    }
}

.ltr .achievements-section .achievements-slider-container .tab-detail .owl-nav {
    right: calc(100% + 6.4rem)
}

@media(max-width: 1440px) {
    .ltr .achievements-section .achievements-slider-container .tab-detail .owl-nav {
        right: calc(100% + 5rem)
    }
}

.rtl .achievements-section .achievements-slider-container .tab-detail .owl-nav {
    left: calc(100% + 6.4rem)
}

@media(max-width: 1440px) {
    .rtl .achievements-section .achievements-slider-container .tab-detail .owl-nav {
        left: calc(100% + 5rem)
    }
}

.achievements-section .achievements-slider-container .tab-detail .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

    .achievements-section .achievements-slider-container .tab-detail .owl-nav button:hover {
        background-color: transparent
    }

        .achievements-section .achievements-slider-container .tab-detail .owl-nav button:hover span {
            color: #9daab0
        }

.ltr .achievements-section .achievements-slider-container .tab-detail .owl-nav button:first-child {
    margin-right: 4rem
}

@media(max-width: 1440px) {
    .ltr .achievements-section .achievements-slider-container .tab-detail .owl-nav button:first-child {
        margin-right: 3.3rem
    }
}

@media(max-width: 767px) {
    .ltr .achievements-section .achievements-slider-container .tab-detail .owl-nav button:first-child {
        margin-right: 16rem
    }
}

.rtl .achievements-section .achievements-slider-container .tab-detail .owl-nav button:first-child {
    margin-left: 4rem
}

@media(max-width: 1440px) {
    .rtl .achievements-section .achievements-slider-container .tab-detail .owl-nav button:first-child {
        margin-left: 3.3rem
    }
}

@media(max-width: 767px) {
    .rtl .achievements-section .achievements-slider-container .tab-detail .owl-nav button:first-child {
        margin-left: 16rem
    }
}

.achievements-section .achievements-slider-container .tab-detail .owl-nav button span {
    margin-top: .9rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #9daab0
}

@media(max-width: 1279px) {
    .achievements-section .achievements-slider-container .tab-detail .owl-nav button span {
        display: none
    }
}

.rtl .achievements-section .achievements-slider-container .tab-detail .owl-nav button span {
    letter-spacing: unset !important
}

@media(max-width: 1440px) {
    .achievements-section .achievements-slider-container .tab-detail .owl-nav button img {
        width: 6rem
    }
}

.achievements-section .achievements-slider-container .tab-detail .button-container a {
    color: #fff
}

.achievements-section .slide-index {
    bottom: 2.2rem;
    color: #9daab0
}

    .achievements-section .slide-index .total-slide {
        color: rgba(157,170,176,.3)
    }

.achievements-section .view-all-container.mobile {
    display: none
}

@media(max-width: 1279px) {
    .achievements-section .view-all-container.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 6.8rem;
        bottom: 9rem
    }
}

@media(max-width: 767px) {
    .achievements-section .view-all-container.mobile {
        position: unset;
        margin-top: 3.5rem
    }
}

.achievements-section .view-all-container.mobile .view-all-btn {
    display: block;
    position: unset
}

.achievements-section .view-all-btn {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.15;
    color: #1f396c;
    padding-bottom: .8rem;
    border-bottom: .1rem solid #1f396c;
    letter-spacing: .07rem;
    z-index: 1;
    position: absolute;
    right: 9rem
}

@media(max-width: 1279px) {
    .achievements-section .view-all-btn {
        display: none
    }
}

.rtl .achievements-section .view-all-btn {
    letter-spacing: unset !important
}

.about-the-kingdom-section {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 8.6rem 5.6rem 11.7rem 5.6rem
}

@media(max-width: 1279px) {
    .about-the-kingdom-section {
        padding: 9.3rem 0 4.9rem 0
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-section {
        padding: 4rem 0
    }
}

.about-the-kingdom-section h2 {
    margin-bottom: 9rem;
    color: #fff;
    position: relative;
    z-index: 1
}

@media(max-width: 1279px) {
    .about-the-kingdom-section h2 {
        margin-bottom: 7rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-section h2 {
        margin-bottom: 1.5rem
    }
}

.about-the-kingdom-section .tab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .about-the-kingdom-section .tab-wrapper .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1;
        position: relative
    }

        .about-the-kingdom-section .tab-wrapper .tabs .tab {
            font-family: "Bukra Bold";
            color: rgba(255,255,255,.5);
            font-size: 2rem;
            line-height: 7.7rem;
            letter-spacing: -0.14rem;
            border-radius: 54px;
            width: 24rem;
            height: 8rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1)
        }

@media(max-width: 1440px) {
    .about-the-kingdom-section .tab-wrapper .tabs .tab {
        width: 20rem;
        height: 6.6rem;
        font-size: 1.6rem;
        line-height: 6.2rem
    }
}

@media(max-width: 1279px) {
    .about-the-kingdom-section .tab-wrapper .tabs .tab {
        font-size: 1.6rem;
        line-height: 6.2rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-section .tab-wrapper .tabs .tab {
        font-size: 1.2rem;
        line-height: 3.9rem;
        width: 9rem;
        height: 3.6rem
    }
}

.rtl .about-the-kingdom-section .tab-wrapper .tabs .tab {
    letter-spacing: unset !important
}

.about-the-kingdom-section .tab-wrapper .tabs .tab:hover {
    color: rgba(255,255,255,.7)
}

.ltr .about-the-kingdom-section .tab-wrapper .tabs .tab:not(:last-child) {
    margin-right: 4rem
}

@media(max-width: 767px) {
    .ltr .about-the-kingdom-section .tab-wrapper .tabs .tab:not(:last-child) {
        margin-right: 2rem
    }
}

@media(max-width: 374px) {
    .ltr .about-the-kingdom-section .tab-wrapper .tabs .tab:not(:last-child) {
        margin-right: .5rem
    }
}

.rtl .about-the-kingdom-section .tab-wrapper .tabs .tab:not(:last-child) {
    margin-left: 4rem
}

@media(max-width: 767px) {
    .rtl .about-the-kingdom-section .tab-wrapper .tabs .tab:not(:last-child) {
        margin-left: 2rem
    }
}

@media(max-width: 374px) {
    .rtl .about-the-kingdom-section .tab-wrapper .tabs .tab:not(:last-child) {
        margin-left: .5rem
    }
}

.about-the-kingdom-section .tab-wrapper .tabs .tab.active {
    color: #fff
}

.about-the-kingdom-section .tab-wrapper .tabs .tab-bg {
    width: 24rem;
    height: 8rem;
    background-color: rgba(255,255,255,.1);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 54px;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: left .3s ease-out,right .3s ease-out;
    transition: left .3s ease-out,right .3s ease-out
}

@media(max-width: 1440px) {
    .about-the-kingdom-section .tab-wrapper .tabs .tab-bg {
        width: 20rem;
        height: 6.6rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-section .tab-wrapper .tabs .tab-bg {
        width: 9rem;
        height: 3.6rem
    }
}

.ltr .about-the-kingdom-section .tab-wrapper .tabs .tab-bg {
    left: 0
}

.rtl .about-the-kingdom-section .tab-wrapper .tabs .tab-bg {
    right: 0
}

.about-the-kingdom-section .tab-wrapper .tab-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail {
        display: none;
        height: 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important
    }

        .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail:first-child {
            display: block
        }

    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 36rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25rem
    }

@media(max-width: 1279px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner {
        margin-top: 29rem
    }
}

@media(max-width: 1279px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 19.4rem
    }
}

.about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
    max-width: 57.1rem;
    font-family: "Bukra Bold";
    font-size: 4.8rem;
    line-height: 7rem;
    letter-spacing: -0.14rem;
    color: #fff
}

@media(max-width: 1279px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
        font-size: 3.2rem;
        line-height: 4rem;
        margin-right: 5.8rem;
        max-width: 30.1rem;
        width: 100%
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
        margin-right: 0;
        font-size: 2.4rem;
        line-height: 3.2rem
    }
}

.ltr .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
    margin-right: 16rem
}

@media(max-width: 1279px) {
    .ltr .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
        margin-right: 5.8rem
    }
}

@media(max-width: 767px) {
    .ltr .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
        margin-right: 0
    }
}

.rtl .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
    margin-left: 16rem;
    letter-spacing: unset !important
}

@media(max-width: 1279px) {
    .rtl .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
        margin-left: 5.8rem
    }
}

@media(max-width: 767px) {
    .rtl .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner h3 {
        margin-left: 0
    }
}

.about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner .about-the-kingdom-content {
    max-width: 52.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 1279px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner .about-the-kingdom-content {
        max-width: 27.3rem;
        width: 100%
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner .about-the-kingdom-content {
        max-width: 30.1rem;
        margin-top: 2rem
    }
}

.about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner .about-the-kingdom-content p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 4.5rem;
    color: #fff
}

@media(max-width: 1279px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner .about-the-kingdom-content p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-bottom: 2.8rem
    }
}

.about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner .about-the-kingdom-content a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1279px) {
    .about-the-kingdom-section .tab-wrapper .tab-container .tab-detail-inner .about-the-kingdom-content a {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

.news-section {
    position: relative;
    padding: 8.6rem 0 11rem 0;
    background-color: #fff
}

@media(max-width: 1279px) {
    .news-section {
        padding: 6rem 0
    }
}

@media(max-width: 767px) {
    .news-section {
        padding: 4.5rem 0 6rem 0
    }
}

.news-section .news-section-inner {
    position: relative
}

.news-section h2 {
    color: #94a1a9;
    text-align: center;
    position: relative;
    margin: 0 auto 6.8rem auto;
    max-width: 155rem
}

@media(max-width: 1279px) {
    .news-section h2 {
        margin-bottom: 4.7rem
    }
}

@media(max-width: 767px) {
    .news-section h2 {
        margin-bottom: 3.3rem
    }
}

.news-section h2 a {
    position: absolute;
    bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .07rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #1f396c
}

@media(max-width: 1279px) {
    .news-section h2 a {
        display: none
    }
}

.ltr .news-section h2 a {
    right: 6.4rem
}

.rtl .news-section h2 a {
    left: 6.4rem;
    letter-spacing: unset
}

.news-section h2 a::after {
    content: "";
    width: 100%;
    height: .1rem;
    margin-top: .8rem;
    background-color: #1f396c
}

.news-section .news-slider {
    max-width: 192rem;
    margin: 0 auto 11rem auto;
    padding: 0 20rem
}

@media(max-width: 1279px) {
    .news-section .news-slider {
        padding: 0;
        margin-bottom: 6rem
    }
}

@media(max-width: 767px) {
    .news-section .news-slider {
        margin-bottom: 4.9rem
    }
}

.news-section .news-slider .owl-stage-outer {
    z-index: 1
}

@media(max-width: 1279px) {
    .ltr .news-section .news-slider .owl-stage-outer {
        margin-left: 6.2rem
    }
}

@media(max-width: 767px) {
    .ltr .news-section .news-slider .owl-stage-outer {
        margin-left: 0
    }
}

@media(max-width: 1279px) {
    .rtl .news-section .news-slider .owl-stage-outer {
        margin-right: 6.2rem
    }
}

@media(max-width: 767px) {
    .rtl .news-section .news-slider .owl-stage-outer {
        margin-right: 0
    }
}

.news-section .news-slider .news-slider-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-section .news-slider .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6.4rem;
    z-index: 0
}

@media(max-width: 1439px) {
    .news-section .news-slider .owl-nav {
        position: unset;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-top: 6rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.news-section .news-slider .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media(max-width: 1439px) {
    .news-section .news-slider .owl-nav button:first-child {
        margin-right: 5.7rem
    }
}

@media(max-width: 767px) {
    .news-section .news-slider .owl-nav button:first-child {
        margin-right: 16rem
    }
}

.news-section .news-slider .owl-nav button:hover {
    background-color: transparent
}

.news-section .news-slider .owl-nav button span {
    margin-top: 1rem;
    color: #9daab0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "Bukra Bold";
    letter-spacing: .07rem
}

@media(max-width: 1279px) {
    .news-section .news-slider .owl-nav button span {
        display: none
    }
}

.rtl .news-section .news-slider .owl-nav button span {
    letter-spacing: unset !important
}

.news-section .slide-index {
    color: #9daab0
}

    .news-section .slide-index .total-slide {
        color: rgba(157,170,176,.3)
    }

.news-section .more-vision-container {
    max-width: 164.8rem;
    margin: 0 auto;
    padding: 0 6.4rem
}

@media(max-width: 767px) {
    .news-section .more-vision-container {
        padding: 0 2rem
    }
}

.news-section .more-vision-container .more-vision-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7rem;
    background: -webkit-gradient(linear, left bottom, right top, from(#2882c3), to(#1f396c));
    background: linear-gradient(to top right, #2882c3, #1f396c);
    border-radius: 20px
}

@media(max-width: 1279px) {
    .news-section .more-vision-container .more-vision-inner {
        padding: 5rem
    }
}

@media(max-width: 767px) {
    .news-section .more-vision-container .more-vision-inner {
        padding: 3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.news-section .more-vision-container .more-vision-inner .more-vision-p {
    color: #fff;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.14rem;
    font-family: "Bukra Bold"
}

@media(max-width: 1279px) {
    .news-section .more-vision-container .more-vision-inner .more-vision-p {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

@media(max-width: 767px) {
    .news-section .more-vision-container .more-vision-inner .more-vision-p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 2.4rem
    }
}

.ltr .news-section .more-vision-container .more-vision-inner .more-vision-p {
    margin-right: 13.1rem
}

@media(max-width: 767px) {
    .ltr .news-section .more-vision-container .more-vision-inner .more-vision-p {
        margin-right: 0
    }
}

.rtl .news-section .more-vision-container .more-vision-inner .more-vision-p {
    margin-left: 13.1rem;
    letter-spacing: unset !important
}

@media(max-width: 767px) {
    .rtl .news-section .more-vision-container .more-vision-inner .more-vision-p {
        margin-left: 0
    }
}

.news-section .more-vision-container .more-vision-inner .animated-link {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width: 767px) {
    .news-section .more-vision-container .more-vision-inner .animated-link {
        margin-left: auto
    }
}

.news-section .view-all-container.mobile {
    display: none
}

@media(max-width: 1279px) {
    .news-section .view-all-container.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        bottom: 0rem
    }
}

@media(max-width: 767px) {
    .news-section .view-all-container.mobile {
        position: unset
    }
}

.news-section .view-all-container.mobile .view-all-btn {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.15;
    color: #1f396c;
    padding-bottom: .8rem;
    border-bottom: .1rem solid #1f396c;
    letter-spacing: .07rem;
    z-index: 1
}

@media(max-width: 1279px) {
    .news-section .view-all-container.mobile .view-all-btn {
        margin-bottom: 5rem
    }
}

.rtl .news-section .view-all-container.mobile .view-all-btn {
    letter-spacing: unset !important
}

.slide-index {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "Bukra Bold";
    color: #fff;
    position: absolute;
    bottom: 2rem;
    display: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .slide-index {
        display: block
    }
}

.slide-index .total-slide {
    color: rgba(255,255,255,.3)
}

.owl-nav button img {
    width: 8rem;
    height: 8rem
}

@media(max-width: 1279px) {
    .owl-nav button img {
        width: 6.2rem;
        height: 6.2rem
    }
}

@media(max-width: 767px) {
    .owl-nav button img {
        width: 4.7rem;
        height: 4.7rem
    }
}

.owl-nav button.disabled span {
    display: none
}

.body-home .owl-nav button {
    cursor: pointer;
    opacity: .5;
    -webkit-transition: background-color .3s ease-out,opacity .3s ease-out;
    transition: background-color .3s ease-out,opacity .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 1281px) {
    .body-home .owl-nav button:hover {
        background-color: transparent;
        opacity: 1
    }

        .body-home .owl-nav button:hover span {
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
            opacity: 1
        }

    .ltr .body-home .owl-nav button:hover img {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important
    }

    .rtl .body-home .owl-nav button:hover img {
        -webkit-transform: translateX(0) rotate(180deg) !important;
        transform: translateX(0) rotate(180deg) !important
    }
}

@media(max-width: 1280px) {
    .body-home .owl-nav button:hover {
        background-color: transparent;
        opacity: 1
    }
}

.ltr .body-home .owl-nav button:not(:last-child) {
    margin-right: 16.5rem
}

.rtl .body-home .owl-nav button:not(:last-child) {
    margin-left: 16.5rem;
    margin-right: 0
}

.body-home .owl-nav button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out !important;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out !important;
    transition: transform .3s ease-out,opacity .3s ease-out !important;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out !important
}

.body-home .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .14rem;
    color: rgba(255,255,255,.5);
    margin: 1.5rem;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out !important;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out !important;
    transition: transform .3s ease-out,opacity .3s ease-out !important;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out !important
}

.rtl .body-home .owl-nav button span {
    letter-spacing: unset !important
}

.ltr .body-home .owl-nav button.owl-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .body-home .owl-nav button.owl-next span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .body-home .owl-nav button.owl-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .body-home .owl-nav button.owl-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.ltr .body-home .owl-nav button.owl-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .body-home .owl-nav button.owl-prev span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .body-home .owl-nav button.owl-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .body-home .owl-nav button.owl-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.body-home .owl-carousel {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms
}

.body-home .hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

    .body-home .hero-video-container .video-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        top: 0;
        left: 0
    }

    .body-home .hero-video-container video {
        min-height: 100%;
        min-width: 100%;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

.discover-hero-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 4.5rem;
    min-height: 90vh
}

@media(min-width: 1281px) {
    .discover-hero-section {
        min-height: 100vh
    }
}

.discover-hero-section picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

    .discover-hero-section picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.discover-hero-section h1 {
    font-family: "Bukra Bold";
    font-size: 11rem;
    line-height: 12rem;
    letter-spacing: -0.25rem;
    margin-bottom: 2.5rem;
    color: #fff;
    max-width: 71.1rem;
    text-align: center
}

@media(max-width: 1440px) {
    .discover-hero-section h1 {
        font-size: 8.6rem;
        line-height: 10.6rem;
        margin-bottom: 4.4rem
    }
}

@media(max-width: 1280px) {
    .discover-hero-section h1 {
        font-size: 7.2rem;
        line-height: 8.6rem;
        margin-bottom: 2.4rem
    }
}

@media(max-width: 767px) {
    .discover-hero-section h1 {
        font-size: 4rem;
        line-height: 4.8rem;
        letter-spacing: -0.14rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 374px) {
    .discover-hero-section h1 {
        font-size: 3.4rem;
        line-height: 4.2rem
    }
}

.rtl .discover-hero-section h1 {
    letter-spacing: unset !important
}

.discover-hero-section p {
    font-family: "Bukra Bold";
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #fff;
    max-width: 100.8rem;
    text-align: center
}

@media(max-width: 1440px) {
    .discover-hero-section p {
        font-size: 2.2rem;
        line-height: 3.2rem
    }
}

@media(max-width: 1280px) {
    .discover-hero-section p {
        font-size: 2rem
    }
}

@media(max-width: 767px) {
    .discover-hero-section p {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

.discover-hero-section .scroll-mouse {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 4rem
}

@media(max-width: 1280px) {
    .discover-hero-section .scroll-mouse {
        bottom: 5rem
    }
}

@media(max-width: 767px) {
    .discover-hero-section .scroll-mouse {
        bottom: 3.2rem
    }
}

.discover-hero-section .scroll-mouse .mouse-icon {
    margin-bottom: 1.2rem
}

.discover-hero-section .scroll-mouse .mouse-arrow-icon {
    will-change: opacity,transform;
    -webkit-animation: mouseArrowAnimation 1.5s linear infinite;
    animation: mouseArrowAnimation 1.5s linear infinite
}

.discover-content-section {
    padding: 17rem 5.5rem 20rem 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media(max-width: 1440px) {
    .discover-content-section {
        padding: 20rem 5.5rem
    }
}

@media(max-width: 1280px) {
    .discover-content-section {
        padding: 9rem 5.5rem 12rem 5.5rem
    }
}

@media(max-width: 767px) {
    .discover-content-section {
        padding: 4rem 3rem 10rem 4rem
    }
}

.discover-content-section .discover-row {
    max-width: 130rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media(max-width: 1440px) {
    .discover-content-section .discover-row {
        max-width: 113rem
    }
}

@media(max-width: 767px) {
    .discover-content-section .discover-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.discover-content-section .discover-row:not(:last-child) {
    margin-bottom: 18rem
}

@media(max-width: 1280px) {
    .discover-content-section .discover-row:not(:last-child) {
        margin-bottom: 8.7rem
    }
}

@media(max-width: 767px) {
    .discover-content-section .discover-row:not(:last-child) {
        margin-bottom: 7.2rem
    }
}

.discover-content-section .discover-row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width: 767px) {
    .discover-content-section .discover-row:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ltr .discover-content-section .discover-row:nth-child(2n) .discover-col:first-child {
    margin-right: 0
}

.rtl .discover-content-section .discover-row:nth-child(2n) .discover-col:first-child {
    margin-left: 0
}

.discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
    padding-top: 10%
}

@media(max-width: 1280px) {
    .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
        padding-top: 0
    }
}

.ltr .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
    margin-right: 15rem
}

@media(max-width: 1440px) {
    .ltr .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
        margin-right: 8rem
    }
}

@media(max-width: 1280px) {
    .ltr .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
        margin-right: 3rem
    }
}

@media(max-width: 767px) {
    .ltr .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
        margin-right: 0
    }
}

.rtl .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
    margin-left: 15rem
}

@media(max-width: 1440px) {
    .rtl .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
        margin-left: 8rem
    }
}

@media(max-width: 1280px) {
    .rtl .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
        margin-left: 3rem
    }
}

@media(max-width: 767px) {
    .rtl .discover-content-section .discover-row:nth-child(2n) .discover-col:last-child {
        margin-left: 0
    }
}

.discover-content-section .discover-row:nth-child(2n) h2 {
    white-space: nowrap;
    position: absolute;
    bottom: 0
}

@media(max-width: 1280px) {
    .discover-content-section .discover-row:nth-child(2n) h2 {
        position: unset;
        white-space: normal
    }
}

.discover-content-section .discover-row .discover-col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1280px) {
    .discover-content-section .discover-row .discover-col {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .discover-col {
        width: 100%;
        position: relative
    }
}

.ltr .discover-content-section .discover-row .discover-col:first-child {
    margin-right: 15rem
}

@media(max-width: 1440px) {
    .ltr .discover-content-section .discover-row .discover-col:first-child {
        margin-right: 8rem
    }
}

@media(max-width: 1280px) {
    .ltr .discover-content-section .discover-row .discover-col:first-child {
        margin-right: 3rem
    }
}

@media(max-width: 767px) {
    .ltr .discover-content-section .discover-row .discover-col:first-child {
        margin-right: 0
    }
}

.rtl .discover-content-section .discover-row .discover-col:first-child {
    margin-left: 15rem
}

@media(max-width: 1440px) {
    .rtl .discover-content-section .discover-row .discover-col:first-child {
        margin-left: 8rem
    }
}

@media(max-width: 1280px) {
    .rtl .discover-content-section .discover-row .discover-col:first-child {
        margin-left: 3rem
    }
}

@media(max-width: 767px) {
    .rtl .discover-content-section .discover-row .discover-col:first-child {
        margin-left: 0
    }
}

@media(max-width: 1440px) {
    .discover-content-section .discover-row .discover-col img {
        width: 100%
    }
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .discover-col img {
        margin-bottom: 2rem
    }
}

.discover-content-section .discover-row .discover-col .heading-wrapper {
    margin-bottom: 3rem;
    position: relative
}

@media(max-width: 1440px) {
    .discover-content-section .discover-row .discover-col .heading-wrapper {
        margin-bottom: 1rem
    }
}

@media(max-width: 1280px) {
    .discover-content-section .discover-row .discover-col .heading-wrapper {
        margin-bottom: 1.5rem
    }
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .discover-col .heading-wrapper {
        margin-bottom: 2rem
    }
}

.discover-content-section .discover-row .discover-col .heading-wrapper.political-h {
    color: #24b4ba
}

.discover-content-section .discover-row .discover-col .heading-wrapper.society-h {
    color: #2882c3
}

.discover-content-section .discover-row .discover-col .heading-wrapper.history-h {
    color: #1f396c
}

.discover-content-section .discover-row .discover-col .heading-wrapper.energy-h {
    color: #71b446
}

.discover-content-section .discover-row .discover-col .heading-wrapper h2 {
    font-family: "Bukra Bold";
    font-size: 8.4rem;
    letter-spacing: -0.25rem;
    line-height: 9rem
}

@media(max-width: 1440px) {
    .discover-content-section .discover-row .discover-col .heading-wrapper h2 {
        font-size: 7.2rem;
        line-height: 8rem
    }
}

@media(max-width: 1280px) {
    .discover-content-section .discover-row .discover-col .heading-wrapper h2 {
        font-size: 3rem;
        line-height: 3.8rem
    }
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .discover-col .heading-wrapper h2 {
        font-size: 3.6rem;
        line-height: 4.2rem
    }
}

.rtl .discover-content-section .discover-row .discover-col .heading-wrapper h2 {
    letter-spacing: unset !important
}

.discover-content-section .discover-row .discover-col p {
    margin-bottom: 3rem;
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #b4bdc1
}

@media(max-width: 1280px) {
    .discover-content-section .discover-row .discover-col p {
        font-size: 1.1rem;
        line-height: 1.8rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .discover-col p {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

.discover-content-section .discover-row .discover-col .content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .discover-col .content-btn {
        margin-top: 1.5rem
    }
}

.discover-content-section .discover-row .discover-col .content-btn a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto
}

    .discover-content-section .discover-row .discover-col .content-btn a:hover strong {
        color: #fff !important
    }

    .discover-content-section .discover-row .discover-col .content-btn a:hover svg path {
        stroke: #fff !important
    }

    .discover-content-section .discover-row .discover-col .content-btn a.political:hover small {
        background-color: #24b4ba
    }

    .discover-content-section .discover-row .discover-col .content-btn a.political strong {
        color: #24b4ba
    }

    .discover-content-section .discover-row .discover-col .content-btn a.political small {
        border-color: #24b4ba
    }

    .discover-content-section .discover-row .discover-col .content-btn a.political path {
        stroke: #24b4ba
    }

    .discover-content-section .discover-row .discover-col .content-btn a.society:hover small {
        background-color: #2882c3
    }

    .discover-content-section .discover-row .discover-col .content-btn a.society strong {
        color: #2882c3
    }

    .discover-content-section .discover-row .discover-col .content-btn a.society small {
        border-color: #2882c3
    }

    .discover-content-section .discover-row .discover-col .content-btn a.society path {
        stroke: #2882c3
    }

    .discover-content-section .discover-row .discover-col .content-btn a.history:hover small {
        background-color: #1f396c
    }

    .discover-content-section .discover-row .discover-col .content-btn a.history strong {
        color: #1f396c
    }

    .discover-content-section .discover-row .discover-col .content-btn a.history small {
        border-color: #1f396c
    }

    .discover-content-section .discover-row .discover-col .content-btn a.history path {
        stroke: #1f396c
    }

    .discover-content-section .discover-row .discover-col .content-btn a.energy:hover small {
        background-color: #71b446
    }

    .discover-content-section .discover-row .discover-col .content-btn a.energy strong {
        color: #71b446
    }

    .discover-content-section .discover-row .discover-col .content-btn a.energy small {
        border-color: #71b446
    }

    .discover-content-section .discover-row .discover-col .content-btn a.energy path {
        stroke: #71b446
    }

.discover-content-section .discover-row .bg-text {
    position: absolute;
    opacity: .1;
    white-space: nowrap;
    -webkit-text-stroke-width: .3rem;
    color: transparent;
    font-size: 25rem;
    letter-spacing: -0.25rem;
    font-family: "Bukra Bold";
    z-index: -1;
    pointer-events: none
}

@media(max-width: 1440px) {
    .discover-content-section .discover-row .bg-text {
        font-size: 15.5rem
    }
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .bg-text {
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        font-size: 7.2rem !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
        overflow: hidden
    }
}

.rtl .discover-content-section .discover-row .bg-text {
    letter-spacing: unset !important
}

.discover-content-section .discover-row .bg-text.political {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-stroke-color: #24b4ba;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 100%;
    bottom: -3.6rem
}

@media(max-width: 1440px) {
    .discover-content-section .discover-row .bg-text.political {
        bottom: -13rem
    }
}

.discover-content-section .discover-row .bg-text.society {
    bottom: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    left: 14%;
    -webkit-text-stroke-color: #2882c3
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .bg-text.society {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        right: 0;
        left: unset
    }
}

@media(max-width: 1440px) {
    .discover-content-section .discover-row .bg-text.society {
        bottom: -4rem
    }
}

.discover-content-section .discover-row .bg-text.history {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-stroke-color: #1f396c;
    right: 100%;
    -webkit-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
    bottom: 50%
}

.discover-content-section .discover-row .bg-text.energy {
    bottom: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    left: 20%;
    -webkit-text-stroke-color: #71b446
}

@media(max-width: 767px) {
    .discover-content-section .discover-row .bg-text.energy {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        right: 0;
        left: unset
    }
}

@media(max-width: 1440px) {
    .discover-content-section .discover-row .bg-text.energy {
        bottom: -4rem
    }
}

.discover-content-section .explore-container {
    height: 20rem;
    max-width: 152rem;
    width: 100%;
    padding: 0 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width: 1440px) {
    .discover-content-section .explore-container {
        height: 18rem
    }
}

@media(max-width: 1280px) {
    .discover-content-section .explore-container {
        height: 14rem
    }
}

@media(max-width: 767px) {
    .discover-content-section .explore-container {
        height: 18rem;
        padding: 0 3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.discover-content-section .explore-container picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

    .discover-content-section .explore-container picture img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 20px
    }

.discover-content-section .explore-container p {
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -1.4px;
    color: #fff
}

@media(max-width: 1440px) {
    .discover-content-section .explore-container p {
        font-size: 2.4rem
    }
}

@media(max-width: 1280px) {
    .discover-content-section .explore-container p {
        font-size: 1.8rem
    }
}

@media(max-width: 767px) {
    .discover-content-section .explore-container p {
        margin-bottom: 4rem
    }
}

.rtl .discover-content-section .explore-container p {
    letter-spacing: unset !important
}

.investment-fund-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .investment-fund-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .investment-fund-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .investment-fund-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .investment-fund-hero-section .hero-content span {
            background: rgba(255,255,255,.15);
            -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
            font-family: "Bukra Bold";
            font-size: 1.1rem;
            letter-spacing: .2rem;
            color: #fff;
            border-radius: 100px;
            height: 6.1rem;
            width: 34rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: default;
            pointer-events: none
        }

@media(max-width: 1279px) {
    .investment-fund-hero-section .hero-content span {
        width: 31.2rem;
        height: 5.5rem;
        font-size: 1rem
    }
}

@media(max-width: 767px) {
    .investment-fund-hero-section .hero-content span {
        width: 25.2rem;
        height: 4.5rem;
        font-size: .8rem
    }
}

.rtl .investment-fund-hero-section .hero-content span {
    letter-spacing: unset !important
}

.investment-fund-hero-section .hero-content h1 {
    font-family: "Bukra Bold";
    font-size: 8.4rem;
    line-height: 11rem;
    color: #fff;
    margin-top: 1.4rem;
    text-align: center;
    max-width: 144rem
}

@media(max-width: 1440px) {
    .investment-fund-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .investment-fund-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .investment-fund-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 22rem
    }
}

.rtl .investment-fund-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.additional-content-section {
    padding: 16rem 5.4rem 18.8rem 5.4rem;
    background-color: #2882c3;
    background-image: url("../img/investment-fund/additional-section-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media(max-width: 1440px) {
    .additional-content-section {
        padding: 13.4rem 5.4rem 13.9rem 5.4rem
    }
}

@media(max-width: 1279px) {
    .additional-content-section {
        padding: 9.5rem 5.4rem 10.1rem 5.4rem
    }
}

@media(max-width: 767px) {
    .additional-content-section {
        padding: 6.4rem 3rem 7.4rem 3rem
    }
}

.additional-content-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    margin-bottom: 9rem;
    width: 100%;
    text-align: center;
    color: #fff
}

@media(max-width: 1440px) {
    .additional-content-section h2 {
        font-size: 3rem;
        margin-bottom: 6.8rem
    }
}

@media(max-width: 1279px) {
    .additional-content-section h2 {
        font-size: 2.2rem;
        margin-bottom: 5.5rem
    }
}

@media(max-width: 767px) {
    .additional-content-section h2 {
        margin-bottom: 3.5rem
    }
}

.additional-content-section .document-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 152rem;
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 767px) {
    .additional-content-section .document-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.additional-content-section .document-container .document-box {
    width: 50%;
    height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5rem;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important
}

@media(max-width: 1440px) {
    .additional-content-section .document-container .document-box {
        padding: 4rem;
        height: 28rem
    }
}

@media(max-width: 1279px) {
    .additional-content-section .document-container .document-box {
        padding: 2.5rem;
        height: 16rem
    }
}

@media(max-width: 767px) {
    .additional-content-section .document-container .document-box {
        padding: 2.5rem 3rem;
        height: 15.2rem;
        width: 100%
    }
}

@media(max-width: 767px) {
    .additional-content-section .document-container .document-box:first-child {
        margin-bottom: 2rem
    }
}

.ltr .additional-content-section .document-container .document-box:first-child {
    margin-right: 4rem
}

@media(max-width: 1440px) {
    .ltr .additional-content-section .document-container .document-box:first-child {
        margin-right: 3rem
    }
}

@media(max-width: 1279px) {
    .ltr .additional-content-section .document-container .document-box:first-child {
        margin-right: 2rem
    }
}

@media(max-width: 767px) {
    .ltr .additional-content-section .document-container .document-box:first-child {
        margin-right: 0
    }
}

.rtl .additional-content-section .document-container .document-box:first-child {
    margin-left: 4rem
}

@media(max-width: 1440px) {
    .rtl .additional-content-section .document-container .document-box:first-child {
        margin-left: 3rem
    }
}

@media(max-width: 1279px) {
    .rtl .additional-content-section .document-container .document-box:first-child {
        margin-left: 2rem
    }
}

@media(max-width: 767px) {
    .rtl .additional-content-section .document-container .document-box:first-child {
        margin-left: 0
    }
}

.additional-content-section .document-container .document-box h3 {
    font-family: "Bukra Bold";
    font-size: 2.8rem;
    color: #fff
}

@media(max-width: 1279px) {
    .additional-content-section .document-container .document-box h3 {
        font-size: 1.6rem
    }
}

.additional-content-section .document-container .document-box .document-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .additional-content-section .document-container .document-box .document-content .file-info p {
        color: #1f396c;
        font-family: "Bukra Bold";
        font-size: 1.4rem;
        line-height: 3.2rem;
        letter-spacing: .05rem
    }

        .additional-content-section .document-container .document-box .document-content .file-info p strong {
            color: #fff
        }

@media(max-width: 1440px) {
    .additional-content-section .document-container .document-box .document-content .file-info p {
        line-height: 3.6rem
    }
}

@media(max-width: 1279px) {
    .additional-content-section .document-container .document-box .document-content .file-info p {
        font-size: 1rem;
        line-height: 2.2rem
    }
}

@media(max-width: 767px) {
    .additional-content-section .document-container .document-box .document-content .file-info p {
        font-size: 1.1rem;
        line-height: 2.4rem
    }
}

.rtl .additional-content-section .document-container .document-box .document-content .file-info p {
    letter-spacing: unset !important
}

.additional-content-section .document-container .document-box .document-content .download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    letter-spacing: .07rem;
    line-height: 1.6rem;
    -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1439px) {
    .additional-content-section .document-container .document-box .document-content .download-btn {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

@media(max-width: 1023px) {
    .additional-content-section .document-container .document-box .document-content .download-btn small {
        display: none
    }

    .additional-content-section .document-container .document-box .document-content .download-btn span {
        margin-bottom: 0 !important
    }
}

.rtl .additional-content-section .document-container .document-box .document-content .download-btn {
    letter-spacing: unset !important
}

.additional-content-section .document-container .document-box .document-content .download-btn small {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .07rem;
    line-height: 1.6rem;
    color: #fff
}

@media(max-width: 1439px) {
    .additional-content-section .document-container .document-box .document-content .download-btn small {
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

.rtl .additional-content-section .document-container .document-box .document-content .download-btn small {
    letter-spacing: unset !important
}

@media(max-width: 1279px) {
    .additional-content-section .document-container .document-box .document-content .download-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.additional-content-section .document-container .document-box .document-content .download-btn:hover {
    color: #24b4ba
}

    .additional-content-section .document-container .document-box .document-content .download-btn:hover span {
        background-color: #fff
    }

        .additional-content-section .document-container .document-box .document-content .download-btn:hover span svg path {
            stroke: #24b4ba
        }

.additional-content-section .document-container .document-box .document-content .download-btn span {
    border: .2rem solid #fff;
    width: 6rem;
    height: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 1439px) {
    .additional-content-section .document-container .document-box .document-content .download-btn span {
        width: 5.5rem;
        height: 5.5rem
    }
}

@media(max-width: 1279px) {
    .additional-content-section .document-container .document-box .document-content .download-btn span {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1.2rem
    }
}

@media(max-width: 1023px) {
    .additional-content-section .document-container .document-box .document-content .download-btn span {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: 5rem;
        height: 5rem
    }
}

.ltr .additional-content-section .document-container .document-box .document-content .download-btn span {
    margin-left: 1.2rem
}

@media(max-width: 1439px) {
    .ltr .additional-content-section .document-container .document-box .document-content .download-btn span {
        margin-left: 1rem
    }
}

@media(max-width: 1279px) {
    .ltr .additional-content-section .document-container .document-box .document-content .download-btn span {
        margin-left: 0
    }
}

.rtl .additional-content-section .document-container .document-box .document-content .download-btn span {
    margin-right: 1.2rem
}

@media(max-width: 1439px) {
    .rtl .additional-content-section .document-container .document-box .document-content .download-btn span {
        margin-right: 1rem
    }
}

@media(max-width: 1279px) {
    .rtl .additional-content-section .document-container .document-box .document-content .download-btn span {
        margin-right: 0
    }
}

.additional-content-section .document-container .document-box .document-content .download-btn span svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

    .additional-content-section .document-container .document-box .document-content .download-btn span svg path {
        -webkit-transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: stroke .3s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

.contact-detail-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12rem 5.4rem 6rem 5.4rem
}

@media(max-width: 1440px) {
    .contact-detail-section {
        padding: 9rem 5.4rem 4.5rem 5.4rem
    }
}

@media(max-width: 1279px) {
    .contact-detail-section {
        padding: 6rem 5.4rem 3rem 5.4rem
    }
}

@media(max-width: 767px) {
    .contact-detail-section {
        padding: 6rem 3rem 3rem 3rem
    }
}

.contact-detail-section + .contact-detail-section {
    padding-top: 0;
    margin-bottom: 6rem
}

@media(max-width: 1440px) {
    .contact-detail-section + .contact-detail-section {
        margin-bottom: 4.5rem
    }
}

@media(max-width: 1279px) {
    .contact-detail-section + .contact-detail-section {
        margin-bottom: 3rem
    }
}

@media(max-width: 767px) {
    .contact-detail-section + .contact-detail-section {
        margin-bottom: 3rem
    }
}

.contact-detail-section .contact-detail-wrapper {
    max-width: 152rem;
    width: 100%
}

    .contact-detail-section .contact-detail-wrapper .contact-detail-item {
        width: 100%;
        height: 20rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 7.5rem;
        border-radius: 20px
    }

@media(max-width: 1440px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item {
        height: 18rem;
        padding: 0 6rem
    }
}

@media(max-width: 1279px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item {
        height: 14rem;
        padding: 0 4rem
    }
}

@media(max-width: 767px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item {
        height: 20.5rem;
        padding: 3.5rem 3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 374px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item {
        padding: 2rem
    }
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item:not(:last-child) {
    margin-bottom: 4rem
}

@media(max-width: 1440px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media(max-width: 1279px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item:not(:last-child) {
        margin-bottom: 2rem
    }
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item p {
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.14rem
}

@media(max-width: 1440px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item p {
        font-size: 2.4rem
    }
}

@media(max-width: 1279px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item p {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

@media(max-width: 767px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item p {
        line-height: 2.8rem
    }
}

.rtl .contact-detail-section .contact-detail-wrapper .contact-detail-item p {
    letter-spacing: unset !important
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box {
    background: -webkit-gradient(linear, left top, right top, from(#24b4ba), to(#1f396c));
    background: linear-gradient(to right, #24b4ba, #1f396c)
}

    .contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box p, .contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box span {
        color: #fff
    }

    .contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box .contact-detail-info {
        max-width: 44.5rem;
        width: 100%
    }

@media(max-width: 1279px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box .contact-detail-info {
        max-width: auto;
        width: auto
    }
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box .contact-detail-info span {
    display: block;
    font-family: "Bukra Bold";
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: -0.14rem
}

@media(max-width: 1440px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box .contact-detail-info span {
        font-size: 1.4rem;
        line-height: 2.6rem
    }
}

@media(max-width: 1279px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box .contact-detail-info span {
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: normal
    }
}

@media(max-width: 767px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box .contact-detail-info span {
        font-size: 1rem;
        line-height: 2rem
    }
}

.rtl .contact-detail-section .contact-detail-wrapper .contact-detail-item.contact-detail-box .contact-detail-info span {
    letter-spacing: unset !important
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box {
    border: 3px solid #24b4ba
}

    .contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box p {
        color: #24b4ba;
        margin-right: 5rem
    }

@media(max-width: 767px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box p {
        margin-right: 0
    }
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box .btn-wrapper {
    max-width: 44.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width: 1279px) {
    .contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box .btn-wrapper {
        max-width: auto;
        width: auto
    }
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box .btn-wrapper a:hover strong {
    color: #fff
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box .btn-wrapper a:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box .btn-wrapper a strong {
    color: #24b4ba
}

.ltr .contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box .btn-wrapper a i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rtl .contact-detail-section .contact-detail-wrapper .contact-detail-item.visit-box .btn-wrapper a i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.invest-saudi-arabia-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .invest-saudi-arabia-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .invest-saudi-arabia-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .invest-saudi-arabia-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .invest-saudi-arabia-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .invest-saudi-arabia-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .invest-saudi-arabia-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .invest-saudi-arabia-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 22rem
    }
}

.rtl .invest-saudi-arabia-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.statistics-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17.7rem 9rem 14rem 9rem;
    background-color: #f2f2f2
}

@media(max-width: 1440px) {
    .statistics-section {
        padding: 13.3rem 9rem 10.5rem 9rem
    }
}

@media(max-width: 1279px) {
    .statistics-section {
        padding: 7.3rem 9rem 7.7rem 9rem
    }
}

@media(max-width: 767px) {
    .statistics-section {
        padding: 5.8rem 3rem 6.8rem 3rem
    }
}

.statistics-section .statistics-wrapper {
    max-width: 128rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .statistics-section .statistics-wrapper p {
        margin-bottom: 9.3rem;
        font-size: 2.4rem;
        color: #7f8689;
        font-family: "Bukra Bold";
        text-align: center
    }

@media(max-width: 1440px) {
    .statistics-section .statistics-wrapper p {
        font-size: 1.8rem;
        margin-bottom: 7rem
    }
}

@media(max-width: 1279px) {
    .statistics-section .statistics-wrapper p {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-bottom: 5rem
    }
}

@media(max-width: 767px) {
    .statistics-section .statistics-wrapper p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-bottom: 3.7rem
    }
}

.statistics-section .statistics-wrapper .statistics-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30rem;
    position: relative;
    width: 100%
}

@media(max-width: 1440px) {
    .statistics-section .statistics-wrapper .statistics-content {
        min-height: 22.5rem
    }
}

@media(max-width: 1279px) {
    .statistics-section .statistics-wrapper .statistics-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.statistics-section .statistics-wrapper .statistics-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: .1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: #c9c9c9
}

@media(max-width: 1279px) {
    .statistics-section .statistics-wrapper .statistics-content::before {
        width: 100%;
        height: .1rem;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: "Bukra Bold"
}

@media(max-width: 1279px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col:first-child {
        margin-bottom: 9rem
    }
}

@media(max-width: 767px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col:first-child {
        margin-bottom: 5.3rem
    }
}

.ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col:first-child {
    margin-right: 18rem
}

@media(max-width: 1279px) {
    .ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col:first-child {
        margin-right: 0
    }
}

.rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col:first-child {
    margin-left: 18rem
}

@media(max-width: 1279px) {
    .rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col:first-child {
        margin-left: 0
    }
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col .statistics-percents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col strong {
    font-size: 12rem;
    letter-spacing: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1440px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col strong {
        font-size: 9rem
    }
}

@media(max-width: 767px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col strong {
        font-size: 7.2rem;
        letter-spacing: -0.5rem
    }
}

@media(max-width: 374px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col strong {
        font-size: 6.2rem
    }
}

.rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col strong {
    letter-spacing: unset !important
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col strong i {
    font-size: 2.4rem;
    letter-spacing: normal
}

@media(max-width: 1440px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col strong i {
        font-size: 1.8rem
    }
}

@media(max-width: 767px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col strong i {
        font-size: 1.4rem;
        margin-right: .3rem
    }
}

.ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col strong i {
    margin-right: .5rem
}

@media(max-width: 767px) {
    .ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col strong i {
        margin-right: .3rem
    }
}

.rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col strong i {
    margin-left: .5rem;
    letter-spacing: unset !important
}

@media(max-width: 767px) {
    .rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col strong i {
        margin-left: .3rem
    }
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col small {
    color: #7f8689;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 3.8rem;
    font-size: 2.2rem;
    letter-spacing: -0.05rem
}

@media(max-width: 1440px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col small {
        font-size: 1.7rem;
        margin: 0 2.8rem
    }
}

@media(max-width: 767px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col small {
        font-size: 1.3rem;
        margin: 0 2.2rem
    }
}

.rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col small {
    letter-spacing: unset !important
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col small::before, .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
    content: "";
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #7f8689
}

@media(max-width: 1440px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col small::before, .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
        width: .5rem;
        height: .5rem
    }
}

@media(max-width: 767px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col small::before, .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
        width: .3rem;
        height: .3rem
    }
}

.ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col small::before {
    margin-right: 1.4rem
}

@media(max-width: 1440px) {
    .ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col small::before {
        margin-right: 1rem
    }
}

@media(max-width: 767px) {
    .ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col small::before {
        margin-right: .8rem
    }
}

.rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col small::before {
    margin-left: 1.4rem
}

@media(max-width: 1440px) {
    .rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col small::before {
        margin-left: 1rem
    }
}

@media(max-width: 767px) {
    .rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col small::before {
        margin-left: .8rem
    }
}

.ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
    margin-left: 1.4rem
}

@media(max-width: 1440px) {
    .ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
        margin-left: 1rem
    }
}

@media(max-width: 767px) {
    .ltr .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
        margin-left: .8rem
    }
}

.rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
    margin-right: 1.4rem
}

@media(max-width: 1440px) {
    .rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
        margin-right: 1rem
    }
}

@media(max-width: 767px) {
    .rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col small::after {
        margin-right: .8rem
    }
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col span {
    margin-top: 4.4rem;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: -0.05rem
}

@media(max-width: 1440px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col span {
        font-size: 1.6rem;
        margin-top: 3.1rem
    }
}

@media(max-width: 767px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col span {
        font-size: 1.2rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 374px) {
    .statistics-section .statistics-wrapper .statistics-content .statistics-col span {
        font-size: 1.1rem;
        margin-top: 2.4rem
    }
}

.rtl .statistics-section .statistics-wrapper .statistics-content .statistics-col span {
    letter-spacing: unset !important
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col.statistics-left strong, .statistics-section .statistics-wrapper .statistics-content .statistics-col.statistics-left span {
    color: #24b4ba
}

.statistics-section .statistics-wrapper .statistics-content .statistics-col.statistics-right {
    color: #1f396c
}

.investment-opportunities-section {
    width: 100%;
    margin-top: 14.7rem;
    overflow: hidden
}

@media(max-width: 1440px) {
    .investment-opportunities-section {
        margin-top: 9.4rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section {
        margin-top: 6.8rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section {
        margin-top: 5.7rem
    }
}

.investment-opportunities-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 6.2rem;
    color: #1f396c;
    text-align: center
}

@media(max-width: 1440px) {
    .investment-opportunities-section h2 {
        font-size: 3rem;
        margin-bottom: 4.8rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section h2 {
        font-size: 2.2rem;
        margin-bottom: 3.5rem
    }
}

.body-sustainability .investment-opportunities-section h2 {
    color: #71b446
}

.investment-opportunities-section .slider-with-thumb {
    position: relative;
    width: 100%;
    background-color: #12335e
}

    .investment-opportunities-section .slider-with-thumb .slider-popup {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out
    }

        .investment-opportunities-section .slider-with-thumb .slider-popup.opened {
            opacity: 1;
            pointer-events: visible
        }

        .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
            position: absolute;
            top: 6rem
        }

@media(max-width: 1440px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
        top: 4rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
        top: 3rem
    }
}

.ltr .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
    right: 6rem
}

@media(max-width: 1440px) {
    .ltr .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
        right: 4rem
    }
}

@media(max-width: 1279px) {
    .ltr .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
        right: 3rem
    }
}

.rtl .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
    left: 6rem
}

@media(max-width: 1440px) {
    .rtl .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
        left: 4rem
    }
}

@media(max-width: 1279px) {
    .rtl .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close {
        left: 3rem
    }
}

@media(max-width: 1440px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close svg {
        width: 7.4rem;
        height: 7.4rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close svg {
        width: 6.2rem;
        height: 6.2rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-close svg {
        width: 4.2rem;
        height: 4.2rem
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup h5 {
    font-family: "Bukra Bold";
    font-size: 3rem;
    color: #fff;
    margin-bottom: 7rem;
    text-align: center;
    padding: 0 2rem
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup h5 {
        font-size: 2rem;
        margin-bottom: 5.4rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup h5 {
        font-size: 1.6rem;
        margin: 7rem 0 4rem 0
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 2rem
}

    .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-content::-webkit-scrollbar-track {
        background-color: #ddd
    }

    .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-content::-webkit-scrollbar {
        width: 8px;
        background-color: #ddd
    }

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-content::-webkit-scrollbar {
        width: 6px
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .slider-popup-content::-webkit-scrollbar-thumb {
    background-color: #12335e
}

.investment-opportunities-section .slider-with-thumb .slider-popup li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ltr .investment-opportunities-section .slider-with-thumb .slider-popup li:not(:last-child) .box {
    margin-right: 3rem
}

@media(max-width: 1279px) {
    .ltr .investment-opportunities-section .slider-with-thumb .slider-popup li:not(:last-child) .box {
        margin-right: 2rem
    }
}

.rtl .investment-opportunities-section .slider-with-thumb .slider-popup li:not(:last-child) .box {
    margin-left: 3rem
}

@media(max-width: 1279px) {
    .rtl .investment-opportunities-section .slider-with-thumb .slider-popup li:not(:last-child) .box {
        margin-left: 2rem
    }
}

.ltr .investment-opportunities-section .slider-with-thumb .slider-popup li:first-child {
    margin-left: auto
}

.rtl .investment-opportunities-section .slider-with-thumb .slider-popup li:first-child {
    margin-right: auto
}

.ltr .investment-opportunities-section .slider-with-thumb .slider-popup li:first-child .box {
    margin-left: 6rem
}

@media(max-width: 374px) {
    .ltr .investment-opportunities-section .slider-with-thumb .slider-popup li:first-child .box {
        margin-left: 3rem
    }
}

.rtl .investment-opportunities-section .slider-with-thumb .slider-popup li:first-child .box {
    margin-right: 6rem
}

@media(max-width: 374px) {
    .rtl .investment-opportunities-section .slider-with-thumb .slider-popup li:first-child .box {
        margin-right: 3rem
    }
}

.ltr .investment-opportunities-section .slider-with-thumb .slider-popup li:last-child {
    margin-right: auto
}

.rtl .investment-opportunities-section .slider-with-thumb .slider-popup li:last-child {
    margin-left: auto
}

.ltr .investment-opportunities-section .slider-with-thumb .slider-popup li:last-child .box {
    margin-right: 6rem
}

@media(max-width: 374px) {
    .ltr .investment-opportunities-section .slider-with-thumb .slider-popup li:last-child .box {
        margin-right: 3rem
    }
}

.rtl .investment-opportunities-section .slider-with-thumb .slider-popup li:last-child .box {
    margin-left: 6rem
}

@media(max-width: 374px) {
    .rtl .investment-opportunities-section .slider-with-thumb .slider-popup li:last-child .box {
        margin-left: 3rem
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box {
    max-width: 27.8rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box {
        max-width: 20rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box {
        max-width: 25rem
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box .box-top {
    width: 100%;
    min-height: 23.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    background-color: #f7f7f7;
    border-radius: 20px 20px 0 0
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box .box-top {
        min-height: 16.8rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box .box-top {
        min-height: 20.6rem
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box .box-bottom {
    width: 100%;
    min-height: 13.5rem;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
    min-width: 27.8rem
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box .box-bottom {
        min-height: 10rem;
        min-width: 20rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box .box-bottom {
        min-height: 12rem;
        min-width: 25rem
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box span, .investment-opportunities-section .slider-with-thumb .slider-popup .box p, .investment-opportunities-section .slider-with-thumb .slider-popup .box small, .investment-opportunities-section .slider-with-thumb .slider-popup .box i {
    font-family: "Bukra Bold"
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box span {
    font-size: 6.2rem;
    line-height: 7.4rem
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box span {
        font-size: 4.3rem;
        line-height: 5.2rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box span {
        font-size: 5.2rem;
        line-height: 6.4rem
    }
}

.rtl .investment-opportunities-section .slider-with-thumb .slider-popup .box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box p {
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-align: center;
    color: #fff
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box p {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box small {
    font-size: 3.2rem
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box small {
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box small {
        font-size: 2.7rem
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box i {
    font-size: 2rem
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box i {
        font-size: 2rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slider-with-thumb .slider-popup .box i {
        font-size: 1.5rem
    }
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-1 .box-bottom {
    background-color: #1f396c
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-1 span, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-1 small, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-1 i {
    color: #1f396c
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-2 .box-bottom {
    background-color: #0763a5
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-2 span, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-2 small, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-2 i {
    color: #0763a5
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-3 .box-bottom {
    background-color: #22a8ad
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-3 span, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-3 small, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-3 i {
    color: #22a8ad
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-4 .box-bottom {
    background-color: #71b446
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-4 span, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-4 small, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-4 i {
    color: #71b446
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-5 .box-bottom {
    background-color: #93a1a8
}

.investment-opportunities-section .slider-with-thumb .slider-popup .box.box-5 span, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-5 small, .investment-opportunities-section .slider-with-thumb .slider-popup .box.box-5 i {
    color: #93a1a8
}

.investment-opportunities-section .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 76rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out
}

@media(max-width: 1440px) {
    .investment-opportunities-section .slide-content {
        max-width: 61rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slide-content {
        max-width: 56rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slide-content {
        max-width: 50rem;
        margin: 0 auto;
        padding: 3rem 3rem 15rem 3rem !important
    }
}

@media(max-width: 374px) {
    .investment-opportunities-section .slide-content {
        padding: 3rem 3rem 15rem 3rem !important
    }
}

.ltr .investment-opportunities-section .slide-content {
    padding: 5rem 0 33rem 10rem
}

@media(max-width: 1440px) {
    .ltr .investment-opportunities-section .slide-content {
        padding: 3rem 0 29rem 10rem
    }
}

@media(max-width: 1279px) {
    .ltr .investment-opportunities-section .slide-content {
        padding: 3rem 0 18rem 6rem
    }
}

.rtl .investment-opportunities-section .slide-content {
    padding: 5rem 10rem 33rem 0
}

@media(max-width: 1440px) {
    .rtl .investment-opportunities-section .slide-content {
        padding: 3rem 10rem 29rem 0
    }
}

@media(max-width: 1279px) {
    .rtl .investment-opportunities-section .slide-content {
        padding: 3rem 6rem 10.5rem 0
    }
}

.investment-opportunities-section .slide-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5rem 0;
    width: 100%
}

@media(max-width: 1440px) {
    .investment-opportunities-section .slide-content ul {
        margin: 3.1rem 0
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slide-content ul {
        margin: 2.1rem 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.investment-opportunities-section .slide-content ul li {
    width: 12.8rem;
    height: 5rem;
    border-radius: 300px;
    -webkit-backdrop-filter: blur(30px) brightness(93%);
    backdrop-filter: blur(30px) brightness(93%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .investment-opportunities-section .slide-content ul li {
        width: 9rem;
        height: 3.8rem
    }
}

.ltr .investment-opportunities-section .slide-content ul li:not(:last-child) {
    margin-right: 1rem
}

.rtl .investment-opportunities-section .slide-content ul li:not(:last-child) {
    margin-left: 1rem
}

.investment-opportunities-section .slide-content ul li span {
    color: #24b4ba;
    font-family: "Bukra Bold";
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: .1rem
}

@media(max-width: 767px) {
    .investment-opportunities-section .slide-content ul li span {
        font-size: .8rem;
        line-height: .1rem
    }
}

.rtl .investment-opportunities-section .slide-content ul li span {
    letter-spacing: unset !important
}

.investment-opportunities-section .slide-content h4 {
    font-family: "Bukra Light";
    font-size: 8.4rem;
    line-height: 1.25;
    letter-spacing: -0.14rem;
    color: #fff;
    margin-bottom: 2rem;
    white-space: normal
}

@media(max-width: 1440px) {
    .investment-opportunities-section .slide-content h4 {
        font-size: 6.6rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slide-content h4 {
        font-size: 6rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slide-content h4 {
        font-size: 3.6rem
    }
}

@media(max-width: 374px) {
    .investment-opportunities-section .slide-content h4 {
        font-size: 3rem
    }
}

.rtl .investment-opportunities-section .slide-content h4 {
    letter-spacing: unset !important
}

.investment-opportunities-section .slide-content h4 strong {
    font-family: "Bukra Bold"
}

.investment-opportunities-section .slide-content p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    color: #fff;
    overflow-y: auto;
    padding-right: 1.5rem
}

@media(max-width: 1440px) {
    .investment-opportunities-section .slide-content p {
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .slide-content p {
        font-size: 1.1rem;
        line-height: 1.8rem
    }
}

.investment-opportunities-section .slide-content p::-webkit-scrollbar {
    width: 1rem
}

.investment-opportunities-section .slide-content p::-webkit-scrollbar-track {
    background: #fff
}

.investment-opportunities-section .slide-content p::-webkit-scrollbar-thumb {
    background: #24b4ba
}

    .investment-opportunities-section .slide-content p::-webkit-scrollbar-thumb:hover {
        background: rgba(36,180,186,.8)
    }

.investment-opportunities-section .big-slider {
    width: 100%;
    z-index: 0
}

    .investment-opportunities-section .big-slider .owl-item.active .slide-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .investment-opportunities-section .big-slider .owl-item.passed .slide-content {
        -webkit-transform: translateX(-3rem);
        transform: translateX(-3rem);
        opacity: 0
    }

    .investment-opportunities-section .big-slider .big-slide-item {
        height: 91.5rem;
        position: relative
    }

@media(max-width: 1440px) {
    .investment-opportunities-section .big-slider .big-slide-item {
        height: 75rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .big-slider .big-slide-item {
        height: 57.5rem
    }
}

.investment-opportunities-section .big-slider picture {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

    .investment-opportunities-section .big-slider picture img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.investment-opportunities-section .big-slider .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    bottom: 23rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 1440px) {
    .investment-opportunities-section .big-slider .owl-nav {
        bottom: 20rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section .big-slider .owl-nav {
        display: none !important
    }
}

.investment-opportunities-section .big-slider .owl-nav button {
    cursor: pointer;
    opacity: .5;
    -webkit-transition: background-color .3s ease-out,opacity .3s ease-out;
    transition: background-color .3s ease-out,opacity .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 1281px) {
    .investment-opportunities-section .big-slider .owl-nav button:hover {
        background-color: transparent;
        opacity: 1
    }

        .investment-opportunities-section .big-slider .owl-nav button:hover span {
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
            opacity: 1
        }

        .investment-opportunities-section .big-slider .owl-nav button:hover img {
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
            opacity: 1
        }

    .rtl .investment-opportunities-section .big-slider .owl-nav button:hover img {
        -webkit-transform: translateX(0) rotate(180deg) !important;
        transform: translateX(0) rotate(180deg) !important
    }
}

@media(max-width: 1280px) {
    .investment-opportunities-section .big-slider .owl-nav button:hover {
        background-color: transparent;
        opacity: 1
    }
}

.ltr .investment-opportunities-section .big-slider .owl-nav button:first-child {
    margin-right: 16.5rem
}

.rtl .investment-opportunities-section .big-slider .owl-nav button:first-child {
    margin-left: 16.5rem
}

.investment-opportunities-section .big-slider .owl-nav button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

.investment-opportunities-section .big-slider .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .14rem;
    color: rgba(255,255,255,.5);
    margin: 1.5rem;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

.rtl .investment-opportunities-section .big-slider .owl-nav button span {
    letter-spacing: unset !important
}

.ltr .investment-opportunities-section .big-slider .owl-nav button.owl-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .investment-opportunities-section .big-slider .owl-nav button.owl-next span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .investment-opportunities-section .big-slider .owl-nav button.owl-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .investment-opportunities-section .big-slider .owl-nav button.owl-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.ltr .investment-opportunities-section .big-slider .owl-nav button.owl-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .investment-opportunities-section .big-slider .owl-nav button.owl-prev span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .investment-opportunities-section .big-slider .owl-nav button.owl-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .investment-opportunities-section .big-slider .owl-nav button.owl-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.investment-opportunities-section .big-slider .owl-nav button.disabled span {
    display: block
}

.investment-opportunities-section .thumb-slider {
    position: absolute;
    bottom: 5rem
}

@media(max-width: 1440px) {
    .investment-opportunities-section .thumb-slider {
        bottom: 4rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .thumb-slider {
        bottom: 2.5rem
    }
}

.ltr .investment-opportunities-section .thumb-slider {
    left: 10rem
}

@media(max-width: 1279px) {
    .ltr .investment-opportunities-section .thumb-slider {
        left: 6rem
    }
}

@media(max-width: 767px) {
    .ltr .investment-opportunities-section .thumb-slider {
        left: 2rem
    }
}

.rtl .investment-opportunities-section .thumb-slider {
    right: 10rem
}

@media(max-width: 1279px) {
    .rtl .investment-opportunities-section .thumb-slider {
        right: 6rem
    }
}

@media(max-width: 767px) {
    .rtl .investment-opportunities-section .thumb-slider {
        right: 2rem
    }
}

.investment-opportunities-section .thumb-slider .owl-stage-outer {
    overflow: visible
}

.investment-opportunities-section .thumb-slider .thumb-item {
    width: 25rem;
    height: 14.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    border-radius: 10px;
    color: #fff;
    padding: 2.6rem;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 105% !important
}

@media(max-width: 1440px) {
    .investment-opportunities-section .thumb-slider .thumb-item {
        height: 12.5rem;
        width: 22rem;
        padding: 2.3rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section .thumb-slider .thumb-item {
        width: 18.2rem;
        height: 10.5rem;
        padding: 1.7rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .thumb-slider .thumb-item {
        width: 16rem;
        height: 9.1rem;
        padding: 1.3rem
    }
}

.investment-opportunities-section .thumb-slider .thumb-item .thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: bottom .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    bottom: 0;
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    line-height: 2rem
}

@media(max-width: 1440px) {
    .investment-opportunities-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.3rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .investment-opportunities-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.1rem
    }
}

.investment-opportunities-section .thumb-slider .thumb-item .thumb-content img {
    width: .65rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.investment-opportunities-section .thumb-slider .thumb-item .thumb-content i {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem)
}

.ltr .investment-opportunities-section .thumb-slider .thumb-item .thumb-content i {
    margin-left: 2rem
}

.rtl .investment-opportunities-section .thumb-slider .thumb-item .thumb-content i {
    margin-right: 2rem
}

.investment-opportunities-section .thumb-slider .thumb-item .thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 2
}

.investment-opportunities-section .thumb-slider .thumb-item .thumb-overlay-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    opacity: 0
}

.investment-opportunities-section .thumb-slider .thumb-item.active {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
}

    .investment-opportunities-section .thumb-slider .thumb-item.active .thumb-content {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        bottom: 100%
    }

        .investment-opportunities-section .thumb-slider .thumb-item.active .thumb-content img {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .investment-opportunities-section .thumb-slider .thumb-item.active .thumb-overlay {
        opacity: 0
    }

    .investment-opportunities-section .thumb-slider .thumb-item.active .thumb-overlay-active {
        opacity: 1
    }

.investment-opportunities-section .slide-index {
    display: block !important;
    font-size: 1.6rem;
    line-height: 2.1rem;
    bottom: 26.3rem
}

@media(max-width: 1440px) {
    .investment-opportunities-section .slide-index {
        bottom: 23.5rem
    }
}

@media(max-width: 1279px) {
    .investment-opportunities-section .slide-index {
        display: none !important
    }
}

.learn-more-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12rem 5.4rem
}

@media(max-width: 1440px) {
    .learn-more-section {
        padding: 9rem 5.4rem
    }
}

@media(max-width: 1279px) {
    .learn-more-section {
        padding: 6rem 5.4rem
    }
}

@media(max-width: 767px) {
    .learn-more-section {
        padding: 6rem 3rem
    }
}

.learn-more-section .learn-more-wrapper {
    max-width: 152rem;
    width: 100%
}

    .learn-more-section .learn-more-wrapper .learn-more-item {
        width: 100%;
        min-height: 20rem;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 7.5rem;
        border-radius: 20px
    }

@media(max-width: 1440px) {
    .learn-more-section .learn-more-wrapper .learn-more-item {
        min-height: 18rem;
        padding: 0 6rem
    }
}

@media(max-width: 1279px) {
    .learn-more-section .learn-more-wrapper .learn-more-item {
        min-height: 14rem;
        padding: 0 4rem
    }
}

@media(max-width: 767px) {
    .learn-more-section .learn-more-wrapper .learn-more-item {
        min-height: 20.5rem;
        padding: 2rem 3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 374px) {
    .learn-more-section .learn-more-wrapper .learn-more-item {
        padding: 2rem
    }
}

.learn-more-section .learn-more-wrapper .learn-more-item:not(:last-child) {
    margin-bottom: 4rem
}

@media(max-width: 1440px) {
    .learn-more-section .learn-more-wrapper .learn-more-item:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media(max-width: 1279px) {
    .learn-more-section .learn-more-wrapper .learn-more-item:not(:last-child) {
        margin-bottom: 2rem
    }
}

.learn-more-section .learn-more-wrapper .learn-more-item p {
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.14rem
}

@media(max-width: 1440px) {
    .learn-more-section .learn-more-wrapper .learn-more-item p {
        font-size: 2.4rem;
        max-width: 42.6rem
    }
}

@media(max-width: 1279px) {
    .learn-more-section .learn-more-wrapper .learn-more-item p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        max-width: 18.6rem
    }
}

@media(max-width: 767px) {
    .learn-more-section .learn-more-wrapper .learn-more-item p {
        line-height: 2.8rem;
        word-break: break-word;
        max-width: 100%
    }
}

.ltr .learn-more-section .learn-more-wrapper .learn-more-item p {
    margin-right: 2rem
}

@media(max-width: 767px) {
    .ltr .learn-more-section .learn-more-wrapper .learn-more-item p {
        margin-right: 0
    }
}

.rtl .learn-more-section .learn-more-wrapper .learn-more-item p {
    margin-left: 2rem;
    letter-spacing: unset !important
}

@media(max-width: 767px) {
    .rtl .learn-more-section .learn-more-wrapper .learn-more-item p {
        margin-left: 0
    }
}

.learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box {
    background: -webkit-gradient(linear, left top, right top, from(#006f44), to(#8edd65));
    background: linear-gradient(to right, #006f44, #8edd65)
}

    .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        max-width: 28.4rem
    }

@media(max-width: 1440px) {
    .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        max-width: 25.6rem
    }
}

@media(max-width: 1279px) {
    .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        max-width: 13.8rem
    }
}

@media(max-width: 767px) {
    .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        margin-bottom: 2rem
    }
}

.ltr .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
    margin-right: 8.2rem
}

@media(max-width: 1440px) {
    .ltr .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        margin-right: 5.5rem
    }
}

@media(max-width: 1279px) {
    .ltr .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        margin-right: 2.6rem
    }
}

@media(max-width: 767px) {
    .ltr .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        margin-right: 0
    }
}

.rtl .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
    margin-left: 8.2rem
}

@media(max-width: 1440px) {
    .rtl .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        margin-left: 5.5rem
    }
}

@media(max-width: 1279px) {
    .rtl .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        margin-left: 2.6rem
    }
}

@media(max-width: 767px) {
    .rtl .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box img {
        margin-left: 0
    }
}

.learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box p, .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box span {
    color: #fff
}

.learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box p {
    max-width: 53.2rem;
    width: 100%
}

@media(max-width: 1440px) {
    .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box p {
        max-width: 42.6rem
    }
}

@media(max-width: 1279px) {
    .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box p {
        max-width: 18.6rem
    }
}

@media(max-width: 767px) {
    .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box p {
        max-width: 23.6rem;
        margin-bottom: 3.2rem
    }
}

.learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width: 1279px) {
    .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper {
        max-width: auto;
        width: auto
    }
}

.ltr .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper {
    margin-left: auto
}

@media(max-width: 767px) {
    .ltr .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper {
        margin-left: 0
    }
}

.rtl .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper {
    margin-right: auto
}

@media(max-width: 767px) {
    .rtl .learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper {
        margin-right: 0
    }
}

.learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper a:hover small {
    border-color: #24b4ba
}

.learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper a small {
    border-color: #fff
}

.learn-more-section .learn-more-wrapper .learn-more-item.learn-more-box .btn-wrapper a path {
    stroke: #fff
}

.learn-more-section .learn-more-wrapper .learn-more-item.go-to-box {
    border: .3rem solid #24b4ba
}

    .learn-more-section .learn-more-wrapper .learn-more-item.go-to-box p {
        color: #24b4ba;
        max-width: 100%
    }

.ltr .learn-more-section .learn-more-wrapper .learn-more-item.go-to-box p {
    margin-right: 5rem
}

@media(max-width: 767px) {
    .ltr .learn-more-section .learn-more-wrapper .learn-more-item.go-to-box p {
        margin-right: 0
    }
}

.rtl .learn-more-section .learn-more-wrapper .learn-more-item.go-to-box p {
    margin-left: 5rem
}

@media(max-width: 767px) {
    .rtl .learn-more-section .learn-more-wrapper .learn-more-item.go-to-box p {
        margin-left: 0
    }
}

.learn-more-section .learn-more-wrapper .learn-more-item.go-to-box .btn-wrapper a:hover strong {
    color: #fff
}

.learn-more-section .learn-more-wrapper .learn-more-item.go-to-box .btn-wrapper a:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.learn-more-section .learn-more-wrapper .learn-more-item.go-to-box .btn-wrapper a strong {
    color: #24b4ba
}

.ltr .learn-more-section .learn-more-wrapper .learn-more-item.go-to-box .btn-wrapper a i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rtl .learn-more-section .learn-more-wrapper .learn-more-item.go-to-box .btn-wrapper a i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.visit-saudi-arabia-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .visit-saudi-arabia-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .visit-saudi-arabia-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .visit-saudi-arabia-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .visit-saudi-arabia-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .visit-saudi-arabia-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .visit-saudi-arabia-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .visit-saudi-arabia-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 22rem
    }
}

.rtl .visit-saudi-arabia-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.key-destinations-section {
    width: 100%;
    margin: 14.7rem 0 9.7rem 0;
    overflow-x: hidden
}

@media(max-width: 1440px) {
    .key-destinations-section {
        margin: 9.4rem 0 15.4rem 0
    }
}

@media(max-width: 1279px) {
    .key-destinations-section {
        margin: 6.8rem 0
    }
}

@media(max-width: 767px) {
    .key-destinations-section {
        margin: 5.7rem 0 10.5rem 0
    }
}

.key-destinations-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 6.2rem;
    color: #1f396c;
    text-align: center
}

@media(max-width: 1440px) {
    .key-destinations-section h2 {
        font-size: 3rem;
        margin-bottom: 4.8rem
    }
}

@media(max-width: 1279px) {
    .key-destinations-section h2 {
        font-size: 2.2rem;
        margin-bottom: 3.5rem
    }
}

.key-destinations-section .slider-with-thumb {
    position: relative;
    width: 100%;
    background-color: #12335e
}

.key-destinations-section .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 76rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out
}

@media(max-width: 1440px) {
    .key-destinations-section .slide-content {
        max-width: 61rem
    }
}

@media(max-width: 1279px) {
    .key-destinations-section .slide-content {
        max-width: 56rem
    }
}

@media(max-width: 767px) {
    .key-destinations-section .slide-content {
        max-width: 50rem;
        margin: 0 auto;
        padding: 3rem 3rem 15rem 3rem !important
    }
}

@media(max-width: 374px) {
    .key-destinations-section .slide-content {
        padding: 3rem 3rem 15rem 3rem !important
    }
}

.ltr .key-destinations-section .slide-content {
    padding: 5rem 0 33rem 10rem
}

@media(max-width: 1440px) {
    .ltr .key-destinations-section .slide-content {
        padding: 3rem 0 29rem 10rem
    }
}

@media(max-width: 1279px) {
    .ltr .key-destinations-section .slide-content {
        padding: 3rem 0 18rem 6rem
    }
}

.rtl .key-destinations-section .slide-content {
    padding: 5rem 10rem 33rem 0
}

@media(max-width: 1440px) {
    .rtl .key-destinations-section .slide-content {
        padding: 3rem 10rem 29rem 0
    }
}

@media(max-width: 1279px) {
    .rtl .key-destinations-section .slide-content {
        padding: 3rem 6rem 10.5rem 0
    }
}

.key-destinations-section .slide-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5rem 0;
    width: 100%
}

@media(max-width: 1440px) {
    .key-destinations-section .slide-content ul {
        margin: 3.1rem 0
    }
}

@media(max-width: 767px) {
    .key-destinations-section .slide-content ul {
        margin: 2.1rem 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.key-destinations-section .slide-content ul li {
    width: 12.8rem;
    height: 5rem;
    border-radius: 300px;
    -webkit-backdrop-filter: blur(30px) brightness(93%);
    backdrop-filter: blur(30px) brightness(93%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .key-destinations-section .slide-content ul li {
        width: 9rem;
        height: 3.8rem
    }
}

.ltr .key-destinations-section .slide-content ul li:not(:last-child) {
    margin-right: 1rem
}

.rtl .key-destinations-section .slide-content ul li:not(:last-child) {
    margin-left: 1rem
}

.key-destinations-section .slide-content ul li span {
    color: #24b4ba;
    font-family: "Bukra Bold";
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: .1rem
}

@media(max-width: 767px) {
    .key-destinations-section .slide-content ul li span {
        font-size: .8rem;
        line-height: .1rem
    }
}

.rtl .key-destinations-section .slide-content ul li span {
    letter-spacing: unset !important
}

.key-destinations-section .slide-content h4 {
    font-family: "Bukra Light";
    font-size: 8.4rem;
    line-height: 1.25;
    letter-spacing: -0.14rem;
    color: #fff;
    margin-bottom: 2rem;
    white-space: normal
}

@media(max-width: 1440px) {
    .key-destinations-section .slide-content h4 {
        font-size: 6.6rem
    }
}

@media(max-width: 1279px) {
    .key-destinations-section .slide-content h4 {
        font-size: 6rem
    }
}

@media(max-width: 767px) {
    .key-destinations-section .slide-content h4 {
        font-size: 3.6rem
    }
}

@media(max-width: 374px) {
    .key-destinations-section .slide-content h4 {
        font-size: 3rem
    }
}

.rtl .key-destinations-section .slide-content h4 {
    letter-spacing: unset !important
}

.key-destinations-section .slide-content h4 strong {
    font-family: "Bukra Bold"
}

.key-destinations-section .slide-content p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    color: #fff;
    overflow-y: auto;
    padding-right: 1.5rem
}

@media(max-width: 1440px) {
    .key-destinations-section .slide-content p {
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .key-destinations-section .slide-content p {
        font-size: 1.1rem;
        line-height: 1.8rem
    }
}

.key-destinations-section .slide-content p::-webkit-scrollbar {
    width: 1rem
}

.key-destinations-section .slide-content p::-webkit-scrollbar-track {
    background: #fff
}

.key-destinations-section .slide-content p::-webkit-scrollbar-thumb {
    background: #24b4ba
}

    .key-destinations-section .slide-content p::-webkit-scrollbar-thumb:hover {
        background: rgba(36,180,186,.8)
    }

.key-destinations-section .big-slider {
    width: 100%;
    z-index: 0
}

    .key-destinations-section .big-slider .owl-item.active .slide-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .key-destinations-section .big-slider .owl-item.passed .slide-content {
        -webkit-transform: translateX(-3rem);
        transform: translateX(-3rem);
        opacity: 0
    }

    .key-destinations-section .big-slider .big-slide-item {
        height: 91.5rem
    }

@media(max-width: 1440px) {
    .key-destinations-section .big-slider .big-slide-item {
        height: 75rem
    }
}

@media(max-width: 767px) {
    .key-destinations-section .big-slider .big-slide-item {
        height: 57.5rem
    }
}

.key-destinations-section .big-slider picture {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

    .key-destinations-section .big-slider picture img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.key-destinations-section .big-slider .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    bottom: 23rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 1440px) {
    .key-destinations-section .big-slider .owl-nav {
        bottom: 20rem
    }
}

@media(max-width: 1279px) {
    .key-destinations-section .big-slider .owl-nav {
        display: none !important
    }
}

.key-destinations-section .big-slider .owl-nav button {
    cursor: pointer;
    opacity: .5;
    -webkit-transition: background-color .3s ease-out,opacity .3s ease-out;
    transition: background-color .3s ease-out,opacity .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .key-destinations-section .big-slider .owl-nav button:hover {
        background-color: transparent;
        opacity: 1
    }

        .key-destinations-section .big-slider .owl-nav button:hover span {
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
            opacity: 1
        }

.ltr .key-destinations-section .big-slider .owl-nav button:hover img {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1
}

.rtl .key-destinations-section .big-slider .owl-nav button:hover img {
    -webkit-transform: translateX(0) rotate(180deg) !important;
    transform: translateX(0) rotate(180deg) !important;
    opacity: 1
}

.ltr .key-destinations-section .big-slider .owl-nav button:first-child {
    margin-right: 16.5rem
}

.rtl .key-destinations-section .big-slider .owl-nav button:first-child {
    margin-left: 16.5rem
}

.key-destinations-section .big-slider .owl-nav button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

.key-destinations-section .big-slider .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .14rem;
    color: rgba(255,255,255,.5);
    margin: 1.5rem;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

.rtl .key-destinations-section .big-slider .owl-nav button span {
    letter-spacing: unset !important
}

.ltr .key-destinations-section .big-slider .owl-nav button.owl-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .key-destinations-section .big-slider .owl-nav button.owl-next span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .key-destinations-section .big-slider .owl-nav button.owl-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .key-destinations-section .big-slider .owl-nav button.owl-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.ltr .key-destinations-section .big-slider .owl-nav button.owl-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .key-destinations-section .big-slider .owl-nav button.owl-prev span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .key-destinations-section .big-slider .owl-nav button.owl-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .key-destinations-section .big-slider .owl-nav button.owl-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.key-destinations-section .big-slider .owl-nav button.disabled span {
    display: block
}

.key-destinations-section .thumb-slider {
    position: absolute;
    bottom: 5rem
}

@media(max-width: 1440px) {
    .key-destinations-section .thumb-slider {
        bottom: 4rem
    }
}

@media(max-width: 767px) {
    .key-destinations-section .thumb-slider {
        bottom: 2.5rem
    }
}

.ltr .key-destinations-section .thumb-slider {
    left: 10rem
}

@media(max-width: 1279px) {
    .ltr .key-destinations-section .thumb-slider {
        left: 6rem
    }
}

@media(max-width: 767px) {
    .ltr .key-destinations-section .thumb-slider {
        left: 2rem
    }
}

.rtl .key-destinations-section .thumb-slider {
    right: 10rem
}

@media(max-width: 1279px) {
    .rtl .key-destinations-section .thumb-slider {
        right: 6rem
    }
}

@media(max-width: 767px) {
    .rtl .key-destinations-section .thumb-slider {
        right: 2rem
    }
}

.key-destinations-section .thumb-slider .owl-stage-outer {
    overflow: visible
}

.key-destinations-section .thumb-slider .thumb-item {
    width: 25rem;
    height: 14.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    border-radius: 10px;
    color: #fff;
    padding: 2.6rem;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 105% !important
}

@media(max-width: 1440px) {
    .key-destinations-section .thumb-slider .thumb-item {
        height: 12.5rem;
        width: 22rem;
        padding: 2.3rem
    }
}

@media(max-width: 1279px) {
    .key-destinations-section .thumb-slider .thumb-item {
        width: 18.2rem;
        height: 10.5rem;
        padding: 1.7rem
    }
}

@media(max-width: 767px) {
    .key-destinations-section .thumb-slider .thumb-item {
        width: 16rem;
        height: 9.1rem;
        padding: 1.3rem
    }
}

.key-destinations-section .thumb-slider .thumb-item .thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: bottom .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    bottom: 0;
    font-family: "Bukra Bold";
    font-size: 1.6rem
}

@media(max-width: 1440px) {
    .key-destinations-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.3rem
    }
}

@media(max-width: 1279px) {
    .key-destinations-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .key-destinations-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.1rem
    }
}

.key-destinations-section .thumb-slider .thumb-item .thumb-content img {
    width: .65rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.key-destinations-section .thumb-slider .thumb-item .thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 2
}

.key-destinations-section .thumb-slider .thumb-item .thumb-overlay-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    opacity: 0
}

.key-destinations-section .thumb-slider .thumb-item.active {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
}

    .key-destinations-section .thumb-slider .thumb-item.active .thumb-content {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        bottom: 100%
    }

        .key-destinations-section .thumb-slider .thumb-item.active .thumb-content img {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .key-destinations-section .thumb-slider .thumb-item.active .thumb-overlay {
        opacity: 0
    }

    .key-destinations-section .thumb-slider .thumb-item.active .thumb-overlay-active {
        opacity: 1
    }

.key-destinations-section .slide-index {
    display: block !important;
    font-size: 1.6rem;
    line-height: 2.1rem;
    bottom: 26.3rem
}

@media(max-width: 1440px) {
    .key-destinations-section .slide-index {
        bottom: 23.5rem
    }
}

@media(max-width: 1279px) {
    .key-destinations-section .slide-index {
        display: none !important
    }
}

.tourist-visa-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 142rem;
    margin: 0 auto 13rem auto;
    padding: 0 5.6rem
}

@media(max-width: 1279px) {
    .tourist-visa-section {
        margin-bottom: 9.2rem
    }
}

@media(max-width: 767px) {
    .tourist-visa-section {
        padding: 0 3rem;
        margin-bottom: 7rem
    }
}

.tourist-visa-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 6.2rem;
    color: #1f396c;
    text-align: center
}

@media(max-width: 1440px) {
    .tourist-visa-section h2 {
        font-size: 3rem;
        margin-bottom: 4.8rem
    }
}

@media(max-width: 1279px) {
    .tourist-visa-section h2 {
        font-size: 2.2rem;
        margin-bottom: 3.5rem
    }
}

.tourist-visa-section .tourist-visa-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 7.8rem 10rem;
    min-height: 62rem
}

@media(max-width: 1440px) {
    .tourist-visa-section .tourist-visa-container {
        min-height: 49.5rem;
        padding: 5rem 7rem
    }
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.tourist-visa-section .tourist-visa-container picture {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container picture {
        position: relative
    }
}

.tourist-visa-section .tourist-visa-container picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container {
        margin-top: 3.7rem;
        padding: 0 1.5rem
    }
}

@media(max-width: 767px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container {
        margin-top: 3.9rem;
        padding: 0 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 374px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container {
        padding: 0
    }
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container p {
    font-family: "Bukra Bold";
    color: #fff
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container p {
        color: #93a1a8
    }
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
    width: 50%
}

@media(max-width: 767px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
        width: 100%;
        margin-bottom: 3.1rem
    }
}

.ltr .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
    margin-right: 11.6rem
}

@media(max-width: 1440px) {
    .ltr .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
        margin-right: 10.3rem
    }
}

@media(max-width: 1279px) {
    .ltr .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
        margin-right: 3rem
    }
}

@media(max-width: 767px) {
    .ltr .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
        margin-right: 0
    }
}

.rtl .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
    margin-left: 11.6rem
}

@media(max-width: 1440px) {
    .rtl .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
        margin-left: 10.3rem
    }
}

@media(max-width: 1279px) {
    .rtl .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
        margin-left: 3rem
    }
}

@media(max-width: 767px) {
    .rtl .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left {
        margin-left: 0
    }
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left p {
    font-size: 3rem;
    line-height: 4.4rem;
    letter-spacing: -0.15rem
}

@media(max-width: 1440px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left p {
        font-size: 2.2rem;
        line-height: 3.6rem
    }
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

@media(max-width: 767px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left p {
        font-size: 1.6rem;
        line-height: 2.6rem
    }
}

.rtl .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-left p {
    letter-spacing: unset !important
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 767px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right {
        width: 100%
    }
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2rem
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right p {
        font-size: 1.2rem;
        line-height: 2.2rem
    }
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link {
    margin-top: 2.9rem
}

@media(max-width: 1440px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link {
        margin-top: .4rem
    }
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link {
        margin-top: 2.2rem
    }

        .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link strong {
            color: #93a1a8
        }

        .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link:hover strong {
            color: #fff
        }

        .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link:hover path {
            stroke: #fff
        }
}

@media(max-width: 767px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link {
        margin-top: 2.6rem
    }
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link:hover small {
    border-color: #24b4ba
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link small {
    border-color: #fff
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link small {
        border-color: #24b4ba
    }
}

.tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link small path {
    stroke: #fff
}

@media(max-width: 1279px) {
    .tourist-visa-section .tourist-visa-container .tourist-visa-content-container .tourist-visa-right .animated-link small path {
        stroke: #24b4ba
    }
}

.contact-form-section {
    background-color: #f7f7f7;
    padding: 21.3rem 5.5rem 13.5rem 5.5rem
}

@media(max-width: 1279px) {
    .contact-form-section {
        padding: 15.5rem 5.5rem 13.5rem 5.5rem
    }
}

@media(max-width: 767px) {
    .contact-form-section {
        padding: 15rem 3rem 0 3rem
    }
}

.contact-form-section h1 {
    font-family: "Bukra Bold";
    font-size: 8.4rem;
    margin-bottom: 6.4rem;
    color: #24b4ba;
    text-align: center
}

@media(max-width: 1440px) {
    .contact-form-section h1 {
        font-size: 6.4rem;
        margin-bottom: 4.8rem
    }
}

@media(max-width: 1279px) {
    .contact-form-section h1 {
        font-size: 5.6rem;
        margin-bottom: 3.8rem
    }
}

@media(max-width: 767px) {
    .contact-form-section h1 {
        font-size: 4rem;
        margin-bottom: 3.2rem
    }
}

.contact-form-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .contact-form-section ul li {
        max-width: 112rem;
        width: 100%;
        height: 14rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2.6rem 6rem;
        background-color: #fff;
        border-radius: 10px
    }

        .contact-form-section ul li:not(:last-child) {
            margin-bottom: 2.6rem
        }

@media(max-width: 767px) {
    .contact-form-section ul li:not(:last-child) {
        margin-bottom: 2.1rem
    }
}

@media(max-width: 1279px) {
    .contact-form-section ul li {
        padding: 2.6rem 4.5rem
    }
}

@media(max-width: 767px) {
    .contact-form-section ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2.5rem 3rem;
        min-height: 16.7rem;
        height: auto
    }
}

.contact-form-section ul p {
    font-family: "Bukra Bold";
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #24b4ba
}

@media(max-width: 1279px) {
    .contact-form-section ul p {
        font-size: 2rem;
        line-height: 2.6rem
    }
}

@media(max-width: 767px) {
    .contact-form-section ul p {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 1.8rem
    }
}

.ltr .contact-form-section ul p {
    margin-right: 4.6rem
}

@media(max-width: 1279px) {
    .ltr .contact-form-section ul p {
        margin-right: 3.7rem
    }
}

@media(max-width: 767px) {
    .ltr .contact-form-section ul p {
        margin-right: 0
    }
}

.rtl .contact-form-section ul p {
    margin-left: 4.6rem
}

@media(max-width: 1279px) {
    .rtl .contact-form-section ul p {
        margin-left: 3.7rem
    }
}

@media(max-width: 767px) {
    .rtl .contact-form-section ul p {
        margin-left: 0
    }
}

.contact-form-section ul span {
    display: block
}

.contact-form-section ul address {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 32rem;
    width: 100%
}

@media(max-width: 767px) {
    .contact-form-section ul address {
        padding-top: 1.7rem;
        border-top: .2rem solid #e3e3e3;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.ltr .contact-form-section ul address {
    padding-left: 4.6rem;
    border-left: .2rem solid #e3e3e3
}

@media(max-width: 1279px) {
    .ltr .contact-form-section ul address {
        padding-left: 3.7rem
    }
}

@media(max-width: 767px) {
    .ltr .contact-form-section ul address {
        padding-left: 0;
        border-left: none
    }
}

.rtl .contact-form-section ul address {
    padding-right: 4.6rem;
    border-right: .2rem solid #e3e3e3
}

@media(max-width: 1279px) {
    .rtl .contact-form-section ul address {
        padding-right: 3.7rem
    }
}

@media(max-width: 767px) {
    .rtl .contact-form-section ul address {
        padding-right: 0;
        border-right: none
    }
}

.contact-form-section ul small {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: rgba(148,161,169,.5)
}

@media(max-width: 1279px) {
    .contact-form-section ul small {
        font-size: 1rem;
        margin-bottom: 1rem
    }
}

@media(max-width: 1279px) {
    .contact-form-section ul br {
        display: none !important
    }
}

.contact-form-section ul a {
    font-family: "Bukra Bold";
    font-size: 1.8rem;
    color: #94a1a9;
    word-break: break-all
}

@media(max-width: 1279px) {
    .contact-form-section ul a {
        font-size: 1.6rem
    }
}

.contact-form-section ul a:hover {
    text-decoration: underline !important
}

.contact-us-section {
    background-color: #24b4ba;
    padding: 10rem 0
}

@media(max-width: 767px) {
    .contact-us-section {
        display: none
    }
}

@media(max-width: 767px) {
    .contact-us-section .contact-us-container {
        margin-bottom: -2rem
    }
}

.contact-us-section .contact-us-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -17.8rem
}

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row {
        top: -10.4rem
    }
}

@media(max-width: 767px) {
    .contact-us-section .contact-us-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact-us-section .contact-us-row .contact-us-box {
    max-width: 55rem;
    width: 100%;
    padding: 0 6rem 5rem 6rem;
    -webkit-box-shadow: 2rem 5rem 4rem rgba(0,0,0,.07);
    box-shadow: 2rem 5rem 4rem rgba(0,0,0,.07);
    border-radius: 20px;
    background-color: #fff
}

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row .contact-us-box {
        max-width: 32rem;
        padding: 0 3.5rem 3rem 3.5rem
    }
}

@media(max-width: 767px) {
    .contact-us-section .contact-us-row .contact-us-box {
        max-width: 31.5rem
    }
}

@media(max-width: 767px) {
    .contact-us-section .contact-us-row .contact-us-box {
        max-width: 30rem
    }
}

.contact-us-section .contact-us-row .contact-us-box:not(:last-child) {
    margin-right: 2rem
}

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row .contact-us-box:not(:last-child) {
        margin-right: 1.3rem
    }
}

@media(max-width: 767px) {
    .contact-us-section .contact-us-row .contact-us-box:not(:last-child) {
        margin-right: 0;
        margin-bottom: 3rem
    }
}

.contact-us-section .contact-us-row .contact-us-box h3 {
    width: 100%;
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4rem;
    color: #24b4ba;
    position: relative;
    margin-bottom: 3.7rem;
    height: 17.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word
}

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row .contact-us-box h3 {
        font-size: 1.8rem;
        line-height: 2.6rem;
        height: 10.4rem;
        margin-bottom: 2.4rem
    }
}

.contact-us-section .contact-us-row .contact-us-box h3::after {
    content: "";
    position: absolute;
    height: .3rem;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #22a2a7;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row .contact-us-box h3::after {
        height: .2rem
    }
}

.contact-us-section .contact-us-row .contact-us-box address {
    margin-bottom: 3.7rem
}

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row .contact-us-box address {
        margin-bottom: 2rem
    }
}

.contact-us-section .contact-us-row .contact-us-box .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .contact-us-section .contact-us-row .contact-us-box .contact-item:not(:last-child) {
        margin-bottom: 3.7rem
    }

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row .contact-us-box .contact-item:not(:last-child) {
        margin-bottom: 2rem
    }
}

.contact-us-section .contact-us-row .contact-us-box span {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: rgba(148,161,169,.5);
    font-family: "Bukra Bold";
    display: block
}

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row .contact-us-box span {
        font-size: .8rem;
        margin-bottom: .9rem
    }
}

.contact-us-section .contact-us-row .contact-us-box strong, .contact-us-section .contact-us-row .contact-us-box a {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #94a1a9;
    font-family: "Bukra Bold";
    display: block
}

@media(max-width: 1279px) {
    .contact-us-section .contact-us-row .contact-us-box strong, .contact-us-section .contact-us-row .contact-us-box a {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

@media(max-width: 767px) {
    .contact-us-section .follow-us-row {
        display: none
    }
}

.contact-us-section .follow-us-row h2 {
    text-align: center;
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 10.7rem
}

@media(max-width: 1279px) {
    .contact-us-section .follow-us-row h2 {
        margin-bottom: 5.5rem;
        font-size: 2.2rem
    }
}

.contact-us-section .follow-us-row .social-media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 120rem;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .contact-us-section .follow-us-row .social-media-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 5.8rem 11.6rem 5.8rem
    }

@media(max-width: 1440px) {
    .contact-us-section .follow-us-row .social-media-list li {
        padding: 0 5rem 10rem 5rem
    }
}

@media(max-width: 1279px) {
    .contact-us-section .follow-us-row .social-media-list li {
        padding: 0 2rem 4rem 2rem
    }
}

.contact-us-section .follow-us-row .social-media-list li:hover .social-icon {
    top: 15%;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.contact-us-section .follow-us-row .social-media-list li:hover p small {
    opacity: 0
}

.contact-us-section .follow-us-row .social-media-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.contact-us-section .follow-us-row .social-media-list li .social-icon {
    width: 55px;
    height: 45px;
    position: relative;
    top: 0;
    -webkit-transition: top .3s ease-out,-webkit-transform .3s ease-out;
    transition: top .3s ease-out,-webkit-transform .3s ease-out;
    transition: top .3s ease-out,transform .3s ease-out;
    transition: top .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out
}

@media(max-width: 1279px) {
    .contact-us-section .follow-us-row .social-media-list li .social-icon {
        width: 3.8rem;
        height: 3.1rem
    }
}

.contact-us-section .follow-us-row .social-media-list li .social-icon path {
    fill: #fff
}

.contact-us-section .follow-us-row .social-media-list li p {
    font-family: "Bukra Bold";
    color: #fff;
    font-size: 2rem;
    letter-spacing: .05rem;
    padding: 3.5rem 0 2.5rem 0;
    position: relative;
    width: 100%;
    text-align: center
}

@media(max-width: 1279px) {
    .contact-us-section .follow-us-row .social-media-list li p {
        font-size: 1.2rem;
        padding: 2.5rem 0 1.8rem 0
    }
}

.rtl .contact-us-section .follow-us-row .social-media-list li p {
    letter-spacing: unset !important
}

.contact-us-section .follow-us-row .social-media-list li p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .4rem;
    background-color: #fff
}

@media(max-width: 1279px) {
    .contact-us-section .follow-us-row .social-media-list li p::after {
        height: .2rem
    }
}

.contact-us-section .follow-us-row .social-media-list li p small {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.contact-us-section .follow-us-row .social-media-list li span {
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    margin: 2.6rem 0 3.5rem 0;
    color: #fff
}

@media(max-width: 1279px) {
    .contact-us-section .follow-us-row .social-media-list li span {
        font-size: 1.2rem;
        margin: 1.6rem 0 2.4rem 0
    }
}

.contact-us-section .follow-us-row .social-media-list li i {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    border: .2rem solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

@media(max-width: 1279px) {
    .contact-us-section .follow-us-row .social-media-list li i {
        width: 4.4rem;
        height: 4.4rem
    }
}

.rtl .contact-us-section .follow-us-row .social-media-list li i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contact-us-section .follow-us-row .social-media-list li i:hover {
    background-color: #fff
}

    .contact-us-section .follow-us-row .social-media-list li i:hover path {
        stroke: #24b4ba
    }

.contact-us-section .follow-us-row .social-media-list li i svg {
    width: 1.2rem;
    height: 1.2rem
}

@media(max-width: 1279px) {
    .contact-us-section .follow-us-row .social-media-list li i svg {
        width: .8rem;
        height: .8rem
    }
}

.contact-us-section .follow-us-row .social-media-list li i svg g {
    opacity: 1
}

.contact-us-section .follow-us-row .social-media-list li i svg path {
    stroke: #fff;
    stroke-width: 1rem;
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.related-websites-section {
    padding: 12rem 5rem 15rem 5rem;
    background-color: #f7f7f7
}

@media(max-width: 1279px) {
    .related-websites-section {
        padding: 7.5rem 5rem 8.8rem 5rem
    }
}

@media(max-width: 767px) {
    .related-websites-section {
        padding: 6rem 3rem
    }
}

.related-websites-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    color: #94a1a9;
    margin-bottom: 8.1rem;
    text-align: center
}

@media(max-width: 1440px) {
    .related-websites-section h2 {
        font-size: 3rem;
        margin-bottom: 6.8rem
    }
}

@media(max-width: 1279px) {
    .related-websites-section h2 {
        font-size: 2.2rem;
        margin-bottom: 4.9rem
    }
}

@media(max-width: 767px) {
    .related-websites-section h2 {
        margin-bottom: 3.9rem
    }
}

.related-websites-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 124rem;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1279px) {
    .related-websites-section ul {
        max-width: 34rem
    }
}

@media(max-width: 767px) {
    .related-websites-section ul {
        max-width: 15rem
    }
}

.related-websites-section ul li {
    min-height: 40rem;
    padding: 0 1.5rem 3rem 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media(max-width: 1440px) {
    .related-websites-section ul li {
        min-height: 37.1rem
    }
}

@media(max-width: 1279px) {
    .related-websites-section ul li {
        min-height: 24rem;
        padding: 0 .6rem 1.2rem .6rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width: 767px) {
    .related-websites-section ul li {
        min-height: 23rem;
        padding: 0 0 2rem 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.related-websites-section ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5rem;
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    -webkit-transition: -webkit-box-shadow .4s;
    transition: -webkit-box-shadow .4s;
    transition: box-shadow .4s;
    transition: box-shadow .4s, -webkit-box-shadow .4s;
    padding-top: 0 !important
}

@media(max-width: 1279px) {
    .related-websites-section ul li a {
        padding: 3rem 2.5rem
    }
}

@media(max-width: 767px) {
    .related-websites-section ul li a {
        padding: 3.2rem 2rem 2.5rem 2rem
    }
}

.related-websites-section ul li a:hover {
    -webkit-box-shadow: 0 0 0 1.5rem #fff;
    box-shadow: 0 0 0 1.5rem #fff
}

@media(max-width: 1279px) {
    .related-websites-section ul li a:hover {
        -webkit-box-shadow: 0 0 0 .6rem #fff;
        box-shadow: 0 0 0 .6rem #fff
    }
}

@media(max-width: 767px) {
    .related-websites-section ul li a:hover {
        -webkit-box-shadow: 0 0 0 1rem #fff;
        box-shadow: 0 0 0 1rem #fff
    }
}

.related-websites-section ul li a:hover h4 span {
    opacity: 0
}

.related-websites-section ul li a:hover h4 i {
    opacity: 1
}

.related-websites-section ul li .image-container {
    height: 20.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1440px) {
    .related-websites-section ul li .image-container {
        height: 19.4rem
    }
}

@media(max-width: 1279px) {
    .related-websites-section ul li .image-container {
        height: 12rem
    }
}

@media(max-width: 767px) {
    .related-websites-section ul li .image-container {
        height: 11.3rem
    }
}

.related-websites-section ul li .image-container img {
    max-width: 100%
}

@media(max-width: 1279px) {
    .related-websites-section ul li .image-container img {
        max-width: 62%
    }
}

@media(max-width: 767px) {
    .related-websites-section ul li .image-container img {
        max-width: 60%
    }
}

.related-websites-section ul li h4 {
    position: relative;
    font-family: "Bukra Bold";
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding: 4.5rem 0 2.2rem 0;
    color: #25b0b5;
    max-width: 15rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1440px) {
    .related-websites-section ul li h4 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 3.3rem 0 2.6rem 0;
        max-width: 13.5rem
    }
}

@media(max-width: 1279px) {
    .related-websites-section ul li h4 {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 2.1rem 0 1.8rem 0;
        max-width: 9.4rem
    }
}

@media(max-width: 767px) {
    .related-websites-section ul li h4 {
        padding: 1.8rem 0 1.6rem 0;
        font-size: 1.6rem;
        line-height: 2.2rem;
        max-width: 10.8rem
    }
}

.related-websites-section ul li h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .1rem;
    background-color: #d9d9d9
}

.related-websites-section ul li h4 span {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.related-websites-section ul li h4 i {
    position: absolute;
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50%;
    border: .2rem solid #24b4ba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,background-color .4s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .4s ease-in-out
}

@media(max-width: 1440px) {
    .related-websites-section ul li h4 i {
        width: 5.6rem;
        height: 5.6rem
    }
}

@media(max-width: 1279px) {
    .related-websites-section ul li h4 i {
        width: 5rem;
        height: 5rem
    }
}

@media(max-width: 374px) {
    .related-websites-section ul li h4 i {
        width: 4.6rem;
        height: 4.6rem
    }
}

.related-websites-section ul li h4 i:hover {
    background-color: #24b4ba
}

    .related-websites-section ul li h4 i:hover path {
        stroke: #fff
    }

.rtl .related-websites-section ul li h4 i svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.related-websites-section ul li h4 i svg path {
    stroke: #24b4ba;
    -webkit-transition: stroke .2s ease-in-out;
    transition: stroke .2s ease-in-out
}

.related-websites-section ul li p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    color: #94a1a9
}

@media(max-width: 1440px) {
    .related-websites-section ul li p {
        font-size: 1.3rem
    }
}

@media(max-width: 1279px) {
    .related-websites-section ul li p {
        font-size: .9rem
    }
}

@media(max-width: 767px) {
    .related-websites-section ul li p {
        font-size: 1rem
    }
}

.vision-2030-detail-hero-section {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 4.5rem
}

    .vision-2030-detail-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #1f396c
    }

        .vision-2030-detail-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .vision-2030-detail-hero-section h1 {
        font-family: "Bukra Bold";
        font-size: 11rem;
        line-height: 12rem;
        letter-spacing: -0.25rem;
        margin-bottom: 3.8rem;
        color: #fff;
        max-width: 71.1rem;
        text-align: center
    }

@media(max-width: 1440px) {
    .vision-2030-detail-hero-section h1 {
        font-size: 8.6rem;
        line-height: 10.6rem;
        margin-bottom: 4rem
    }
}

@media(max-width: 1280px) {
    .vision-2030-detail-hero-section h1 {
        font-size: 7.2rem;
        line-height: 8.6rem;
        margin-bottom: 2.2rem
    }
}

@media(max-width: 767px) {
    .vision-2030-detail-hero-section h1 {
        font-size: 4rem;
        line-height: 4.8rem;
        letter-spacing: -0.14rem;
        margin-bottom: 3.1rem
    }
}

@media(max-width: 374px) {
    .vision-2030-detail-hero-section h1 {
        font-size: 3.4rem;
        line-height: 4.2rem
    }
}

.rtl .vision-2030-detail-hero-section h1 {
    letter-spacing: unset !important
}

.vision-2030-detail-hero-section p {
    font-family: "Bukra Bold";
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #fff;
    max-width: 100.8rem;
    text-align: center
}

@media(max-width: 1440px) {
    .vision-2030-detail-hero-section p {
        font-size: 2.2rem;
        line-height: 3.2rem;
        max-width: 59rem
    }
}

@media(max-width: 1280px) {
    .vision-2030-detail-hero-section p {
        font-size: 2rem
    }
}

@media(max-width: 767px) {
    .vision-2030-detail-hero-section p {
        font-size: 1.2rem;
        line-height: 2rem;
        max-width: 24.2rem
    }
}

.vision-2030-detail-hero-section .scroll-mouse {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 4rem
}

@media(max-width: 1280px) {
    .vision-2030-detail-hero-section .scroll-mouse {
        bottom: 5rem
    }
}

@media(max-width: 767px) {
    .vision-2030-detail-hero-section .scroll-mouse {
        bottom: 3.2rem
    }
}

.vision-2030-detail-hero-section .scroll-mouse .mouse-icon {
    margin-bottom: 1.2rem
}

.vision-2030-detail-hero-section .scroll-mouse .mouse-arrow-icon {
    will-change: opacity,transform;
    -webkit-animation: mouseArrowAnimation 1.5s linear infinite;
    animation: mouseArrowAnimation 1.5s linear infinite
}

.vision-2030-detail-hero-section .download-btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 8.7rem
}

@media(max-width: 1440px) {
    .vision-2030-detail-hero-section .download-btn {
        bottom: 6.2rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-detail-hero-section .download-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        bottom: 5.1rem
    }
}

@media(max-width: 767px) {
    .vision-2030-detail-hero-section .download-btn {
        bottom: 3.6rem
    }
}

.ltr .vision-2030-detail-hero-section .download-btn {
    right: 10rem
}

@media(max-width: 1279px) {
    .ltr .vision-2030-detail-hero-section .download-btn {
        right: 5.8rem
    }
}

@media(max-width: 767px) {
    .ltr .vision-2030-detail-hero-section .download-btn {
        right: 2.9rem
    }
}

@media(max-width: 374px) {
    .ltr .vision-2030-detail-hero-section .download-btn {
        right: 2rem
    }
}

.rtl .vision-2030-detail-hero-section .download-btn {
    left: 10rem
}

@media(max-width: 1279px) {
    .rtl .vision-2030-detail-hero-section .download-btn {
        left: 5.8rem
    }
}

@media(max-width: 767px) {
    .rtl .vision-2030-detail-hero-section .download-btn {
        left: 2.9rem
    }
}

@media(max-width: 374px) {
    .rtl .vision-2030-detail-hero-section .download-btn {
        left: 2rem
    }
}

.vision-2030-detail-hero-section .download-btn p {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #fff
}

@media(max-width: 1279px) {
    .vision-2030-detail-hero-section .download-btn p {
        margin-bottom: 1.8rem;
        font-size: 1.1rem
    }
}

.ltr .vision-2030-detail-hero-section .download-btn p {
    margin-right: 2rem
}

@media(max-width: 1279px) {
    .ltr .vision-2030-detail-hero-section .download-btn p {
        margin-right: 0
    }
}

.rtl .vision-2030-detail-hero-section .download-btn p {
    margin-left: 2rem;
    letter-spacing: unset !important
}

@media(max-width: 1279px) {
    .rtl .vision-2030-detail-hero-section .download-btn p {
        margin-left: 0
    }
}

@media(max-width: 1279px) {
    .vision-2030-detail-hero-section .download-btn p small {
        display: block;
        text-align: end
    }
}

.crown-prince-message-section .crown-prince-message-container {
    padding: 10rem 5.4rem 0 5.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f2f2f2), color-stop(0%, rgba(242, 242, 242, 0)));
    background: linear-gradient(to top, #f2f2f2 35%, rgba(242, 242, 242, 0) 0%)
}

@media(max-width: 1440px) {
    .crown-prince-message-section .crown-prince-message-container {
        padding: 6rem 3rem 0 3rem;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #f2f2f2), color-stop(0%, rgba(242, 242, 242, 0)));
        background: linear-gradient(to top, #f2f2f2 30%, rgba(242, 242, 242, 0) 0%)
    }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container {
        padding: 3rem;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(68%, #f2f2f2), color-stop(0%, rgba(242, 242, 242, 0)));
        background: linear-gradient(to top, #f2f2f2 68%, rgba(242, 242, 242, 0) 0%)
    }
}

.crown-prince-message-section .crown-prince-message-container h2 {
    color: #1f396c;
    margin-bottom: 6rem
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container h2 {
        margin-bottom: 0
    }
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper {
    position: relative
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper {
        max-width: 31.5rem
    }
}

@media(max-width: 374px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper {
        max-width: 30rem
    }
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture {
    position: relative
}

    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture img {
        max-width: 142rem
    }

@media(max-width: 1919px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture img {
        max-width: 113.4rem
    }
}

@media(max-width: 1439px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture img {
        max-width: 66rem
    }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture img {
        max-width: 31.5rem
    }
}

@media(max-width: 374px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture img {
        max-width: 100%
    }
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture .quote-icon {
    position: absolute;
    bottom: 3rem
}

@media(min-width: 376px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture .quote-icon {
        display: none
    }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture .quote-icon {
        display: block;
        bottom: 2rem
    }
}

.ltr .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture .quote-icon {
    left: 3rem
}

@media(max-width: 767px) {
    .ltr .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture .quote-icon {
        left: 2rem
    }
}

.rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture .quote-icon {
    right: 3rem
}

@media(max-width: 767px) {
    .rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper picture .quote-icon {
        right: 2rem
    }
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 0;
    height: 62rem;
    width: 100%;
    padding: 10rem 10rem 6rem 5.7rem
}

@media(max-width: 1919px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content {
        padding: 6rem;
        height: 49.5rem
    }
}

@media(max-width: 1439px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content {
        padding: 3rem;
        height: 28.8rem
    }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content {
        position: relative;
        left: 0;
        padding: 3rem 0 0 0;
        height: auto
    }
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 1279px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info {
        max-width: 24.7rem
    }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info {
        margin: 0 0 2.7rem 0
    }
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info::before {
    display: none
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info span {
    font-family: "Bukra Regular";
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: .05rem;
    color: rgba(255,255,255,.7);
    display: block
}

@media(max-width: 1919px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info span {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(max-width: 1439px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info span {
        font-size: 1rem;
        line-height: 1.6rem;
        max-width: 24.7rem
    }

        .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info span:not(:last-child) {
            margin-bottom: 1rem
        }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info span {
        line-height: 1.8rem;
        color: #93a1a8
    }
}

.rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content .prince-info span {
    letter-spacing: unset !important
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p {
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4.4rem;
    letter-spacing: -0.025rem;
    color: #fff;
    max-width: 57.1rem;
    width: 100%;
    position: relative
}

@media(max-width: 1919px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p {
        font-size: 2.3rem;
        line-height: 3.4rem;
        max-width: 43.8rem
    }
}

@media(max-width: 1439px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p {
        font-size: 1.2rem;
        line-height: 2rem;
        max-width: 33.5rem
    }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p {
        color: #7f8689;
        font-size: 1.6rem;
        line-height: 2.6rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p {
    letter-spacing: unset !important
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
    content: '"';
    position: absolute;
    bottom: calc(100% - 3rem);
    font-size: 20rem;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #22a8ad
}

@media(max-width: 1919px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
        font-size: 15rem;
        bottom: calc(100% - 2rem)
    }
}

@media(max-width: 1439px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
        font-size: 10rem;
        bottom: calc(100% - 1rem)
    }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
        display: none
    }
}

.ltr .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
    left: -4rem
}

@media(max-width: 1919px) {
    .ltr .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
        left: -3rem
    }
}

@media(max-width: 1439px) {
    .ltr .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
        left: -2rem
    }
}

.rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
    right: 4rem
}

@media(max-width: 1919px) {
    .rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
        right: 3rem
    }
}

@media(max-width: 1439px) {
    .rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .crown-prince-message-content p::before {
        right: 2rem
    }
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container {
    position: absolute;
    bottom: 6.7rem
}

@media(max-width: 1439px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container {
        display: none
    }
}

@media(max-width: 767px) {
    .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container {
        display: block;
        position: relative;
        right: unset;
        bottom: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container strong {
            color: #24b4ba
        }
}

.ltr .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container {
    right: 10rem
}

@media(max-width: 767px) {
    .ltr .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container {
        right: unset
    }
}

.rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container {
    left: 10rem
}

@media(max-width: 767px) {
    .rtl .crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container {
        left: unset
    }
}

.crown-prince-message-section .crown-prince-message-container .crown-prince-message-wrapper .animated-link-container:hover strong {
    color: #fff
}

.instrinsic-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
    padding: 13rem 5.4rem 10rem 5.4rem
}

@media(max-width: 1440px) {
    .instrinsic-section {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}

@media(max-width: 1279px) {
    .instrinsic-section {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media(max-width: 767px) {
    .instrinsic-section {
        padding: 4rem 3rem
    }
}

.instrinsic-section .instrinsic-inner {
    max-width: 128rem;
    width: 100%
}

.instrinsic-section h2 {
    font-family: "Bukra Bold";
    color: #1f396c;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 11.5rem
}

@media(max-width: 1279px) {
    .instrinsic-section h2 {
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .instrinsic-section h2 {
        font-size: 1.8rem;
        line-height: 2.3rem;
        margin-bottom: 5rem
    }
}

.instrinsic-section li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Bukra Regular"
}

    .instrinsic-section li:not(:last-child) {
        margin-bottom: 10rem
    }

@media(max-width: 767px) {
    .instrinsic-section li:not(:last-child) {
        margin-bottom: 4.5rem
    }
}

.instrinsic-section li:nth-child(1) {
    color: #3e5480
}

    .instrinsic-section li:nth-child(1) p::before {
        background-color: #3e5480
    }

.instrinsic-section li:nth-child(2) {
    color: #42bec3
}

    .instrinsic-section li:nth-child(2) p::before {
        background-color: #42bec3
    }

.instrinsic-section li:nth-child(3) {
    color: #4a96cc
}

    .instrinsic-section li:nth-child(3) p::before {
        background-color: #4a96cc
    }

.instrinsic-section span {
    font-size: 2rem;
    line-height: 4.4rem
}

@media(max-width: 1279px) {
    .instrinsic-section span {
        font-size: 1.2rem;
        line-height: 2.9rem
    }
}

@media(max-width: 767px) {
    .instrinsic-section span {
        line-height: 2.2rem
    }
}

.instrinsic-section p {
    position: relative;
    font-size: 3.2rem;
    line-height: 4.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1279px) {
    .instrinsic-section p {
        font-size: 2.1rem;
        line-height: 2.9rem
    }
}

@media(max-width: 767px) {
    .instrinsic-section p {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

.instrinsic-section p::before {
    content: "";
    margin: 0 4.5rem;
    width: .3rem
}

@media(max-width: 1279px) {
    .instrinsic-section p::before {
        margin: 0 2rem
    }
}

@media(max-width: 767px) {
    .instrinsic-section p::before {
        margin: 0 1.5rem
    }
}

.big-img-section img {
    width: 100%;
    margin-top: 4rem
}

.vision-themes-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    position: relative
}

    .vision-themes-section h2 {
        font-family: "Bukra Bold";
        color: #1f396c;
        font-size: 3.6rem;
        line-height: 1.25;
        margin-bottom: 6.1rem;
        text-align: center
    }

@media(max-width: 1919px) {
    .vision-themes-section h2 {
        font-size: 3rem;
        margin-bottom: 7rem
    }
}

@media(max-width: 1439px) {
    .vision-themes-section h2 {
        font-size: 2.2rem;
        margin-bottom: 3.9rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section h2 {
        margin-bottom: 2.8rem
    }
}

.vision-themes-section .vision-themes-container {
    overflow-x: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16rem
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container {
        margin-top: 13rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container {
        margin-top: 9rem
    }
}

.vision-themes-section .vision-themes-container h2 {
    margin: 0
}

.vision-themes-section .vision-themes-container .vision-themes-subtitle {
    text-align: center;
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #7f8689;
    margin: 2.7rem 0 8.9rem 0
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container .vision-themes-subtitle {
        margin: 2.8rem 0 6rem 0
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .vision-themes-subtitle {
        margin: 2rem 0 3.8rem 0
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-subtitle {
        max-width: 25.4rem;
        margin: 2.1rem 0 3.7rem 0
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 18.5rem;
    min-height: 81rem
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider-wrapper {
        padding-bottom: 16rem;
        min-height: 67.4rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider-wrapper {
        padding-bottom: 12rem;
        min-height: 56rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider-wrapper {
        padding-bottom: 8rem;
        min-height: 62rem
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider .owl-stage-outer {
    overflow: visible
}

    .vision-themes-section .vision-themes-container .vision-themes-slider .owl-stage-outer .owl-stage {
        margin-right: -2.5rem
    }

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .owl-stage-outer .owl-stage {
        margin-right: 0
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider .owl-stage-outer .owl-item:last-child {
    margin-right: 0 !important
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box {
    width: 44rem;
    height: 57.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem;
    border: .5rem solid #fff;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box {
        width: 36rem;
        height: 49rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box {
        width: 21.2rem;
        height: 46.5rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box {
        width: 31.5rem
    }
}

@media(max-width: 374px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box {
        width: 28rem;
        height: 44rem
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box:hover svg path {
    stroke: #fff !important
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box:hover small {
    opacity: 1
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box img {
    max-width: 12rem
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box img {
        max-width: 9.6rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box img {
        max-width: 5.7rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box img {
        max-width: 8.7rem
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box strong {
    font-family: "Bukra Bold";
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin: 3rem 0;
    text-align: center
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box strong {
        font-size: 2.1rem;
        line-height: 3rem;
        margin: 4.4rem 0 2rem 0
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box strong {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin: 2.2rem 0 1.6rem 0
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box strong {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin: 2.4rem 0 2.2rem 0
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #93a1a8;
    text-align: center;
    max-width: 80%
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box p {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box p {
        font-size: 1.1rem;
        line-height: 1.8rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box p {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box span {
    width: 6.2rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .2rem solid;
    border-radius: 50%;
    margin: 4.6rem 0 1.6rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box span {
        width: 5.6rem;
        height: 5.6rem;
        margin: 2.4rem 0 1.3rem 0
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box span {
        width: 5rem;
        height: 5rem;
        margin: 2.2rem 0 1.2rem 0
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box span {
        width: 5.2rem;
        height: 5.2rem;
        margin: 2.8rem 0 1.2rem 0
    }
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box span svg path {
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box small {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media(max-width: 1440px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box small {
        font-size: 1.1rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box small {
        font-size: 1rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box small {
        font-size: 1.1rem
    }
}

.rtl .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box small {
    letter-spacing: unset !important
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-society:hover {
    border-color: #1f396c
}

    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-society:hover span {
        background-color: #1f396c
    }

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-society strong {
    color: #1f396c
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-society span {
    border-color: #1f396c
}

    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-society span svg path {
        stroke: #1f396c
    }

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-society small {
    color: #1f396c
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-economy:hover {
    border-color: #24b4ba
}

    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-economy:hover span {
        background-color: #24b4ba
    }

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-economy strong {
    color: #24b4ba
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-economy span {
    border-color: #24b4ba
}

    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-economy span svg path {
        stroke: #24b4ba
    }

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-economy small {
    color: #24b4ba
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-nation:hover {
    border-color: #71b446
}

    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-nation:hover span {
        background-color: #71b446
    }

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-nation strong {
    color: #71b446
}

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-nation span {
    border-color: #71b446
}

    .vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-nation span svg path {
        stroke: #71b446
    }

.vision-themes-section .vision-themes-container .vision-themes-slider .vision-themes-box.theme-nation small {
    color: #71b446
}

.vision-themes-section .vision-themes-container .slider-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    overflow: hidden
}

    .vision-themes-section .vision-themes-container .slider-popup.opened {
        z-index: 2;
        opacity: 1;
        pointer-events: visible
    }

        .vision-themes-section .vision-themes-container .slider-popup.opened .popup-btn-container a {
            pointer-events: visible !important
        }

    .vision-themes-section .vision-themes-container .slider-popup picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup picture {
        display: none
    }
}

.vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
    position: absolute;
    top: 6rem;
    z-index: 2
}

@media(max-width: 1919px) {
    .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
        top: 3rem
    }
}

@media(max-width: 374px) {
    .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
        top: 1.5rem
    }
}

.ltr .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
    right: 6rem
}

@media(max-width: 1919px) {
    .ltr .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
        right: 3rem
    }
}

@media(max-width: 374px) {
    .ltr .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
        right: 1.5rem
    }
}

.rtl .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
    left: 6rem
}

@media(max-width: 1919px) {
    .rtl .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
        left: 3rem
    }
}

@media(max-width: 374px) {
    .rtl .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close {
        left: 1.5rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .slider-popup-close svg {
    width: 11.7rem;
    height: 11.7rem
}

@media(max-width: 1919px) {
    .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close svg {
        width: 8rem;
        height: 8rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close svg {
        width: 6rem;
        height: 6rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .slider-popup-close svg {
        width: 5rem;
        height: 5rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content {
    z-index: 1;
    width: 100%;
    max-width: 90rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 10rem 0
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content {
        max-width: 100%;
        padding: 6rem 2rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content::-webkit-scrollbar-track {
    background-color: #ddd
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content::-webkit-scrollbar {
    width: 1.5rem;
    background-color: #ddd
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content::-webkit-scrollbar {
        width: .8rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content::-webkit-scrollbar-thumb {
    background-color: #24b4ba
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-content-inner {
    max-width: 70rem
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-content-inner {
        margin: 0 auto !important
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-content-inner {
        max-width: 100%
    }
}

.ltr .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-content-inner {
    margin-right: 20rem
}

@media(max-width: 1919px) {
    .ltr .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-content-inner {
        margin-right: 7rem
    }
}

.rtl .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-content-inner {
    margin-left: 20rem
}

@media(max-width: 1919px) {
    .rtl .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-content-inner {
        margin-left: 7rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content img {
    width: 10rem;
    height: 10rem
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content img {
        width: 7rem;
        height: 7rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content img {
        width: 5rem;
        height: 5rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content h5 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 3.8rem;
    color: #fff;
    margin: 4rem 0
}

@media(max-width: 1919px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content h5 {
        font-size: 3.2rem;
        line-height: 3.4rem;
        margin: 2rem 0 4rem 0
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content h5 {
        font-size: 2.8rem;
        line-height: 3rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content h5 {
        font-size: 2.2rem;
        line-height: 2.7rem;
        margin: 2.5rem 0
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5rem;
    padding-bottom: 1rem;
    overflow-x: auto
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content ul {
        margin-bottom: 4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content ul {
        margin-bottom: 2rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content ul::-webkit-scrollbar-track {
    background-color: #ddd
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content ul::-webkit-scrollbar {
    height: .6rem;
    background-color: #ddd
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content ul::-webkit-scrollbar {
        height: .4rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content ul::-webkit-scrollbar-thumb {
    background-color: #24b4ba
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content li {
    padding: 2rem 4rem;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(255,255,255,.04);
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .05rem;
    border-radius: 300px;
    color: #24b4ba;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width: 1919px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content li {
        font-size: .9rem;
        line-height: 1.1rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content li {
        padding: 1.5rem 2.5rem
    }
}

.rtl .vision-themes-section .vision-themes-container .slider-popup .popup-content li {
    letter-spacing: unset !important
}

.ltr .vision-themes-section .vision-themes-container .slider-popup .popup-content li:not(:last-child) {
    margin-right: 2rem
}

@media(max-width: 767px) {
    .ltr .vision-themes-section .vision-themes-container .slider-popup .popup-content li:not(:last-child) {
        margin-right: 1rem
    }
}

.rtl .vision-themes-section .vision-themes-container .slider-popup .popup-content li:not(:last-child) {
    margin-left: 2rem
}

@media(max-width: 767px) {
    .rtl .vision-themes-section .vision-themes-container .slider-popup .popup-content li:not(:last-child) {
        margin-left: 1rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content p {
    font-family: "Bukra Regular";
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #fff
}

    .vision-themes-section .vision-themes-container .slider-popup .popup-content p:not(:last-child) {
        margin-bottom: 3rem
    }

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content p:not(:last-child) {
        margin-bottom: 2rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content p:not(:last-child) {
        margin-bottom: 1rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content p {
        line-height: 2rem
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 5rem;
    overflow-x: auto
}

@media(max-width: 1919px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container {
        margin-top: 3rem
    }
}

@media(max-width: 1279px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container {
        margin-top: 2rem
    }
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    pointer-events: none
}

@media(max-width: 767px) {
    .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container a:not(:last-child) {
        margin-bottom: 1rem
    }
}

.ltr .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container a:not(:last-child) {
    margin-right: 5rem
}

@media(max-width: 767px) {
    .ltr .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container a:not(:last-child) {
        margin-right: 2rem
    }
}

.rtl .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container a:not(:last-child) {
    margin-left: 5rem
}

@media(max-width: 767px) {
    .rtl .vision-themes-section .vision-themes-container .slider-popup .popup-content .popup-btn-container a:not(:last-child) {
        margin-left: 2rem
    }
}

.governance-model-section {
    padding-top: 14.1rem;
    background: url("/dist/img/vision-2030-landing/governance-model-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media(max-width: 1440px) {
    .governance-model-section {
        padding-top: 9.5rem
    }
}

@media(max-width: 1279px) {
    .governance-model-section {
        padding-top: 6.9rem
    }
}

@media(max-width: 767px) {
    .governance-model-section {
        padding-top: 4.7rem
    }
}

.governance-model-section .governance-model-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10.9rem;
    border-bottom: .1rem solid rgba(255,255,255,.2)
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-info {
        padding-bottom: 8.4rem
    }
}

@media(max-width: 1279px) {
    .governance-model-section .governance-model-info {
        padding-bottom: 3.2rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 4.6rem 0;
        margin: 0 3rem
    }
}

.governance-model-section .governance-model-info p {
    font-family: "Bukra Bold";
    color: #fff
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-info p {
        text-align: center
    }
}

.governance-model-section .governance-model-info .info-left {
    max-width: 53.5rem;
    width: 100%;
    margin-right: 21.1rem
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-info .info-left {
        margin-right: 8.1rem
    }
}

@media(max-width: 1279px) {
    .governance-model-section .governance-model-info .info-left {
        margin-right: 4.1rem;
        max-width: 31.5rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-info .info-left {
        max-width: 27.8rem;
        margin-right: 0;
        margin-bottom: 2.3rem
    }
}

.governance-model-section .governance-model-info .info-left p {
    font-size: 3.2rem;
    line-height: 4.4rem;
    letter-spacing: -0.25rem
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-info .info-left p {
        font-size: 2.2rem;
        line-height: 3.6rem
    }
}

@media(max-width: 1279px) {
    .governance-model-section .governance-model-info .info-left p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: normal
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-info .info-left p {
        font-size: 2.2rem;
        line-height: 3rem
    }
}

.rtl .governance-model-section .governance-model-info .info-left p {
    letter-spacing: unset !important
}

.governance-model-section .governance-model-info .info-right {
    max-width: 64.5rem;
    width: 100%
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-info .info-right {
        max-width: 54.2rem
    }
}

@media(max-width: 1279px) {
    .governance-model-section .governance-model-info .info-right {
        max-width: 31.5rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-info .info-right {
        max-width: 31rem
    }
}

.governance-model-section .governance-model-info .info-right p {
    font-size: 1.4rem;
    line-height: 2.4rem
}

@media(max-width: 1279px) {
    .governance-model-section .governance-model-info .info-right p {
        font-size: 1.2rem;
        line-height: 2.2rem
    }
}

.governance-model-section .governance-model-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@media(max-width: 1279px) {
    .governance-model-section .governance-model-slider {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.governance-model-section .governance-model-slider .owl-stage-outer {
    overflow: visible
}

    .governance-model-section .governance-model-slider .owl-stage-outer .owl-item:not(:last-child) .governance-model-box {
        border-right: .1rem solid rgba(255,255,255,.2)
    }

@media(max-width: 1279px) {
    .governance-model-section .governance-model-slider .owl-stage-outer .owl-item:not(:last-child) .governance-model-box {
        border-right: none
    }
}

.governance-model-section .governance-model-slider .governance-model-box {
    width: 48.6rem;
    min-height: 68.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7.5rem;
    padding-bottom: 4rem
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-slider .governance-model-box {
        width: 39.7rem;
        min-height: 57.2rem
    }
}

@media(max-width: 1279px) {
    .governance-model-section .governance-model-slider .governance-model-box {
        width: 25rem;
        min-height: 45.7rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box {
        width: auto;
        min-height: 41.1rem
    }
}

.governance-model-section .governance-model-slider .governance-model-box:not(:last-child) {
    border-right: .1rem solid rgba(255,255,255,.2)
}

.governance-model-section .governance-model-slider .governance-model-box b {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    letter-spacing: .1rem;
    color: rgba(255,255,255,.5)
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box b {
        font-size: 1.2rem
    }
}

.rtl .governance-model-section .governance-model-slider .governance-model-box b {
    letter-spacing: unset !important
}

.governance-model-section .governance-model-slider .governance-model-box strong {
    font-family: "Bukra Bold";
    font-size: 2.2rem;
    line-height: 3rem;
    color: #1f396c;
    padding-bottom: 3.5rem;
    border-bottom: .4rem solid #1f396c;
    max-width: 27.8rem;
    width: 100%;
    text-align: center;
    margin-top: 3.7rem
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-slider .governance-model-box strong {
        margin-top: 3.3rem;
        font-size: 1.8rem;
        line-height: 2.6rem;
        max-width: 22.8rem;
        border-width: .3rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box strong {
        margin-top: 2.4rem;
        font-size: 1.6rem;
        line-height: 2.3rem;
        padding-bottom: 2.6rem
    }
}

.governance-model-section .governance-model-slider .governance-model-box strong + p {
    margin-top: 7.1rem;
    margin-bottom: 3.4rem
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-slider .governance-model-box strong + p {
        margin-top: 3.6rem;
        margin-bottom: 3.9rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box strong + p {
        margin: 2.9rem 0
    }
}

.governance-model-section .governance-model-slider .governance-model-box p {
    font-family: "Bukra Bold";
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    max-width: 30.3rem;
    width: 100%;
    display: block
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-slider .governance-model-box p {
        font-size: 1.6rem;
        max-width: 24.2rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box p {
        font-size: 1.4rem;
        line-height: 2.3rem;
        max-width: 21.2rem
    }
}

.governance-model-section .governance-model-slider .governance-model-box p small {
    font-family: "Bukra Regular";
    font-size: 1.2rem;
    margin-bottom: .7rem;
    margin-top: 1rem;
    display: block;
    color: rgba(255,255,255,.7)
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-slider .governance-model-box p small {
        margin-top: .6rem;
        margin-bottom: 1.1rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box p small {
        font-size: 1.1rem;
        margin-top: .4rem
    }
}

.governance-model-section .governance-model-slider .governance-model-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5rem 0
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-slider .governance-model-box ul {
        margin: 3.1rem 0
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box ul {
        margin: 2.1rem 0
    }
}

.governance-model-section .governance-model-slider .governance-model-box ul li {
    width: 10.5rem;
    height: 5.6rem;
    border-radius: 300px;
    -webkit-backdrop-filter: blur(30px) brightness(93%);
    backdrop-filter: blur(30px) brightness(93%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1439px) {
    .governance-model-section .governance-model-slider .governance-model-box ul li {
        width: 8rem;
        height: 4.8rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box ul li {
        width: 8.3rem;
        height: 4.4rem
    }
}

.governance-model-section .governance-model-slider .governance-model-box ul li:not(:last-child) {
    margin-right: 1rem
}

@media(max-width: 1440px) {
    .governance-model-section .governance-model-slider .governance-model-box ul li:not(:last-child) {
        margin-right: 2rem
    }
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box ul li:not(:last-child) {
        margin-right: .8rem
    }
}

.governance-model-section .governance-model-slider .governance-model-box ul li span {
    color: #fff;
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .05rem
}

@media(max-width: 767px) {
    .governance-model-section .governance-model-slider .governance-model-box ul li span {
        font-size: .9rem;
        line-height: 1.1rem
    }
}

.rtl .governance-model-section .governance-model-slider .governance-model-box ul li span {
    letter-spacing: unset !important
}

.vision-2030-additional-files-section {
    padding: 10.9rem 5.4rem 14.2rem 5.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section {
        padding: 11.4rem 5.4rem 12rem 5.4rem;
        background-position-x: -75.5rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section {
        padding: 7.8rem 5.4rem 7rem 5.4rem;
        background-image: none
    }
}

@media(max-width: 767px) {
    .vision-2030-additional-files-section {
        padding: 5rem 3rem 6rem 3rem
    }
}

.vision-2030-additional-files-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 8.9rem;
    color: #2882c3;
    text-align: center
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section h2 {
        font-size: 3rem;
        margin-bottom: 6.4rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section h2 {
        font-size: 2.2rem;
        margin-bottom: 3.6rem
    }
}

.vision-2030-additional-files-section .files-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 151.7rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -3.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section .files-container {
        margin: 0 -2.5rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section .files-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 66rem;
        margin: 0 -3rem
    }
}

.vision-2030-additional-files-section .files-container .file-item {
    padding: 0 1.7rem 3.4rem 1.7rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section .files-container .file-item {
        padding: 0 1.25rem 2.5rem 1.25rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section .files-container .file-item {
        padding: 0 1.5rem 3rem 1.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media(max-width: 767px) {
    .vision-2030-additional-files-section .files-container .file-item {
        padding: 0 0 2rem 0
    }
}

.vision-2030-additional-files-section .files-container a {
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: .1rem solid #96a1a7;
    position: relative;
    border-radius: 20px;
    padding: 3.2rem;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section .files-container a {
        min-height: 22rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section .files-container a {
        min-height: 15.2rem;
        width: 100%
    }
}

@media(max-width: 767px) {
    .vision-2030-additional-files-section .files-container a {
        width: 100%;
        margin-right: 0
    }
}

.vision-2030-additional-files-section .files-container a:hover {
    background-color: #2882c3;
    border-color: #2882c3
}

    .vision-2030-additional-files-section .files-container a:hover strong {
        color: #fff
    }

    .vision-2030-additional-files-section .files-container a:hover p {
        color: #fff !important
    }

        .vision-2030-additional-files-section .files-container a:hover p small {
            color: #fff !important
        }

    .vision-2030-additional-files-section .files-container a:hover span b {
        opacity: 1
    }

    .vision-2030-additional-files-section .files-container a:hover span i {
        border-color: #fff
    }

.vision-2030-additional-files-section .files-container a strong {
    font-family: "Bukra Bold";
    font-size: 2.2rem;
    line-height: 1.25;
    color: #93a1a8;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section .files-container a strong {
        font-size: 1.8rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section .files-container a strong {
        font-size: 1.6rem
    }
}

.vision-2030-additional-files-section .files-container a .file-info p {
    color: #2881c2;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .05rem;
    line-height: 3rem;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section .files-container a .file-info p {
        line-height: 2.3rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section .files-container a .file-info p {
        font-size: 1.1rem
    }
}

.rtl .vision-2030-additional-files-section .files-container a .file-info p {
    letter-spacing: unset !important
}

.vision-2030-additional-files-section .files-container a .file-info p small {
    color: #93a1a8;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.vision-2030-additional-files-section .files-container a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section .files-container a span {
        position: absolute;
        bottom: 2.5rem
    }
}

.ltr .vision-2030-additional-files-section .files-container a span {
    margin-left: auto
}

@media(max-width: 1279px) {
    .ltr .vision-2030-additional-files-section .files-container a span {
        right: 3rem
    }
}

.rtl .vision-2030-additional-files-section .files-container a span {
    margin-right: auto
}

@media(max-width: 1279px) {
    .rtl .vision-2030-additional-files-section .files-container a span {
        left: 3rem
    }
}

.vision-2030-additional-files-section .files-container a span b {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .05rem;
    line-height: 3rem;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section .files-container a span b {
        font-size: 1.1rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section .files-container a span b {
        display: none
    }
}

.ltr .vision-2030-additional-files-section .files-container a span b {
    margin-right: 1.5rem
}

@media(max-width: 1440px) {
    .ltr .vision-2030-additional-files-section .files-container a span b {
        margin-right: 1.9rem
    }
}

.rtl .vision-2030-additional-files-section .files-container a span b {
    margin-left: 1.5rem;
    letter-spacing: unset !important
}

@media(max-width: 1440px) {
    .rtl .vision-2030-additional-files-section .files-container a span b {
        margin-left: 1.9rem
    }
}

.vision-2030-additional-files-section .files-container a span i {
    width: 5.2rem;
    height: 5.2rem;
    border: .2rem solid #2882c3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .vision-2030-additional-files-section .files-container a span i {
        width: 5.5rem;
        height: 5.5rem
    }
}

@media(max-width: 1279px) {
    .vision-2030-additional-files-section .files-container a span i {
        width: 5.2rem;
        height: 5.2rem
    }
}

.vision-2030-additional-files-section .files-container a span i svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

    .vision-2030-additional-files-section .files-container a span i svg path {
        stroke: #2882c3
    }

.achievements-kpi-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .achievements-kpi-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .achievements-kpi-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .achievements-kpi-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .achievements-kpi-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .achievements-kpi-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 30rem
    }
}

.rtl .achievements-kpi-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.achievements-kpi-slider-section {
    overflow-x: hidden;
    margin-top: 10rem
}

@media(max-width: 1440px) {
    .achievements-kpi-slider-section {
        margin-top: 8.5rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-slider-section {
        margin-top: 7rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section {
        margin-top: 5rem
    }
}

.achievements-kpi-slider-section .tab-wrapper .years-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -2.5rem;
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .years-container {
        padding: 0 3rem
    }
}

.achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container {
    overflow-y: auto;
    white-space: nowrap;
    padding-bottom: 2.5rem
}

    .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll {
        padding: 0 2rem 1.5rem 2rem;
        margin: 0 -5.4rem 2.5rem -5.4rem
    }

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll {
        margin: 0 -3rem 2.5rem -3rem
    }
}

.touchevents .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll::-webkit-scrollbar {
    display: none
}

.achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll::-webkit-scrollbar {
    height: .76rem
}

.achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll::-webkit-scrollbar-track {
    background: #fff
}

.achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll::-webkit-scrollbar-thumb {
    background: #24b4ba
}

    .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll::-webkit-scrollbar-thumb:hover {
        background: rgba(36,180,186,.8)
    }

@media(min-width: 1200px) {
    .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll .tab {
        font-size: 2rem
    }

        .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container.x-scroll .tab:not(:last-child) {
            margin-right: 2rem !important
        }
}

.achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.25;
    color: rgba(147,161,168,.3);
    padding-bottom: 2.1rem;
    display: inline-block;
    border-bottom: .6rem solid transparent;
    -webkit-transition: border-color .3s ease-in-out,color .3s ease-in-out;
    transition: border-color .3s ease-in-out,color .3s ease-in-out
}

@media(max-width: 1440px) {
    .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab {
        font-size: 3rem;
        border-bottom-width: .5rem;
        padding-bottom: 1.7rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab {
        font-size: 2.2rem;
        border-bottom-width: .4rem;
        padding-bottom: 1.3rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab {
        font-size: 1.8rem;
        border-bottom-width: .3rem;
        padding-bottom: .9rem
    }
}

.ltr .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
    margin-right: 8rem
}

@media(max-width: 1440px) {
    .ltr .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-right: 6rem
    }
}

@media(max-width: 1279px) {
    .ltr .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-right: 6rem
    }
}

@media(max-width: 767px) {
    .ltr .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-right: 3.5rem
    }
}

.rtl .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
    margin-left: 8rem
}

@media(max-width: 1440px) {
    .rtl .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-left: 6rem
    }
}

@media(max-width: 1279px) {
    .rtl .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-left: 6rem
    }
}

@media(max-width: 767px) {
    .rtl .achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-left: 3.5rem
    }
}

.achievements-kpi-slider-section .tab-wrapper .years-container .years-inner-container .tab.active {
    border-bottom-color: #93a1a8;
    color: #93a1a8
}

.achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container {
    padding-bottom: 11.3rem;
    background-color: #f7f7f7
}

@media(max-width: 1440px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container {
        padding-bottom: 10rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container {
        padding-bottom: 8rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container {
        padding-bottom: 6rem
    }
}

.achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail {
    display: none
}

    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail:first-child {
        display: block
    }

    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        padding: 12.8rem 0 9.3rem 0
    }

@media(max-width: 1440px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        padding: 10rem 0 8rem 0
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        padding: 8rem 0 6rem 0
    }
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 6rem 0 4rem 0
    }
}

.ltr .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
    margin-left: 17rem
}

@media(max-width: 1440px) {
    .ltr .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-left: 14rem
    }
}

@media(max-width: 1279px) {
    .ltr .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-left: 10rem
    }
}

.rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
    margin-right: 17rem
}

@media(max-width: 1440px) {
    .rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-right: 14rem
    }
}

@media(max-width: 1279px) {
    .rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-right: 10rem
    }
}

.achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer .owl-item:nth-child(2n) .flip-card {
    margin-top: 6rem
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer .owl-item:nth-child(2n) .flip-card {
        margin-top: 0
    }
}

.achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav {
    width: 100%;
    left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.ltr .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button:first-child {
    margin-right: 5rem
}

@media(max-width: 767px) {
    .ltr .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button:first-child {
        margin-right: 2.5rem
    }
}

.rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button:first-child {
    margin-left: 5rem
}

@media(max-width: 767px) {
    .rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button:first-child {
        margin-left: 2.5rem
    }
}

.achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .07rem;
    color: #9daab0
}

.rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button span {
    letter-spacing: unset !important
}

.ltr .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.owl-prev img {
    margin-left: 2.9rem
}

.rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.owl-prev img {
    margin-right: 2.9rem
}

.ltr .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.owl-next img {
    margin-right: 2.9rem
}

.rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.owl-next img {
    margin-left: 2.9rem
}

.rtl .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 1440px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card {
        width: 30rem;
        height: 46.3rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card {
        width: 27.8rem;
        height: 41.7rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card {
        width: 26rem;
        height: 39.2rem
    }
}

.achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-front {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 1440px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-front {
        padding: 2.5rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-front {
        padding: 2.3rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-front {
        padding: 2rem
    }
}

.achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-front .tag {
    height: 4.6rem;
    padding: 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: "Bukra Bold";
    color: #fff;
    border-radius: 23px;
    -webkit-backdrop-filter: blur(3rem);
    backdrop-filter: blur(3rem);
    background-color: rgba(0,0,0,.12)
}

@media(max-width: 1440px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-front .tag {
        padding: 0 2.7rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        height: 4.1rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-front .tag {
        padding: 0 2.4rem;
        height: 3.7rem;
        font-size: 1.1rem;
        line-height: 1.4rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-front .tag {
        height: 3.3rem;
        padding: 0 2.1rem;
        font-size: .9rem;
        line-height: 1.2rem
    }
}

@media(max-width: 1440px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-back {
        padding: 2.5rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-back {
        padding: 2.3rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .flip-card .card-back {
        padding: 2rem
    }
}

.achievements-kpi-additional-files-section {
    padding: 10.9rem 5.4rem 14.2rem 5.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1440px) {
    .achievements-kpi-additional-files-section {
        padding: 11.4rem 5.4rem 12rem 5.4rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section {
        padding: 7.8rem 5.4rem 7rem 5.4rem;
        background-image: none
    }
}

@media(max-width: 767px) {
    .achievements-kpi-additional-files-section {
        padding: 5rem 3rem 6rem 3rem
    }
}

.achievements-kpi-additional-files-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 8.9rem;
    color: #2882c3;
    text-align: center
}

@media(max-width: 1440px) {
    .achievements-kpi-additional-files-section h2 {
        font-size: 3rem;
        margin-bottom: 6.4rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section h2 {
        font-size: 2.2rem;
        margin-bottom: 3.6rem
    }
}

.achievements-kpi-additional-files-section .files-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 151.7rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section .files-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 66rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-additional-files-section .files-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.achievements-kpi-additional-files-section .files-container .file-box-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 2rem 4rem 2rem
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section .files-container .file-box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 1rem 2rem 1rem
    }
}

@media(max-width: 767px) {
    .achievements-kpi-additional-files-section .files-container .file-box-wrapper {
        max-width: 30rem;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 2rem 0
    }
}

.achievements-kpi-additional-files-section .files-container a {
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: .1rem solid #96a1a7;
    position: relative;
    border-radius: 20px;
    padding: 3.2rem;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .achievements-kpi-additional-files-section .files-container a {
        min-height: 22rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section .files-container a {
        min-height: 15.2rem
    }
}

.achievements-kpi-additional-files-section .files-container a:hover {
    background-color: #2882c3;
    border-color: #2882c3
}

    .achievements-kpi-additional-files-section .files-container a:hover strong {
        color: #fff
    }

    .achievements-kpi-additional-files-section .files-container a:hover p {
        color: #fff !important
    }

        .achievements-kpi-additional-files-section .files-container a:hover p small {
            color: #fff !important
        }

    .achievements-kpi-additional-files-section .files-container a:hover span b {
        opacity: 1
    }

    .achievements-kpi-additional-files-section .files-container a:hover span i {
        border-color: #fff
    }

.achievements-kpi-additional-files-section .files-container a strong {
    font-family: "Bukra Bold";
    font-size: 2.2rem;
    line-height: 1.25;
    color: #93a1a8;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    margin-bottom: 1rem
}

@media(max-width: 1440px) {
    .achievements-kpi-additional-files-section .files-container a strong {
        font-size: 1.8rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section .files-container a strong {
        font-size: 1.6rem
    }
}

.achievements-kpi-additional-files-section .files-container a .file-info p {
    color: #2881c2;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .05rem;
    line-height: 3rem;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media(max-width: 1440px) {
    .achievements-kpi-additional-files-section .files-container a .file-info p {
        line-height: 2.3rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section .files-container a .file-info p {
        font-size: 1.1rem
    }
}

.rtl .achievements-kpi-additional-files-section .files-container a .file-info p {
    letter-spacing: unset !important
}

.achievements-kpi-additional-files-section .files-container a .file-info p small {
    color: #93a1a8;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.achievements-kpi-additional-files-section .files-container a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section .files-container a span {
        position: absolute;
        bottom: 2.5rem
    }
}

.ltr .achievements-kpi-additional-files-section .files-container a span {
    margin-left: auto
}

@media(max-width: 1279px) {
    .ltr .achievements-kpi-additional-files-section .files-container a span {
        right: 3rem
    }
}

.rtl .achievements-kpi-additional-files-section .files-container a span {
    margin-right: auto
}

@media(max-width: 1279px) {
    .rtl .achievements-kpi-additional-files-section .files-container a span {
        left: 3rem
    }
}

.achievements-kpi-additional-files-section .files-container a span b {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .05rem;
    line-height: 3rem;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media(max-width: 1440px) {
    .achievements-kpi-additional-files-section .files-container a span b {
        font-size: 1.1rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section .files-container a span b {
        display: none
    }
}

.ltr .achievements-kpi-additional-files-section .files-container a span b {
    margin-right: 1.5rem
}

@media(max-width: 1440px) {
    .ltr .achievements-kpi-additional-files-section .files-container a span b {
        margin-right: 1.9rem
    }
}

.rtl .achievements-kpi-additional-files-section .files-container a span b {
    margin-left: 1.5rem;
    letter-spacing: unset !important
}

@media(max-width: 1440px) {
    .rtl .achievements-kpi-additional-files-section .files-container a span b {
        margin-left: 1.9rem
    }
}

.achievements-kpi-additional-files-section .files-container a span i {
    width: 5.2rem;
    height: 5.2rem;
    border: .2rem solid #2882c3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .achievements-kpi-additional-files-section .files-container a span i {
        width: 5.5rem;
        height: 5.5rem
    }
}

@media(max-width: 1279px) {
    .achievements-kpi-additional-files-section .files-container a span i {
        width: 5.2rem;
        height: 5.2rem
    }
}

.achievements-kpi-additional-files-section .files-container a span i svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

    .achievements-kpi-additional-files-section .files-container a span i svg path {
        stroke: #2882c3
    }

.body-prince-message .summary-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.body-prince-message h2 {
    font-family: "Bukra Bold";
    color: #1f396c;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 5rem;
    padding: 0 5.6rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media(max-width: 1279px) {
    .body-prince-message h2 {
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .body-prince-message h2 {
        font-size: 1.8rem;
        line-height: 2.3rem;
        margin-top: 3rem;
        padding: 0 3rem
    }
}

.prince-message-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem
}

    .prince-message-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .prince-message-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .prince-message-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .prince-message-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .prince-message-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .prince-message-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .prince-message-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-bottom: 9rem;
        margin-top: unset;
        max-width: 22rem
    }
}

.rtl .prince-message-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.prince-message-container {
    background-color: #1f396c;
    padding: 13.2rem 5.6rem 11rem 5.6rem
}

@media(max-width: 1440px) {
    .prince-message-container {
        padding: 13.1rem 5.6rem
    }
}

@media(max-width: 1279px) {
    .prince-message-container {
        padding: 8.5rem 5.6rem
    }
}

@media(max-width: 767px) {
    .prince-message-container {
        padding: 7.4rem 3rem
    }
}

.prince-message-container figure {
    margin: 0 auto
}

    .prince-message-container figure blockquote {
        font-family: "Bukra Bold";
        font-size: 2.8rem;
        line-height: 4rem;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

@media(max-width: 1440px) {
    .prince-message-container figure blockquote {
        font-size: 2.6rem;
        line-height: 3.6rem
    }
}

@media(max-width: 1279px) {
    .prince-message-container figure blockquote {
        font-size: 2.4rem;
        line-height: 3.4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width: 767px) {
    .prince-message-container figure blockquote {
        font-size: 2rem;
        line-height: 3rem
    }
}

.rtl .prince-message-container figure blockquote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.prince-message-container figure blockquote img {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem)
}

@media(max-width: 1440px) {
    .prince-message-container figure blockquote img {
        max-width: 15rem
    }
}

@media(max-width: 1279px) {
    .prince-message-container figure blockquote img {
        max-width: 9.5rem;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width: 767px) {
    .prince-message-container figure blockquote img {
        max-width: 7.5rem
    }
}

@media(max-width: 1279px) {
    .prince-message-container figure blockquote img:first-child {
        margin-right: 6.2rem
    }
}

@media(max-width: 767px) {
    .prince-message-container figure blockquote img:first-child {
        margin-right: 5rem
    }
}

.prince-message-container figure blockquote strong {
    max-width: 64.6rem;
    margin: 0 10rem
}

@media(max-width: 1440px) {
    .prince-message-container figure blockquote strong {
        margin: 0 8rem;
        max-width: 63rem
    }
}

@media(max-width: 1279px) {
    .prince-message-container figure blockquote strong {
        margin: 0;
        width: 100%;
        max-width: unset;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 4.8rem
    }
}

@media(max-width: 767px) {
    .prince-message-container figure blockquote strong {
        margin-top: 4.2rem
    }
}

.prince-message-container figure blockquote strong i {
    display: block;
    margin: 0 auto
}

@media(max-width: 1279px) {
    .prince-message-container figure blockquote strong i {
        max-width: 58rem
    }
}

@media(max-width: 767px) {
    .prince-message-container figure blockquote strong i {
        max-width: 29rem
    }
}

.prince-message-container figure figcaption {
    text-align: center;
    margin-top: 5.5rem
}

@media(max-width: 1440px) {
    .prince-message-container figure figcaption {
        margin-top: 3.6rem
    }
}

@media(max-width: 1279px) {
    .prince-message-container figure figcaption {
        margin-top: 3.1rem
    }
}

@media(max-width: 767px) {
    .prince-message-container figure figcaption cite {
        max-width: 24rem;
        display: block;
        margin: 0 auto
    }
}

.prince-message-container figure figcaption cite small {
    display: block;
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    letter-spacing: .05rem;
    line-height: 2.6rem;
    color: rgba(255,255,255,.4)
}

@media(max-width: 1440px) {
    .prince-message-container figure figcaption cite small {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.rtl .prince-message-container figure figcaption cite small {
    letter-spacing: unset !important
}

@media(max-width: 767px) {
    .prince-message-container figure figcaption cite small:not(:last-child) {
        margin-bottom: 2rem
    }
}

.about-the-kingdom-hero-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 28rem 4.5rem 6rem 4.5rem;
    min-height: 109.4rem
}

@media(max-width: 1440px) {
    .about-the-kingdom-hero-section {
        padding: 28rem 4.5rem 6rem 4.5rem;
        min-height: 90rem
    }
}

@media(max-width: 1279px) {
    .about-the-kingdom-hero-section {
        padding: 28rem 4.5rem 6rem 4.5rem;
        min-height: 161.5rem;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #05145b), to(transparent));
        background: linear-gradient(to top, #05145b 40%, transparent)
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-hero-section {
        padding: 25rem 2rem 4rem 2rem;
        min-height: 92.6rem
    }
}

.about-the-kingdom-hero-section picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

@media(max-width: 1279px) {
    .about-the-kingdom-hero-section picture {
        height: 65%
    }
}

.about-the-kingdom-hero-section picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-the-kingdom-hero-section h1 {
    font-family: "Bukra Bold";
    font-size: 11rem;
    line-height: 12rem;
    letter-spacing: -0.25rem;
    margin-bottom: 15.5rem;
    color: #fff;
    text-align: center
}

@media(max-width: 1440px) {
    .about-the-kingdom-hero-section h1 {
        font-size: 8.6rem;
        line-height: 10.6rem;
        margin-bottom: 12.3rem
    }
}

@media(max-width: 1279px) {
    .about-the-kingdom-hero-section h1 {
        font-size: 7.2rem;
        line-height: 8.6rem;
        margin-bottom: 20rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-hero-section h1 {
        font-size: 4rem;
        line-height: 4.8rem;
        letter-spacing: -0.14rem;
        margin-bottom: 12rem
    }
}

@media(max-width: 374px) {
    .about-the-kingdom-hero-section h1 {
        font-size: 3.4rem;
        line-height: 4.2rem
    }
}

.rtl .about-the-kingdom-hero-section h1 {
    letter-spacing: unset !important
}

@media(max-width: 1279px) {
    .about-the-kingdom-hero-section h1 span {
        display: block
    }
}

.about-the-kingdom-hero-section .about-the-kingdom-menu {
    max-width: 156rem;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1279px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu {
        max-width: 62rem
    }
}

.about-the-kingdom-hero-section .about-the-kingdom-menu .menu-item-wrapper {
    padding: 0 2rem 4rem 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media(max-width: 1440px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu .menu-item-wrapper {
        padding: 0 1.5rem 3rem 1.5rem
    }
}

@media(max-width: 1279px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu .menu-item-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu .menu-item-wrapper {
        padding: 0 .5rem 1rem .5rem
    }
}

@media(max-width: 374px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu .menu-item-wrapper {
        padding: 0 0 2rem 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    min-height: 35rem;
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media(max-width: 1440px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a {
        min-height: 32.4rem;
        padding: 2.5rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a {
        min-height: 18.9rem;
        padding: 1.5rem
    }
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a:hover i {
    background-color: #fff
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a:hover path {
    stroke: #24b4ba
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media(max-width: 767px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a span {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a span strong {
    font-family: "Bukra Bold";
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    margin-right: 2rem
}

@media(max-width: 1440px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a span strong {
        font-size: 1.6rem;
        line-height: 2.5rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a span strong {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a span strong small {
    display: block
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a span i {
    width: 6.2rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .2rem solid #fff;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a span i {
        width: 5rem;
        height: 5rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a span i {
        width: 3rem;
        height: 3rem;
        border-width: .1rem
    }
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a span i svg {
    width: 1.2rem;
    height: 1.2rem
}

@media(max-width: 1440px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a span i svg {
        width: .95rem;
        height: .95rem
    }
}

@media(max-width: 767px) {
    .about-the-kingdom-hero-section .about-the-kingdom-menu a span i svg {
        width: .55rem;
        height: .55rem
    }
}

.about-the-kingdom-hero-section .about-the-kingdom-menu a span i svg path {
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.rtl .about-the-kingdom-hero-section .about-the-kingdom-menu a span i svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.project-detail-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem
}

    .project-detail-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .project-detail-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .project-detail-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .project-detail-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .project-detail-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .project-detail-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .project-detail-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 22rem
    }
}

.rtl .project-detail-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.objectives-section {
    margin-bottom: 20rem
}

@media(max-width: 1279px) {
    .objectives-section {
        margin-bottom: 12rem
    }
}

@media(max-width: 767px) {
    .objectives-section {
        margin-bottom: 11rem
    }
}

.body-sustainability .objectives-section {
    margin-bottom: 15rem
}

@media(max-width: 767px) {
    .body-sustainability .objectives-section {
        margin-bottom: 10rem
    }
}

.objectives-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 6.6rem;
    color: #1f396c;
    line-height: 1.2
}

@media(max-width: 1440px) {
    .objectives-section h2 {
        margin-bottom: 5.2rem;
        font-size: 3rem
    }
}

@media(max-width: 1279px) {
    .objectives-section h2 {
        margin-bottom: 14rem;
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .objectives-section h2 {
        margin-bottom: 3rem;
        line-height: 1.5
    }
}

.body-sustainability .objectives-section h2 {
    color: #71b446
}

.objectives-section .objective-slider-container {
    max-width: 182rem;
    width: 100%;
    position: relative
}

    .objectives-section .objective-slider-container .objective-img-slider {
        max-width: 128rem;
        width: 100%;
        z-index: 0
    }

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-img-slider {
        max-width: 101.4rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-img-slider {
        max-width: 100%;
        position: unset
    }
}

.objectives-section .objective-slider-container .objective-img-slider .objective-img-item {
    height: 65rem
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-img-slider .objective-img-item {
        height: 59.5rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-img-slider .objective-img-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto
    }
}

.objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture {
        padding: 0 5.6rem
    }
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture {
        padding: 0 1rem
    }
}

@media(max-width: 375px) {
    .objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture {
        padding: 0
    }
}

.objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture img {
        border-radius: 20px !important
    }
}

@media(max-width: 375px) {
    .objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture img {
        border-radius: 0 !important
    }
}

.ltr .objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture img {
    border-radius: 0 20px 20px 0
}

.rtl .objectives-section .objective-slider-container .objective-img-slider .objective-img-item picture img {
    border-radius: 20px 0 0 20px
}

.objectives-section .objective-slider-container .objective-img-slider .owl-nav {
    position: absolute;
    top: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1919px) {
    .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        top: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 12rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        top: unset;
        bottom: -10rem !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0 !important
    }
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        bottom: -3rem !important
    }
}

.ltr .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
    margin-left: 13.5rem;
    left: 100%
}

@media(max-width: 1919px) {
    .ltr .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        margin-left: 3rem
    }
}

@media(max-width: 1440px) {
    .ltr .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        margin-left: 11.3rem
    }
}

@media(max-width: 1439px) {
    .ltr .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        margin-left: 5rem
    }
}

.rtl .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
    margin-right: 13.5rem;
    right: 100%
}

@media(max-width: 1919px) {
    .rtl .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        margin-right: 3rem
    }
}

@media(max-width: 1440px) {
    .rtl .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        margin-right: 11.3rem
    }
}

@media(max-width: 1439px) {
    .rtl .objectives-section .objective-slider-container .objective-img-slider .owl-nav {
        margin-right: 5rem
    }
}

.objectives-section .objective-slider-container .objective-img-slider .owl-nav button {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1919px) {
    .objectives-section .objective-slider-container .objective-img-slider .owl-nav button:first-child {
        margin-bottom: 2rem
    }
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-img-slider .owl-nav button:first-child {
        margin-bottom: 0
    }
}

.ltr .objectives-section .objective-slider-container .objective-img-slider .owl-nav button:first-child {
    margin-right: 3.3rem
}

@media(max-width: 1919px) {
    .ltr .objectives-section .objective-slider-container .objective-img-slider .owl-nav button:first-child {
        margin-right: 0
    }
}

@media(max-width: 1440px) {
    .ltr .objectives-section .objective-slider-container .objective-img-slider .owl-nav button:first-child {
        margin-right: 4rem
    }
}

.rtl .objectives-section .objective-slider-container .objective-img-slider .owl-nav button:first-child {
    margin-left: 3.3rem
}

@media(max-width: 1919px) {
    .rtl .objectives-section .objective-slider-container .objective-img-slider .owl-nav button:first-child {
        margin-left: 0
    }
}

@media(max-width: 1440px) {
    .rtl .objectives-section .objective-slider-container .objective-img-slider .owl-nav button:first-child {
        margin-left: 4rem
    }
}

.objectives-section .objective-slider-container .objective-img-slider .owl-nav button img {
    width: 6rem;
    height: 6rem
}

.rtl .objectives-section .objective-slider-container .objective-img-slider .owl-nav button img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.objectives-section .objective-slider-container .objective-img-slider .owl-nav button span {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin-top: 1rem;
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    color: #9daab0
}

.objectives-section .objective-slider-container .objective-img-slider .owl-nav button.disabled {
    opacity: .3
}

    .objectives-section .objective-slider-container .objective-img-slider .owl-nav button.disabled span {
        display: block;
        opacity: 0
    }

.objectives-section .objective-slider-container .objective-info-container {
    position: absolute;
    bottom: -8rem;
    z-index: 1;
    width: 85.7rem;
    height: 50rem;
    background-color: #fff;
    border-radius: 20px;
    padding: 6.6rem 9rem 8.2rem 9rem
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-info-container {
        max-width: 68rem;
        height: 40rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-info-container {
        position: unset;
        padding: 4rem 0 0 0;
        margin: 0 auto;
        min-height: 12rem;
        height: auto
    }
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-info-container {
        max-width: 31.5rem;
        -webkit-transform: translateY(-7rem);
        transform: translateY(-7rem);
        padding: 3rem 0 0 0;
        min-height: 17rem;
        margin-bottom: 5rem
    }
}

@media(max-width: 374px) {
    .objectives-section .objective-slider-container .objective-info-container {
        max-width: 30rem
    }
}

.ltr .objectives-section .objective-slider-container .objective-info-container {
    right: 0
}

.rtl .objectives-section .objective-slider-container .objective-info-container {
    left: 0
}

.objectives-section .objective-slider-container .objective-info-container .swiper {
    max-width: 60rem;
    margin-bottom: 6rem;
    margin-left: 0;
    border-bottom: .1rem solid rgba(31,57,108,.2)
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-info-container .swiper {
        margin-bottom: 4.8rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-info-container .swiper {
        border-bottom: none;
        position: absolute;
        bottom: 100%;
        margin-bottom: 3.4rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-info-container .swiper {
        margin-left: auto;
        margin-right: auto;
        position: unset;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 3.4rem;
        padding: 0 4rem
    }
}

.objectives-section .objective-slider-container .objective-info-container .swiper-slide {
    width: auto
}

.objectives-section .objective-slider-container .objective-info-container ul {
    padding-bottom: 1rem
}

    .objectives-section .objective-slider-container .objective-info-container ul li a {
        display: inline-block;
        font-family: "Bukra Bold";
        color: rgba(180,189,193,.5);
        font-size: 1.6rem;
        letter-spacing: .14rem;
        padding-bottom: 3rem;
        -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out;
        transition: color .3s ease-in-out,border-color .3s ease-in-out;
        position: relative
    }

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-info-container ul li a {
        font-size: 1.4rem;
        padding-bottom: 2.5rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-info-container ul li a {
        font-size: 1.2rem;
        padding-bottom: 1.8rem
    }
}

.rtl .objectives-section .objective-slider-container .objective-info-container ul li a {
    letter-spacing: unset !important
}

.objectives-section .objective-slider-container .objective-info-container ul li a:hover {
    color: #b4bdc1
}

.objectives-section .objective-slider-container .objective-info-container ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: .3rem;
    background-color: transparent;
    left: 0;
    bottom: 0;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-info-container ul li a::before {
        height: .2rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-info-container ul li a::before {
        height: .3rem
    }
}

.objectives-section .objective-slider-container .objective-info-container ul li a.active {
    color: #1f396c
}

.body-sustainability .objectives-section .objective-slider-container .objective-info-container ul li a.active {
    color: #71b446
}

.objectives-section .objective-slider-container .objective-info-container ul li a.active::before {
    background-color: #1f396c
}

.body-sustainability .objectives-section .objective-slider-container .objective-info-container ul li a.active::before {
    background-color: #71b446
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-info-container ul li a small {
        display: none
    }
}

.objectives-section .objective-slider-container .objective-info-container ul li a strong {
    font-size: 3rem;
    letter-spacing: -0.05rem;
    margin-left: .8rem
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-info-container ul li a strong {
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-info-container ul li a strong {
        font-size: 1.8rem;
        margin-left: 0
    }
}

.rtl .objectives-section .objective-slider-container .objective-info-container ul li a strong {
    letter-spacing: unset !important
}

.objectives-section .objective-slider-container .objective-info-container .objective-info-slider {
    max-width: 56.4rem;
    width: 100%
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-info-container .objective-info-slider {
        max-width: 42.3rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-info-container .objective-info-slider {
        max-width: 58rem;
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-info-container .objective-info-slider {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-info-container .objective-info-slider .objective-info-item {
        padding: 0 1rem
    }
}

.objectives-section .objective-slider-container .objective-info-container .objective-info-slider .objective-info-item p {
    font-family: "Bukra Bold";
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1f396c
}

@media(max-width: 1440px) {
    .objectives-section .objective-slider-container .objective-info-container .objective-info-slider .objective-info-item p {
        font-size: 1.6rem
    }
}

@media(max-width: 1279px) {
    .objectives-section .objective-slider-container .objective-info-container .objective-info-slider .objective-info-item p {
        font-size: 1.4rem;
        text-align: center
    }
}

.body-sustainability .objectives-section .objective-slider-container .objective-info-container .objective-info-slider .objective-info-item p {
    color: #71b446
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-info-container.without-number small {
        display: unset !important
    }
}

.objectives-section .objective-slider-container .objective-info-container.without-number strong {
    display: none
}

@media(max-width: 767px) {
    .objectives-section .objective-slider-container .objective-info-container.both-number-obj small {
        display: unset !important
    }
}

.objectives-section .objective-slider-container .objective-info-container.both-number-obj strong {
    margin-left: .8rem
}

.main-projects-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 36.5rem;
    color: #1f396c
}

@media(max-width: 1440px) {
    .main-projects-section h2 {
        margin-bottom: 29.7rem;
        font-size: 3rem
    }
}

@media(max-width: 1279px) {
    .main-projects-section h2 {
        margin-bottom: 17.2rem;
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .main-projects-section h2 {
        margin-bottom: 16.8rem
    }
}

.main-projects-section .main-projects-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0 5.4rem
}

@media(max-width: 1279px) {
    .main-projects-section .main-projects-container {
        padding: 0 4rem
    }
}

@media(max-width: 767px) {
    .main-projects-section .main-projects-container {
        padding: 0 3rem
    }
}

@media(max-width: 374px) {
    .main-projects-section .main-projects-container {
        padding: 0 2rem
    }
}

.main-projects-section .main-projects-container .main-projects-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 140rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1440px) {
    .main-projects-section .main-projects-container .main-projects-row {
        max-width: 113.4rem
    }
}

@media(max-width: 1279px) {
    .main-projects-section .main-projects-container .main-projects-row {
        max-width: 66rem
    }
}

@media(max-width: 767px) {
    .main-projects-section .main-projects-container .main-projects-row {
        max-width: 31.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.main-projects-section .main-projects-container .main-projects-row:not(:last-child) {
    margin-bottom: 12rem
}

@media(max-width: 1440px) {
    .main-projects-section .main-projects-container .main-projects-row:not(:last-child) {
        margin-bottom: 10rem
    }
}

@media(max-width: 1279px) {
    .main-projects-section .main-projects-container .main-projects-row:not(:last-child) {
        margin-bottom: 2.5rem
    }
}

@media(max-width: 767px) {
    .main-projects-section .main-projects-container .main-projects-row:not(:last-child) {
        margin-bottom: 3rem
    }
}

.main-projects-section .main-project-item {
    width: 64rem;
    height: 64rem;
    border-radius: 20px;
    padding: 5rem;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width: 1440px) {
    .main-projects-section .main-project-item {
        width: 52rem;
        height: 52rem;
        padding: 4rem
    }
}

@media(max-width: 1279px) {
    .main-projects-section .main-project-item {
        width: 32rem;
        height: 32rem;
        padding: 2.4rem 2.8rem
    }
}

@media(max-width: 767px) {
    .main-projects-section .main-project-item {
        max-width: 31.5rem;
        width: 100%;
        height: 31.8rem
    }
}

.main-projects-section .main-project-item:first-child {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

@media(max-width: 767px) {
    .main-projects-section .main-project-item:first-child {
        margin-bottom: 3rem
    }
}

.main-projects-section .main-project-item:last-child {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

@media(max-width: 767px) {
    .main-projects-section .main-project-item:last-child {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.main-projects-section .main-project-item p {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    color: rgba(255,255,255,.5);
    margin-bottom: 3rem
}

@media(max-width: 1440px) {
    .main-projects-section .main-project-item p {
        margin-bottom: 2.6rem;
        font-size: 1rem
    }
}

@media(max-width: 1279px) {
    .main-projects-section .main-project-item p {
        font-size: .8rem;
        margin-bottom: 1.2rem
    }
}

.main-projects-section .main-project-item p strong {
    font-size: 3rem;
    color: #24b4ba
}

.ltr .main-projects-section .main-project-item p strong {
    margin-left: .5rem
}

.rtl .main-projects-section .main-project-item p strong {
    margin-right: .5rem
}

@media(max-width: 1440px) {
    .main-projects-section .main-project-item p strong {
        font-size: 2.4rem
    }
}

@media(max-width: 1279px) {
    .main-projects-section .main-project-item p strong {
        font-size: 1.8rem
    }
}

.main-projects-section .main-project-item span {
    font-family: "Bukra Bold";
    font-size: 3.2rem;
    line-height: 4.2rem;
    color: #fff
}

@media(max-width: 1440px) {
    .main-projects-section .main-project-item span {
        font-size: 2.4rem;
        line-height: 3.4rem
    }
}

@media(max-width: 1279px) {
    .main-projects-section .main-project-item span {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

.main-projects-section .main-project-item span i {
    display: block
}

.project-in-numbers-section {
    padding: 11.2rem 0 16.5rem 0;
    overflow-x: hidden
}

@media(max-width: 1440px) {
    .project-in-numbers-section {
        padding: 13.4rem 0 14rem 0
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section {
        padding: 11.5rem 0 12rem 0
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section {
        padding: 9.5rem 0 10rem 0
    }
}

.project-in-numbers-section h2 {
    font-size: 3rem;
    line-height: 3.2rem;
    font-family: "Bukra Bold";
    color: #1f396c;
    text-align: center;
    margin-bottom: 9.3rem
}

@media(max-width: 1440px) {
    .project-in-numbers-section h2 {
        margin-bottom: 7.3rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section h2 {
        font-size: 2.2rem;
        margin-bottom: 5.5rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section h2 {
        margin-bottom: 4.6rem
    }
}

@media(max-width: 375px) {
    .project-in-numbers-section h2 {
        max-width: 15rem;
        margin-left: auto;
        margin-right: auto
    }
}

.project-in-numbers-section .project-in-numbers-slider-container {
    max-width: 178.6rem;
    width: 100%;
    margin: 0 auto
}

.project-in-numbers-section .project-in-numbers-slider .owl-stage-outer {
    overflow: visible
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box {
    width: 27.8rem;
    height: 23.6rem;
    border-radius: 20px 20px 0 0;
    background-color: #f7f7f7;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1440px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box {
        width: 23.5rem;
        height: 20rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box {
        height: 17rem;
        width: 20rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box {
        width: 25rem;
        height: 20.6rem
    }
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box::before {
    content: "";
    position: absolute;
    height: 13.5rem;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 100%;
    z-index: 0;
    border-radius: 0 0 20px 20px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media(max-width: 1440px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box::before {
        height: 11.5rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box::before {
        height: 9.8rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box::before {
        height: 12rem
    }
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box:hover::before {
    -webkit-transform: translateY(-1.8rem);
    transform: translateY(-1.8rem)
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box:hover p {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box strong {
    font-family: "Bukra Bold";
    font-size: 6.2rem;
    line-height: 7.4rem;
    letter-spacing: -0.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media(max-width: 1440px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong {
        font-size: 5.2rem;
        line-height: 6.2rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong {
        font-size: 4.3rem;
        line-height: 5.1rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong {
        font-size: 5.2rem;
        line-height: 6.2rem
    }
}

.rtl .project-in-numbers-section .project-in-numbers-slider .project-info-box strong {
    letter-spacing: unset !important
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box strong i {
    font-size: 2rem
}

@media(max-width: 1440px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong i {
        font-size: 1.7rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong i {
        font-size: 1.3rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong i {
        font-size: 1.5rem
    }
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box strong small {
    font-size: 3.2rem;
    letter-spacing: -0.05rem
}

@media(max-width: 1279px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong small {
        font-size: 2.6rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong small {
        font-size: 2.8rem
    }
}

.rtl .project-in-numbers-section .project-in-numbers-slider .project-info-box strong small {
    letter-spacing: unset !important
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box strong span {
    font-size: 5.2rem
}

@media(max-width: 1440px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong span {
        font-size: 4.4rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong span {
        font-size: 3.7rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box strong span {
        font-size: 4.4rem
    }
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box .project-info-box-bottom {
    width: 100%;
    min-height: 13.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 1rem 3rem;
    border-radius: 0 0 20px 20px
}

@media(max-width: 1440px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box .project-info-box-bottom {
        min-height: 11.5rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box .project-info-box-bottom {
        min-height: 9.8rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box .project-info-box-bottom {
        min-height: 12rem
    }
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box .project-info-box-bottom p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #fff;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media(max-width: 1440px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box .project-info-box-bottom p {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box .project-info-box-bottom p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .project-in-numbers-slider .project-info-box .project-info-box-bottom p {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-1::before {
    background-color: #1f396c
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-1 strong {
    color: #1f396c
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-1 .project-info-box-bottom {
    background-color: #1f396c
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-2::before {
    background-color: #0763a5
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-2 strong {
    color: #0763a5
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-2 .project-info-box-bottom {
    background-color: #0763a5
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-3::before {
    background-color: #22a8ad
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-3 strong {
    color: #22a8ad
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-3 .project-info-box-bottom {
    background-color: #22a8ad
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-4::before {
    background-color: #71b446
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-4 strong {
    color: #71b446
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-4 .project-info-box-bottom {
    background-color: #71b446
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-5::before {
    background-color: #93a1a8
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-5 strong {
    color: #93a1a8
}

.project-in-numbers-section .project-in-numbers-slider .project-info-box.info-box-5 .project-info-box-bottom {
    background-color: #93a1a8
}

.project-in-numbers-section .learn-more-container-wrapper {
    padding: 0 5.4rem
}

@media(max-width: 767px) {
    .project-in-numbers-section .learn-more-container-wrapper {
        padding: 0 3rem
    }
}

.project-in-numbers-section .learn-more-container {
    max-width: 152rem;
    width: 100%;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 7.5rem;
    border-radius: 20px;
    margin-top: 31rem;
    margin-right: auto;
    margin-left: auto
}

@media(max-width: 1440px) {
    .project-in-numbers-section .learn-more-container {
        height: 18rem;
        padding: 0 6rem;
        margin-top: 25.5rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .learn-more-container {
        height: 14rem;
        padding: 0 4rem;
        margin-top: 21.8rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .learn-more-container {
        height: 20.5rem;
        padding: 3.5rem 3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 374px) {
    .project-in-numbers-section .learn-more-container {
        padding: 2rem
    }
}

.ltr .project-in-numbers-section .learn-more-container {
    background: -webkit-gradient(linear, left top, right top, from(#24b4ba), to(#1f396c));
    background: linear-gradient(to right, #24b4ba, #1f396c)
}

.rtl .project-in-numbers-section .learn-more-container {
    background: -webkit-gradient(linear, right top, left top, from(#24b4ba), to(#1f396c));
    background: linear-gradient(to left, #24b4ba, #1f396c)
}

.project-in-numbers-section .learn-more-container p {
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.14rem;
    color: #fff
}

@media(max-width: 1440px) {
    .project-in-numbers-section .learn-more-container p {
        font-size: 2.4rem
    }
}

@media(max-width: 1279px) {
    .project-in-numbers-section .learn-more-container p {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

@media(max-width: 767px) {
    .project-in-numbers-section .learn-more-container p {
        line-height: 2.8rem
    }
}

.rtl .project-in-numbers-section .learn-more-container p {
    letter-spacing: unset !important
}

.project-in-numbers-section .learn-more-container span {
    color: #fff
}

.project-in-numbers-section .learn-more-container .btn-wrapper {
    max-width: 44.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width: 1279px) {
    .project-in-numbers-section .learn-more-container .btn-wrapper {
        max-width: auto;
        width: auto
    }
}

.project-in-numbers-section .learn-more-container .btn-wrapper a:hover strong {
    color: #fff
}

.project-in-numbers-section .learn-more-container .btn-wrapper a:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.project-in-numbers-section .learn-more-container .btn-wrapper a strong {
    color: #24b4ba
}

.project-in-numbers-section .learn-more-container .btn-wrapper a i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.news-page-section {
    max-width: 158rem;
    width: 100%;
    padding: 0 9rem;
    margin: 0 auto 0 auto;
    padding: 21.3rem 5.5rem 13.5rem 5.5rem
}

@media(max-width: 1279px) {
    .news-page-section {
        max-width: 77rem;
        padding: 15.5rem 5.5rem 13.5rem 5.5rem
    }
}

@media(max-width: 767px) {
    .news-page-section {
        max-width: 37rem;
        padding: 15rem 2rem 7rem 2rem
    }
}

.news-page-section .news-page-section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 8rem
}

@media(max-width: 1440px) {
    .news-page-section .news-page-section-top {
        margin-bottom: 5.3rem
    }
}

@media(max-width: 1279px) {
    .news-page-section .news-page-section-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 6.4rem
    }
}

@media(max-width: 767px) {
    .news-page-section .news-page-section-top {
        margin-bottom: 4rem
    }
}

.news-page-section .news-page-section-top h1 {
    font-family: "Bukra Bold";
    font-size: 8.4rem;
    line-height: 1.2;
    color: #94a1a9
}

@media(max-width: 1440px) {
    .news-page-section .news-page-section-top h1 {
        font-size: 6.4rem
    }
}

@media(max-width: 1279px) {
    .news-page-section .news-page-section-top h1 {
        margin-bottom: 3.7rem;
        font-size: 5.6rem
    }
}

@media(max-width: 767px) {
    .news-page-section .news-page-section-top h1 {
        margin-bottom: 2.1rem;
        font-size: 4rem
    }
}

.news-page-section .news-page-section-top .news-filter-container {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

@media(max-width: 1279px) {
    .news-page-section .news-page-section-top .news-filter-container {
        position: relative
    }
}

.news-page-section .news-page-section-top .news-filter-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6rem;
    padding: 0 2.5rem;
    position: relative;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .07rem;
    color: #94a1a9
}

@media(max-width: 1440px) {
    .news-page-section .news-page-section-top .news-filter-container a {
        font-size: 1.1rem;
        height: 5.6rem
    }
}

@media(max-width: 767px) {
    .news-page-section .news-page-section-top .news-filter-container a {
        font-size: 1rem;
        height: 5.2rem;
        padding: 0 2rem
    }
}

.rtl .news-page-section .news-page-section-top .news-filter-container a {
    letter-spacing: unset !important
}

.ltr .news-page-section .news-page-section-top .news-filter-container a:not(:last-child) {
    margin-right: 2rem
}

@media(max-width: 767px) {
    .ltr .news-page-section .news-page-section-top .news-filter-container a:not(:last-child) {
        margin-right: 1rem
    }
}

.rtl .news-page-section .news-page-section-top .news-filter-container a:not(:last-child) {
    margin-left: 2rem
}

@media(max-width: 767px) {
    .rtl .news-page-section .news-page-section-top .news-filter-container a:not(:last-child) {
        margin-left: 1rem
    }
}

.news-page-section .news-page-section-top .news-filter-container a:hover img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news-page-section .news-page-section-top .news-filter-container a:hover ul {
    max-height: 50rem
}

.news-page-section .news-page-section-top .news-filter-container a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    line-height: 1.25
}

    .news-page-section .news-page-section-top .news-filter-container a span img {
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
        -webkit-transform-origin: center;
        transform-origin: center
    }

.ltr .news-page-section .news-page-section-top .news-filter-container a span img {
    margin-left: 1.8rem
}

.rtl .news-page-section .news-page-section-top .news-filter-container a span img {
    margin-right: 1.8rem
}

.news-page-section .news-page-section-top .news-filter-container a ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 2.5rem;
    border: .2rem solid #94a1a9;
    border-radius: 3rem;
    max-height: 6rem;
    overflow: hidden;
    -webkit-transition: max-height .6s ease-in-out;
    transition: max-height .6s ease-in-out;
    background-color: #fff
}

@media(max-width: 1440px) {
    .news-page-section .news-page-section-top .news-filter-container a ul {
        max-height: 5.6rem
    }
}

@media(max-width: 767px) {
    .news-page-section .news-page-section-top .news-filter-container a ul {
        max-height: 5.2rem
    }
}

.news-page-section .news-page-section-top .news-filter-container a ul li {
    line-height: 1.25;
    word-break: break-word;
    color: rgba(148,161,169,.5);
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

    .news-page-section .news-page-section-top .news-filter-container a ul li:hover {
        color: #94a1a9
    }

    .news-page-section .news-page-section-top .news-filter-container a ul li:first-child {
        margin-top: 6rem
    }

    .news-page-section .news-page-section-top .news-filter-container a ul li:last-child {
        margin-bottom: 2rem
    }

    .news-page-section .news-page-section-top .news-filter-container a ul li:not(:last-child) {
        margin-bottom: 3rem
    }

.news-page-section .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 -2rem
}

@media(max-width: 1440px) {
    .news-page-section .news-container {
        margin: 0 -0.8rem
    }
}

@media(max-width: 1279px) {
    .news-page-section .news-container {
        margin: 0 -1.5rem
    }
}

@media(max-width: 767px) {
    .news-page-section .news-container {
        margin: 0 -0.5rem
    }
}

.news-page-section .news-container .news-card-wrapper {
    padding: 0 2rem 4rem 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media(max-width: 1440px) {
    .news-page-section .news-container .news-card-wrapper {
        padding: 0 .8rem 1.6rem .8rem
    }
}

@media(max-width: 1279px) {
    .news-page-section .news-container .news-card-wrapper {
        padding: 0 1.5rem 3rem 1.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width: 767px) {
    .news-page-section .news-container .news-card-wrapper {
        padding: 0 .5rem 1rem .5rem
    }
}

@media(max-width: 374px) {
    .news-page-section .news-container .news-card-wrapper {
        padding: 0 0 2rem 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.news-page-section .news-container .card-image-scale {
    max-width: 35rem;
    min-height: 54rem;
    height: auto;
    width: 100%;
    margin: 0 auto
}

@media(max-width: 1440px) {
    .news-page-section .news-container .card-image-scale {
        padding: 2.5rem;
        max-width: 30rem;
        min-height: 46rem
    }
}

@media(max-width: 1279px) {
    .news-page-section .news-container .card-image-scale {
        padding: 2.3rem;
        max-width: 27.8rem;
        min-height: 43rem
    }
}

@media(max-width: 767px) {
    .news-page-section .news-container .card-image-scale {
        padding: 1rem;
        max-width: 26rem;
        min-height: 25rem
    }
}

@media(max-width: 374px) {
    .news-page-section .news-container .card-image-scale {
        max-width: 24rem;
        min-height: 35rem
    }
}

.news-page-section .news-container .news-hidden-content {
    display: none;
    width: 100%
}

.news-page-section .news-container .news-hidden-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-page-section .news-show-more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.news-page-section .news-show-more-btn {
    width: 20rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3rem;
    background-color: #eaeaea;
    border-radius: 5rem;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .07rem;
    color: #94a1a9;
    margin: 7rem auto 0 auto
}

@media(max-width: 1440px) {
    .news-page-section .news-show-more-btn {
        margin: 6rem auto 0 auto
    }
}

@media(max-width: 1279px) {
    .news-page-section .news-show-more-btn {
        margin: 7rem auto 0 auto
    }
}

@media(max-width: 767px) {
    .news-page-section .news-show-more-btn {
        font-size: 1rem;
        padding: 0 2.5rem;
        width: 15rem;
        height: 4.8rem;
        margin: 3.7rem auto 0 auto
    }
}

.rtl .news-page-section .news-show-more-btn {
    letter-spacing: unset !important
}

.news-page-section .news-show-more-btn img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.news-page-section .news-show-more-btn strong {
    display: none
}

.news-page-section .news-show-more-btn.showing-more span {
    display: none
}

.news-page-section .news-show-more-btn.showing-more strong {
    display: block
}

.news-page-section .news-show-more-btn.showing-more img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news-page-section .brought-to-you {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media(max-width: 767px) {
    .news-page-section .brought-to-you {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.news-page-section .brought-to-you p {
    font-family: "Bukra Bold";
    font-size: 2.4rem;
    line-height: 4rem;
    color: #93a1a8
}

.ltr .news-page-section .brought-to-you p {
    margin-right: 7.2rem
}

.rtl .news-page-section .brought-to-you p {
    margin-left: 7.2rem
}

@media(max-width: 768px) {
    .news-page-section .brought-to-you p {
        font-size: 2rem;
        line-height: 3.6rem
    }
}

@media(max-width: 767px) {
    .news-page-section .brought-to-you p {
        font-size: 1.8rem;
        line-height: 3.2rem;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 2rem;
        text-align: center
    }
}

.news-page-section .brought-to-you img {
    max-width: 100%
}

.key-events-strategic-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .key-events-strategic-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .key-events-strategic-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .key-events-strategic-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem;
        max-width: 115rem
    }

        .key-events-strategic-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .key-events-strategic-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem;
        max-width: 100rem
    }
}

@media(max-width: 1279px) {
    .key-events-strategic-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .key-events-strategic-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 30rem
    }
}

.rtl .key-events-strategic-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.key-events-strategic-slider-section {
    overflow-x: hidden;
    margin-top: 10rem
}

@media(max-width: 1440px) {
    .key-events-strategic-slider-section {
        margin-top: 8.5rem
    }
}

@media(max-width: 1279px) {
    .key-events-strategic-slider-section {
        margin-top: 7rem
    }
}

@media(max-width: 767px) {
    .key-events-strategic-slider-section {
        margin-top: 5rem
    }
}

.key-events-strategic-slider-section .tab-wrapper .years-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -2.5rem
}

@media(max-width: 767px) {
    .key-events-strategic-slider-section .tab-wrapper .years-container {
        padding: 0 3rem
    }
}

.key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 2.5rem
}

    .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab {
        font-family: "Bukra Bold";
        font-size: 4.8rem;
        line-height: 1.25;
        color: rgba(147,161,168,.3);
        padding-bottom: 2.1rem;
        display: inline-block;
        border-bottom: .6rem solid transparent;
        -webkit-transition: border-color .3s ease-in-out,color .3s ease-in-out;
        transition: border-color .3s ease-in-out,color .3s ease-in-out
    }

@media(max-width: 1440px) {
    .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab {
        font-size: 3.8rem;
        border-bottom-width: .5rem;
        padding-bottom: 1.7rem
    }
}

@media(max-width: 1279px) {
    .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab {
        font-size: 2.8rem;
        border-bottom-width: .4rem;
        padding-bottom: 1.3rem
    }
}

@media(max-width: 767px) {
    .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab {
        font-size: 2rem;
        border-bottom-width: .3rem;
        padding-bottom: .9rem
    }
}

.ltr .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
    margin-right: 13.9rem
}

@media(max-width: 1440px) {
    .ltr .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-right: 10.9rem
    }
}

@media(max-width: 1279px) {
    .ltr .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-right: 7.5rem
    }
}

@media(max-width: 767px) {
    .ltr .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-right: 5rem
    }
}

.rtl .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
    margin-left: 13.9rem
}

@media(max-width: 1440px) {
    .rtl .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-left: 10.9rem
    }
}

@media(max-width: 1279px) {
    .rtl .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-left: 7.5rem
    }
}

@media(max-width: 767px) {
    .rtl .key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab:not(:last-child) {
        margin-left: 5rem
    }
}

.key-events-strategic-slider-section .tab-wrapper .years-container .years-inner-container .tab.active {
    border-bottom-color: #93a1a8;
    color: #93a1a8
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container {
    padding: 12.8rem 0 11.3rem 0;
    background-color: #f7f7f7;
    min-width: 0
}

@media(max-width: 1440px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container {
        padding: 10rem 0
    }
}

@media(max-width: 1279px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container {
        padding: 8rem 0
    }
}

@media(max-width: 767px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container {
        padding: 6rem 0
    }
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail {
    display: none;
    min-width: 0
}

    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail:first-child {
        display: block
    }

.ltr .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
    margin-left: 17rem
}

@media(max-width: 1440px) {
    .ltr .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-left: 14rem
    }
}

@media(max-width: 1279px) {
    .ltr .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-left: 10rem
    }
}

@media(max-width: 767px) {
    .ltr .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-left: 0
    }
}

.rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
    margin-right: 17rem
}

@media(max-width: 1440px) {
    .rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-right: 14rem
    }
}

@media(max-width: 1279px) {
    .rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-right: 10rem
    }
}

@media(max-width: 767px) {
    .rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer {
        margin-right: 0
    }
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer .owl-item:nth-child(2n) .card-image-scale {
    margin-top: 6rem
}

@media(max-width: 767px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-stage-outer .owl-item:nth-child(2n) .card-image-scale {
        margin-top: 0
    }
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav {
    width: 100%;
    left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 9.3rem
}

@media(max-width: 1440px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav {
        margin-top: 8rem
    }
}

@media(max-width: 1279px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav {
        margin-top: 6rem
    }
}

@media(max-width: 767px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav {
        margin-top: 4rem
    }
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ltr .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button:first-child {
    margin-right: 5rem
}

@media(max-width: 767px) {
    .ltr .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button:first-child {
        margin-right: 2.5rem
    }
}

.rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button:first-child {
    margin-left: 5rem
}

@media(max-width: 767px) {
    .rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button:first-child {
        margin-left: 2.5rem
    }
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .07rem;
    color: #9daab0
}

.rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button span {
    letter-spacing: unset !important
}

.rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ltr .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.owl-prev img {
    margin-left: 2.9rem
}

.rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.owl-prev img {
    margin-right: 2.9rem
}

.ltr .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.owl-next img {
    margin-right: 2.9rem
}

.rtl .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.owl-next img {
    margin-left: 2.9rem
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .owl-nav button.disabled span {
    display: block !important;
    opacity: 0
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .card-image-scale {
    position: relative;
    background: transparent !important
}

    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .card-image-scale .card-image {
        height: 100%
    }

    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .card-image-scale .tag {
        background-color: transparent;
        -webkit-backdrop-filter: blur(3rem);
        backdrop-filter: blur(3rem);
        background-color: rgba(0,0,0,.12)
    }

@media(max-width: 1440px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .card-image-scale .text {
        max-width: 19.7rem
    }
}

@media(max-width: 1279px) {
    .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .card-image-scale .text {
        max-width: 26.5rem
    }
}

.key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .card-image-scale .card-image-scale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#1f396c), to(transparent));
    background: linear-gradient(to top, #1f396c, transparent);
    z-index: -1
}

.body-sustainability .key-events-strategic-slider-section .tab-wrapper .achievements-kpi-container .tab-detail .achievements-kpi-slider .card-image-scale .card-image-scale-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(#71b446), to(transparent));
    background: linear-gradient(to top, #71b446, transparent)
}

.body-national-industrial-dev .further-details {
    font-family: "Bukra Bold";
    font-size: 3.2rem;
    line-height: 4rem;
    color: rgba(127,134,137,.4);
    text-align: center;
    margin-bottom: 13rem;
    padding: 0 5.6rem
}

@media(max-width: 1440px) {
    .body-national-industrial-dev .further-details {
        margin-bottom: 9rem
    }
}

@media(max-width: 1279px) {
    .body-national-industrial-dev .further-details {
        font-size: 2.8rem;
        line-height: 3.6rem
    }
}

@media(max-width: 767px) {
    .body-national-industrial-dev .further-details {
        padding: 0 3rem;
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 6rem
    }
}

.national-industrial-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem
}

    .national-industrial-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .national-industrial-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .national-industrial-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .national-industrial-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 7.2rem;
            line-height: 8.6rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center;
            width: 100%;
            max-width: 144.8rem
        }

@media(max-width: 1440px) {
    .national-industrial-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .national-industrial-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .national-industrial-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 30rem
    }
}

.rtl .national-industrial-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.static-page-section {
    max-width: 125rem;
    width: 100%;
    margin: 0 auto;
    padding: 17rem 5.5rem 13.5rem 5.5rem
}

@media(max-width: 1279px) {
    .static-page-section {
        padding: 15.5rem 5.5rem 13.5rem 5.5rem
    }
}

@media(max-width: 767px) {
    .static-page-section {
        padding: 15rem 2rem 7rem 2rem
    }
}

.static-page-section h1 {
    font-family: "Bukra Bold";
    color: #1f396c;
    font-size: 4rem;
    margin: 10rem 0 4rem 0;
    line-height: 1.2
}

@media(max-width: 1440px) {
    .static-page-section h1 {
        font-size: 3.6rem;
        margin: 8rem 0 3rem 0
    }
}

@media(max-width: 1279px) {
    .static-page-section h1 {
        font-size: 3.2rem;
        margin: 6rem 0 3rem 0
    }
}

@media(max-width: 767px) {
    .static-page-section h1 {
        font-size: 2.8rem;
        margin: 4rem 0 2rem 0
    }
}

.static-page-section h2 {
    font-family: "Bukra Bold";
    color: #1f396c;
    font-size: 3.6rem;
    margin: 10rem 0 4rem 0;
    line-height: 1.2
}

@media(max-width: 1440px) {
    .static-page-section h2 {
        font-size: 3.2rem;
        margin: 8rem 0 3rem 0
    }
}

@media(max-width: 1279px) {
    .static-page-section h2 {
        font-size: 2.8rem;
        margin: 6rem 0 3rem 0
    }
}

@media(max-width: 767px) {
    .static-page-section h2 {
        font-size: 2.4rem;
        margin: 4rem 0 2rem 0
    }
}

.static-page-section p {
    font-family: "Bukra Regular";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #93a1a8
}

    .static-page-section p strong {
        font-family: "Bukra Bold"
    }

    .static-page-section p + p {
        margin-top: 2rem
    }

.static-page-section ul {
    list-style: inside
}

    .static-page-section ul li {
        font-family: "Bukra Regular";
        font-size: 1.4rem;
        line-height: 2.4rem;
        color: #93a1a8;
        display: list-item
    }

    .static-page-section ul + strong {
        margin-top: 4rem;
        display: block
    }

    .static-page-section ul + p {
        margin-top: 2rem
    }

.static-page-section strong {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #93a1a8
}

    .static-page-section strong + ul {
        margin-top: 2rem
    }

.vision-realization-programs-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem
}

    .vision-realization-programs-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .vision-realization-programs-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .vision-realization-programs-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .vision-realization-programs-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 7.2rem;
            line-height: 8.6rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center;
            width: 100%;
            max-width: 144.8rem
        }

@media(max-width: 1440px) {
    .vision-realization-programs-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .vision-realization-programs-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 70rem
    }
}

@media(max-width: 767px) {
    .vision-realization-programs-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 33rem
    }
}

.rtl .vision-realization-programs-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.vision-realization-programs-hero-section .download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    color: #fff;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    bottom: 6rem
}

@media(max-width: 1440px) {
    .vision-realization-programs-hero-section .download-btn {
        bottom: 5.1rem
    }
}

@media(max-width: 1279px) {
    .vision-realization-programs-hero-section .download-btn {
        display: none
    }
}

.rtl .vision-realization-programs-hero-section .download-btn {
    letter-spacing: unset !important
}

.ltr .vision-realization-programs-hero-section .download-btn img {
    margin-left: 2rem
}

.rtl .vision-realization-programs-hero-section .download-btn img {
    margin-right: 2rem
}

.vision-realization-programs-content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 6rem
}

@media(max-width: 1440px) {
    .vision-realization-programs-content-section {
        padding: 2rem
    }
}

.vision-realization-programs-content-section .vision-realization-programs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 164rem;
    width: 100%;
    padding-bottom: 8rem
}

@media(max-width: 1919px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner {
        max-width: 123rem
    }
}

@media(max-width: 1440px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner {
        max-width: 117rem
    }
}

@media(max-width: 1279px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner {
        max-width: 92.5rem
    }
}

@media(max-width: 1023px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner {
        max-width: 62rem
    }
}

@media(max-width: 767px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner {
        max-width: 57rem;
        padding-bottom: 5rem
    }
}

.vision-realization-programs-content-section .vision-realization-programs-inner .flip-card-container:nth-child(2n) {
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem)
}

@media(max-width: 1919px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner .flip-card-container:nth-child(2n) {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width: 1023px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner .flip-card-container:nth-child(2n) {
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem)
    }
}

@media(max-width: 767px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner .flip-card-container:nth-child(2n) {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width: 767px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner .flip-card-container:last-child {
        margin-right: unset !important;
        margin-left: unset !important
    }
}

.ltr .vision-realization-programs-content-section .vision-realization-programs-inner .flip-card-container:last-child {
    margin-right: auto
}

.rtl .vision-realization-programs-content-section .vision-realization-programs-inner .flip-card-container:last-child {
    margin-left: auto
}

.vision-realization-programs-content-section .vision-realization-programs-inner .flip-card {
    margin: 0 3rem 6rem 3rem
}

@media(max-width: 1440px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner .flip-card {
        margin: 0 2rem 4rem 2rem
    }
}

@media(max-width: 1279px) {
    .vision-realization-programs-content-section .vision-realization-programs-inner .flip-card {
        margin: 0 1.5rem 3rem 1.5rem
    }
}

.bottom-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 6rem;
    margin: 14rem 0
}

@media(max-width: 1440px) {
    .bottom-link {
        margin: 8rem 0
    }
}

@media(max-width: 1279px) {
    .bottom-link {
        margin: 6rem 0
    }
}

@media(max-width: 767px) {
    .bottom-link {
        padding: 0 3rem;
        margin: 2rem 0 7rem 0
    }
}

.bottom-link a {
    max-width: 152rem;
    width: 100%;
    min-height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 3rem 7rem
}

@media(max-width: 1279px) {
    .bottom-link a {
        padding: 3rem 4rem
    }
}

@media(max-width: 767px) {
    .bottom-link a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2rem
    }
}

.ltr .bottom-link a {
    background: -webkit-gradient(linear, left top, right top, from(#24b4ba), to(#1f396c));
    background: linear-gradient(to right, #24b4ba, #1f396c)
}

.rtl .bottom-link a {
    background: -webkit-gradient(linear, right top, left top, from(#24b4ba), to(#1f396c));
    background: linear-gradient(to left, #24b4ba, #1f396c)
}

.bottom-link a:hover i {
    background-color: #24b4ba
}

.bottom-link a:hover path {
    stroke: #fff
}

.bottom-link span {
    font-family: "Bukra Bold";
    font-size: 3rem;
    line-height: 4rem;
    color: #fff
}

@media(max-width: 1440px) {
    .bottom-link span {
        font-size: 2.7rem;
        line-height: 3.7rem
    }
}

@media(max-width: 1279px) {
    .bottom-link span {
        font-size: 2.4rem;
        line-height: 3.4rem
    }
}

@media(max-width: 767px) {
    .bottom-link span {
        font-size: 2.1rem;
        line-height: 3.1rem;
        margin-bottom: 2rem
    }
}

.ltr .bottom-link span {
    margin-right: 3rem
}

@media(max-width: 767px) {
    .ltr .bottom-link span {
        margin-right: 0
    }
}

.rtl .bottom-link span {
    margin-left: 3rem
}

@media(max-width: 767px) {
    .rtl .bottom-link span {
        margin-left: 0
    }
}

.bottom-link i {
    width: 6.2rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: .1rem solid #24b4ba;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

@media(max-width: 767px) {
    .ltr .bottom-link i {
        margin-left: auto
    }
}

@media(max-width: 767px) {
    .rtl .bottom-link i {
        margin-right: auto
    }
}

.ltr .bottom-link svg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rtl .bottom-link svg {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.bottom-link path {
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.body-news-detail .related-topics-section {
    background-color: #f7f7f7;
    padding: 10rem 0
}

@media(max-width: 1023px) {
    .body-news-detail .related-topics-section {
        padding: 7rem
    }
}

@media(max-width: 767px) {
    .body-news-detail .related-topics-section {
        padding: 6rem 0
    }
}

.body-news-detail .related-topics-section h4 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.15;
    margin-bottom: 7.5rem;
    color: #94a1a9;
    text-align: center
}

@media(max-width: 767px) {
    .body-news-detail .related-topics-section h4 {
        font-size: 2.8rem;
        margin-bottom: 6.5rem
    }
}

.body-news-detail .related-topics-section .topic-inner-wrapper {
    max-width: 164rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1440px) {
    .body-news-detail .related-topics-section .topic-inner-wrapper {
        max-width: 136rem
    }
}

@media(max-width: 1023px) {
    .body-news-detail .related-topics-section .topic-inner-wrapper {
        padding: 0 6rem
    }
}

@media(max-width: 767px) {
    .body-news-detail .related-topics-section .topic-inner-wrapper {
        padding: 0 3rem
    }
}

.body-news-detail .related-topics-section .topic-item-container {
    padding: 0 2rem 4rem 2rem;
    min-height: 13.5rem;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media(max-width: 1023px) {
    .body-news-detail .related-topics-section .topic-item-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 4rem 0
    }
}

.body-news-detail .related-topics-section .topic-item-container:last-child {
    padding-bottom: 0
}

.body-news-detail .related-topics-section a {
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 3rem;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    min-height: 144px
}

@media(max-width: 767px) {
    .body-news-detail .related-topics-section a {
        padding: 4rem 3rem;
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.body-news-detail .related-topics-section a:hover {
    background-color: #24b4ba
}

    .body-news-detail .related-topics-section a:hover strong {
        color: #fff
    }

.body-news-detail .related-topics-section strong {
    font-family: "Bukra Bold";
    font-size: 2rem;
    line-height: 3rem;
    color: #1f396c;
    max-width: 38rem;
    width: 100%;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    margin-right: 6rem
}

@media(max-width: 767px) {
    .body-news-detail .related-topics-section strong {
        margin: 0 0 2.5rem 0
    }
}

.body-news-detail .related-topics-section i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: .2rem solid #fff;
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem
}

@media(max-width: 767px) {
    .body-news-detail .related-topics-section i {
        margin-left: auto
    }
}

.pillar-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem
}

    .pillar-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .pillar-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .pillar-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .pillar-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 7.2rem;
            line-height: 8.6rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center;
            width: 100%;
            max-width: 144.8rem
        }

@media(max-width: 1440px) {
    .pillar-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .pillar-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 70rem
    }
}

@media(max-width: 767px) {
    .pillar-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 33rem
    }
}

.rtl .pillar-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.pillar-content-section {
    padding: 8rem 5.5rem 15.7rem 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media(max-width: 1440px) {
    .pillar-content-section {
        padding: 7rem 5.5rem
    }
}

@media(max-width: 1280px) {
    .pillar-content-section {
        padding: 5rem 5.5rem 12rem 5.5rem
    }
}

@media(max-width: 767px) {
    .pillar-content-section {
        padding: 4rem 3rem 10rem 4rem
    }
}

.pillar-content-section strong {
    max-width: 126rem;
    text-align: center;
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 12.6rem;
    color: #93a1a8
}

@media(max-width: 1440px) {
    .pillar-content-section strong {
        max-width: 113rem;
        margin-bottom: 7rem;
        font-size: 1.3rem;
        line-height: 2.3rem
    }
}

@media(max-width: 1280px) {
    .pillar-content-section strong {
        margin-bottom: 5rem;
        font-size: 1.2rem;
        line-height: 2.2rem
    }
}

@media(max-width: 767px) {
    .pillar-content-section strong {
        margin-bottom: 4rem
    }
}

.pillar-content-section .pillar-row {
    max-width: 142rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media(max-width: 1440px) {
    .pillar-content-section .pillar-row {
        max-width: 113rem
    }
}

@media(max-width: 767px) {
    .pillar-content-section .pillar-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.pillar-content-section .pillar-row:not(:last-child) {
    margin-bottom: 18rem
}

@media(max-width: 1280px) {
    .pillar-content-section .pillar-row:not(:last-child) {
        margin-bottom: 8.7rem
    }
}

@media(max-width: 767px) {
    .pillar-content-section .pillar-row:not(:last-child) {
        margin-bottom: 7.2rem
    }
}

.pillar-content-section .pillar-row:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width: 767px) {
    .pillar-content-section .pillar-row:nth-child(2n-1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ltr .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:first-child {
    margin-right: 0
}

.rtl .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:first-child {
    margin-left: 0
}

.pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
    padding-top: 10%
}

@media(max-width: 1280px) {
    .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
        padding-top: 0
    }
}

.ltr .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
    margin-right: 15rem
}

@media(max-width: 1440px) {
    .ltr .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
        margin-right: 8rem
    }
}

@media(max-width: 1280px) {
    .ltr .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
        margin-right: 3rem
    }
}

@media(max-width: 767px) {
    .ltr .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
        margin-right: 0
    }
}

.rtl .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
    margin-left: 15rem
}

@media(max-width: 1440px) {
    .rtl .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
        margin-left: 8rem
    }
}

@media(max-width: 1280px) {
    .rtl .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
        margin-left: 3rem
    }
}

@media(max-width: 767px) {
    .rtl .pillar-content-section .pillar-row:nth-child(2n-1) .pillar-col:last-child {
        margin-left: 0
    }
}

.pillar-content-section .pillar-row:nth-child(2n-1) h2 {
    white-space: nowrap;
    position: absolute;
    bottom: 0
}

@media(max-width: 1280px) {
    .pillar-content-section .pillar-row:nth-child(2n-1) h2 {
        position: unset;
        white-space: normal
    }
}

.pillar-content-section .pillar-row .pillar-col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1280px) {
    .pillar-content-section .pillar-row .pillar-col {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(max-width: 767px) {
    .pillar-content-section .pillar-row .pillar-col {
        width: 100%;
        position: relative
    }
}

.ltr .pillar-content-section .pillar-row .pillar-col:first-child {
    margin-right: 15rem
}

@media(max-width: 1440px) {
    .ltr .pillar-content-section .pillar-row .pillar-col:first-child {
        margin-right: 8rem
    }
}

@media(max-width: 1280px) {
    .ltr .pillar-content-section .pillar-row .pillar-col:first-child {
        margin-right: 3rem
    }
}

@media(max-width: 767px) {
    .ltr .pillar-content-section .pillar-row .pillar-col:first-child {
        margin-right: 0
    }
}

.rtl .pillar-content-section .pillar-row .pillar-col:first-child {
    margin-left: 15rem
}

@media(max-width: 1440px) {
    .rtl .pillar-content-section .pillar-row .pillar-col:first-child {
        margin-left: 8rem
    }
}

@media(max-width: 1280px) {
    .rtl .pillar-content-section .pillar-row .pillar-col:first-child {
        margin-left: 3rem
    }
}

@media(max-width: 767px) {
    .rtl .pillar-content-section .pillar-row .pillar-col:first-child {
        margin-left: 0
    }
}

.pillar-content-section .pillar-row .pillar-col img {
    border-radius: 20px
}

@media(max-width: 1440px) {
    .pillar-content-section .pillar-row .pillar-col img {
        width: 100%
    }
}

@media(max-width: 767px) {
    .pillar-content-section .pillar-row .pillar-col img {
        margin-bottom: 2rem
    }
}

.pillar-content-section .pillar-row .pillar-col .heading-wrapper {
    margin-bottom: 3rem;
    position: relative;
    color: #24b4ba
}

@media(max-width: 1440px) {
    .pillar-content-section .pillar-row .pillar-col .heading-wrapper {
        margin-bottom: 1rem
    }
}

@media(max-width: 1280px) {
    .pillar-content-section .pillar-row .pillar-col .heading-wrapper {
        margin-bottom: 1.5rem
    }
}

@media(max-width: 767px) {
    .pillar-content-section .pillar-row .pillar-col .heading-wrapper {
        margin-bottom: 2rem
    }
}

.pillar-content-section .pillar-row .pillar-col .heading-wrapper h2 {
    font-family: "Bukra Bold";
    font-size: 8.4rem;
    letter-spacing: -0.25rem;
    line-height: 9rem
}

@media(max-width: 1440px) {
    .pillar-content-section .pillar-row .pillar-col .heading-wrapper h2 {
        font-size: 7.2rem;
        line-height: 8rem
    }
}

@media(max-width: 1280px) {
    .pillar-content-section .pillar-row .pillar-col .heading-wrapper h2 {
        font-size: 3rem;
        line-height: 3.8rem
    }
}

@media(max-width: 767px) {
    .pillar-content-section .pillar-row .pillar-col .heading-wrapper h2 {
        font-size: 3.6rem;
        line-height: 4.2rem
    }
}

.rtl .pillar-content-section .pillar-row .pillar-col .heading-wrapper h2 {
    letter-spacing: unset !important
}

.pillar-content-section .pillar-row .pillar-col p {
    margin-bottom: 3rem;
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #b4bdc1
}

@media(max-width: 1280px) {
    .pillar-content-section .pillar-row .pillar-col p {
        font-size: 1.1rem;
        line-height: 1.8rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 767px) {
    .pillar-content-section .pillar-row .pillar-col p {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

.pillar-vision-goals {
    padding: 10rem 0;
    background-color: #f7f7f7
}

@media(max-width: 1440px) {
    .pillar-vision-goals {
        padding: 7rem 0
    }
}

@media(max-width: 1280px) {
    .pillar-vision-goals {
        padding: 5rem 0
    }
}

@media(max-width: 767px) {
    .pillar-vision-goals {
        padding: 4rem 0
    }
}

.pillar-vision-goals h2 {
    font-family: "Bukra Bold";
    font-size: 6rem;
    line-height: 1.15;
    margin-bottom: 10rem;
    color: #94a1a9;
    text-align: center
}

@media(max-width: 1440px) {
    .pillar-vision-goals h2 {
        margin-bottom: 7rem;
        font-size: 5rem
    }
}

@media(max-width: 1280px) {
    .pillar-vision-goals h2 {
        margin-bottom: 5rem;
        font-size: 4rem
    }
}

@media(max-width: 767px) {
    .pillar-vision-goals h2 {
        margin-bottom: 4rem;
        font-size: 3rem
    }
}

.ltr .pillar-vision-goals .owl-stage-outer {
    margin-left: 17rem
}

@media(max-width: 1440px) {
    .ltr .pillar-vision-goals .owl-stage-outer {
        margin-left: 14rem
    }
}

@media(max-width: 1279px) {
    .ltr .pillar-vision-goals .owl-stage-outer {
        margin-left: 10rem
    }
}

@media(max-width: 767px) {
    .ltr .pillar-vision-goals .owl-stage-outer {
        margin-left: 0
    }
}

.rtl .pillar-vision-goals .owl-stage-outer {
    margin-right: 17rem
}

@media(max-width: 1440px) {
    .rtl .pillar-vision-goals .owl-stage-outer {
        margin-right: 14rem
    }
}

@media(max-width: 1279px) {
    .rtl .pillar-vision-goals .owl-stage-outer {
        margin-right: 10rem
    }
}

@media(max-width: 767px) {
    .rtl .pillar-vision-goals .owl-stage-outer {
        margin-right: 0
    }
}

.pillar-vision-goals .owl-stage-outer .owl-item:nth-child(2n-1) .card-image-scale {
    margin-top: 6rem
}

@media(max-width: 767px) {
    .pillar-vision-goals .owl-stage-outer .owl-item:nth-child(2n-1) .card-image-scale {
        margin-top: 0
    }
}

.pillar-vision-goals .owl-nav {
    width: 100%;
    left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 9.3rem
}

@media(max-width: 1440px) {
    .pillar-vision-goals .owl-nav {
        margin-top: 8rem
    }
}

@media(max-width: 1279px) {
    .pillar-vision-goals .owl-nav {
        margin-top: 6rem
    }
}

@media(max-width: 767px) {
    .pillar-vision-goals .owl-nav {
        margin-top: 4rem
    }
}

.pillar-vision-goals .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ltr .pillar-vision-goals .owl-nav button:first-child {
    margin-right: 5rem
}

@media(max-width: 767px) {
    .ltr .pillar-vision-goals .owl-nav button:first-child {
        margin-right: 2.5rem
    }
}

.rtl .pillar-vision-goals .owl-nav button:first-child {
    margin-left: 5rem
}

@media(max-width: 767px) {
    .rtl .pillar-vision-goals .owl-nav button:first-child {
        margin-left: 2.5rem
    }
}

.rtl .pillar-vision-goals .owl-nav button img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pillar-vision-goals .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .07rem;
    color: #9daab0
}

.rtl .pillar-vision-goals .owl-nav button span {
    letter-spacing: unset !important
}

.ltr .pillar-vision-goals .owl-nav button.owl-prev img {
    margin-left: 2.9rem
}

.rtl .pillar-vision-goals .owl-nav button.owl-prev img {
    margin-right: 2.9rem
}

.ltr .pillar-vision-goals .owl-nav button.owl-next img {
    margin-right: 2.9rem
}

.rtl .pillar-vision-goals .owl-nav button.owl-next img {
    margin-left: 2.9rem
}

.pillar-vision-goals .owl-nav button.disabled span {
    display: block !important;
    opacity: 0
}

.pillar-vision-goals .card-image-scale {
    position: relative;
    background: transparent !important;
    height: 40rem !important
}

@media(max-width: 1440px) {
    .pillar-vision-goals .card-image-scale {
        height: 35rem !important
    }
}

@media(max-width: 1279px) {
    .pillar-vision-goals .card-image-scale {
        height: 32.8rem !important
    }
}

@media(max-width: 767px) {
    .pillar-vision-goals .card-image-scale {
        height: 31rem !important
    }
}

.pillar-vision-goals .card-image-scale .card-image {
    height: 100%
}

.pillar-vision-goals .card-image-scale .bottom {
    margin-top: auto
}

@media(max-width: 1440px) {
    .pillar-vision-goals .card-image-scale .text {
        max-width: 19.7rem
    }
}

@media(max-width: 1279px) {
    .pillar-vision-goals .card-image-scale .text {
        max-width: 26.5rem
    }
}

.pillar-vision-goals .card-image-scale .text strong {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 2.5rem;
    display: block
}

@media(max-width: 1440px) {
    .pillar-vision-goals .card-image-scale .text strong {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 1280px) {
    .pillar-vision-goals .card-image-scale .text strong {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }
}

@media(max-width: 767px) {
    .pillar-vision-goals .card-image-scale .text strong {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 1rem
    }
}

.pillar-vision-goals .card-image-scale .text small {
    font-size: 1.6rem;
    line-height: 2.2rem
}

@media(max-width: 1440px) {
    .pillar-vision-goals .card-image-scale .text small {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(max-width: 1280px) {
    .pillar-vision-goals .card-image-scale .text small {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

@media(max-width: 767px) {
    .pillar-vision-goals .card-image-scale .text small {
        font-size: 1rem;
        line-height: 1.6rem
    }
}

.pillar-vision-goals .card-image-scale .card-image-scale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#1f396c), to(transparent));
    background: linear-gradient(to top, #1f396c, transparent);
    z-index: -1
}

.body-people-culture .section-4 {
    padding-bottom: 13rem
}

@media(max-width: 1279px) {
    .body-people-culture .section-4 {
        padding-bottom: 11rem
    }
}

@media(max-width: 767px) {
    .body-people-culture .section-4 {
        padding-bottom: 6rem
    }
}

.people-culture-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem
}

    .people-culture-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .people-culture-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .people-culture-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .people-culture-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .people-culture-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .people-culture-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .people-culture-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 22rem
    }
}

.rtl .people-culture-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.cultural-diversity-section .cultural-diversity-container {
    padding: 0 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f2f2f2), color-stop(0%, rgba(242, 242, 242, 0)));
    background: linear-gradient(to top, #f2f2f2 50%, rgba(242, 242, 242, 0) 0%)
}

@media(max-width: 1279px) {
    .cultural-diversity-section .cultural-diversity-container {
        padding: 0 6rem
    }
}

@media(max-width: 767px) {
    .cultural-diversity-section .cultural-diversity-container {
        padding: 0 3rem
    }
}

.cultural-diversity-section .cultural-diversity-img-wrapper {
    max-width: 142rem;
    width: 100%;
    position: relative
}

.cultural-diversity-section img {
    max-width: 100%;
    width: 100%
}

.cultural-diversity-section .cultural-diversity-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6rem
}

@media(max-width: 1279px) {
    .cultural-diversity-section .cultural-diversity-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3rem;
        height: auto;
        bottom: 0;
        top: unset
    }
}

.cultural-diversity-section h3 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 4rem
}

@media(max-width: 1279px) {
    .cultural-diversity-section h3 {
        margin-bottom: 0;
        font-size: 2.4rem
    }
}

@media(max-width: 767px) {
    .cultural-diversity-section h3 {
        font-size: 2.2rem
    }
}

.cultural-diversity-section .cultural-diversity-img-text {
    max-width: 43.5rem;
    width: 100%;
    margin-bottom: auto
}

@media(max-width: 1279px) {
    .cultural-diversity-section .cultural-diversity-img-text {
        display: none
    }
}

.cultural-diversity-section .cultural-diversity-img-text p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #fff
}

    .cultural-diversity-section .cultural-diversity-img-text p:not(:last-child) {
        padding-bottom: 1rem
    }

.cultural-diversity-section .hidden-content {
    display: none
}

.cultural-diversity-section .read-more-btn {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    color: #24b4ba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.3rem
}

@media(max-width: 1279px) {
    .cultural-diversity-section .read-more-btn {
        font-size: 1rem
    }
}

.cultural-diversity-section .read-more-btn svg {
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.ltr .cultural-diversity-section .read-more-btn svg {
    margin-left: .7rem
}

.rtl .cultural-diversity-section .read-more-btn svg {
    margin-right: .7rem
}

.cultural-diversity-section .read-more-btn path {
    stroke: #24b4ba
}

.cultural-diversity-section .read-more-btn strong {
    display: block
}

.cultural-diversity-section .read-more-btn span {
    display: none
}

.cultural-diversity-section .read-more-btn.showing-more svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cultural-diversity-section .read-more-btn.showing-more strong {
    display: none
}

.cultural-diversity-section .read-more-btn.showing-more span {
    display: block
}

.cultural-diversity-section .watch-video-btn {
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem
}

@media(max-width: 1279px) {
    .cultural-diversity-section .watch-video-btn {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-top: 0
    }
}

@media(max-width: 767px) {
    .cultural-diversity-section .watch-video-btn span {
        display: none
    }
}

.cultural-diversity-section .watch-video-btn i {
    width: 7.4rem;
    height: 7.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .2rem solid #24b4ba;
    border-radius: 50%
}

@media(max-width: 1279px) {
    .cultural-diversity-section .watch-video-btn i {
        width: 5.2rem;
        height: 5.2rem
    }
}

.ltr .cultural-diversity-section .watch-video-btn i {
    margin-left: 3rem
}

.rtl .cultural-diversity-section .watch-video-btn i {
    margin-right: 3rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cultural-diversity-section .watch-video-btn path:last-child {
    fill: #24b4ba
}

.cultural-diversity-section .cultural-diversity-text {
    padding: 3.6rem 6rem;
    background-color: #f2f2f2;
    display: none
}

@media(max-width: 1279px) {
    .cultural-diversity-section .cultural-diversity-text {
        display: block
    }
}

@media(max-width: 767px) {
    .cultural-diversity-section .cultural-diversity-text {
        padding: 3rem
    }
}

.cultural-diversity-section .cultural-diversity-text p {
    font-family: "Bukra Regular";
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #93a1a8;
    padding-bottom: 1rem
}

@media(max-width: 767px) {
    .cultural-diversity-section .cultural-diversity-text p {
        font-size: 1.2rem
    }
}

.cultural-aspects-section {
    width: 100%;
    margin-top: 10rem;
    overflow-x: hidden
}

@media(max-width: 1279px) {
    .cultural-aspects-section {
        margin-top: 7.4rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section {
        margin-top: 5.7rem
    }
}

.cultural-aspects-section h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 6.2rem;
    color: #1f396c;
    text-align: center
}

@media(max-width: 1440px) {
    .cultural-aspects-section h2 {
        font-size: 3rem;
        margin-bottom: 4.8rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section h2 {
        font-size: 2.2rem;
        margin-bottom: 3.5rem
    }
}

.cultural-aspects-section .slider-with-thumb {
    position: relative;
    width: 100%;
    background-color: #12335e
}

    .cultural-aspects-section .slider-with-thumb .slider-popup {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out
    }

        .cultural-aspects-section .slider-with-thumb .slider-popup.opened {
            opacity: 1;
            pointer-events: visible
        }

        .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
            position: absolute;
            top: 6rem
        }

@media(max-width: 1440px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
        top: 4rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
        top: 3rem
    }
}

.ltr .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
    right: 6rem
}

@media(max-width: 1440px) {
    .ltr .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
        right: 4rem
    }
}

@media(max-width: 1279px) {
    .ltr .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
        right: 3rem
    }
}

.rtl .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
    left: 6rem
}

@media(max-width: 1440px) {
    .rtl .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
        left: 4rem
    }
}

@media(max-width: 1279px) {
    .rtl .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close {
        left: 3rem
    }
}

@media(max-width: 1440px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close svg {
        width: 7.4rem;
        height: 7.4rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close svg {
        width: 6.2rem;
        height: 6.2rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-close svg {
        width: 4.2rem;
        height: 4.2rem
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup h5 {
    font-family: "Bukra Bold";
    font-size: 3rem;
    color: #fff;
    margin-bottom: 7rem;
    text-align: center;
    padding: 0 2rem
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup h5 {
        font-size: 2rem;
        margin-bottom: 5.4rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup h5 {
        font-size: 1.6rem;
        margin: 7rem 0 4rem 0
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 2rem
}

    .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-content::-webkit-scrollbar-track {
        background-color: #ddd
    }

    .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-content::-webkit-scrollbar {
        width: 8px;
        background-color: #ddd
    }

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-content::-webkit-scrollbar {
        width: 6px
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .slider-popup-content::-webkit-scrollbar-thumb {
    background-color: #12335e
}

.cultural-aspects-section .slider-with-thumb .slider-popup li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ltr .cultural-aspects-section .slider-with-thumb .slider-popup li:not(:last-child) .box {
    margin-right: 3rem
}

@media(max-width: 1279px) {
    .ltr .cultural-aspects-section .slider-with-thumb .slider-popup li:not(:last-child) .box {
        margin-right: 2rem
    }
}

.rtl .cultural-aspects-section .slider-with-thumb .slider-popup li:not(:last-child) .box {
    margin-left: 3rem
}

@media(max-width: 1279px) {
    .rtl .cultural-aspects-section .slider-with-thumb .slider-popup li:not(:last-child) .box {
        margin-left: 2rem
    }
}

.ltr .cultural-aspects-section .slider-with-thumb .slider-popup li:first-child {
    margin-left: auto
}

.rtl .cultural-aspects-section .slider-with-thumb .slider-popup li:first-child {
    margin-right: auto
}

.ltr .cultural-aspects-section .slider-with-thumb .slider-popup li:first-child .box {
    margin-left: 6rem
}

@media(max-width: 374px) {
    .ltr .cultural-aspects-section .slider-with-thumb .slider-popup li:first-child .box {
        margin-left: 3rem
    }
}

.rtl .cultural-aspects-section .slider-with-thumb .slider-popup li:first-child .box {
    margin-right: 6rem
}

@media(max-width: 374px) {
    .rtl .cultural-aspects-section .slider-with-thumb .slider-popup li:first-child .box {
        margin-right: 3rem
    }
}

.ltr .cultural-aspects-section .slider-with-thumb .slider-popup li:last-child {
    margin-right: auto
}

.rtl .cultural-aspects-section .slider-with-thumb .slider-popup li:last-child {
    margin-left: auto
}

.ltr .cultural-aspects-section .slider-with-thumb .slider-popup li:last-child .box {
    margin-right: 6rem
}

@media(max-width: 374px) {
    .ltr .cultural-aspects-section .slider-with-thumb .slider-popup li:last-child .box {
        margin-right: 3rem
    }
}

.rtl .cultural-aspects-section .slider-with-thumb .slider-popup li:last-child .box {
    margin-left: 6rem
}

@media(max-width: 374px) {
    .rtl .cultural-aspects-section .slider-with-thumb .slider-popup li:last-child .box {
        margin-left: 3rem
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box {
    max-width: 27.8rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box {
        max-width: 20rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box {
        max-width: 25rem
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box .box-top {
    width: 100%;
    min-height: 23.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    background-color: #f7f7f7;
    border-radius: 20px 20px 0 0
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box .box-top {
        min-height: 16.8rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box .box-top {
        min-height: 20.6rem
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box .box-bottom {
    width: 100%;
    min-height: 13.5rem;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 20px 20px
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box .box-bottom {
        min-height: 10rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box .box-bottom {
        min-height: 12rem
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box span, .cultural-aspects-section .slider-with-thumb .slider-popup .box p, .cultural-aspects-section .slider-with-thumb .slider-popup .box small, .cultural-aspects-section .slider-with-thumb .slider-popup .box i {
    font-family: "Bukra Bold"
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box span {
    font-size: 6.2rem;
    line-height: 7.4rem
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box span {
        font-size: 4.3rem;
        line-height: 5.2rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box span {
        font-size: 5.2rem;
        line-height: 6.4rem
    }
}

.rtl .cultural-aspects-section .slider-with-thumb .slider-popup .box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box p {
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-align: center;
    color: #fff
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box p {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box small {
    font-size: 3.2rem
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box small {
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box small {
        font-size: 2.7rem
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box i {
    font-size: 2rem
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box i {
        font-size: 2rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slider-with-thumb .slider-popup .box i {
        font-size: 1.5rem
    }
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-1 .box-bottom {
    background-color: #1f396c
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-1 span, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-1 small, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-1 i {
    color: #1f396c
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-2 .box-bottom {
    background-color: #0763a5
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-2 span, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-2 small, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-2 i {
    color: #0763a5
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-3 .box-bottom {
    background-color: #22a8ad
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-3 span, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-3 small, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-3 i {
    color: #22a8ad
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-4 .box-bottom {
    background-color: #71b446
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-4 span, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-4 small, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-4 i {
    color: #71b446
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-5 .box-bottom {
    background-color: #93a1a8
}

.cultural-aspects-section .slider-with-thumb .slider-popup .box.box-5 span, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-5 small, .cultural-aspects-section .slider-with-thumb .slider-popup .box.box-5 i {
    color: #93a1a8
}

.cultural-aspects-section .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 76rem;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 37.5rem;
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out
}

@media(max-width: 1440px) {
    .cultural-aspects-section .slide-content {
        max-width: 61rem;
        bottom: 32.5rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slide-content {
        max-width: 46.5rem;
        bottom: 16.5rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slide-content {
        max-width: 34rem;
        bottom: 13.5rem;
        margin: 0 auto
    }
}

.ltr .cultural-aspects-section .slide-content {
    padding-left: 10rem
}

@media(max-width: 1279px) {
    .ltr .cultural-aspects-section .slide-content {
        padding-left: 6rem
    }
}

@media(max-width: 767px) {
    .ltr .cultural-aspects-section .slide-content {
        padding: 0 3rem
    }
}

@media(max-width: 374px) {
    .ltr .cultural-aspects-section .slide-content {
        padding: 0 3rem
    }
}

.rtl .cultural-aspects-section .slide-content {
    padding-right: 10rem
}

@media(max-width: 1279px) {
    .rtl .cultural-aspects-section .slide-content {
        padding-right: 6rem
    }
}

@media(max-width: 767px) {
    .rtl .cultural-aspects-section .slide-content {
        padding: 0 3rem
    }
}

@media(max-width: 374px) {
    .rtl .cultural-aspects-section .slide-content {
        padding: 0 3rem
    }
}

.cultural-aspects-section .slide-content h4 {
    font-family: "Bukra Light";
    font-size: 8.4rem;
    line-height: 1.25;
    letter-spacing: -0.14rem;
    color: #fff;
    margin-bottom: 2rem;
    white-space: normal
}

@media(max-width: 1440px) {
    .cultural-aspects-section .slide-content h4 {
        font-size: 6.6rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slide-content h4 {
        font-size: 6rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slide-content h4 {
        font-size: 3.6rem
    }
}

@media(max-width: 374px) {
    .cultural-aspects-section .slide-content h4 {
        font-size: 3rem
    }
}

.rtl .cultural-aspects-section .slide-content h4 {
    letter-spacing: unset !important
}

.cultural-aspects-section .slide-content h4 strong {
    font-family: "Bukra Bold"
}

.cultural-aspects-section .slide-content p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 4.9rem;
    color: #fff;
    max-height: 28rem;
    overflow-y: auto;
    padding-right: 1.5rem
}

@media(max-width: 1440px) {
    .cultural-aspects-section .slide-content p {
        font-size: 1.2rem;
        margin-bottom: 3rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slide-content p {
        margin-bottom: 3.3rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .slide-content p {
        font-size: 1.1rem;
        line-height: 1.8rem;
        margin-bottom: 2.4rem
    }
}

.cultural-aspects-section .slide-content p::-webkit-scrollbar {
    width: 1rem
}

.cultural-aspects-section .slide-content p::-webkit-scrollbar-track {
    background: #fff
}

.cultural-aspects-section .slide-content p::-webkit-scrollbar-thumb {
    background: #24b4ba
}

    .cultural-aspects-section .slide-content p::-webkit-scrollbar-thumb:hover {
        background: rgba(36,180,186,.8)
    }

.ltr .cultural-aspects-section .slide-content .animated-link svg {
    -webkit-transform: translateX(0.1rem);
    transform: translateX(0.1rem)
}

.rtl .cultural-aspects-section .slide-content .animated-link svg {
    -webkit-transform: translateX(-0.1rem);
    transform: translateX(-0.1rem)
}

.cultural-aspects-section .big-slider {
    width: 100%;
    z-index: 0
}

    .cultural-aspects-section .big-slider .owl-item.active .slide-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .cultural-aspects-section .big-slider .owl-item.passed .slide-content {
        -webkit-transform: translateX(-3rem);
        transform: translateX(-3rem);
        opacity: 0
    }

    .cultural-aspects-section .big-slider .big-slide-item {
        height: 91.5rem;
        position: relative
    }

@media(max-width: 1440px) {
    .cultural-aspects-section .big-slider .big-slide-item {
        height: 75rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .big-slider .big-slide-item {
        height: 57.5rem
    }
}

.cultural-aspects-section .big-slider picture {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

    .cultural-aspects-section .big-slider picture img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.cultural-aspects-section .big-slider .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    bottom: 25rem
}

@media(max-width: 1440px) {
    .cultural-aspects-section .big-slider .owl-nav {
        bottom: 20rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .big-slider .owl-nav {
        display: none !important
    }
}

.ltr .cultural-aspects-section .big-slider .owl-nav {
    left: 10rem
}

.rtl .cultural-aspects-section .big-slider .owl-nav {
    right: 10rem
}

.cultural-aspects-section .big-slider .owl-nav button {
    cursor: pointer;
    opacity: .5;
    -webkit-transition: background-color .3s ease-out,opacity .3s ease-out;
    transition: background-color .3s ease-out,opacity .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 1281px) {
    .cultural-aspects-section .big-slider .owl-nav button:hover {
        background-color: transparent;
        opacity: 1
    }

        .cultural-aspects-section .big-slider .owl-nav button:hover span {
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
            opacity: 1
        }

        .cultural-aspects-section .big-slider .owl-nav button:hover img {
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
            opacity: 1
        }

    .rtl .cultural-aspects-section .big-slider .owl-nav button:hover img {
        -webkit-transform: translateX(0) rotate(180deg) !important;
        transform: translateX(0) rotate(180deg) !important
    }
}

@media(max-width: 1280px) {
    .cultural-aspects-section .big-slider .owl-nav button:hover {
        background-color: transparent;
        opacity: 1
    }
}

.cultural-aspects-section .big-slider .owl-nav button:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.ltr .cultural-aspects-section .big-slider .owl-nav button:first-child {
    margin-right: 15rem
}

.rtl .cultural-aspects-section .big-slider .owl-nav button:first-child {
    margin-left: 15rem
}

.cultural-aspects-section .big-slider .owl-nav button img {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

.cultural-aspects-section .big-slider .owl-nav button span {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: .14rem;
    color: rgba(255,255,255,.5);
    margin: 1.5rem;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

.rtl .cultural-aspects-section .big-slider .owl-nav button span {
    letter-spacing: unset !important
}

.ltr .cultural-aspects-section .big-slider .owl-nav button.owl-next span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .cultural-aspects-section .big-slider .owl-nav button.owl-next span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.ltr .cultural-aspects-section .big-slider .owl-nav button.owl-next img {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.rtl .cultural-aspects-section .big-slider .owl-nav button.owl-next img {
    -webkit-transform: translateX(1rem) rotate(180deg);
    transform: translateX(1rem) rotate(180deg)
}

.ltr .cultural-aspects-section .big-slider .owl-nav button.owl-prev span {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .cultural-aspects-section .big-slider .owl-nav button.owl-prev span {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

.ltr .cultural-aspects-section .big-slider .owl-nav button.owl-prev img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.rtl .cultural-aspects-section .big-slider .owl-nav button.owl-prev img {
    -webkit-transform: translateX(-1rem) rotate(180deg);
    transform: translateX(-1rem) rotate(180deg)
}

.cultural-aspects-section .big-slider .owl-nav button.disabled span {
    display: block
}

.cultural-aspects-section .thumb-slider {
    position: absolute;
    bottom: 5rem
}

@media(max-width: 1440px) {
    .cultural-aspects-section .thumb-slider {
        bottom: 4rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .thumb-slider {
        bottom: 2.5rem
    }
}

.ltr .cultural-aspects-section .thumb-slider {
    left: 10rem
}

@media(max-width: 1279px) {
    .ltr .cultural-aspects-section .thumb-slider {
        left: 6rem
    }
}

@media(max-width: 767px) {
    .ltr .cultural-aspects-section .thumb-slider {
        left: 2rem
    }
}

.rtl .cultural-aspects-section .thumb-slider {
    right: 10rem
}

@media(max-width: 1279px) {
    .rtl .cultural-aspects-section .thumb-slider {
        right: 6rem
    }
}

@media(max-width: 767px) {
    .rtl .cultural-aspects-section .thumb-slider {
        right: 2rem
    }
}

.cultural-aspects-section .thumb-slider .owl-stage-outer {
    overflow: visible
}

.cultural-aspects-section .thumb-slider .thumb-item {
    width: 25rem;
    height: 14.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    border-radius: 10px;
    color: #fff;
    padding: 2.6rem;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 105% !important
}

@media(max-width: 1440px) {
    .cultural-aspects-section .thumb-slider .thumb-item {
        height: 12.5rem;
        width: 22rem;
        padding: 2.3rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .thumb-slider .thumb-item {
        width: 18.2rem;
        height: 10.5rem;
        padding: 1.7rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .thumb-slider .thumb-item {
        width: 16rem;
        height: 9.1rem;
        padding: 1.3rem
    }
}

.cultural-aspects-section .thumb-slider .thumb-item .thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: bottom .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,transform .3s ease-in-out;
    transition: bottom .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    bottom: 0;
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    line-height: 2rem
}

@media(max-width: 1440px) {
    .cultural-aspects-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.3rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .cultural-aspects-section .thumb-slider .thumb-item .thumb-content {
        font-size: 1.1rem
    }
}

.cultural-aspects-section .thumb-slider .thumb-item .thumb-content img {
    width: .65rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.cultural-aspects-section .thumb-slider .thumb-item .thumb-content i {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem)
}

.ltr .cultural-aspects-section .thumb-slider .thumb-item .thumb-content i {
    margin-left: 2rem
}

.rtl .cultural-aspects-section .thumb-slider .thumb-item .thumb-content i {
    margin-right: 2rem
}

.cultural-aspects-section .thumb-slider .thumb-item .thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 2
}

.cultural-aspects-section .thumb-slider .thumb-item .thumb-overlay-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    opacity: 0
}

.cultural-aspects-section .thumb-slider .thumb-item.active {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
}

    .cultural-aspects-section .thumb-slider .thumb-item.active .thumb-content {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        bottom: 100%
    }

        .cultural-aspects-section .thumb-slider .thumb-item.active .thumb-content img {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .cultural-aspects-section .thumb-slider .thumb-item.active .thumb-overlay {
        opacity: 0
    }

    .cultural-aspects-section .thumb-slider .thumb-item.active .thumb-overlay-active {
        opacity: 1
    }

.cultural-aspects-section .slide-index {
    display: block !important;
    font-size: 1.6rem;
    line-height: 2.1rem;
    bottom: 33rem
}

@media(max-width: 1440px) {
    .cultural-aspects-section .slide-index {
        bottom: 28rem
    }
}

@media(max-width: 1279px) {
    .cultural-aspects-section .slide-index {
        display: none !important
    }
}

.ltr .cultural-aspects-section .slide-index {
    left: 26rem
}

.rtl .cultural-aspects-section .slide-index {
    left: unset;
    right: 26rem;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.giga-strategic-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .giga-strategic-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .giga-strategic-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .giga-strategic-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .giga-strategic-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .giga-strategic-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .giga-strategic-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .giga-strategic-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 22rem
    }
}

.rtl .giga-strategic-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.giga-projects-content-section {
    width: 100%;
    padding: 7rem 5.6rem 0 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1440px) {
    .giga-projects-content-section {
        padding: 6rem 5.6rem 12rem 5.6rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-content-section {
        padding: 5rem 3rem 10rem 3rem
    }
}

@media(max-width: 767px) {
    .giga-projects-content-section {
        padding: 4rem 3rem 8rem 3rem
    }
}

@media(max-width: 374px) {
    .giga-projects-content-section {
        padding: 3rem 2rem 6rem 2rem
    }
}

.giga-projects-content-section h2 {
    margin-bottom: 5.3rem;
    font-size: 3.6rem;
    color: #1f396c;
    width: 100%;
    text-align: center
}

@media(max-width: 1440px) {
    .giga-projects-content-section h2 {
        font-size: 3rem;
        margin-bottom: 5.3rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-content-section h2 {
        font-size: 2.2rem;
        margin-bottom: 4.5rem
    }
}

@media(max-width: 767px) {
    .giga-projects-content-section h2 {
        margin-bottom: 3.5rem
    }
}

.giga-projects-content-section .filter-container {
    max-width: 152rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -3rem
}

    .giga-projects-content-section .filter-container h3 {
        font-family: "Bukra Bold";
        font-size: 1.5rem;
        line-height: 1.9rem;
        letter-spacing: .12rem;
        color: #1f396c;
        margin-bottom: 2.7rem;
        text-align: center
    }

.rtl .giga-projects-content-section .filter-container h3 {
    letter-spacing: unset !important
}

.giga-projects-content-section .filter-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.4rem;
    max-width: 100%;
    overflow-x: auto;
    height: 8.2rem
}

@media(max-width: 1440px) {
    .giga-projects-content-section .filter-container ul {
        margin-bottom: 5.8rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-content-section .filter-container ul {
        margin-bottom: 5rem
    }
}

.ltr .giga-projects-content-section .filter-container li:not(:last-child) {
    margin-right: 3rem
}

@media(max-width: 1279px) {
    .ltr .giga-projects-content-section .filter-container li:not(:last-child) {
        margin-right: 2rem
    }
}

.rtl .giga-projects-content-section .filter-container li:not(:last-child) {
    margin-left: 3rem
}

@media(max-width: 1279px) {
    .rtl .giga-projects-content-section .filter-container li:not(:last-child) {
        margin-left: 2rem
    }
}

.giga-projects-content-section .filter-container li a {
    min-width: 20rem;
    height: 6.2rem;
    border: .2rem solid #94a1a9;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #94a1a9;
    -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,transform .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

@media(max-width: 1440px) {
    .giga-projects-content-section .filter-container li a {
        min-width: 18rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-content-section .filter-container li a {
        min-width: 16rem
    }
}

@media(max-width: 767px) {
    .giga-projects-content-section .filter-container li a {
        min-width: 14rem
    }
}

.rtl .giga-projects-content-section .filter-container li a {
    letter-spacing: unset !important
}

.giga-projects-content-section .filter-container li a.selected-filter {
    border-color: #1f396c;
    color: #1f396c;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem)
}

    .giga-projects-content-section .filter-container li a.selected-filter svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .giga-projects-content-section .filter-container li a.selected-filter path {
        stroke: #1f396c
    }

.giga-projects-content-section .filter-container li svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.ltr .giga-projects-content-section .filter-container li svg {
    margin-left: 1.5rem
}

.rtl .giga-projects-content-section .filter-container li svg {
    margin-right: 1.5rem
}

.giga-projects-content-section .filter-container li path {
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.giga-projects-content-section .filter-container .filter-options {
    max-width: 90rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem
}

@media(max-width: 1279px) {
    .giga-projects-content-section .filter-container .filter-options {
        margin-right: -1rem;
        margin-left: -1rem
    }
}

@media(max-width: 767px) {
    .giga-projects-content-section .filter-container .filter-options {
        margin-right: -0.5rem;
        margin-left: -0.5rem
    }
}

.giga-projects-content-section .filter-container .filter-options div {
    width: 100%
}

.giga-projects-content-section .filter-container .filter-options .filter-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.giga-projects-content-section .filter-container .filter-options a {
    background-color: #eaeaea;
    color: #94a1a9;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1.5rem 3rem;
    border-radius: 5rem;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
    margin: 0 1.5rem 2rem 1.5rem
}

@media(max-width: 1279px) {
    .giga-projects-content-section .filter-container .filter-options a {
        margin: 0 1rem 1.5rem 1rem
    }
}

@media(max-width: 767px) {
    .giga-projects-content-section .filter-container .filter-options a {
        margin: 0 .5rem 1rem .5rem
    }
}

.giga-projects-content-section .filter-container .filter-options a.selected-option {
    color: #fff;
    background-color: #1f396c
}

    .giga-projects-content-section .filter-container .filter-options a.selected-option svg {
        display: inline-block
    }

.giga-projects-content-section .filter-container .filter-options a svg {
    display: none
}

.ltr .giga-projects-content-section .filter-container .filter-options a svg {
    margin-right: 1.5rem
}

.rtl .giga-projects-content-section .filter-container .filter-options a svg {
    margin-left: 1.5rem
}

.giga-projects-content-section .giga-projects-content-inner {
    max-width: 152rem;
    width: 100%;
    margin: 0 -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1440px) {
    .giga-projects-content-section .giga-projects-content-inner {
        max-width: 117rem
    }
}

@media(max-width: 1279px) {
    .giga-projects-content-section .giga-projects-content-inner {
        max-width: 78rem
    }
}

.giga-projects-content-section .giga-projects-content-inner .box-wrapper {
    padding: 0 2rem 5rem 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media(max-width: 1440px) {
    .giga-projects-content-section .giga-projects-content-inner .box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

@media(max-width: 1279px) {
    .giga-projects-content-section .giga-projects-content-inner .box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width: 767px) {
    .giga-projects-content-section .giga-projects-content-inner .box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 2rem 0
    }
}

.giga-projects-content-section .giga-projects-content-inner .box {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    max-width: 35rem;
    width: 100%;
    min-height: 35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2.5rem;
    border-radius: 20px
}

.giga-projects-content-section .giga-projects-content-inner .box-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .giga-projects-content-section .giga-projects-content-inner .box-bottom h4 {
        max-width: calc(100% - 8rem);
        width: 100%;
        font-family: "Bukra Bold";
        font-size: 2rem;
        line-height: 3rem;
        color: #fff
    }

    .giga-projects-content-section .giga-projects-content-inner .box-bottom a {
        width: 6.2rem;
        height: 6.2rem;
        border: .2rem solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }

        .giga-projects-content-section .giga-projects-content-inner .box-bottom a:hover {
            background-color: #fff
        }

            .giga-projects-content-section .giga-projects-content-inner .box-bottom a:hover path {
                stroke: #24b4ba
            }

.rtl .giga-projects-content-section .giga-projects-content-inner .box-bottom a {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.giga-projects-content-section .giga-projects-content-inner .date {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-family: "Bukra Bold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ltr .giga-projects-content-section .giga-projects-content-inner .date {
    margin-right: 1rem
}

.rtl .giga-projects-content-section .giga-projects-content-inner .date {
    margin-left: 1rem
}

.giga-projects-content-section .giga-projects-content-inner path {
    stroke: #fff;
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.giga-projects-content-section .hidden-content-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: none
}

.giga-projects-content-section .hidden-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.giga-projects-content-section .show-more-btn-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.giga-projects-content-section .show-more-btn {
    width: 20rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3rem;
    background-color: #eaeaea;
    border-radius: 5rem;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .07rem;
    color: #94a1a9;
    margin: 7rem auto 0 auto
}

@media(max-width: 1440px) {
    .giga-projects-content-section .show-more-btn {
        margin: 6rem auto 0 auto
    }
}

@media(max-width: 1279px) {
    .giga-projects-content-section .show-more-btn {
        margin: 7rem auto 0 auto
    }
}

@media(max-width: 767px) {
    .giga-projects-content-section .show-more-btn {
        font-size: 1rem;
        padding: 0 2.5rem;
        width: 15rem;
        height: 4.8rem;
        margin: 3.7rem auto 0 auto
    }
}

.rtl .giga-projects-content-section .show-more-btn {
    letter-spacing: unset !important
}

.giga-projects-content-section .show-more-btn img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.giga-projects-content-section .show-more-btn strong {
    display: none
}

.giga-projects-content-section .show-more-btn.showing-more span {
    display: none
}

.giga-projects-content-section .show-more-btn.showing-more strong {
    display: block
}

.giga-projects-content-section .show-more-btn.showing-more img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.events-experiences-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .events-experiences-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .events-experiences-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .events-experiences-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .events-experiences-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .events-experiences-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .events-experiences-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .events-experiences-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 30rem
    }
}

.rtl .events-experiences-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.events-experiences-hero-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10rem
}

.ltr .events-experiences-hero-section li:not(:last-child) {
    margin-right: 3rem
}

@media(max-width: 1440px) {
    .ltr .events-experiences-hero-section li:not(:last-child) {
        margin-right: 2.5rem
    }
}

@media(max-width: 1279px) {
    .ltr .events-experiences-hero-section li:not(:last-child) {
        margin-right: 2rem
    }
}

@media(max-width: 767px) {
    .ltr .events-experiences-hero-section li:not(:last-child) {
        margin-right: 1rem
    }
}

.rtl .events-experiences-hero-section li:not(:last-child) {
    margin-left: 3rem
}

@media(max-width: 1440px) {
    .rtl .events-experiences-hero-section li:not(:last-child) {
        margin-left: 2.5rem
    }
}

@media(max-width: 1279px) {
    .rtl .events-experiences-hero-section li:not(:last-child) {
        margin-left: 2rem
    }
}

@media(max-width: 767px) {
    .rtl .events-experiences-hero-section li:not(:last-child) {
        margin-left: 1rem
    }
}

.events-experiences-hero-section a {
    min-width: 20rem;
    height: 8rem;
    color: #fff;
    font-family: "Bukra Bold";
    font-size: 2rem;
    padding: 0 6rem;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out
}

@media(max-width: 1440px) {
    .events-experiences-hero-section a {
        min-width: 18rem;
        height: 7rem;
        padding: 0 5rem;
        font-size: 1.8rem
    }
}

@media(max-width: 1279px) {
    .events-experiences-hero-section a {
        min-width: 16rem;
        height: 6rem;
        padding: 0 4rem;
        font-size: 1.6rem
    }
}

@media(max-width: 767px) {
    .events-experiences-hero-section a {
        min-width: 0;
        height: 5rem;
        padding: 0 3rem;
        font-size: 1.4rem
    }
}

.events-experiences-hero-section a.active {
    color: #1f396c;
    background-color: #fff
}

.events-experiences-content-section {
    width: 100%;
    padding: 7rem 5.6rem 14rem 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1440px) {
    .events-experiences-content-section {
        padding: 6rem 5.6rem 12rem 5.6rem
    }
}

@media(max-width: 1279px) {
    .events-experiences-content-section {
        padding: 5rem 3rem 10rem 3rem
    }
}

@media(max-width: 767px) {
    .events-experiences-content-section {
        padding: 4rem 3rem 8rem 3rem
    }
}

@media(max-width: 374px) {
    .events-experiences-content-section {
        padding: 3rem 2rem 6rem 2rem
    }
}

.events-experiences-content-section .filter-container {
    max-width: 152rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -3rem
}

    .events-experiences-content-section .filter-container h3 {
        font-family: "Bukra Bold";
        font-size: 1.5rem;
        line-height: 1.9rem;
        letter-spacing: .12rem;
        color: #1f396c;
        margin-bottom: 2.7rem;
        text-align: center
    }

.rtl .events-experiences-content-section .filter-container h3 {
    letter-spacing: unset !important
}

.events-experiences-content-section .filter-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.4rem;
    max-width: 100%;
    overflow-x: auto;
    height: 8.2rem
}

@media(max-width: 1440px) {
    .events-experiences-content-section .filter-container ul {
        margin-bottom: 5.8rem
    }
}

@media(max-width: 1279px) {
    .events-experiences-content-section .filter-container ul {
        margin-bottom: 5rem
    }
}

.ltr .events-experiences-content-section .filter-container li:not(:last-child) {
    margin-right: 3rem
}

@media(max-width: 1279px) {
    .ltr .events-experiences-content-section .filter-container li:not(:last-child) {
        margin-right: 2rem
    }
}

.rtl .events-experiences-content-section .filter-container li:not(:last-child) {
    margin-left: 3rem
}

@media(max-width: 1279px) {
    .rtl .events-experiences-content-section .filter-container li:not(:last-child) {
        margin-left: 2rem
    }
}

.events-experiences-content-section .filter-container li a {
    min-width: 20rem;
    height: 6.2rem;
    border: .2rem solid #94a1a9;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #94a1a9;
    -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,transform .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

@media(max-width: 1440px) {
    .events-experiences-content-section .filter-container li a {
        min-width: 18rem
    }
}

@media(max-width: 1279px) {
    .events-experiences-content-section .filter-container li a {
        min-width: 16rem
    }
}

@media(max-width: 767px) {
    .events-experiences-content-section .filter-container li a {
        min-width: 14rem
    }
}

.rtl .events-experiences-content-section .filter-container li a {
    letter-spacing: unset !important
}

.events-experiences-content-section .filter-container li a.selected-filter {
    border-color: #1f396c;
    color: #1f396c;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem)
}

    .events-experiences-content-section .filter-container li a.selected-filter svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .events-experiences-content-section .filter-container li a.selected-filter path {
        stroke: #1f396c
    }

.events-experiences-content-section .filter-container li svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.ltr .events-experiences-content-section .filter-container li svg {
    margin-left: 1.5rem
}

.rtl .events-experiences-content-section .filter-container li svg {
    margin-right: 1.5rem
}

.events-experiences-content-section .filter-container li path {
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.events-experiences-content-section .filter-container .filter-options {
    max-width: 90rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.2rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem
}

@media(max-width: 1279px) {
    .events-experiences-content-section .filter-container .filter-options {
        margin-right: -1rem;
        margin-left: -1rem
    }
}

@media(max-width: 767px) {
    .events-experiences-content-section .filter-container .filter-options {
        margin-right: -0.5rem;
        margin-left: -0.5rem
    }
}

.events-experiences-content-section .filter-container .filter-options div {
    display: none;
    width: 100%
}

.events-experiences-content-section .filter-container .filter-options .filter-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.events-experiences-content-section .filter-container .filter-options a {
    background-color: #eaeaea;
    color: #94a1a9;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1.5rem 3rem;
    border-radius: 5rem;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
    margin: 0 1.5rem 2rem 1.5rem
}

@media(max-width: 1279px) {
    .events-experiences-content-section .filter-container .filter-options a {
        margin: 0 1rem 1.5rem 1rem
    }
}

@media(max-width: 767px) {
    .events-experiences-content-section .filter-container .filter-options a {
        margin: 0 .5rem 1rem .5rem
    }
}

.events-experiences-content-section .filter-container .filter-options a.selected-option {
    color: #fff;
    background-color: #1f396c
}

    .events-experiences-content-section .filter-container .filter-options a.selected-option svg {
        display: inline-block
    }

.events-experiences-content-section .filter-container .filter-options a svg {
    display: none
}

.ltr .events-experiences-content-section .filter-container .filter-options a svg {
    margin-right: 1.5rem
}

.rtl .events-experiences-content-section .filter-container .filter-options a svg {
    margin-left: 1.5rem
}

.events-experiences-content-section .events-experiences-content-inner {
    max-width: 152rem;
    width: 100%;
    margin: 0 -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1440px) {
    .events-experiences-content-section .events-experiences-content-inner {
        max-width: 117rem
    }
}

@media(max-width: 1279px) {
    .events-experiences-content-section .events-experiences-content-inner {
        max-width: 78rem
    }
}

.events-experiences-content-section .events-experiences-content-inner .box-wrapper {
    padding: 0 2rem 5rem 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media(max-width: 1440px) {
    .events-experiences-content-section .events-experiences-content-inner .box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

@media(max-width: 1279px) {
    .events-experiences-content-section .events-experiences-content-inner .box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width: 767px) {
    .events-experiences-content-section .events-experiences-content-inner .box-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 2rem 0
    }
}

.events-experiences-content-section .events-experiences-content-inner .box {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    max-width: 35rem;
    width: 100%;
    min-height: 35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 3rem;
    border-radius: 20px
}

.events-experiences-content-section .events-experiences-content-inner h4 {
    max-width: 20.4rem;
    width: 100%;
    font-family: "Bukra Bold";
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 2.6rem
}

.events-experiences-content-section .events-experiences-content-inner .box-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .events-experiences-content-section .events-experiences-content-inner .box-bottom h5 {
        max-width: calc(100% - 8rem);
        width: 100%;
        font-family: "Bukra Bold";
        font-size: 2rem;
        line-height: 3rem;
        color: #fff
    }

    .events-experiences-content-section .events-experiences-content-inner .box-bottom a {
        width: 6.2rem;
        height: 6.2rem;
        border: .2rem solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }

        .events-experiences-content-section .events-experiences-content-inner .box-bottom a:hover {
            background-color: #fff
        }

            .events-experiences-content-section .events-experiences-content-inner .box-bottom a:hover path {
                stroke: #24b4ba
            }

.rtl .events-experiences-content-section .events-experiences-content-inner .box-bottom a {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.events-experiences-content-section .events-experiences-content-inner .date {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-family: "Bukra Bold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ltr .events-experiences-content-section .events-experiences-content-inner .date {
    margin-right: 1rem
}

.rtl .events-experiences-content-section .events-experiences-content-inner .date {
    margin-left: 1rem
}

.events-experiences-content-section .events-experiences-content-inner path {
    stroke: #fff;
    -webkit-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out
}

.events-experiences-content-section .hidden-content-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: none
}

.events-experiences-content-section .hidden-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.events-experiences-content-section .show-more-btn-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.events-experiences-content-section .show-more-btn {
    width: 20rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3rem;
    background-color: #eaeaea;
    border-radius: 5rem;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    letter-spacing: .07rem;
    color: #94a1a9;
    margin: 7rem auto 0 auto
}

@media(max-width: 1440px) {
    .events-experiences-content-section .show-more-btn {
        margin: 6rem auto 0 auto
    }
}

@media(max-width: 1279px) {
    .events-experiences-content-section .show-more-btn {
        margin: 7rem auto 0 auto
    }
}

@media(max-width: 767px) {
    .events-experiences-content-section .show-more-btn {
        font-size: 1rem;
        padding: 0 2.5rem;
        width: 15rem;
        height: 4.8rem;
        margin: 3.7rem auto 0 auto
    }
}

.rtl .events-experiences-content-section .show-more-btn {
    letter-spacing: unset !important
}

.events-experiences-content-section .show-more-btn img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.events-experiences-content-section .show-more-btn strong {
    display: none
}

.events-experiences-content-section .show-more-btn.showing-more span {
    display: none
}

.events-experiences-content-section .show-more-btn.showing-more strong {
    display: block
}

.events-experiences-content-section .show-more-btn.showing-more img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.body-history-heritage h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 7.5rem;
    color: #1f396c;
    text-align: center
}

@media(max-width: 1440px) {
    .body-history-heritage h2 {
        margin-bottom: 6rem
    }
}

@media(max-width: 1279px) {
    .body-history-heritage h2 {
        margin-bottom: 5rem;
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .body-history-heritage h2 {
        margin-bottom: 4.5rem;
        font-size: 2rem;
        line-height: 3rem
    }
}

.body-history-heritage .summary-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .body-history-heritage .summary-section h2 {
        margin-bottom: 0
    }

.body-history-heritage .section-6 h2 {
    color: #93a1a8
}

.body-history-heritage .section-6 .content-container {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

@media(max-width: 767px) {
    .body-history-heritage .section-6 .content-container {
        padding: 1.5rem 2rem !important
    }
}

.body-history-heritage .section-6 h3 {
    max-width: 44rem !important
}

.body-history-heritage .section-6 span {
    font-family: "Bukra Bold";
    font-size: 2rem;
    line-height: 1.2;
    color: #93a1a8;
    margin-top: 1.7rem
}

.body-history-heritage .section-6 p {
    max-width: 100% !important;
    margin-bottom: 0 !important
}

.history-heritage-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem
}

    .history-heritage-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .history-heritage-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .history-heritage-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .history-heritage-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .history-heritage-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .history-heritage-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .history-heritage-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 22rem
    }
}

.rtl .history-heritage-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.timeline-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9rem 5.6rem
}

@media(max-width: 1279px) {
    .timeline-section {
        padding: 7rem 5.6rem
    }
}

@media(max-width: 767px) {
    .timeline-section {
        padding: 7rem 3rem
    }
}

.timeline-section .timeline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 152rem;
    width: 100%
}

.timeline-section .timeline-item-wrapper {
    padding: 0 .5rem 10rem .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%
}

@media(max-width: 1440px) {
    .timeline-section .timeline-item-wrapper {
        padding: 0 .5rem 7.5rem .5rem
    }
}

@media(max-width: 1279px) {
    .timeline-section .timeline-item-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%;
        padding: 0 .5rem 5rem .5rem
    }
}

@media(max-width: 767px) {
    .timeline-section .timeline-item-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 .5rem 2rem .5rem
    }
}

@media(max-width: 374px) {
    .timeline-section .timeline-item-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

.timeline-section .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.timeline-section i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .timeline-section i::before {
        content: "";
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 50%;
        background-color: #25b4ba;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

@media(max-width: 1440px) {
    .timeline-section i::before {
        width: 2.4rem;
        height: 2.4rem
    }
}

@media(max-width: 1279px) {
    .timeline-section i::before {
        width: 2rem;
        height: 2rem
    }
}

@media(max-width: 767px) {
    .timeline-section i::before {
        width: 1.6rem;
        height: 1.6rem
    }
}

.ltr .timeline-section i::before {
    margin-right: .5rem
}

.rtl .timeline-section i::before {
    margin-left: .5rem
}

.timeline-section i::after {
    content: "";
    width: 100%;
    height: .2rem;
    background-color: #1f396c
}

.timeline-section strong {
    font-family: "Bukra Bold";
    font-size: 2.8rem;
    line-height: 2.9rem;
    color: #1f396c;
    margin-top: 1.5rem
}

@media(max-width: 1440px) {
    .timeline-section strong {
        font-size: 2.6rem
    }
}

@media(max-width: 1279px) {
    .timeline-section strong {
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .timeline-section strong {
        font-size: 1.8rem;
        margin-top: 1rem
    }
}

.timeline-section small {
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    line-height: 2.9rem;
    color: #1f396c
}

@media(max-width: 1440px) {
    .timeline-section small {
        font-size: 1.4rem
    }
}

@media(max-width: 1279px) {
    .timeline-section small {
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .timeline-section small {
        font-size: 1rem
    }
}

.timeline-section span {
    font-family: "Bukra Bold";
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
    color: #93a1a8;
    max-width: 90%
}

@media(max-width: 1440px) {
    .timeline-section span {
        font-size: 1.4rem
    }
}

@media(max-width: 1279px) {
    .timeline-section span {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-top: 1rem
    }
}

@media(max-width: 767px) {
    .timeline-section span {
        font-size: 1rem;
        line-height: 1.6rem;
        margin-top: .8rem
    }
}

.founder-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 5.6rem 14rem 5.6rem
}

@media(max-width: 1279px) {
    .founder-section {
        padding: 3rem 5.6rem 12rem 5.6rem
    }
}

@media(max-width: 767px) {
    .founder-section {
        padding: 2rem 3rem 10rem 3rem
    }
}

.founder-section .founder-container {
    max-width: 142rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .founder-section .founder-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.founder-section img {
    max-width: 100%
}

.founder-section .founder-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 767px) {
    .founder-section .founder-content {
        margin-left: 0 !important;
        margin-top: 2rem
    }
}

.ltr .founder-section .founder-content {
    margin-left: 13.5rem
}

@media(max-width: 1440px) {
    .ltr .founder-section .founder-content {
        margin-left: 7rem
    }
}

@media(max-width: 1279px) {
    .ltr .founder-section .founder-content {
        margin-left: 2.5rem
    }
}

.rtl .founder-section .founder-content {
    margin-right: 13.5rem
}

@media(max-width: 1440px) {
    .rtl .founder-section .founder-content {
        margin-right: 7rem
    }
}

@media(max-width: 1279px) {
    .rtl .founder-section .founder-content {
        margin-right: 2.5rem
    }
}

.founder-section h3 {
    font-family: "Bukra Bold";
    font-size: 8.4rem;
    line-height: 1.2;
    color: #24b4ba
}

@media(max-width: 1440px) {
    .founder-section h3 {
        font-size: 6.8rem
    }
}

@media(max-width: 1279px) {
    .founder-section h3 {
        font-size: 4.2rem
    }
}

@media(max-width: 767px) {
    .founder-section h3 {
        font-size: 3.6rem
    }
}

.founder-section strong {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 6rem;
    color: #1f396c;
    margin: 4.5rem 0 2.5rem 0
}

@media(max-width: 1440px) {
    .founder-section strong {
        font-size: 3.2rem;
        line-height: 5.3rem;
        margin: 4rem 0 2.5rem 0
    }
}

@media(max-width: 1279px) {
    .founder-section strong {
        font-size: 2.2rem;
        line-height: 3.6rem;
        margin: 2rem 0
    }
}

@media(max-width: 767px) {
    .founder-section strong {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin: 3rem 0 1.5rem 0
    }
}

.founder-section small {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #b4bdc1
}

@media(max-width: 1279px) {
    .founder-section small {
        font-size: 1.1rem;
        line-height: 1.8rem
    }
}

@media(max-width: 767px) {
    .founder-section small {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

.journey-saudi-arabia-section {
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6rem 5.6rem 16rem 5.6rem
}

@media(max-width: 1279px) {
    .journey-saudi-arabia-section {
        padding: 6rem 5.6rem 6rem 5.6rem
    }
}

@media(max-width: 767px) {
    .journey-saudi-arabia-section {
        padding: 5rem 3rem
    }
}

.journey-saudi-arabia-section h2 {
    margin-bottom: 5rem
}

@media(max-width: 1279px) {
    .journey-saudi-arabia-section h2 {
        margin-bottom: 3.5rem
    }
}

@media(max-width: 767px) {
    .journey-saudi-arabia-section h2 {
        margin-bottom: 2rem
    }
}

.journey-saudi-arabia-section p {
    font-family: "Bukra Regular";
    font-size: 1.8rem;
    line-height: 3rem;
    color: #93a1a8;
    margin-bottom: 10rem;
    text-align: center
}

@media(max-width: 1440px) {
    .journey-saudi-arabia-section p {
        margin-bottom: 7.5rem
    }
}

@media(max-width: 1279px) {
    .journey-saudi-arabia-section p {
        margin-bottom: 5rem
    }
}

@media(max-width: 767px) {
    .journey-saudi-arabia-section p {
        font-size: 1.6rem;
        line-height: 2.6rem
    }
}

.journey-saudi-arabia-section .journey-saudi-arabia-container {
    max-width: 152rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.journey-saudi-arabia-section .journey-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

    .journey-saudi-arabia-section .journey-row:not(:last-child) {
        border-bottom: .1rem solid rgba(147,161,168,.3)
    }

    .journey-saudi-arabia-section .journey-row:last-child .journey-item-wrapper {
        border-bottom: none
    }

.journey-saudi-arabia-section .journey-item-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media(max-width: 767px) {
    .journey-saudi-arabia-section .journey-item-wrapper {
        border-bottom: .1rem solid rgba(147,161,168,.3);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 2.5rem 1rem !important
    }
}

@media(max-width: 767px) {
    .journey-saudi-arabia-section .journey-item-wrapper:first-child {
        border-right: none !important;
        border-left: none !important
    }
}

.ltr .journey-saudi-arabia-section .journey-item-wrapper:first-child {
    border-right: .1rem solid rgba(147,161,168,.3);
    padding: 5rem 9rem 5rem 2.5rem !important
}

@media(max-width: 1440px) {
    .ltr .journey-saudi-arabia-section .journey-item-wrapper:first-child {
        padding: 5rem 5rem 5rem 0 !important
    }
}

@media(max-width: 1279px) {
    .ltr .journey-saudi-arabia-section .journey-item-wrapper:first-child {
        padding: 4rem 4rem 3.5rem 1rem !important
    }
}

.rtl .journey-saudi-arabia-section .journey-item-wrapper:first-child {
    border-left: .1rem solid rgba(147,161,168,.3);
    padding: 5rem 2.5rem 5rem 9rem !important
}

@media(max-width: 1440px) {
    .rtl .journey-saudi-arabia-section .journey-item-wrapper:first-child {
        padding: 5rem 0 5rem 5rem !important
    }
}

@media(max-width: 1279px) {
    .rtl .journey-saudi-arabia-section .journey-item-wrapper:first-child {
        padding: 4rem 1rem 3.5rem 4rem !important
    }
}

.ltr .journey-saudi-arabia-section .journey-item-wrapper:last-child {
    padding: 5rem 2.5rem 5rem 9rem
}

@media(max-width: 1440px) {
    .ltr .journey-saudi-arabia-section .journey-item-wrapper:last-child {
        padding: 5rem 0rem 5rem 5rem
    }
}

@media(max-width: 1279px) {
    .ltr .journey-saudi-arabia-section .journey-item-wrapper:last-child {
        padding: 4rem 1rem 3.5rem 4rem
    }
}

.rtl .journey-saudi-arabia-section .journey-item-wrapper:last-child {
    padding: 5rem 9rem 5rem 2.5rem
}

@media(max-width: 1440px) {
    .rtl .journey-saudi-arabia-section .journey-item-wrapper:last-child {
        padding: 5rem 5rem 5rem 0rem
    }
}

@media(max-width: 1279px) {
    .rtl .journey-saudi-arabia-section .journey-item-wrapper:last-child {
        padding: 4rem 4rem 3.5rem 1rem
    }
}

.journey-saudi-arabia-section .journey-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1279px) {
    .journey-saudi-arabia-section .journey-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.journey-saudi-arabia-section time, .journey-saudi-arabia-section span {
    font-size: 2.2rem;
    line-height: 3.6rem
}

@media(max-width: 1440px) {
    .journey-saudi-arabia-section time, .journey-saudi-arabia-section span {
        font-size: 2rem
    }
}

@media(max-width: 1279px) {
    .journey-saudi-arabia-section time, .journey-saudi-arabia-section span {
        font-size: 1.8rem;
        line-height: 2.8rem
    }
}

@media(max-width: 767px) {
    .journey-saudi-arabia-section time, .journey-saudi-arabia-section span {
        font-size: 1.6rem;
        line-height: 2.6rem
    }
}

.journey-saudi-arabia-section time {
    font-family: "Bukra Bold";
    color: #25b4ba
}

.journey-saudi-arabia-section span {
    font-family: "Bukra Regular";
    color: #7f8689;
    max-width: 37.5rem;
    width: 100%
}

@media(max-width: 1440px) {
    .journey-saudi-arabia-section span {
        max-width: 33.5rem
    }
}

@media(max-width: 1279px) {
    .journey-saudi-arabia-section span {
        max-width: 27.5rem;
        margin: 1.5rem 0 0 0 !important
    }
}

@media(max-width: 767px) {
    .journey-saudi-arabia-section span {
        margin-top: 1rem
    }
}

.ltr .journey-saudi-arabia-section span {
    margin-left: 2rem
}

.rtl .journey-saudi-arabia-section span {
    margin-right: 2rem
}

.body-multimedia h2 {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 7.5rem;
    color: #1f396c;
    text-align: center
}

@media(max-width: 1440px) {
    .body-multimedia h2 {
        margin-bottom: 6rem
    }
}

@media(max-width: 1279px) {
    .body-multimedia h2 {
        margin-bottom: 5rem;
        font-size: 2.2rem
    }
}

@media(max-width: 767px) {
    .body-multimedia h2 {
        margin-bottom: 4.5rem;
        font-size: 2rem;
        line-height: 3rem
    }
}

.multimedia-section h2 {
    margin: 5rem 0 4rem 0
}

.multimedia-section .tab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.multimedia-section .multimedia-tabs {
    padding: 8rem 5.6rem;
    width: 100%
}

@media(max-width: 1439px) {
    .multimedia-section .multimedia-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 90rem;
        padding: 4rem 5.6rem
    }
}

@media(max-width: 767px) {
    .multimedia-section .multimedia-tabs {
        max-width: 100%;
        padding: 4rem 3rem
    }
}

.multimedia-section .multimedia-tabs .multimedia-tab-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1439px) {
    .multimedia-section .multimedia-tabs .multimedia-tab-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width: 767px) {
    .multimedia-section .multimedia-tabs .multimedia-tab-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: auto;
        min-height: 20rem;
        padding: 0 2rem
    }
}

.multimedia-section .multimedia-tabs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .3rem solid rgba(147,161,168,.3);
    border-radius: 50%;
    width: 25rem;
    height: 25rem;
    font-family: "Bukra Bold";
    font-size: 4rem;
    color: #c4c4c4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,color .3s ease-in-out;
    transition: transform .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    position: relative
}

@media(max-width: 1919px) {
    .multimedia-section .multimedia-tabs a {
        width: 20rem;
        height: 20rem;
        font-size: 3.2rem
    }
}

@media(max-width: 1439px) {
    .multimedia-section .multimedia-tabs a {
        font-size: 2.7rem
    }
}

@media(max-width: 1439px) {
    .multimedia-section .multimedia-tabs a {
        width: 17rem;
        height: 17rem
    }
}

.multimedia-section .multimedia-tabs a:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    color: #fff
}

    .multimedia-section .multimedia-tabs a:hover img {
        opacity: 1
    }

.ltr .multimedia-section .multimedia-tabs a:not(:last-child) {
    margin-right: 6rem
}

@media(max-width: 1919px) {
    .ltr .multimedia-section .multimedia-tabs a:not(:last-child) {
        margin-right: 5rem
    }
}

@media(max-width: 1439px) {
    .ltr .multimedia-section .multimedia-tabs a:not(:last-child) {
        margin: 0 2rem 3rem 2rem
    }
}

@media(max-width: 767px) {
    .ltr .multimedia-section .multimedia-tabs a:not(:last-child) {
        margin: 0 4rem 0 0
    }
}

.rtl .multimedia-section .multimedia-tabs a:not(:last-child) {
    margin-left: 6rem
}

@media(max-width: 1919px) {
    .rtl .multimedia-section .multimedia-tabs a:not(:last-child) {
        margin-left: 5rem
    }
}

@media(max-width: 1439px) {
    .rtl .multimedia-section .multimedia-tabs a:not(:last-child) {
        margin: 0 2rem 3rem 2rem
    }
}

@media(max-width: 767px) {
    .rtl .multimedia-section .multimedia-tabs a:not(:last-child) {
        margin: 0 0 0 4rem
    }
}

.multimedia-section .multimedia-tabs a img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.multimedia-section .multimedia-tabs a.active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    color: #fff
}

    .multimedia-section .multimedia-tabs a.active img {
        opacity: 1
    }

.multimedia-section p {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 8rem;
    color: #93a1a8;
    width: 100%;
    text-align: center;
    padding: 0 5.6rem;
    z-index: 1
}

@media(max-width: 1919px) {
    .multimedia-section p {
        margin-bottom: 8rem
    }
}

@media(max-width: 1439px) {
    .multimedia-section p {
        line-height: 2rem;
        margin-bottom: 4rem
    }
}

@media(max-width: 767px) {
    .multimedia-section p {
        margin-bottom: 5rem;
        line-height: 2.2rem;
        padding: 0 3rem
    }
}

.multimedia-section .multimedia-container {
    background-color: #f2f2f2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.6rem
}

@media(max-width: 767px) {
    .multimedia-section .multimedia-container {
        padding: 0 3rem
    }
}

.multimedia-section .multimedia-container .multimedia-icon {
    margin-top: -5.9rem
}

@media(max-width: 1439px) {
    .multimedia-section .multimedia-container .multimedia-icon {
        max-width: 17rem;
        width: 100%;
        margin-top: -4.8rem
    }
}

@media(max-width: 767px) {
    .multimedia-section .multimedia-container .multimedia-icon {
        max-width: 14.5rem;
        margin-top: -4rem
    }
}

.multimedia-section .tab-container {
    width: 100%
}

.multimedia-section .multimedia-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.multimedia-section .filter-kind {
    width: 22rem;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3rem;
    border: .2rem solid #94a1a9;
    border-radius: 50px;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .07rem;
    color: #94a1a9;
    margin-bottom: 3rem
}

@media(max-width: 767px) {
    .multimedia-section .filter-kind {
        margin-bottom: 2rem
    }
}

.rtl .multimedia-section .filter-kind {
    letter-spacing: unset !important
}

.multimedia-section .filter-kind.filter-opened img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.multimedia-section .filter-kind img {
    margin-top: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.multimedia-section .multimedia-filter-container {
    display: none
}

.multimedia-section .multimedia-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3rem;
    width: 100%
}

@media(max-width: 767px) {
    .multimedia-section .multimedia-filter {
        padding-bottom: 2rem
    }
}

.multimedia-section .multimedia-filter a {
    background-color: #fff;
    color: #94a1a9;
    font-family: "Bukra Bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1.5rem 3rem;
    border-radius: 5rem;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
    margin: 0 1.5rem 2rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1279px) {
    .multimedia-section .multimedia-filter a {
        margin: 0 1rem 1.5rem 1rem
    }
}

@media(max-width: 767px) {
    .multimedia-section .multimedia-filter a {
        margin: 0 .5rem 1rem .5rem
    }
}

.multimedia-section .multimedia-filter a.selected-option {
    color: #fff;
    background-color: #1f396c
}

    .multimedia-section .multimedia-filter a.selected-option svg {
        display: inline-block
    }

.multimedia-section .multimedia-filter a svg {
    display: none
}

.ltr .multimedia-section .multimedia-filter a svg {
    margin-right: 1.5rem
}

.rtl .multimedia-section .multimedia-filter a svg {
    margin-left: 1.5rem
}

.multimedia-section .tab-detail {
    width: 100%;
    display: none
}

    .multimedia-section .tab-detail.active-tab {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.multimedia-section .multimedia-grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 142rem
}

.multimedia-section .multimedia-item img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px
}

.multimedia-section .multimedia-item figcaption {
    display: none
}

.body-energy-sustainability .post-container {
    padding: 12rem 6rem 8rem 6rem
}

@media(max-width: 1279px) {
    .body-energy-sustainability .post-container {
        padding: 12rem 6rem 8rem 6rem
    }
}

@media(max-width: 767px) {
    .body-energy-sustainability .post-container {
        padding: 4rem 2rem 4rem 2rem
    }
}

.body-energy-sustainability .post-container ul {
    padding-left: 1rem;
    padding-right: 1rem
}

    .body-energy-sustainability .post-container ul li {
        list-style: decimal
    }

.body-economy-business .post-container {
    padding: 12rem 6rem 8rem 6rem
}

@media(max-width: 1279px) {
    .body-economy-business .post-container {
        padding: 12rem 6rem 8rem 6rem
    }
}

@media(max-width: 767px) {
    .body-economy-business .post-container {
        padding: 4rem 2rem 4rem 2rem
    }
}

.body-economy-business .post-container ul {
    padding-left: 1rem;
    padding-right: 1rem
}

    .body-economy-business .post-container ul li {
        list-style: decimal
    }

.economy-business-hero-section {
    height: 70vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3rem
}

    .economy-business-hero-section picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .economy-business-hero-section picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .economy-business-hero-section .hero-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10rem
    }

        .economy-business-hero-section .hero-content h1 {
            font-family: "Bukra Bold";
            font-size: 8.4rem;
            line-height: 11rem;
            color: #fff;
            margin-top: 1.4rem;
            text-align: center
        }

@media(max-width: 1440px) {
    .economy-business-hero-section .hero-content h1 {
        font-size: 6.4rem;
        margin-top: 2.5rem
    }
}

@media(max-width: 1279px) {
    .economy-business-hero-section .hero-content h1 {
        font-size: 5.6rem;
        line-height: 6.8rem;
        letter-spacing: -0.14rem;
        max-width: 50rem
    }
}

@media(max-width: 767px) {
    .economy-business-hero-section .hero-content h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        margin-top: 2.2rem;
        max-width: 22rem
    }
}

.rtl .economy-business-hero-section .hero-content h1 {
    letter-spacing: unset !important
}

.body-sustainability .sustainability-hero-section {
    height: 100vh;
    background-color: #71b446
}

.body-sustainability .hero-section-nav {
    position: absolute;
    bottom: 8.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 30rem;
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1279px) {
    .body-sustainability .hero-section-nav {
        width: 26.8rem;
        height: 5.9rem;
        bottom: 6rem
    }
}

@media(max-width: 767px) {
    .body-sustainability .hero-section-nav {
        width: 24.8rem;
        bottom: 3.2rem
    }
}

.body-sustainability .swiper-nav::before, .body-sustainability .swiper-nav::after {
    display: none
}

.body-sustainability .swiper-nav img {
    height: 8rem
}

@media(max-width: 1279px) {
    .body-sustainability .swiper-nav img {
        height: 6rem
    }
}

@media(max-width: 767px) {
    .body-sustainability .swiper-nav img {
        height: 4.8rem
    }
}

.body-sustainability .slide-index {
    position: absolute;
    font-size: 1.6rem;
    line-height: 2.1rem;
    display: block;
    bottom: unset
}

@media(max-width: 1279px) {
    .body-sustainability .slide-index {
        font-size: 1.4rem;
        line-height: 1.9rem
    }
}

.ltr .body-sustainability .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .body-sustainability .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.body-sustainability .slide-item {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

    .body-sustainability .slide-item picture {
        width: 100%;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0
    }

        .body-sustainability .slide-item picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .body-sustainability .slide-item .slide-item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        width: 100%;
        padding: 0 2rem
    }

    .body-sustainability .slide-item h2 {
        font-family: "Bukra Bold";
        font-size: 12rem;
        line-height: 12.8rem;
        color: #fff;
        margin-bottom: 3.5rem;
        text-align: center
    }

@media(max-width: 1279px) {
    .body-sustainability .slide-item h2 {
        font-size: 7.2rem;
        line-height: 8.6rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 767px) {
    .body-sustainability .slide-item h2 {
        font-size: 4rem;
        line-height: 4.8rem
    }
}

.body-sustainability .slide-item p {
    font-family: "Bukra Bold";
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #fff;
    margin-bottom: 5rem;
    text-align: center
}

@media(max-width: 1279px) {
    .body-sustainability .slide-item p {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 2rem
    }
}

@media(max-width: 767px) {
    .body-sustainability .slide-item p {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

.body-sustainability .slide-item .play-video {
    font-family: "Bukra Bold";
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #fff;
    width: 14rem;
    height: 6rem;
    padding: 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 30rem;
    margin-bottom: 4rem
}

@media(max-width: 1279px) {
    .body-sustainability .slide-item .play-video {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 3rem
    }
}

@media(max-width: 767px) {
    .body-sustainability .slide-item .play-video {
        display: none
    }
}

.rtl .body-sustainability .slide-item .play-video img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.body-sustainability .slide-item .watch-stream {
    font-family: "Bukra Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: .07rem;
    color: #fff;
    border-radius: 30rem;
    border: .2rem solid #fff;
    width: 22rem;
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4rem
}

@media(max-width: 1279px) {
    .body-sustainability .slide-item .watch-stream {
        width: 18rem;
        height: 7.5rem;
        font-size: 1.2rem
    }
}

@media(max-width: 767px) {
    .body-sustainability .slide-item .watch-stream {
        display: none
    }
}

.body-sustainability .summary-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .body-sustainability .summary-section .summary-content {
        padding-top: 0
    }

    .body-sustainability .summary-section h2 {
        font-size: 3.6rem;
        line-height: 1.25;
        font-family: "Bukra Bold";
        color: #71b446;
        margin-bottom: 6rem;
        text-align: center;
        padding: 0 2.5rem
    }

@media(max-width: 767px) {
    .body-sustainability .summary-section h2 {
        font-size: 2.2rem;
        line-height: 1.5;
        margin-bottom: 3rem
    }
}

.body-sustainability .img-section {
    height: 84.8rem
}

@media(max-width: 768px) {
    .body-sustainability .img-section {
        height: 55rem
    }
}

@media(max-width: 375px) {
    .body-sustainability .img-section {
        height: 42rem
    }
}

.body-sustainability .img-section picture {
    width: 100%;
    height: 100%
}

.body-sustainability .img-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.body-sustainability .text-with-bg-section {
    position: relative;
    min-height: 84.3rem;
    padding: 8rem 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 768px) {
    .body-sustainability .text-with-bg-section {
        min-height: 55rem
    }
}

@media(max-width: 375px) {
    .body-sustainability .text-with-bg-section {
        min-height: auto;
        padding: 8rem 1.6rem
    }
}

.body-sustainability .text-with-bg-section .background {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1
}

.body-sustainability .text-with-bg-section p {
    font-family: "Bukra Bold";
    font-size: 3.6rem;
    line-height: 5.6rem;
    color: #fff;
    text-align: center;
    max-width: 124rem;
    width: 100%
}

@media(max-width: 768px) {
    .body-sustainability .text-with-bg-section p {
        font-size: 2.2rem;
        line-height: 3.6rem
    }
}
/*!
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
/*!
 * Bootstrap Reboot 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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
/*!
 * Bootstrap 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)
 */
