.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 416px) {
    .container {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .container {
        max-width:100%
    }
}

@media (min-width: 1026px) {
    .container {
        max-width:100%
    }
}

@media (min-width: 1440px) {
    .container {
        max-width:100%
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.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: 416px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.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 {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.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: 1026px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.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: 1440px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.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%
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 416px) {
    .flex-sm-row {
        flex-direction:row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1026px) {
    .flex-lg-row {
        flex-direction:row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xl-row {
        flex-direction:row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.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: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 416px) {
    .d-sm-none {
        display:none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1026px) {
    .d-lg-none {
        display:none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xl-none {
        display:none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 416px) {
    .text-sm-left {
        text-align:left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1026px) {
    .text-lg-left {
        text-align:left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .text-xl-left {
        text-align:left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 600 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.iframe-wrap iframe,.img-bg-cover.background-behind,.lazy-hero-cover.background-behind,.loading-page .circle-wrap .circle-item,.module-banner-hero .image-wrap img,.module-banner-hero .image-wrap video,.module-take-the-quiz .bg-wrap,.module-scenarios .list .item .image-wrap img,.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .img-wrap img,.module-items-3-cols .item-wrap .image-wrap img,.module-items-3-cols .item-wrap .image-wrap video,.module-become-partner .bg-wrap,.module-partner-gallery-group .image-wrap .text-wrap,.news-image-wrap video,.module-news-list .list .news-image-wrap img,.module-map-embed .map-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.module-coming-soon,.module-coming-soon .logo-wrap,header .col-12,header .bottom .nav-wrap ul,footer .small-text .bottom .social-list ul,footer .small-text .bottom .social-list ul li .icon-wrap,.loading-page,.loading-page .logo-wrap,.get-phone-cta,.module-take-the-quiz .question-list .item .ans-list,.module-take-the-quiz .question-list .item .ans-list .ans-item .icon-wrap,.quiz-popup,.module-items-3-cols .title-wrap,.module-items-3-cols .item-wrap .text-wrap .top,.module-solution-feature .solution-feature-navs .item,.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .text-wrap,.module-partner-gallery-group .image-wrap .text-wrap,.news-text-wrap .top,.news-detail-top-module .top .info-wrap,.module-support-search .box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.iframe-wrap {
    position: relative
}

.iframe-wrap:before {
    content: '';
    display: block;
    padding-top: calc(9/16 * 100%)
}

.iframe-wrap iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 10
}

[class*='icon-'] {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.icon-close {
    vertical-align: top;
    width: 50px;
    height: 50px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.icon-close:before,.icon-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff
}

.icon-close:before {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.icon-close:after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

@media (max-width: 1025.98px) {
    .icon-close {
        width:25px;
        height: 25px
    }
}

.cookiebar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FF4D00;
    color: #fff;
    z-index: 5000;
    padding: 10px 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.cookiebar.open {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s 2.4s;
    -moz-transition: all .4s 2.4s;
    transition: all .4s 2.4s
}

.cookiebar p,.cookiebar .btn-cta {
    display: inline-block;
    vertical-align: middle
}

.cookiebar p {
    font-size: 12px;
    margin: 0;
    max-width: calc(100% - 150px)
}

.cookiebar .btn-cta {
    font-size: 12px;
    border: none;
    color: #3A4868
}

@media (max-width: 415.98px) {
    .cookiebar p {
        max-width:100%
    }

    .cookiebar .btn-cta {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .cookiebar .btn-cta {
        margin-left:15px
    }
}

button {
    border: 0;
    text-align: left
}

input,textarea {
    border: 0;
    border-radius: 0
}

input:not([type=button]):focus,textarea:not([type=button]):focus {
    border-color: #f60 !important
}

@media (max-width: 1025.98px) {
    input,textarea {
        -webkit-appearance:none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none
    }
}

.cta {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 12px;
    padding: 11px 16px;
    color: #fff;
    background-color: #f60;
    border-radius: 4px;
    font-weight: 800;
    min-width: 180px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.cta:hover,.cta:focus {
    background-color: #252E42;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.cta span {
    text-shadow: 0 0 5px rgba(0,0,0,0.3)
}

@media (max-width: 1025.98px) {
    .cta {
        font-size:12px;
        min-width: 90px
    }
}

.title-orange {
    color: #f60;
    margin-bottom: 20px
}

.pattern {
    width: calc((100vw - 120px) * 5/12);
    pointer-events: none;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.pattern.blue {
    background-color: #E8F4FF;
    border-radius: 0 100% 0 0
}

.pattern.orange {
    background-color: #FFEDE5;
    border-radius: 0 0 0 100%
}

.pattern:before {
    content: '';
    display: block;
    padding-top: 100%
}

@media (max-width: 1025.98px) {
    .pattern {
        width:100vh
    }
}

@media (min-width: 1440px) {
    .pattern:before {
        padding-top:80%
    }
}

.img-bg-cover,.lazy-hero-cover {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    max-height: none;
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.img-bg-cover.loading,.img-bg-cover.loaded,.lazy-hero-cover.loading,.lazy-hero-cover.loaded {
    opacity: 1
}

.lazy-img {
    opacity: 1;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.lazy-img.loading,.lazy-img.loaded {
    opacity: 1
}

.json-wrap {
    position: relative
}

.json-wrap img.loaded-json {
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.json-wrap img.loaded-json+.svg-wrap {
    opacity: 1
}

.json-wrap .svg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.load-hidden.show-your-self {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0s !important
}

.nf-form-wrap .nf-response-msg {
    color: #f60
}

.nf-form-wrap .nf-response-msg p {
    margin-bottom: 0;
    font-weight: 500
}

.nf-form-wrap .nf-form-content {
    padding: 0 !important
}

.nf-form-wrap .nf-form-content * {
    font-size: 15px !important;
    font-family: "Montserrat",sans-serif !important;
    box-shadow: none !important;
    outline: none !important
}

.nf-form-wrap .nf-form-content #ninja_forms_required_items,.nf-form-wrap .nf-form-content .nf-field-container {
    margin-bottom: 10px
}

.nf-form-wrap .nf-form-content .submit-container {
    margin-top: 20px
}

.nf-form-wrap .nf-form-content input:not([type=button]):focus {
    border: solid 1px #f60 !important
}

.nf-form-wrap .nf-form-content button,.nf-form-wrap .nf-form-content input[type=button],.nf-form-wrap .nf-form-content input[type=submit] {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
    width: 200px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.nf-form-wrap .nf-form-content button:hover,.nf-form-wrap .nf-form-content input[type=button]:hover,.nf-form-wrap .nf-form-content input[type=submit]:hover {
    background-color: #252E42;
    color: #fff
}

@media (max-width: 1025.98px) {
    .nf-form-wrap .nf-form-content * {
        font-size:14px !important
    }

    .nf-form-wrap .nf-form-content .textbox-container .nf-field-element *,.nf-form-wrap .nf-form-content .email-container .nf-field-element *,.nf-form-wrap .nf-form-content .textarea-container .nf-field-element * {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none
    }
}

.nf-form-title,.nf-form-fields-required,.nf-before-form-content,.nf-field-label,.nf-field-element:after,.nf-form-hp {
    display: none !important
}

.nf-error .nf-error-msg,.nf-error-msg,.ninja-forms-req-symbol {
    font-size: 10px !important;
    color: #f60 !important;
    font-weight: bold
}

.module-coming-soon {
    text-align: center;
    margin-top: 40px;
    background-color: #FAFAFA;
    min-height: 50vh;
    justify-content: center
}

.module-coming-soon h2 {
    margin-bottom: 0
}

.module-coming-soon .logo-wrap {
    justify-content: center;
    margin-top: 40px
}

.module-coming-soon .logo-wrap .item {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: moveUp 0.4s infinite alternate;
    -moz-animation: moveUp 0.4s infinite alternate;
    animation: moveUp 0.4s infinite alternate
}

.module-coming-soon .logo-wrap .item:last-of-type {
    margin-left: -8px
}

.module-coming-soon .logo-wrap .item:nth-of-type(1) {
    animation-delay: 0.1s
}

.module-coming-soon .logo-wrap .item:nth-of-type(2) {
    animation-delay: 0.2s
}

.module-coming-soon .logo-wrap .item:nth-of-type(3) {
    animation-delay: 0.3s
}

.module-coming-soon .logo-wrap .item:nth-of-type(4) {
    animation-delay: 0.4s
}

@media (max-width: 415.98px) {
    .module-coming-soon h2 {
        font-size:20px
    }
}

.module-basic-text.no-banner-hero {
    padding-top: 120px !important
}

@media (max-width: 1025.98px) {
    .module-basic-text.no-banner-hero {
        padding-top:60px !important
    }
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 60px;
}

.swiper-button-prev,.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after,.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.page {
    background-color: #fff
}

.page:not(.page-home) .loading-page {
    -webkit-animation: loadingHide 0.8s 0.8s forwards;
    -moz-animation: loadingHide 0.8s 0.8s forwards;
    animation: loadingHide 0.8s 0.8s forwards
}

.page:not(.page-home) .loading-page .circle-wrap .circle-item {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}

.page:not(.page-home) .loading-page .logo-wrap {
    -webkit-animation: logoBlur 0.8s 0.8s forwards;
    -moz-animation: logoBlur 0.8s 0.8s forwards;
    animation: logoBlur 0.8s 0.8s forwards
}

@media (max-width: 1025.98px) {
    .page:not(.page-home) .loading-page .logo-wrap {
        -webkit-animation:logoBlurMobile 0.8s 0.8s forwards;
        -moz-animation: logoBlurMobile 0.8s 0.8s forwards;
        animation: logoBlurMobile 0.8s 0.8s forwards
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #fff;
    z-index: 1000000000000000;
    max-width: 1920px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

header.move-up {
    -webkit-transform: translateX(0) translateY(-35px);
    -moz-transform: translateX(0) translateY(-35px);
    -ms-transform: translateX(0) translateY(-35px);
    -o-transform: translateX(0) translateY(-35px);
    transform: translateX(0) translateY(-35px);
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}

header.move-up .bottom .logo-wrap {
    -webkit-transform: scale(0.75) translateX(-20px);
    -moz-transform: scale(0.75) translateX(-20px);
    -ms-transform: scale(0.75) translateX(-20px);
    -o-transform: scale(0.75) translateX(-20px);
    transform: scale(0.75) translateX(-20px)
}

header a {
    color: #414D65
}

header .top {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: solid 1px rgba(37,46,66,0.1)
}

header .top .cta-call {
    padding-right: 20px;
    border-right: solid 1px rgba(37,46,66,0.1);
    margin-right: 15px
}

header .top .cta-call span {
    font-weight: 600;
    color: #f60;
    margin-left: 5px
}

header .top .lang-switch {
    position: relative
}

header .top .lang-switch ul {
    z-index: 2;
    display: flex;
    align-items: center
}

header .top .lang-switch ul li.active a,header .top .lang-switch ul li.wpml-ls-current-language a {
    color: #f60
}

header .top .lang-switch ul li ~ li:before {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #414D65
}

header .top .lang-switch ul li a {
    color: #414D65;
    cursor: pointer;
    text-transform: uppercase
}

header .top .lang-switch ul li a:hover {
    color: #f60
}

header .top .search-wrap {
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer
}

header .top .search-wrap.active input {
    width: 200px
}

header .top .search-wrap form {
    display: flex;
    align-items: center;
    width: 100%
}

header .top .search-wrap img {
    height: 15px;
    margin-right: 10px
}

header .top .search-wrap input {
    width: 0;
    background-color: transparent;
    border: none;
    color: #3A4868;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

header .top .search-wrap input::placeholder {
    color: #3A4868;
    font-size: 14px;
    line-height: 22px
}

header .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(37,46,66,0.1)
}

header .bottom .logo-wrap {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

header .bottom .logo-wrap a {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    width: 132px
}

header .bottom .logo-wrap img {
    display: inline-block;
    vertical-align: middle;
    height: 32px
}

header .bottom .tagline {
    font-size: 14px;
    color: #f60;
    line-height: 10px;
    height: 10px;
    margin-top: 10px;
    letter-spacing: 1px;
    align-self: flex-end;
    white-space: nowrap;
    font-weight: 500
}

header .bottom .nav-wrap {
    margin-left: auto;
    margin-right: 0
}

header .bottom .nav-wrap ul {
    font-size: 15px;
    line-height: 20px
}

header .bottom .nav-wrap ul li {
    position: relative
}

header .bottom .nav-wrap ul li.menu-item-has-children {
    padding-right: 25px
}

header .bottom .nav-wrap ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 5px #f60;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .bottom .nav-wrap ul li.li-desktop-hide {
    display: none
}

header .bottom .nav-wrap ul li:hover ul {
    opacity: 1;
    pointer-events: auto
}

header .bottom .nav-wrap ul li ~ li {
    margin-left: 24px
}

header .bottom .nav-wrap ul li ul {
    position: absolute;
    top: calc(100% + 1px);
    left: -20px;
    width: 300px;
    padding-top: 10px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

header .bottom .nav-wrap ul li ul li {
    width: 100%;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

header .bottom .nav-wrap ul li ul li:last-of-type {
    border-radius: 0 0 10px 10px
}

header .bottom .nav-wrap ul li ul li:hover {
    background-color: #f8f9fa
}

header .bottom .nav-wrap ul li ul li ~ li {
    margin-left: 0
}

header .bottom .nav-wrap ul li ul li a {
    font-size: 14px
}

header .bottom .nav-wrap ul li ul li a:after {
    display: none
}

header .bottom .nav-wrap ul li.active a {
    color: #f60
}

header .bottom .nav-wrap ul li.active a:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

header .bottom .nav-wrap ul li.active a:before {
    display: none
}

header .bottom .nav-wrap ul li.active a:after {
    background-color: #f60
}

header .bottom .nav-wrap ul li.active ul li.active a {
    color: #f60
}

header .bottom .nav-wrap ul li.active ul li a {
    color: #414D65
}

header .bottom .nav-wrap ul li.cta {
    padding: 0;
    min-width: 0
}

header .bottom .nav-wrap ul li.cta a {
    color: #fff !important;
    padding: 11px 18px;
    font-size: 12px;
    min-width: 0;
    font-weight: 600
}

header .bottom .nav-wrap ul li.cta a:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

header .bottom .nav-wrap ul li.cta a:after,header .bottom .nav-wrap ul li.cta a:before {
    display: none
}

header .bottom .nav-wrap ul li a {
    display: block;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

header .bottom .nav-wrap ul li a:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

header .bottom .nav-wrap ul li a:hover:before {
    width: 20px
}

header .bottom .nav-wrap ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #252E42;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

header .bottom .nav-wrap ul li a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

header .menu-btn,header .contact-cta-mobile {
    display: none
}

@media (max-width: 1025.98px) {
    header.move-up {
        -webkit-transform:none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    header.move-up .bottom .logo-wrap {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7)
    }

    header.opened .menu-btn span {
        background-color: #fff
    }

    header.opened .bottom .nav-wrap {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    header.opened .bottom .nav-wrap ul.child-opened {
        padding-bottom: 200px
    }

    header.opened .bottom .nav-wrap ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    header.opened .bottom .nav-wrap ul li:nth-of-type(1) {
        transition-delay: 0.5s
    }

    header.opened .bottom .nav-wrap ul li:nth-of-type(2) {
        transition-delay: 0.55s
    }

    header.opened .bottom .nav-wrap ul li:nth-of-type(3) {
        transition-delay: 0.6s
    }

    header.opened .bottom .nav-wrap ul li:nth-of-type(4) {
        transition-delay: 0.65s
    }

    header.opened .bottom .nav-wrap ul li:nth-of-type(5) {
        transition-delay: 0.7s
    }

    header.opened .bottom .nav-wrap ul li:nth-of-type(6) {
        transition-delay: 0.75s
    }

    header.opened .bottom .nav-wrap ul li:nth-of-type(7) {
        transition-delay: 0.8s
    }

    header.opened .top {
        pointer-events: auto;
        opacity: 1;
        transition-delay: .4s
    }

    header.opened .top .cta-call {
        opacity: 1;
        transition-delay: 0.45s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    header.opened .top .lang-switch {
        opacity: 1;
        transition-delay: 0.8s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    header.opened .top .search-wrap {
        pointer-events: auto;
        opacity: 1;
        transition-delay: 0.4s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    header.opened .menu-btn span:nth-of-type(1) {
        margin-left: 30px;
        -webkit-transform: rotate(-45deg) translateX(-50%);
        -moz-transform: rotate(-45deg) translateX(-50%);
        -ms-transform: rotate(-45deg) translateX(-50%);
        -o-transform: rotate(-45deg) translateX(-50%);
        transform: rotate(-45deg) translateX(-50%)
    }

    header.opened .menu-btn span:nth-of-type(3) {
        margin-left: 30px;
        -webkit-transform: rotate(45deg) translateX(-50%);
        -moz-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
        -o-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%)
    }

    header.opened .menu-btn span:nth-of-type(2) {
        opacity: 0
    }

    header .contact-cta-mobile {
        display: block;
        margin-left: auto
    }

    header .menu-btn {
        display: block;
        width: 64px;
        height: 63px;
        padding-top: 20px;
        padding-bottom: 21px;
        padding-right: 20px;
        margin: -10px -20px -10px 12px
    }

    header .menu-btn span {
        display: block;
        width: 24px;
        height: 3px;
        border-radius: 10px;
        background-color: #252E42;
        margin-left: auto;
        margin-right: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .menu-btn span ~ span {
        margin-top: 6px
    }

    header .menu-btn span:nth-of-type(2) {
        width: 16px
    }

    header .top {
        position: fixed;
        top: 63px;
        left: 0;
        width: 100%;
        border: none;
        z-index: 100;
        background-color: #2C374F;
        padding: 20px 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .top .lang-switch {
        position: fixed
    }

    header .top .cta-call {
        width: 100%;
        padding: 0;
        border: none;
        opacity: 0;
        color: #fff;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .top .lang-switch {
        bottom: 20px;
        right: 20px;
        opacity: 0;
        padding: 5px 10px;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.1);
        z-index: 100;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .top .lang-switch ul li a {
        color: #fff
    }

    header .top .lang-switch:after {
        border-top-color: #f60 !important
    }

    header .top .search-wrap {
        width: 100%;
        margin: 0 auto 20px;
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    header .top .search-wrap.active input {
        width: 100%;
        border-color: #f60
    }

    header .top .search-wrap form {
        position: relative
    }

    header .top .search-wrap img {
        position: absolute;
        top: 13px;
        left: 20px
    }

    header .top .search-wrap input {
        width: 100%;
        padding-left: 45px;
        padding-right: 10px;
        line-height: 40px;
        height: 40px;
        border: solid 1px rgba(255,255,255,0.1);
        border-radius: 5px;
        color: #fff;
        -webkit-appearance: none;
        appearance: none
    }

    header .top .search-wrap input::placeholder {
        color: #fff
    }

    header .bottom .logo-wrap,header .bottom .contact-cta-mobile,header .bottom .menu-btn {
        position: relative;
        z-index: 100
    }

    header .bottom .logo-wrap {
        margin-left: -20px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7)
    }

    header .bottom .tagline {
        width: 100%
    }

    header .bottom .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-top: 185px;
        padding-bottom: 0;
        background-color: #252E42;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .bottom .nav-wrap ul {
        font-size: 14px;
        padding-top: 0;
        max-height: calc(100vh - 267px);
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .bottom .nav-wrap ul li {
        width: 100%;
        margin-top: 10px;
        opacity: 0;
        padding: 0 20px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .bottom .nav-wrap ul li a {
        font-size: 14px
    }

    header .bottom .nav-wrap ul li>a {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .bottom .nav-wrap ul li.menu-item-has-children {
        margin-right: 0
    }

    header .bottom .nav-wrap ul li.menu-item-has-children:after {
        display: none
    }

    header .bottom .nav-wrap ul li.menu-item-has-children.opened {
        background-color: rgba(0,0,0,0.25)
    }

    header .bottom .nav-wrap ul li.menu-item-has-children.opened a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    header .bottom .nav-wrap ul li.menu-item-has-children.opened .sub-menu-btn {
        top: 5px
    }

    header .bottom .nav-wrap ul li.menu-item-has-children.opened ul {
        max-height: 100vh;
        padding-bottom: 10px
    }

    header .bottom .nav-wrap ul li.menu-item-has-children.opened ul li a {
        padding-top: 5px;
        padding-bottom: 5px
    }

    header .bottom .nav-wrap ul li.menu-item-has-children.opened .sub-menu-btn:after {
        border-top: none;
        border-bottom: solid 7px #fff
    }

    header .bottom .nav-wrap ul li.menu-item-has-children .sub-menu-btn {
        position: absolute;
        top: 0;
        right: 10px;
        width: calc(100vw - 30px);
        height: 30px;
        border-radius: 5px
    }

    header .bottom .nav-wrap ul li.menu-item-has-children .sub-menu-btn:after {
        content: '';
        position: absolute;
        z-index: 100;
        top: 11.5px;
        right: 25px;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
        border-top: solid 5px #fff
    }

    header .bottom .nav-wrap ul li.active ul li a {
        color: #B7C1D6
    }

    header .bottom .nav-wrap ul li.li-desktop-hide {
        display: block
    }

    header .bottom .nav-wrap ul li ul {
        opacity: 1;
        position: relative;
        left: 0;
        width: calc(100% + 40px);
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(0,0,0,0.05);
        max-height: 0;
        overflow: hidden;
        margin: 0 -20px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    header .bottom .nav-wrap ul li ul li {
        position: relative;
        background-color: transparent !important;
        padding-left: 35px
    }

    header .bottom .nav-wrap ul li ul li:before {
        content: '';
        position: absolute;
        top: 13.5px;
        left: 15px;
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: #fff
    }

    header .bottom .nav-wrap ul li ul li a {
        color: #B7C1D6;
        text-align: left
    }

    header .bottom .nav-wrap ul li ul li a:hover {
        color: #f60
    }

    header .bottom .nav-wrap ul li ~ li {
        margin-left: 0
    }

    header .bottom .nav-wrap ul li.cta {
        display: none !important
    }

    header .bottom .nav-wrap ul li a {
        color: #B7C1D6
    }

    header .bottom .nav-wrap ul li a:after {
        display: none
    }
}

@media screen and (min-width: 1919px) {
    header {
        left:50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    header.move-up {
        -webkit-transform: translateX(-50%) translateY(-35px);
        -moz-transform: translateX(-50%) translateY(-35px);
        -ms-transform: translateX(-50%) translateY(-35px);
        -o-transform: translateX(-50%) translateY(-35px);
        transform: translateX(-50%) translateY(-35px)
    }
}

footer {
    padding-top: 40px;
    background-color: #fff
}

footer .logo-wrap {
    display: block;
    margin-bottom: 10px
}

footer .logo-wrap img {
    display: inline-block;
    vertical-align: top;
    height: 18px
}

footer .small-text {
    margin-bottom: auto
}

footer .small-text .top a {
    color: #3A4868
}

footer .small-text p {
    margin-bottom: 5px
}

footer .small-text p strong {
    color: #414D65;
    text-transform: uppercase
}

footer .small-text .bottom .social-list ul li ~ li {
    margin-left: 12px
}

footer .small-text .bottom .social-list ul li a {
    display: block;
    color: #3A4868
}

footer .small-text .bottom .social-list ul li a:hover .icon-wrap {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15)
}

footer .small-text .bottom .social-list ul li .icon-wrap {
    justify-content: center;
    width: 32px;
    height: 32px;
    border: solid 1px rgba(208,214,229,0.5);
    border-radius: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

footer .small-text .bottom .social-list ul li .icon-wrap img {
    max-height: 16px;
    max-width: 16px
}

footer .break-line {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 1px;
    background-color: #f60;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: auto
}

footer h2.h4 {
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat",sans-serif !important;
    text-transform: uppercase;
    color: #414D65;
    margin-bottom: 10px
}

footer h2.h4 ~ nav ul li:first-of-type {
    font-weight: normal !important;
    text-transform: initial !important
}

footer .cta.brochure-cta {
    background-color: #252E42;
    margin-top: 10px
}

footer .col-12,footer .col-6 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column
}

footer .col-6 {
    padding-top: 38px
}

footer .footer-nav {
    justify-self: flex-start;
    width: 100%;
    margin-bottom: 15px
}

footer .footer-nav ul li ~ li {
    margin-top: 5px
}

footer .footer-nav ul li:first-of-type {
    font-weight: bold;
    text-transform: uppercase
}

footer .footer-nav ul li a {
    font-size: 14px;
    line-height: 22px
}

footer .footer-nav ul li a:hover {
    color: #f60
}

footer .download-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

footer .download-list li {
    width: 100%;
    height: 40px;
    margin-bottom: 10px
}

footer .download-list li a img {
    height: 40px
}

footer .copyright {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-top: solid 1px rgba(65,77,101,0.1)
}

footer .power-by-wrap {
    margin-top: 10px
}

footer .power-by-wrap img {
    height: 40px;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1025.98px) {
    footer {
        padding-top:40px
    }

    footer .power-by-wrap {
        margin-bottom: 10px
    }

    footer .logo-wrap {
        margin-bottom: 0
    }

    footer .small-text .top {
        margin-bottom: 10px
    }

    footer .small-text p {
        margin-bottom: 0
    }

    footer .small-text .bottom {
        margin-bottom: 20px
    }

    footer .small-text .bottom p {
        display: none;
        margin-bottom: 10px
    }

    footer .cta {
        white-space: nowrap;
        width: 100%
    }

    footer h2.h4 {
        width: 100%;
        font-size: 12px;
        margin-bottom: 5px
    }

    footer .break-line {
        margin-bottom: 10px
    }

    footer .col-6 {
        padding-top: 20px
    }

    footer .footer-nav {
        margin-bottom: 10px
    }

    footer .footer-nav ul li:first-of-type a {
        font-size: 12px
    }

    footer .footer-nav ul li ~ li {
        margin-top: 2.5px
    }

    footer .download-list li ~ li {
        margin-left: 10px;
        margin-top: 0
    }

    footer .copyright {
        font-size: 10px
    }
}

@media (max-width: 1025.98px) {
    footer .cta {
        width:100%
    }

    footer .cta+.cta {
        margin-top: 10px
    }

    footer .download-list {
        flex-wrap: wrap
    }

    footer .download-list li {
        margin-bottom: 0
    }

    footer .download-list li ~ li {
        margin-top: 10px;
        margin-left: 0
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(10px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes logoBlur {
    0% {
        opacity: 1;
        -webkit-transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes logoBlur {
    0% {
        opacity: 1;
        -moz-transform: scale(1)
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes logoBlur {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes logoBlurMobile {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes logoBlurMobile {
    0% {
        opacity: 1;
        -moz-transform: scale(0.5)
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1)
    }
}

@keyframes logoBlurMobile {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes loadingHide {
    0% {
        opacity: 1;
        background-color: #fff
    }

    100% {
        opacity: 0;
        background-color: #1e90ff
    }
}

@-moz-keyframes loadingHide {
    0% {
        opacity: 1;
        background-color: #fff
    }

    100% {
        opacity: 0;
        background-color: #1e90ff
    }
}

@keyframes loadingHide {
    0% {
        opacity: 1;
        background-color: #fff
    }

    100% {
        opacity: 0;
        background-color: #1e90ff
    }
}

@-webkit-keyframes circleZoom01 {
    0%,80%,100% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }
}

@-moz-keyframes circleZoom01 {
    0%,80%,100% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }
}

@keyframes circleZoom01 {
    0%,80%,100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes circleZoom02 {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    80%,100% {
        opacity: 0;
        -webkit-transform: scale(10)
    }
}

@-moz-keyframes circleZoom02 {
    0% {
        -moz-transform: scale(1);
        opacity: 1
    }

    80%,100% {
        opacity: 0;
        -moz-transform: scale(10)
    }
}

@keyframes circleZoom02 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80%,100% {
        opacity: 0;
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -ms-transform: scale(10);
        -o-transform: scale(10);
        transform: scale(10)
    }
}

.loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    justify-content: center;
    pointer-events: none;
    -webkit-animation: loadingHide 1.2s 1.2s forwards;
    -moz-animation: loadingHide 1.2s 1.2s forwards;
    animation: loadingHide 1.2s 1.2s forwards
}

.loading-page .circle-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10vw;
    height: 10vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading-page .circle-wrap .circle-item {
    background-color: #f60;
    border-radius: 100%
}

.loading-page .circle-wrap .circle-item:nth-of-type(1) {
    -webkit-animation: circleZoom01 2s ease-in-out infinite;
    -moz-animation: circleZoom01 2s ease-in-out infinite;
    animation: circleZoom01 2s ease-in-out infinite
}

.loading-page .circle-wrap .circle-item:nth-of-type(2) {
    -webkit-animation: circleZoom02 2s 0.2s ease-in-out infinite;
    -moz-animation: circleZoom02 2s 0.2s ease-in-out infinite;
    animation: circleZoom02 2s 0.2s ease-in-out infinite
}

.loading-page .circle-wrap .circle-item:nth-of-type(3) {
    -webkit-animation: circleZoom02 2s 0.4s ease-in-out infinite;
    -moz-animation: circleZoom02 2s 0.4s ease-in-out infinite;
    animation: circleZoom02 2s 0.4s ease-in-out infinite
}

.loading-page .logo-wrap {
    position: relative;
    color: #fff;
    filter: blur(0);
    opacity: 1;
    z-index: 2;
    -webkit-animation: logoBlur 0.8s 0.8s forwards;
    -moz-animation: logoBlur 0.8s 0.8s forwards;
    animation: logoBlur 0.8s 0.8s forwards;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.loading-page .logo-wrap .item {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: moveUp 0.4s infinite alternate;
    -moz-animation: moveUp 0.4s infinite alternate;
    animation: moveUp 0.4s infinite alternate
}

.loading-page .logo-wrap .item:last-of-type {
    margin-left: -8px
}

.loading-page .logo-wrap .item:nth-of-type(1) {
    animation-delay: 0.1s
}

.loading-page .logo-wrap .item:nth-of-type(2) {
    animation-delay: 0.2s
}

.loading-page .logo-wrap .item:nth-of-type(3) {
    animation-delay: 0.3s
}

.loading-page .logo-wrap .item:nth-of-type(4) {
    animation-delay: 0.4s
}

@media (max-width: 1025.98px) {
    .loading-page .circle-wrap {
        width:20vw;
        height: 20vw
    }

    .loading-page .logo-wrap {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-animation: logoBlurMobile 0.8s 0.8s forwards;
        -moz-animation: logoBlurMobile 0.8s 0.8s forwards;
        animation: logoBlurMobile 0.8s 0.8s forwards
    }
}

.get-phone-cta-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 40px;
    width: 500px;
    border-radius: 20px 0 0 0;
    z-index: 1000000000000000;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.get-phone-cta-wrap.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
}

.get-phone-cta-wrap .close-form-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.get-phone-cta-wrap .icon-close {
    width: 15px;
    height: 15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.get-phone-cta-wrap .icon-close:hover {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.get-phone-cta-wrap .icon-close:before,.get-phone-cta-wrap .icon-close:after {
    background-color: #252E42
}

.get-phone-cta-wrap #ninja_forms_required_items,.get-phone-cta-wrap .nf-field-container {
    margin-bottom: 0
}

.get-phone-cta-wrap .nf-form-content .list-select-wrap .nf-field-element>div,.get-phone-cta-wrap .nf-form-content input:not([type=button]),.get-phone-cta-wrap .nf-form-content textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 16px;
    background-color: #fff;
    border: solid 1px #eee;
    border-radius: 4px;
    margin-bottom: 6px
}

.get-phone-cta-wrap .nf-form-content button,.get-phone-cta-wrap .nf-form-content input[type=button],.get-phone-cta-wrap .nf-form-content input[type=submit] {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.get-phone-cta-wrap .nf-form-content button:hover,.get-phone-cta-wrap .nf-form-content input[type=button]:hover,.get-phone-cta-wrap .nf-form-content input[type=submit]:hover {
    background-color: #252E42;
    color: #fff
}

@media (max-width: 1025.98px) {
    .get-phone-cta-wrap .nf-form-content {
        margin-top:10px
    }

    .get-phone-cta-wrap .nf-form-content button,.get-phone-cta-wrap .nf-form-content input[type=button],.get-phone-cta-wrap .nf-form-content input[type=submit] {
        width: 100%;
        text-align: center;
        background-color: transparent !important
    }

    .get-phone-cta-wrap .nf-form-content .list-select-wrap .nf-field-element>div,.get-phone-cta-wrap .nf-form-content input:not([type=button]),.get-phone-cta-wrap .nf-form-content textarea {
        border: solid 1px rgba(65,77,101,0.2);
        box-shadow: none;
        outline: none
    }

    .get-phone-cta-wrap .submit-wrap {
        position: relative
    }

    .get-phone-cta-wrap .submit-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f60;
        border-radius: 8px
    }

    .get-phone-cta-wrap .submit-wrap .ninja-forms-field {
        position: relative;
        z-index: 2;
        background-color: transparent !important;
        background-image: none
    }
}

@media (max-width: 767.98px) {
    .get-phone-cta-wrap {
        width:100%;
        padding: 40px 20px;
        border-radius: 0
    }
}

@-webkit-keyframes phoneCTA {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-2px)
    }
}

@-moz-keyframes phoneCTA {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(-2px)
    }
}

@keyframes phoneCTA {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

.get-phone-cta {
    position: fixed;
    bottom: 100px;
    right: 23px;
    width: 60px;
    height: 60px;
    justify-content: center;
    background-color: #f60;
    border-radius: 100%;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-animation: phoneCTA .4s infinite alternate;
    -moz-animation: phoneCTA .4s infinite alternate;
    animation: phoneCTA .4s infinite alternate
}

.get-phone-cta:hover {
    background-color: #252E42
}

.get-phone-cta img {
    height: 30px
}

@media (max-width: 767.98px) {
    .get-phone-cta {
        bottom:23px;
        right: 100px
    }
}

.page:not(.page-home) .module-banner-hero .text-wrap .text-box h1,.page:not(.page-home) .module-banner-hero .text-wrap .text-box .cta {
    text-align: left;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.page:not(.page-home) .module-banner-hero .text-wrap .text-box .cta {
    text-align: center
}

.page:not(.page-home) .module-banner-hero .text-wrap .text-box h1 {
    color: #fff
}

@media (max-width: 1025.98px) {
    .page:not(.page-home) .module-banner-hero .image-wrap {
        padding-top:0
    }

    .page:not(.page-home) .module-banner-hero .image-wrap img {
        position: relative;
        height: 50vw
    }

    .page:not(.page-home) .module-banner-hero .text-wrap .text-box h1 {
        color: #252E42
    }
}

@media (max-width: 415.98px) {
    .page:not(.page-home) .module-banner-hero .image-wrap img {
        height:100vw
    }
}

.page-home .module-image-static {
    z-index: 2
}

@media (max-width: 1025.98px) {
    .page-home .module-banner-hero .image-wrap {
        padding-top:50vw
    }
}

@media (max-width: 415.98px) {
    .page-home .module-banner-hero .image-wrap {
        padding-top:100vw
    }

    .page-home .module-banner-hero .image-wrap img {
        object-position: 15% 50%
    }
}

@media (min-width: 1026px) {
    .page-home .module-banner-hero .text-wrap .text-box h1 {
        white-space:nowrap
    }
}

.page-home .module-solution-interactive.security .point.pos-1 {
    top: 10%;
    left: 15%
}

.page-home .module-solution-interactive.security .point.pos-2 {
    top: 10%;
    left: 26%
}

.page-home .module-solution-interactive.security .point.pos-3 {
    top: 10%;
    left: 40%
}

.page-home .module-solution-interactive.security .point.pos-4 {
    top: 10%;
    left: 74%
}

.page-home .module-solution-interactive.security .point.pos-5 {
    top: 40%;
    left: 28%
}

.page-home .module-solution-interactive.security .point.pos-6 {
    top: 40%;
    left: 53%
}

.page-home .module-solution-interactive.security .point.pos-7 {
    top: 73%;
    left: 30%
}

.page-home .module-solution-interactive.security .point.pos-8 {
    top: 73%;
    left: 56%
}

.page-home .module-solution-interactive.security .point.pos-9 {
    top: 73%;
    left: 68%
}

.page-home .module-solution-interactive.security .point.pos-10 {
    top: 73%;
    left: 82%
}

.module-banner-hero {
    overflow: hidden
}

.module-banner-hero.not-padding {
    padding-top: 108px;
    padding-bottom: 0;
    margin-bottom: 40px
}

.module-banner-hero.has-shadow-desktop .text-wrap {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.25), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,0.25), rgba(0,0,0,0))
}

.module-banner-hero.text-top .text-wrap {
    align-items: flex-start
}

.module-banner-hero.text-center .text-wrap {
    align-items: center
}

.module-banner-hero.text-bottom .text-wrap {
    align-items: flex-end
}

.module-banner-hero .image-wrap {
    position: relative;
    overflow: hidden;
    padding-top: calc(650/1440 * 100%)
}

.module-banner-hero .image-wrap img {
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.module-banner-hero .image-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.module-banner-hero .text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    text-align: left
}

.module-banner-hero .text-wrap .container {
    position: relative;
    z-index: 2
}

.module-banner-hero .text-wrap .text-box h1,.module-banner-hero .text-wrap .text-box .cta {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-banner-hero .text-wrap .text-box h1 {
    color: #414D65;
    margin-bottom: 0;
    transition-delay: 0.2s;
    text-align: center
}

.module-banner-hero .text-wrap .text-box h1 span {
    color: #f60
}

.module-banner-hero .text-wrap .text-box a.cta {
    margin-top: 32px;
    transition-delay: 0.4s
}

.module-banner-hero .swiper-wrapper .swiper-slide.swiper-slide-active .text-wrap .text-box h1,.module-banner-hero .swiper-wrapper .swiper-slide.swiper-slide-active .text-wrap .text-box .cta {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.module-banner-hero .swiper-pagination {
    text-align: right;
    padding: 0 60px
}

.module-banner-hero .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background-color: #f60
}

@-webkit-keyframes scrollDownJump {
    0% {
        -webkit-transform: translateX(-50%) translateY(0) rotate(45deg)
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(10px) rotate(45deg)
    }
}

@-moz-keyframes scrollDownJump {
    0% {
        -moz-transform: translateX(-50%) translateY(0) rotate(45deg)
    }

    100% {
        -moz-transform: translateX(-50%) translateY(10px) rotate(45deg)
    }
}

@keyframes scrollDownJump {
    0% {
        -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
        -o-transform: translateX(-50%) translateY(0) rotate(45deg);
        transform: translateX(-50%) translateY(0) rotate(45deg)
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(10px) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(10px) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(10px) rotate(45deg);
        -o-transform: translateX(-50%) translateY(10px) rotate(45deg);
        transform: translateX(-50%) translateY(10px) rotate(45deg)
    }
}

.module-banner-hero .scroll-down-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 40px;
    height: 40px;
    z-index: 100;
    border-right: solid 2px #252E42;
    border-bottom: solid 2px #252E42;
    cursor: pointer;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-animation: scrollDownJump .8s infinite alternate;
    -moz-animation: scrollDownJump .8s infinite alternate;
    animation: scrollDownJump .8s infinite alternate
}

@media (max-width: 1025.98px) {
    .module-banner-hero.not-padding {
        padding-top:73px;
        margin-bottom: 25px
    }

    .module-banner-hero.has-shadow-desktop .text-wrap {
        background-image: none !important
    }

    .module-banner-hero .swiper-wrapper .swiper-slide {
        opacity: 0 !important
    }

    .module-banner-hero .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1 !important
    }

    .module-banner-hero .image-wrap {
        padding-top: calc(4/3 * 100%)
    }

    .module-banner-hero .text-wrap {
        position: relative;
        align-items: flex-end;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .module-banner-hero .text-wrap .text-box h1,.module-banner-hero .text-wrap .text-box h2 {
        text-align: left;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .module-banner-hero .text-wrap .text-box a.cta {
        margin-top: 12px
    }

    .module-banner-hero .swiper-pagination {
        padding: 0 20px
    }

    .module-banner-hero .scroll-down-btn {
        bottom: 20px;
        width: 20px;
        height: 20px
    }
}

@-webkit-keyframes itemFly {
    0%,100% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(0, -4px)
    }

    40% {
        transform: translate(-2px, 0)
    }

    60% {
        transform: translate(2px, -2px)
    }

    80% {
        transform: translate(-2px, 2px)
    }
}

@-moz-keyframes itemFly {
    0%,100% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(0, -4px)
    }

    40% {
        transform: translate(-2px, 0)
    }

    60% {
        transform: translate(2px, -2px)
    }

    80% {
        transform: translate(-2px, 2px)
    }
}

@keyframes itemFly {
    0%,100% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(0, -4px)
    }

    40% {
        transform: translate(-2px, 0)
    }

    60% {
        transform: translate(2px, -2px)
    }

    80% {
        transform: translate(-2px, 2px)
    }
}

@-webkit-keyframes itemFlyColor {
    0%,100%,80% {
    }

    40%,60% {
    }
}

@-moz-keyframes itemFlyColor {
    0%,100%,80% {
    }

    40%,60% {
    }
}

@keyframes itemFlyColor {
    0%,100%,80% {
    }

    40%,60% {
    }
}

@-webkit-keyframes itemFly2 {
    0%,100% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(2px, 2px)
    }

    40% {
        transform: translate(-2px, 0)
    }

    60% {
        transform: translate(0, -2px)
    }

    80% {
        transform: translate(2px, 2px)
    }
}

@-moz-keyframes itemFly2 {
    0%,100% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(2px, 2px)
    }

    40% {
        transform: translate(-2px, 0)
    }

    60% {
        transform: translate(0, -2px)
    }

    80% {
        transform: translate(2px, 2px)
    }
}

@keyframes itemFly2 {
    0%,100% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(2px, 2px)
    }

    40% {
        transform: translate(-2px, 0)
    }

    60% {
        transform: translate(0, -2px)
    }

    80% {
        transform: translate(2px, 2px)
    }
}

.module-home-introduction {
    margin-top: 100px
}

.module-home-introduction.motivation .image-wrap {
    -webkit-animation: itemFly2 10s infinite alternate;
    -moz-animation: itemFly2 10s infinite alternate;
    animation: itemFly2 10s infinite alternate
}

.module-home-introduction.motivation .image-wrap .solutions-circle:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item {
    opacity: 1;
    transform: translate(0, 0) !important
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item .img-wrap {
    -webkit-animation: itemFly 10s infinite alternate;
    -moz-animation: itemFly 10s infinite alternate;
    animation: itemFly 10s infinite alternate
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item .img-wrap:before {
    -webkit-animation: itemFlyColor 10s infinite alternate;
    -moz-animation: itemFlyColor 10s infinite alternate;
    animation: itemFlyColor 10s infinite alternate
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item:nth-of-type(1) .img-wrap {
    animation-delay: 0s
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item:nth-of-type(2) .img-wrap {
    animation-delay: 0.2s
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item:nth-of-type(3) .img-wrap {
    animation-delay: 0.4s
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item:nth-of-type(4) .img-wrap {
    animation-delay: 0.6s
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item:nth-of-type(5) .img-wrap {
    animation-delay: 0.8s
}

.module-home-introduction.motivation .image-wrap .solutions-circle .item:nth-of-type(6) .img-wrap {
    animation-delay: 1s
}

.module-home-introduction.slow-motion .image-wrap .solutions-circle .item {
    transition-duration: 2s
}

.module-home-introduction.slow-motion .image-wrap .solutions-circle .item:nth-of-type(1) {
    transition-delay: 0s
}

.module-home-introduction.slow-motion .image-wrap .solutions-circle .item:nth-of-type(2) {
    transition-delay: 0.1s
}

.module-home-introduction.slow-motion .image-wrap .solutions-circle .item:nth-of-type(3) {
    transition-delay: 0.2s
}

.module-home-introduction.slow-motion .image-wrap .solutions-circle .item:nth-of-type(4) {
    transition-delay: 0.3s
}

.module-home-introduction.slow-motion .image-wrap .solutions-circle .item:nth-of-type(5) {
    transition-delay: 0.4s
}

.module-home-introduction.slow-motion .image-wrap .solutions-circle .item:nth-of-type(6) {
    transition-delay: 0.5s
}

.module-home-introduction img {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s
}

.module-home-introduction .text-wrap ul {
    padding-left: 20px;
    border-left: solid 1px #ccc
}

.module-home-introduction .text-wrap ul li ~ li {
    margin-top: 10px
}

.module-home-introduction .text-wrap p {
    max-width: 90%;
    margin-left: 0;
    margin-right: auto
}

.module-home-introduction .text-wrap p span {
    color: #f60;
    font-weight: 500
}

.module-home-introduction .image-wrap {
    position: relative
}

.module-home-introduction .image-wrap picture img {
    position: relative
}

.module-home-introduction .image-wrap .solutions-circle {
    position: absolute;
    top: -60px;
    left: -100px;
    width: calc(100% + 80px);
    z-index: 100
}

.module-home-introduction .image-wrap .solutions-circle:before {
    content: '';
    display: block;
    padding-top: 100%;
    border-top: solid 1px rgba(37,46,66,0.75);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-home-introduction .image-wrap .solutions-circle .item {
    position: absolute;
    width: 12.5%;
    height: 12.5%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-home-introduction .image-wrap .solutions-circle .item:hover .img-wrap {
    background-color: #f60 !important
}

.module-home-introduction .image-wrap .solutions-circle .item:hover .img-wrap:before {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background-color: rgba(255,102,0,0.2) !important
}

.module-home-introduction .image-wrap .solutions-circle .item:hover span {
    opacity: 1
}

.module-home-introduction .image-wrap .solutions-circle .item .img-wrap {
    width: 100%;
    height: 100%;
    background-color: #252e42;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-home-introduction .image-wrap .solutions-circle .item .img-wrap:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-radius: 100%;
    background-color: rgba(37,46,66,0.2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-home-introduction .image-wrap .solutions-circle .item span {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    border-radius: 5px;
    white-space: nowrap;
    padding: 5px 10px;
    opacity: 0;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.module-home-introduction .image-wrap .solutions-circle .item span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.module-home-introduction .image-wrap .solutions-circle .item img {
    max-width: 50%;
    max-height: 50%;
    filter: brightness(2);
    -webkit-filter: brightness(2)
}

.module-home-introduction .image-wrap .solutions-circle .item:nth-of-type(1) {
    top: 0;
    left: 22%;
    -webkit-transform: translate(200%, 200%);
    -moz-transform: translate(200%, 200%);
    -ms-transform: translate(200%, 200%);
    -o-transform: translate(200%, 200%);
    transform: translate(200%, 200%)
}

.module-home-introduction .image-wrap .solutions-circle .item:nth-of-type(2) {
    top: 15%;
    left: 5%;
    -webkit-transform: translate(250%, 150%);
    -moz-transform: translate(250%, 150%);
    -ms-transform: translate(250%, 150%);
    -o-transform: translate(250%, 150%);
    transform: translate(250%, 150%)
}

.module-home-introduction .image-wrap .solutions-circle .item:nth-of-type(3) {
    top: 35%;
    left: -4%;
    -webkit-transform: translate(300%, 100%);
    -moz-transform: translate(300%, 100%);
    -ms-transform: translate(300%, 100%);
    -o-transform: translate(300%, 100%);
    transform: translate(300%, 100%)
}

.module-home-introduction .image-wrap .solutions-circle .item:nth-of-type(4) {
    top: 57%;
    left: -3%;
    -webkit-transform: translate(350%, 50%);
    -moz-transform: translate(350%, 50%);
    -ms-transform: translate(350%, 50%);
    -o-transform: translate(350%, 50%);
    transform: translate(350%, 50%)
}

.module-home-introduction .image-wrap .solutions-circle .item:nth-of-type(5) {
    top: 78%;
    left: 7%;
    -webkit-transform: translate(350%, -50%);
    -moz-transform: translate(350%, -50%);
    -ms-transform: translate(350%, -50%);
    -o-transform: translate(350%, -50%);
    transform: translate(350%, -50%)
}

.module-home-introduction .image-wrap .solutions-circle .item:nth-of-type(6) {
    top: 92%;
    left: 27%;
    -webkit-transform: translate(300%, -100%);
    -moz-transform: translate(300%, -100%);
    -ms-transform: translate(300%, -100%);
    -o-transform: translate(300%, -100%);
    transform: translate(300%, -100%)
}

@media (max-width: 1025.98px) {
    .module-home-introduction {
        z-index:20;
        margin-top: 0
    }

    .module-home-introduction .col-md-8 {
        margin-right: auto;
        margin-left: auto
    }

    .module-home-introduction .text-wrap {
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .module-home-introduction .text-wrap p {
        font-size: 16px;
        line-height: 32px;
        max-width: 100%
    }

    .module-home-introduction .image-wrap {
        max-width: 50vw;
        margin: 70px auto 0
    }

    .module-home-introduction .image-wrap picture img {
        padding-left: 60px;
        margin-left: 20px
    }

    .module-home-introduction .image-wrap .solutions-circle {
        top: -50px;
        left: 0;
        width: 100%;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@media (max-width: 415.98px) {
    .module-home-introduction .image-wrap {
        max-width:100%
    }
}

.module-solutions-sticky .container {
    position: relative
}

.module-solutions-sticky .container:hover .title-wrap .pattern {
    background-color: #FFEDE5
}

.module-solutions-sticky .title-wrap {
    position: sticky;
    top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 100%
}

.module-solutions-sticky .title-wrap .pattern {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    width: 80vh;
    height: 100%;
    border-radius: 0 60vh 0 0
}

.module-solutions-sticky .title-wrap .pattern:before {
    display: none
}

.module-solutions-sticky .title-wrap * {
    position: relative;
    z-index: 2
}

.module-solutions-sticky .title-wrap p {
    color: #414D65;
    max-width: calc(3/4 * 100%);
    margin-left: 0
}

.module-solutions-sticky .title-wrap ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: solid 1px #f60
}

.module-solutions-sticky .title-wrap ul li {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    font-weight: 500
}

.module-solutions-sticky .title-wrap ul li.active {
    color: #f60
}

.module-solutions-sticky .title-wrap ul li ~ li {
    margin-top: 20px
}

.module-solutions-sticky .list .item {
    display: block;
    padding: 0 60px 20px
}

.module-solutions-sticky .list .item:hover .image-wrap {
    -webkit-transform: scale(1.05) translateY(-5px);
    -moz-transform: scale(1.05) translateY(-5px);
    -ms-transform: scale(1.05) translateY(-5px);
    -o-transform: scale(1.05) translateY(-5px);
    transform: scale(1.05) translateY(-5px)
}

.module-solutions-sticky .list .item:hover .text-wrap:before {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1)
}

.module-solutions-sticky .list .item ~ .item {
    margin-top: 40px
}

.module-solutions-sticky .list .item .image-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-solutions-sticky .list .item .image-wrap img,.module-solutions-sticky .list .item .image-wrap lottie-player {
    width: 100%
}

.module-solutions-sticky .list .item .text-wrap {
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-solutions-sticky .list .item .text-wrap * {
    position: relative
}

.module-solutions-sticky .list .item .text-wrap h3 {
    color: #414D65
}

.module-solutions-sticky .list .item .text-wrap p {
    margin-bottom: 24px
}

.module-solutions-sticky .list .item .text-wrap .active-popup {
    color: #f60;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer
}

.module-solutions-sticky .list .item .text-wrap:before {
    content: '';
    position: absolute;
    top: -180px;
    left: -60px;
    right: -60px;
    bottom: -20px;
    background-color: #F8F9FA;
    border-radius: 160px 8px 8px 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media (max-width: 1025.98px) {
    .module-solutions-sticky .title-wrap {
        position:relative;
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 100%;
        margin-bottom: 60px
    }

    .module-solutions-sticky .title-wrap .pattern {
        left: -40px
    }

    .module-solutions-sticky .title-wrap p {
        max-width: 100%
    }

    .module-solutions-sticky .col-lg-8 {
        position: relative;
        z-index: 2
    }

    .module-solutions-sticky .list .item {
        padding: 0 20px 20px
    }

    .module-solutions-sticky .list .item .text-wrap p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden
    }

    .module-solutions-sticky .list .item .text-wrap:before {
        top: -120px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        border-radius: 80px 8px 8px 8px
    }
}

.module-selling-points .title-wrap {
    text-align: center;
    margin-bottom: 50px
}

.module-selling-points .list {
    position: relative;
    z-index: 2;
    align-items: stretch;
    padding-bottom: 0
}

.module-selling-points .list .col-12 {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px
}

.module-selling-points .list .box {
    position: relative;
    padding: 40px;
    width: 100%;
    background-color: rgba(248,249,250,0.8)
}

.module-selling-points .list .box .icon-wrap {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.module-selling-points .list .box .icon-wrap img {
    max-width: 70px;
    max-height: 70px
}

.module-selling-points .list .box .text-wrap h3 {
    color: #414D65
}

.module-selling-points .list .box .text-wrap p {
    width: 100%
}

.module-selling-points .svg-pattern {
    position: sticky;
    top: 70px;
    left: 0
}

.module-selling-points .svg-pattern img {
    width: 100%;
    padding-right: 60px
}

.module-selling-points .svg-pattern .svg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1025.98px) {
    .module-selling-points .title-wrap {
        margin-bottom:25px
    }

    .module-selling-points .title-wrap p {
        font-size: 16px;
        line-height: 32px
    }

    .module-selling-points .list {
        padding-bottom: 0
    }

    .module-selling-points .list .col-12 {
        margin-bottom: 20px
    }

    .module-selling-points .list .box {
        padding: 20px
    }

    .module-selling-points .list .box .text-wrap h3 {
        margin-bottom: 6px
    }

    .module-selling-points .svg-pattern {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 20px
    }

    .module-selling-points .svg-pattern img {
        width: 100%;
        padding-right: 0
    }
}

@media (min-width: 1440px) {
    .module-selling-points .svg-pattern img {
        width:30vw
    }
}

.module-image-static {
    position: relative;
    z-index: 100
}

.module-image-static.full-screen .image-wrap {
    margin-left: -60px;
    margin-right: -60px;
    max-width: calc(100% + 120px)
}

.module-image-static.is-left {
    margin-left: 0;
    margin-right: auto
}

.module-image-static.is-left .image-wrap {
    margin-right: auto;
    max-width: calc(10/12 * 100% + 60px)
}

.module-image-static.is-left .image-wrap img {
    border-radius: 0 240px 0 0
}

.module-image-static.is-left .text-wrap {
    left: 0
}

.module-image-static.is-right {
    margin-right: 0;
    margin-left: auto
}

.module-image-static.is-right .image-wrap {
    margin-left: auto;
    max-width: calc(10/12 * 100% + 60px)
}

.module-image-static.is-right .text-wrap {
    right: 0;
    text-align: right
}

.module-image-static.is-right .text-wrap .col-12 {
    margin-left: auto;
    margin-right: calc(1/12 * 100%)
}

.module-image-static.full-width .image-wrap {
    max-width: 100% !important
}

.module-image-static .text-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.module-image-static .text-wrap h1,.module-image-static .text-wrap h2,.module-image-static .text-wrap h3 {
    color: #fff;
    margin-bottom: 0
}

@media (max-width: 1025.98px) {
    .module-image-static.full-screen .image-wrap {
        margin-left:-20px;
        margin-right: -20px;
        max-width: calc(100% + 40px)
    }

    .module-image-static.is-left .image-wrap {
        max-width: calc(100% + 20px)
    }

    .module-image-static.is-left .image-wrap img {
        border-radius: 0 80px 0 0
    }

    .module-image-static.is-left .text-wrap {
        left: 0;
        margin-left: -10px
    }

    .module-image-static.is-right .image-wrap {
        max-width: calc(100% + 20px);
        margin-left: auto
    }

    .module-image-static.is-right .image-wrap img {
        border-radius: 80px 0 0 0
    }

    .module-image-static.is-right .text-wrap {
        right: 0;
        text-align: right;
        margin-right: -10px
    }

    .module-image-static.is-right .text-wrap .col-12 {
        margin-left: auto;
        margin-right: 0
    }

    .module-image-static .image-wrap img {
        min-height: calc(100vw - 40px)
    }

    .module-image-static .text-wrap {
        top: auto;
        bottom: 20px;
        padding: 0 40px;
        margin: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes quizResultShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes quizResultShow {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes quizResultShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.module-take-the-quiz {
    text-align: center;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 500;
    color: #B7C1D6
}

.module-take-the-quiz .container {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-take-the-quiz.first .cta-next {
    opacity: 1;
    pointer-events: auto
}

.module-take-the-quiz.first .cta-prev {
    opacity: 0
}

.module-take-the-quiz.second .cta-next,.module-take-the-quiz.second .cta-prev {
    opacity: 1;
    pointer-events: auto
}

.module-take-the-quiz.last.choosen .cta-show-result {
    opacity: 1;
    pointer-events: auto
}

.module-take-the-quiz.last .cta-next {
    opacity: 0
}

.module-take-the-quiz.last .cta-show-result {
    opacity: 0.5
}

.module-take-the-quiz.last .cta-prev {
    opacity: 1;
    pointer-events: auto
}

.module-take-the-quiz.start:not(.first) .question-list .item .svg-list {
    display: block
}

.module-take-the-quiz .quiz-playing-wrap {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-take-the-quiz .quiz-playing-wrap.show-result .cta-prev,.module-take-the-quiz .quiz-playing-wrap.show-result .cta-next,.module-take-the-quiz .quiz-playing-wrap.show-result .cta-show-result,.module-take-the-quiz .quiz-playing-wrap.show-result .question-list {
    opacity: 0 !important;
    pointer-events: none !important
}

.module-take-the-quiz .quiz-playing-wrap.show-result .result-title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-take-the-quiz .quiz-playing-wrap h2,.module-take-the-quiz .quiz-playing-wrap p {
    margin: 0 auto 30px;
    max-width: 900px
}

.module-take-the-quiz .quiz-playing-wrap h2 {
    color: #f60
}

.module-take-the-quiz .bg-wrap picture {
    width: 100%;
    height: 100%
}

.module-take-the-quiz .bg-wrap picture img {
    height: 100%
}

.module-take-the-quiz .cta-prev,.module-take-the-quiz .cta-next,.module-take-the-quiz .cta-show-result {
    position: absolute;
    bottom: 40px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    color: #fff;
    z-index: 100;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-take-the-quiz .cta-prev {
    left: 60px;
    border: solid 1px #f60
}

.module-take-the-quiz .cta-next {
    right: 60px;
    background-color: #f60
}

.module-take-the-quiz .cta-show-result {
    left: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 101;
    background-color: #f60;
    width: auto;
    height: auto;
    line-height: 40px;
    padding: 0 20px;
    min-width: 120px;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.module-take-the-quiz .final-title {
    margin-bottom: 60px
}

.module-take-the-quiz .final-title h2,.module-take-the-quiz .final-title h3 {
    max-width: none
}

.module-take-the-quiz .final-title h2 {
    margin-bottom: 10px
}

.module-take-the-quiz .final-title h3 {
    color: #D0D6E5;
    font-weight: 400
}

.module-take-the-quiz .question-list .item {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.module-take-the-quiz .question-list .item.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-take-the-quiz .question-list .item .ans-list {
    justify-content: center;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto
}

.module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item {
    width: 25%;
    margin-bottom: 80px;
    margin-left: 0 !important
}

.module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item .icon-wrap {
    margin-bottom: 12px
}

.module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item .icon-wrap img {
    max-height: 50px;
    max-width: 50px
}

.module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item span {
    text-transform: capitalize
}

@-webkit-keyframes itemPing {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-5px)
    }
}

@-moz-keyframes itemPing {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(-5px)
    }
}

@keyframes itemPing {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.module-take-the-quiz .question-list .item .ans-list .ans-item {
    position: relative;
    cursor: pointer;
    color: #B7C1D6;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-take-the-quiz .question-list .item .ans-list .ans-item.ping {
    -webkit-animation: itemPing 0.4s infinite alternate;
    -moz-animation: itemPing 0.4s infinite alternate;
    animation: itemPing 0.4s infinite alternate
}

.module-take-the-quiz .question-list .item .ans-list .ans-item.ping .icon-wrap {
    border-color: #f60
}

.module-take-the-quiz .question-list .item .ans-list .ans-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.module-take-the-quiz .question-list .item .ans-list .ans-item.active .icon-wrap {
    background-color: #f60;
    border-color: #f60;
    color: #fff
}

.module-take-the-quiz .question-list .item .ans-list .ans-item.active .icon-wrap img {
    filter: brightness(2);
    -webkit-filter: brightness(2)
}

.module-take-the-quiz .question-list .item .ans-list .ans-item.active span {
    color: #f60
}

.module-take-the-quiz .question-list .item .ans-list .ans-item ~ .ans-item {
    margin-left: 80px
}

.module-take-the-quiz .question-list .item .ans-list .ans-item .icon-wrap {
    width: 120px;
    height: 120px;
    justify-content: center;
    border: solid 1px #B7C1D6;
    border-radius: 100%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto
}

.module-take-the-quiz .question-list .item .ans-list .ans-item .icon-wrap img {
    width: auto !important;
    max-height: 60px
}

.module-take-the-quiz .question-list .item .ans-list .ans-item span {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    white-space: nowrap
}

.module-take-the-quiz .question-list .item .svg-list {
    position: relative;
    display: none;
    height: 300px;
    width: 100%;
    margin-bottom: 40px
}

.module-take-the-quiz .question-list .item .svg-list .svg-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.module-take-the-quiz .question-list .item .svg-list .svg-item svg,.module-take-the-quiz .question-list .item .svg-list .svg-item img {
    max-height: 300px
}

.module-take-the-quiz .question-list .item .svg-list .svg-item.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-take-the-quiz .result-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none
}

.module-take-the-quiz .quiz-result-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FAFAFA;
    display: none
}

.module-take-the-quiz .quiz-result-wrap.active {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-animation: quizResultShow .8s forwards;
    -moz-animation: quizResultShow .8s forwards;
    animation: quizResultShow .8s forwards
}

.module-take-the-quiz .quiz-result-wrap h2 {
    margin-bottom: 20px
}

.module-take-the-quiz .quiz-result-wrap .list>.row {
    justify-content: center
}

.module-take-the-quiz .quiz-result-wrap .list .item p {
    color: #3A4868
}

.module-take-the-quiz .quiz-result-wrap .list .item .box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    padding: 40px;
    border-radius: 80px 8px 8px 8px
}

.module-take-the-quiz .quiz-result-wrap .list .item .box .text-wrap {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    margin-top: 40px
}

.module-take-the-quiz .quiz-result-wrap .list .item .box .text-wrap p {
    margin-bottom: 12px
}

.module-take-the-quiz .quiz-result-wrap .list .item .box .text-wrap span.cta {
    color: #f60;
    background-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1px #f60;
    margin-top: 28px
}

.module-take-the-quiz .quiz-result-wrap .list .item .box .text-wrap span.cta:hover {
    background-color: #f60;
    color: #fff
}

.module-take-the-quiz .quiz-result-wrap .list .item .box .svg-wrap {
    width: 100%;
    margin-left: auto
}

.module-take-the-quiz .quiz-result-wrap .list .item .box .svg-wrap img {
    border-radius: 10px
}

@media (max-width: 1025.98px) {
    .module-take-the-quiz.last .cta-prev,.module-take-the-quiz.last .cta-next,.module-take-the-quiz.last .cta-show-result {
        top:auto;
        bottom: 142px
    }

    .module-take-the-quiz .quiz-playing-wrap {
        padding-top: 25px;
        padding-bottom: 50px
    }

    .module-take-the-quiz .quiz-playing-wrap h2,.module-take-the-quiz .quiz-playing-wrap p {
        max-width: 100%
    }

    .module-take-the-quiz .question-list {
        padding-bottom: 20px
    }

    .module-take-the-quiz .question-list .item .ans-list {
        justify-content: flex-start
    }

    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item {
        width: 25%;
        padding: 0 20px;
        margin-bottom: 40px
    }

    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item .icon-wrap {
        width: 90px;
        height: 90px
    }

    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item .icon-wrap svg,.module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item .icon-wrap img {
        max-width: 45px;
        max-height: 45px
    }

    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item span {
        font-size: 12px;
        line-height: 20px;
        color: #fff
    }

    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item ~ .ans-item {
        margin-left: 0
    }

    .module-take-the-quiz .question-list .item .ans-list .ans-item ~ .ans-item {
        margin-left: 40px
    }

    .module-take-the-quiz .question-list .item .ans-list .ans-item .icon-wrap {
        width: 100px;
        height: 100px
    }

    .module-take-the-quiz .question-list .item .ans-list .ans-item .icon-wrap svg {
        width: 50px
    }

    .module-take-the-quiz .question-list .item .ans-list .ans-item .icon-wrap img {
        max-width: 50px;
        max-height: 50px
    }

    .module-take-the-quiz .question-list .item .ans-list .ans-item span {
        font-size: 16px;
        line-height: 28px
    }

    .module-take-the-quiz .question-list .item .svg-list {
        height: 170px;
        margin-bottom: 20px
    }

    .module-take-the-quiz .question-list .item .svg-list img,.module-take-the-quiz .question-list .item .svg-list svg {
        max-height: 170px
    }

    .module-take-the-quiz .cta-prev,.module-take-the-quiz .cta-next {
        top: 200px;
        bottom: auto;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 12px
    }

    .module-take-the-quiz .cta-show-result {
        bottom: 30px !important
    }

    .module-take-the-quiz .cta-prev {
        left: 20px;
        border-color: rgba(255,102,0,0.5)
    }

    .module-take-the-quiz .cta-next {
        right: 20px;
        background-color: #252E42
    }

    .module-take-the-quiz .final-title {
        margin-bottom: 40px
    }

    .module-take-the-quiz .quiz-result-wrap {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .module-take-the-quiz .quiz-result-wrap .list .item {
        margin-bottom: 50px
    }

    .module-take-the-quiz .quiz-result-wrap .list .item:last-of-type {
        margin-bottom: 0
    }

    .module-take-the-quiz .quiz-result-wrap .list .item .box {
        padding: 0
    }

    .module-take-the-quiz .quiz-result-wrap .list .item .box .text-wrap,.module-take-the-quiz .quiz-result-wrap .list .item .box .svg-wrap {
        width: 100%
    }

    .module-take-the-quiz .quiz-result-wrap .list .item .box .svg-wrap {
        margin-bottom: 20px
    }

    .module-take-the-quiz .quiz-result-wrap .list .item .box .text-wrap {
        padding-left: 0;
        margin-top: 0
    }

    .module-take-the-quiz .quiz-result-wrap .list .item .box .text-wrap p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden
    }

    .module-take-the-quiz .quiz-result-wrap .list .item .box .text-wrap span.cta {
        margin-top: 8px
    }
}

@media (max-width: 767.98px) {
    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item {
        width:calc(1/3 * 100%)
    }

    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item .icon-wrap {
        width: 60px;
        height: 60px
    }

    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item .icon-wrap svg,.module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item .icon-wrap img {
        max-width: 30px;
        max-height: 30px
    }

    .module-take-the-quiz .question-list .item .ans-list.multi-cols .ans-item span {
        font-size: 9px
    }
}

.quiz-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 2000;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none
}

.quiz-popup.active {
    opacity: 1;
    pointer-events: auto
}

.quiz-popup .quiz-popup-wrap {
    position: relative;
    background-color: #fff;
    padding: 40px 80px 20px;
    max-width: 600px
}

.quiz-popup p {
    color: #f60;
    margin-bottom: 40px;
    text-align: center
}

.quiz-popup .form-box .nf-form-wrap .nf-form-content input[type=button] {
    width: 100%
}

.quiz-popup .skip-this {
    margin-top: 80px;
    font-size: 12px;
    line-height: 22px;
    color: #607195;
    text-align: center;
    cursor: pointer;
    font-weight: 500
}

@media (max-width: 1025.98px) {
    .quiz-popup .quiz-popup-wrap {
        padding:40px 20px
    }

    .quiz-popup p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .quiz-popup .skip-this {
        margin-top: 40px
    }
}

.module-get-in-touch {
    background-color: #FAFAFA
}

.module-get-in-touch .row .col-12 {
    padding: 0 20px
}

.module-get-in-touch h2 {
    color: #f60;
    margin-bottom: 12px
}

.module-get-in-touch .nf-form-content .list-select-wrap .nf-field-element>div,.module-get-in-touch .nf-form-content input:not([type=button]),.module-get-in-touch .nf-form-content textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 16px;
    background-color: #fff;
    border-color: rgba(65,77,101,0.2);
    border-radius: 4px
}

@media (max-width: 1025.98px) {
    .module-get-in-touch .row .col-12 {
        padding:0 10px
    }

    .module-get-in-touch .nf-form-content {
        margin-top: 20px
    }

    .module-get-in-touch .nf-form-content button,.module-get-in-touch .nf-form-content input[type=button],.module-get-in-touch .nf-form-content input[type=submit] {
        width: 100%;
        text-align: center;
        background-color: transparent !important
    }

    .module-get-in-touch .nf-form-content .list-select-wrap .nf-field-element>div,.module-get-in-touch .nf-form-content input:not([type=button]),.module-get-in-touch .nf-form-content textarea {
        border: solid 1px rgba(65,77,101,0.2);
        box-shadow: none;
        outline: none
    }

    .module-get-in-touch .submit-wrap {
        position: relative
    }

    .module-get-in-touch .submit-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f60;
        border-radius: 8px
    }

    .module-get-in-touch .submit-wrap .ninja-forms-field {
        position: relative;
        z-index: 2;
        background-color: transparent !important;
        background-image: none
    }
}

.module-scenarios {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.module-scenarios.is-sticky .track-list {
    opacity: 1
}

.module-scenarios .list {
    padding-bottom: 100vh;
    background-color: #dbdbdb
}

.module-scenarios .list .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    opacity: 0.5;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-scenarios .list .item.active {
    opacity: 1;
    z-index: 100
}

.module-scenarios .list .item.active .item-sticky .item-content {
    opacity: 1
}

.module-scenarios .list .item.active .text-wrap h2,.module-scenarios .list .item.active .text-wrap p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.module-scenarios .list .item.active .text-wrap h2 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.module-scenarios .list .item.active .text-wrap p {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.module-scenarios .list .item.active .icon-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.module-scenarios .list .item:first-of-type {
    opacity: 1
}

.module-scenarios .list .item .item-sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 2
}

.module-scenarios .list .item .item-sticky .item-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 1920px;
    z-index: 300;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.module-scenarios .list .item .item-content {
    width: 100%;
    margin-left: -1px;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-scenarios .list .item .image-wrap {
    position: relative;
    max-width: 1920px
}

.module-scenarios .list .item .image-wrap:before {
    content: '';
    display: block;
    padding-top: calc(100vh + 1px)
}

.module-scenarios .list .item .image-wrap:after {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0))
}

.module-scenarios .list .item .image-wrap img {
    height: 100%
}

.module-scenarios .list .item .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.module-scenarios .list .item .text-wrap .text-box {
    padding-right: 40px
}

.module-scenarios .list .item .text-wrap h2,.module-scenarios .list .item .text-wrap p {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-scenarios .list .item .text-wrap h2 {
    color: #f60;
    text-transform: uppercase
}

.module-scenarios .list .item .icon-wrap {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-scenarios .list .item .icon-wrap img {
    max-height: 85px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center
}

.module-scenarios .track-list {
    position: fixed;
    top: calc(50vh - 45px);
    right: 40px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-scenarios .track-list .item {
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    border-radius: 100%
}

.module-scenarios .track-list .item.active {
    background-color: #f60;
    border-color: #f60
}

.module-scenarios .track-list .item ~ .item {
    margin-top: 20px
}

@media (max-width: 1025.98px) {
    .module-scenarios .list {
        padding-bottom:0;
        background-color: transparent
    }

    .module-scenarios .list .item {
        opacity: 1 !important
    }

    .module-scenarios .list .item.active .item-content {
        opacity: 1
    }

    .module-scenarios .list .item.active .image-wrap {
        opacity: 1
    }

    .module-scenarios .list .item.active .text-wrap h2 {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s
    }

    .module-scenarios .list .item.active .text-wrap p {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .module-scenarios .list .item.active .icon-wrap {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

    .module-scenarios .list .item ~ .item {
        margin-top: 50px
    }

    .module-scenarios .list .item .item-sticky {
        position: relative;
        width: 100%;
        height: auto
    }

    .module-scenarios .list .item .item-sticky .item-content {
        display: block
    }

    .module-scenarios .list .item .item-content {
        display: none
    }

    .module-scenarios .list .item .image-wrap {
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    .module-scenarios .list .item .image-wrap:before {
        display: none
    }

    .module-scenarios .list .item .image-wrap:after {
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
        background-image: linear-gradient(to top, rgba(0,0,0,0.15), rgba(0,0,0,0))
    }

    .module-scenarios .list .item .image-wrap img {
        position: relative;
        height: 50vw;
        object-position: 100% 50%
    }

    .module-scenarios .list .item .text-wrap {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 25px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .module-scenarios .list .item .text-wrap .text-box {
        padding-right: 0
    }

    .module-scenarios .list .item .text-wrap h2,.module-scenarios .list .item .text-wrap p {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    .module-scenarios .list .item .text-wrap p {
        font-size: 16px;
        line-height: 32px
    }

    .module-scenarios .list .item .icon-wrap {
        bottom: 0
    }

    .module-scenarios .list .item .icon-wrap img {
        height: 50px
    }

    .module-scenarios .track-list {
        display: none
    }
}

@media (max-width: 415.98px) {
    .module-scenarios .list .item .image-wrap img {
        height:100vw
    }
}

@media screen and (min-width: 2000px) {
    .module-scenarios .list .item .image-wrap img {
        object-position:right center
    }
}

.module-carousel.our-devices:not(.banner-home-swiper-container) h2 {
    margin-bottom: 80px;
    text-align: center;
    color: #252E42
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide {
    padding: 0 20px
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide:before {
    display: none
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .img-wrap {
    position: relative
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .img-wrap:before {
    content: '';
    display: block;
    padding-top: 100%
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .img-wrap img {
    object-fit: contain;
    max-width: 80%;
    max-height: 150px
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .text-wrap {
    position: relative;
    background-color: transparent;
    margin-top: 30px;
    padding: 0
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .text-wrap p {
    color: #3A4868;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
    text-align: center
}

.module-carousel.our-devices:not(.banner-home-swiper-container) [class*='swiper-button-'] {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 0
}

.module-carousel.our-devices:not(.banner-home-swiper-container) [class*='swiper-button-']:after {
    line-height: 60px;
    font-size: 36px;
    font-weight: 400
}

.module-carousel.our-devices:not(.banner-home-swiper-container) [class*='swiper-button-'].swiper-button-next {
    right: auto;
    left: calc(100% + 40px)
}

.module-carousel.our-devices:not(.banner-home-swiper-container) [class*='swiper-button-'].swiper-button-prev {
    left: auto;
    right: calc(100% + 40px)
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-pagination {
    position: relative;
    bottom: 0;
    padding: 0 60px;
    margin-top: 80px
}

.module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background-color: #f60
}

@media (max-width: 1025.98px) {
    .module-carousel.our-devices:not(.banner-home-swiper-container) h2 {
        margin-bottom:50px
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .img-wrap img {
        max-width: 100%
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .text-wrap {
        right: 0;
        left: 0
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .text-wrap p {
        font-size: 12px
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-pagination {
        margin-top: 0;
        padding: 0 20px
    }
}

@media (min-width: 1026px) {
    .module-carousel.our-devices:not(.banner-home-swiper-container) .devices-swiper-container {
        overflow:initial
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide {
        opacity: 0;
        -webkit-transition: opacity .8s;
        -moz-transition: opacity .8s;
        transition: opacity .8s
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1;
        pointer-events: auto
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide {
        opacity: 1;
        pointer-events: auto
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
        opacity: 1;
        pointer-events: auto
    }

    .module-carousel.our-devices:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
        opacity: 1;
        pointer-events: auto
    }
}

.page-solutions .module-carousel {
    padding-bottom: 0
}

@media (max-width: 1025.98px) {
    .page-solutions .module-short-introduce img {
        margin-top:40px
    }
}

.module-image-with-text {
    margin-bottom: 80px
}

.module-image-with-text .container {
    padding-left: 0;
    padding-right: 0
}

.module-image-with-text .container:hover .image-wrap {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.module-image-with-text .container .row {
    align-items: flex-end
}

.module-image-with-text .image-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-image-with-text .image-wrap img {
    border-radius: 0 320px 0 0
}

.module-image-with-text .col-lg-7 {
    margin-left: calc(-3/12 * 100%)
}

.module-image-with-text .text-wrap {
    padding: 40px;
    background-color: #F8F9FA;
    margin-bottom: -80px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-image-with-text .text-wrap:hover {
    background-color: #F1F3F5
}

.module-image-with-text .text-wrap h2 {
    color: #f60
}

@media (max-width: 1025.98px) {
    .module-image-with-text {
        margin-bottom:0
    }

    .module-image-with-text .image-wrap {
        padding-right: 20px
    }

    .module-image-with-text .image-wrap img {
        border-radius: 0 80px 0 0
    }

    .module-image-with-text .col-lg-7 {
        margin-left: 20px;
        margin-top: -40px;
        padding-right: 30px
    }

    .module-image-with-text .text-wrap {
        padding: 40px 20px;
        background-color: #F8F9FA;
        margin-bottom: 0;
        border-radius: 8px 0 0 8px
    }

    .module-image-with-text .text-wrap h2 {
        color: #f60
    }

    .module-image-with-text .text-wrap p {
        font-size: 14px;
        line-height: 28px
    }
}

@media (min-width: 1440px) {
    .module-image-with-text .text-wrap p {
        font-size:18px;
        line-height: 44px
    }
}

.module-solution-list .row {
    display: flex;
    align-items: stretch
}

.module-solution-list .col-lg-4 {
    display: flex;
    align-items: stretch
}

.module-solution-list .solution-information-wrap,.module-solution-list .solution-list-name-wrap {
    background-color: #FAFAFA;
    border-radius: 8px
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .bg-wrap {
    padding: 120px 40px 40px
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide.swiper-slide-active .text-wrap,.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide.swiper-slide-active .json-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide:before {
    display: none
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .text-wrap,.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .json-wrap {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .4s 0.4s;
    -moz-transition: all .4s 0.4s;
    transition: all .4s 0.4s
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .json-wrap {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .json-wrap img {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .text-wrap {
    position: relative;
    background-color: transparent;
    padding: 0
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .text-wrap h3 {
    color: #414D65
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .text-wrap p {
    color: #3A4868
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .text-wrap a {
    color: #f60;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .json-wrap {
    margin-top: 80px
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-button-next,.module-solution-list .swiper-container.solution-information-wrap .swiper-button-prev {
    width: 24px;
    height: 24px;
    top: 80px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-button-next:after,.module-solution-list .swiper-container.solution-information-wrap .swiper-button-prev:after {
    line-height: 22px;
    font-size: 10px
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-button-prev {
    left: 60px
}

.module-solution-list .swiper-container.solution-information-wrap .swiper-button-next {
    right: auto;
    left: 108px
}

.module-solution-list .swiper-container.solution-list-name-wrap {
    padding: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.module-solution-list .swiper-container.solution-list-name-wrap .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.module-solution-list .swiper-container.solution-list-name-wrap .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    margin-bottom: 12px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-solution-list .swiper-container.solution-list-name-wrap .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    background-color: rgba(240,139,72,0.1);
    color: #f60
}

.module-solution-list .swiper-container.solution-list-name-wrap .swiper-wrapper .swiper-slide:before {
    display: none
}

@media (max-width: 1025.98px) {
    .module-solution-list .swiper-container.solution-information-wrap {
        background-color:#fff;
        max-width: 100%;
        overflow: initial;
        margin-left: 0;
        margin-right: 0
    }

    .module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper {
        align-items: stretch;
        margin-left: -5px;
        margin-right: -5px
    }

    .module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide {
        opacity: 1 !important;
        height: auto;
        padding: 0 5px
    }

    .module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .bg-wrap {
        height: 100%;
        padding: 80px 20px 20px;
        background-color: #FAFAFA;
        border-radius: 8px
    }

    .module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .text-wrap a {
        font-size: 12px
    }

    .module-solution-list .swiper-container.solution-information-wrap .swiper-wrapper .swiper-slide .json-wrap {
        margin-top: 40px
    }

    .module-solution-list .swiper-container.solution-information-wrap .swiper-button-next,.module-solution-list .swiper-container.solution-information-wrap .swiper-button-prev {
        top: 50px
    }

    .module-solution-list .swiper-container.solution-information-wrap .swiper-button-prev {
        left: 20px
    }

    .module-solution-list .swiper-container.solution-information-wrap .swiper-button-next {
        left: 56px
    }

    .module-solution-list .swiper-container.solution-list-name-wrap {
        padding: 20px;
        margin-top: 10px
    }

    .module-solution-list .swiper-container.solution-list-name-wrap .swiper-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .module-solution-list .swiper-container.solution-list-name-wrap .swiper-wrapper .swiper-slide {
        margin-bottom: 0
    }
}

.module-book-a-demo .wrap {
    background-color: #252E42;
    text-align: center;
    padding: 40px;
    border-radius: 8px
}

.module-book-a-demo h3 {
    color: #D0D6E5;
    margin-bottom: 16px
}

.module-book-a-demo #ninja_forms_required_items,.module-book-a-demo .nf-field-container {
    margin-bottom: 0 !important
}

.module-book-a-demo .nf-field-element input:not([type=button]) {
    background-color: #fff;
    border: solid 1px #414D65;
    padding: 0 16px;
    border-radius: 4px;
    color: #414D65;
    font-family: "Montserrat",sans-serif;
    width: 400px
}

.module-book-a-demo .nf-field-element input:not([type=button])::placeholder {
    color: #414D65
}

.module-book-a-demo .nf-field-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.module-book-a-demo .submit-container {
    margin-top: 0 !important;
    margin-left: 12px
}

.module-book-a-demo .nf-error-required-error,.module-book-a-demo .nf-error-invalid-email {
    position: absolute
}

@media (max-width: 1025.98px) {
    .module-book-a-demo .wrap {
        padding:40px 20px
    }

    .module-book-a-demo .nf-error-required-error,.module-book-a-demo .nf-error-invalid-email {
        position: relative
    }

    .module-book-a-demo .nf-field-element input:not([type=button]) {
        width: 100%;
        background-color: #fff;
        color: #414D65
    }

    .module-book-a-demo .nf-field-element input:not([type=button])::placeholder {
        color: #414D65
    }

    .module-book-a-demo .nf-field-container,.module-book-a-demo .submit-container {
        width: 100%
    }

    .module-book-a-demo .submit-container {
        margin-left: 0;
        margin-top: 15px !important
    }

    .module-book-a-demo .nf-form-content button,.module-book-a-demo .nf-form-content input[type=button],.module-book-a-demo .nf-form-content input[type=submit] {
        width: 100%
    }

    .module-book-a-demo .submit-wrap {
        position: relative
    }

    .module-book-a-demo .submit-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f60;
        border-radius: 8px
    }

    .module-book-a-demo .submit-wrap .ninja-forms-field {
        position: relative;
        z-index: 2;
        background-color: transparent !important;
        background-image: none
    }
}

.page-solutions-detail .module-banner-hero.focus-on-right .image-wrap img {
    object-position: right center
}

.page-solutions-detail .module-banner-hero.focus-on-right .container .row .col-lg-7 {
    margin-left: 0 !important
}

.page-solutions-detail .module-banner-hero .container .row .col-lg-7 {
    margin-left: auto !important
}

.page-solutions-detail .module-banner-hero .image-wrap {
    position: relative;
    padding-top: calc(940/1920 * 100%)
}

.page-solutions-detail .module-banner-hero .image-wrap img {
    object-position: left center
}

.page-solutions-detail .module-banner-hero .text-wrap {
    padding-top: 108px
}

.page-solutions-detail .module-banner-hero .text-wrap h1 {
    color: #f60 !important;
    text-transform: uppercase
}

.page-solutions-detail .module-banner-hero .text-wrap p {
    font-weight: normal;
    font-family: "Montserrat",sans-serif
}

@media (max-width: 1025.98px) {
    .page-solutions-detail .module-banner-hero .text-wrap {
        position:relative;
        padding: 40px 0;
        border-radius: 0 0 20px 0;
        margin-top: 0;
        background-image: none
    }
}

.page-solutions-detail .module-items-3-cols .article-swiper-container {
    margin-left: -10px;
    margin-right: -10px
}

.page-solutions-detail .module-items-3-cols .article-swiper-container .swiper-wrapper {
    margin-left: 0;
    margin-right: 0
}

.page-solutions-detail .module-items-3-cols .article-swiper-container .swiper-wrapper .swiper-slide:before {
    display: none
}

.page-solutions-detail .module-items-3-cols .article-swiper-container .swiper-wrapper .swiper-slide .item-wrap .image-wrap img {
    border-radius: 8px 8px 0 0
}

.page-solutions-detail .module-items-3-cols .article-swiper-container .swiper-wrapper .swiper-slide .item-wrap .text-wrap {
    position: relative;
    right: 0;
    left: 0;
    background-color: #FAFAFA
}

.page-solutions-detail .module-items-3-cols .article-swiper-container .swiper-wrapper .swiper-slide .item-wrap .text-wrap .top {
    color: #3A4868
}

.page-solutions-detail .module-items-3-cols .swiper-container .swiper-button-prev,.page-solutions-detail .module-items-3-cols .swiper-container .swiper-button-next {
    display: none
}

@media (max-width: 1025.98px) {
    .page-solutions-detail .module-items-3-cols .article-swiper-container {
        overflow:initial
    }

    .page-solutions-detail .module-items-3-cols .article-swiper-container .swiper-wrapper .swiper-slide .item-wrap .image-wrap {
        padding-top: calc(9/16 * 100%)
    }

    .page-solutions-detail .module-items-3-cols .article-swiper-container .swiper-wrapper .swiper-slide .item-wrap .image-wrap img {
        width: 100%;
        left: 0;
        right: 0
    }
}

.module-items-3-cols .title-wrap h2 {
    color: #f60;
    margin-bottom: 32px
}

.module-items-3-cols .title-wrap a {
    margin-left: auto;
    color: #f60
}

.module-items-3-cols .item-wrap {
    border-radius: 8px;
    overflow: hidden
}

.module-items-3-cols .item-wrap:hover .image-wrap img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.module-items-3-cols .item-wrap .image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    padding-top: calc(9/16 * 100%)
}

.module-items-3-cols .item-wrap .image-wrap img {
    width: 100%;
    height: 100%
}

.module-items-3-cols .item-wrap .image-wrap img {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-items-3-cols .item-wrap .image-wrap video {
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    border-radius: 8px
}

.module-items-3-cols .item-wrap .text-wrap {
    background-color: #FAFAFA;
    padding: 24px 24px 32px
}

.module-items-3-cols .item-wrap .text-wrap .top {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.module-items-3-cols .item-wrap .text-wrap .top .tag {
    padding: 0 10px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-right: 12px
}

.module-items-3-cols .item-wrap .text-wrap .top .tag.article {
    color: #1e90ff;
    background-color: rgba(30,144,255,0.1)
}

.module-items-3-cols .item-wrap .text-wrap .top .tag.video {
    color: #9B51E0;
    background-color: rgba(155,81,224,0.1)
}

.module-items-3-cols .item-wrap .text-wrap .top .date:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #3A4868;
    margin: 0 10px
}

.module-items-3-cols .item-wrap .text-wrap p {
    color: #252E42;
    margin-bottom: 24px;
    font-weight: 600;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.module-items-3-cols .item-wrap .text-wrap a,.module-items-3-cols .item-wrap .text-wrap span {
    color: #f60;
    text-transform: uppercase;
    font-weight: 600
}

@media (max-width: 1025.98px) {
    .module-items-3-cols .title-wrap h2 {
        margin-bottom:24px
    }

    .module-items-3-cols .title-wrap a {
        margin-bottom: 12px
    }

    .module-items-3-cols .item-wrap .image-wrap {
        padding-top: calc(9/16 * (3/8 * 100%))
    }

    .module-items-3-cols .item-wrap .text-wrap .top {
        font-size: 10px
    }

    .module-items-3-cols .item-wrap .text-wrap .top .tag {
        padding: 0 5px;
        margin-right: 6px;
        border-radius: 5px
    }

    .module-items-3-cols .item-wrap .text-wrap p {
        height: 56px
    }
}

@media (min-width: 1026px) {
    header.move-up ~ main .module-solution-feature .solution-feature-navs-sticky {
        -webkit-transform:translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.module-solution-feature {
    padding-top: 0 !important
}

.module-solution-feature .solution-feature-navs-sticky {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media (min-width: 1026px) {
    .module-solution-feature .solution-feature-navs-sticky {
        position:sticky;
        left: 0;
        top: 71px;
        z-index: 990;
        background-color: #fff;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .module-solution-feature .solution-feature-navs-sticky.move-up {
        -webkit-transform: translateY(35px);
        -moz-transform: translateY(35px);
        -ms-transform: translateY(35px);
        -o-transform: translateY(35px);
        transform: translateY(35px)
    }
}

.module-solution-feature .solution-feature-navs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    border-bottom: solid 1px #ccc
}

.module-solution-feature .solution-feature-navs.five-cols .item {
    min-width: 0
}

.module-solution-feature .solution-feature-navs.five-cols .item:nth-of-type(2) {
    margin-left: auto
}

.module-solution-feature .solution-feature-navs.five-cols .item:nth-of-type(2) ~ .item {
    margin-left: auto
}

.module-solution-feature .solution-feature-navs.five-cols .item .wrap {
    max-width: 100%
}

.module-solution-feature .solution-feature-navs .item {
    position: relative;
    min-width: 20%;
    font-weight: 600;
    color: #919191;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer
}

.module-solution-feature .solution-feature-navs .item ~ .item {
    padding-left: 20px
}

.module-solution-feature .solution-feature-navs .item .wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.module-solution-feature .solution-feature-navs .item .wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 7px;
    margin-top: -3px;
    background-color: #f60;
    opacity: 0;
    z-index: 100
}

.module-solution-feature .solution-feature-navs .item.active {
    color: #f60
}

.module-solution-feature .solution-feature-navs .item.active .wrap:after {
    opacity: 1
}

.module-solution-feature .solution-feature-navs .item.active img {
    filter: invert(74%) sepia(36%) saturate(3219%) hue-rotate(360deg) brightness(100%) contrast(150%);
    -webkit-filter: invert(74%) sepia(36%) saturate(3219%) hue-rotate(360deg) brightness(100%) contrast(150%)
}

.module-solution-feature .solution-feature-navs .item img {
    height: 40px;
    margin-right: 10px;
    transition: none
}

.module-solution-feature .solution-feature-navs .item span {
    line-height: 20px;
    width: 100%;
    max-width: calc(100% - 50px)
}

.module-solution-feature .list .item {
    position: relative
}

.module-solution-feature .list .item:first-of-type {
    margin-top: 0 !important
}

.module-solution-feature .list .item:nth-of-type(even) .text-wrap {
    left: 60%
}

.module-solution-feature .list .item.active .text-wrap {
    opacity: 1;
    -webkit-transition: all .8s .8s;
    -moz-transition: all .8s .8s;
    transition: all .8s .8s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.module-solution-feature .list .item .image-wrap {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-solution-feature .list .item .text-wrap {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 35%;
    text-align: left;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%)
}

.module-solution-feature .list .item .text-wrap h2 {
    text-transform: uppercase;
    color: #f60;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media (max-width: 1025.98px) {
    .module-solution-feature .solution-feature-navs-sticky.move-up {
        -webkit-transform:translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .module-solution-feature .solution-feature-navs {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .module-solution-feature .solution-feature-navs .item {
        min-width: 75% !important;
        white-space: normal
    }

    .module-solution-feature .list {
        margin-left: -20px;
        margin-right: -20px
    }

    .module-solution-feature .list .item {
        padding: 40px 20px
    }

    .module-solution-feature .list .item:nth-of-type(odd) .image-wrap img {
        object-position: right center
    }

    .module-solution-feature .list .item:nth-of-type(even) .image-wrap img {
        object-position: left center
    }

    .module-solution-feature .list .item.active .text-wrap {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .module-solution-feature .list .item .image-wrap img {
        height: 50vw
    }

    .module-solution-feature .list .item .text-wrap {
        position: relative;
        top: 0;
        left: 0 !important;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media (max-width: 415.98px) {
    .module-solution-feature .list .item .image-wrap img {
        height:calc(100vw - 40px)
    }
}

@-webkit-keyframes dotAnimation {
    0%,100% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(2);
        opacity: 0
    }
}

@-moz-keyframes dotAnimation {
    0%,100% {
        -moz-transform: scale(1);
        opacity: 1
    }

    50% {
        -moz-transform: scale(2);
        opacity: 0
    }
}

@keyframes dotAnimation {
    0%,100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.module-solution-interactive {
    --dot-size-desktop: 5vw;
    --dot-size-mobile: 10vw;
    --map-size-desktop: 100vw;
    --map-size-mobile: 200vw
}

.module-solution-interactive.security .point.pos-1 {
    top: 12%;
    left: 15%
}

.module-solution-interactive.security .point.pos-2 {
    top: 12%;
    left: 48%
}

.module-solution-interactive.security .point.pos-3 {
    top: 12%;
    left: 68%
}

.module-solution-interactive.security .point.pos-4 {
    top: 12%;
    left: 78%
}

.module-solution-interactive.security .point.pos-5 {
    top: 42%;
    left: 4%
}

.module-solution-interactive.security .point.pos-6 {
    top: 42%;
    left: 15%
}

.module-solution-interactive.security .point.pos-7 {
    top: 42%;
    left: 28%
}

.module-solution-interactive.security .point.pos-8 {
    top: 42%;
    left: 40%
}

.module-solution-interactive.security .point.pos-9 {
    top: 42%;
    left: 58%
}

.module-solution-interactive.security .point.pos-10 {
    top: 42%;
    left: 72%
}

.module-solution-interactive.security .point.pos-11 {
    top: 42%;
    left: 84%
}

.module-solution-interactive.security .point.pos-12 {
    top: 70%;
    left: 7%
}

.module-solution-interactive.security .point.pos-13 {
    top: 70%;
    left: 26%
}

.module-solution-interactive.security .point.pos-14 {
    top: 70%;
    left: 52%
}

.module-solution-interactive.security .point.pos-15 {
    top: 70%;
    left: 82%
}

.module-solution-interactive.lifestyle .point.pos-1 {
    top: 10%;
    left: 14%
}

.module-solution-interactive.lifestyle .point.pos-2 {
    top: 10%;
    left: 28%
}

.module-solution-interactive.lifestyle .point.pos-3 {
    top: 10%;
    left: 40%
}

.module-solution-interactive.lifestyle .point.pos-4 {
    top: 10%;
    left: 55%
}

.module-solution-interactive.lifestyle .point.pos-5 {
    top: 10%;
    left: 75%
}

.module-solution-interactive.lifestyle .point.pos-6 {
    top: 40%;
    left: 25%
}

.module-solution-interactive.lifestyle .point.pos-7 {
    top: 40%;
    left: 46%
}

.module-solution-interactive.lifestyle .point.pos-8 {
    top: 40%;
    left: 60%
}

.module-solution-interactive.lifestyle .point.pos-9 {
    top: 40%;
    left: 73%
}

.module-solution-interactive.lifestyle .point.pos-10 {
    top: 40%;
    left: 84%
}

.module-solution-interactive.lifestyle .point.pos-11 {
    top: 70%;
    left: 30%
}

.module-solution-interactive.lifestyle .point.pos-12 {
    top: 70%;
    left: 51%
}

.module-solution-interactive.lifestyle .point.pos-13 {
    top: 70%;
    left: 82%
}

.module-solution-interactive.intercom .point.pos-1 {
    top: 12%;
    left: 55%
}

.module-solution-interactive.intercom .point.pos-2 {
    top: 40%;
    left: 23%
}

.module-solution-interactive.intercom .point.pos-3 {
    top: 40%;
    left: 45%
}

.module-solution-interactive.intercom .point.pos-4 {
    top: 40%;
    left: 66%
}

.module-solution-interactive.intercom .point.pos-5 {
    top: 40%;
    left: 79%
}

.module-solution-interactive.health .point.pos-1 {
    top: 10%;
    left: 15%
}

.module-solution-interactive.health .point.pos-2 {
    top: 10%;
    left: 49%
}

.module-solution-interactive.health .point.pos-3 {
    top: 10%;
    left: 67%
}

.module-solution-interactive.health .point.pos-4 {
    top: 40%;
    left: 29%
}

.module-solution-interactive.health .point.pos-5 {
    top: 40%;
    left: 56%
}

.module-solution-interactive.health .point.pos-6 {
    top: 40%;
    left: 74%
}

.module-solution-interactive.health .point.pos-7 {
    top: 40%;
    left: 84%
}

.module-solution-interactive.entertainment .point.pos-1 {
    top: 10%;
    left: 52%
}

.module-solution-interactive.entertainment .point.pos-2 {
    top: 10%;
    left: 72%
}

.module-solution-interactive.entertainment .point.pos-3 {
    top: 40%;
    left: 29%
}

.module-solution-interactive.entertainment .point.pos-4 {
    top: 40%;
    left: 56%
}

.module-solution-interactive.entertainment .point.pos-5 {
    top: 40%;
    left: 70%
}

.module-solution-interactive.entertainment .point.pos-6 {
    top: 40%;
    left: 82%
}

.module-solution-interactive.entertainment .point.pos-7 {
    top: 70%;
    left: 58%
}

.module-solution-interactive.energy .point.pos-1 {
    top: 10%;
    left: 18%
}

.module-solution-interactive.energy .point.pos-2 {
    top: 10%;
    left: 70%
}

.module-solution-interactive.energy .point.pos-3 {
    top: 40%;
    left: 10%
}

.module-solution-interactive.energy .point.pos-4 {
    top: 40%;
    left: 22%
}

.module-solution-interactive.energy .point.pos-5 {
    top: 40%;
    left: 55%
}

.module-solution-interactive.energy .point.pos-6 {
    top: 40%;
    left: 70%
}

.module-solution-interactive.energy .point.pos-7 {
    top: 40%;
    left: 84%
}

.module-solution-interactive.energy .point.pos-8 {
    top: 70%;
    left: 30%
}

.module-solution-interactive.energy .point.pos-9 {
    top: 70%;
    left: 50%
}

.module-solution-interactive.energy .point.pos-10 {
    top: 70%;
    left: 81%
}

.module-solution-interactive .container {
    padding: 0 !important;
    width: 100% !important;
    display: block !important
}

.module-solution-interactive .title-wrap {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 80px
}

.module-solution-interactive .title-wrap .title-orange {
    margin-bottom: 0
}

.module-solution-interactive .map-wrap {
    position: relative
}

.module-solution-interactive .map-wrap picture img {
    width: var(--map-size-desktop)
}

.module-solution-interactive .points-box.focusing .point:not(.active) {
    opacity: 0.3
}

.module-solution-interactive .point {
    position: absolute;
    cursor: pointer
}

.module-solution-interactive .point.not-hover:hover .svg-wrap,.module-solution-interactive .point.not-hover.active .svg-wrap {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    -moz-transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75);
    -o-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75)
}

.module-solution-interactive .point.not-hover:hover .note .note-name,.module-solution-interactive .point.not-hover.active .note .note-name {
    margin-top: 30px
}

.module-solution-interactive .point.not-hover .note {
    top: 100%;
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
}

.module-solution-interactive .point.not-hover .note:before {
    display: none
}

.module-solution-interactive .point.not-hover .note .note-name {
    margin-top: 0
}

.module-solution-interactive .point:not(.not-hover):hover .note,.module-solution-interactive .point:not(.not-hover).active .note {
    left: 50%;
    background-color: #fff;
    pointer-events: auto;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0)
}

.module-solution-interactive .point:not(.not-hover):hover .note:before,.module-solution-interactive .point:not(.not-hover).active .note:before {
    opacity: 1
}

.module-solution-interactive .point:not(.not-hover):hover .note .note-device,.module-solution-interactive .point:not(.not-hover).active .note .note-device {
    opacity: 1
}

.module-solution-interactive .point:not(.not-hover):hover .note .note-name,.module-solution-interactive .point:not(.not-hover).active .note .note-name {
    background-color: transparent;
    color: #3A4868;
    margin-top: 0 !important
}

.module-solution-interactive .point:not(.not-hover):hover .svg-wrap,.module-solution-interactive .point:not(.not-hover).active .svg-wrap {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    -moz-transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75);
    -o-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75)
}

.module-solution-interactive .point .dot {
    position: relative;
    width: var(--dot-size-desktop);
    height: var(--dot-size-desktop);
    border-radius: 100%
}

.module-solution-interactive .point .dot:before,.module-solution-interactive .point .dot:after {
    content: '';
    position: absolute;
    top: calc(50% - var(--dot-size-desktop)/2);
    left: calc(50% - var(--dot-size-desktop)/2);
    width: var(--dot-size-desktop);
    height: var(--dot-size-desktop);
    background-color: rgba(255,255,255,0.15);
    border-radius: 100%;
    pointer-events: none;
    -webkit-animation: dotAnimation 2s infinite;
    -moz-animation: dotAnimation 2s infinite;
    animation: dotAnimation 2s infinite;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.module-solution-interactive .point .dot:after {
    -webkit-animation: dotAnimation 3s infinite;
    -moz-animation: dotAnimation 3s infinite;
    animation: dotAnimation 3s infinite
}

.module-solution-interactive .point .note {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 140px;
    padding: 5px 15px 5px 15px;
    background-color: transparent;
    color: #252E42;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    border-radius: 5px;
    pointer-events: none;
    text-transform: uppercase;
    z-index: 200;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .4s,background-color 0s;
    -moz-transition: all .4s,background-color 0s;
    transition: all .4s,background-color 0s
}

.module-solution-interactive .point .note:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #fff;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.module-solution-interactive .point .note .note-name {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 50%;
    padding: 5px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: rgba(37,46,66,0.5);
    margin-top: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: margin-top .4s;
    -moz-transition: margin-top .4s;
    transition: margin-top .4s
}

.module-solution-interactive .point .note .note-device {
    text-align: center;
    opacity: 0
}

.module-solution-interactive .point .note .note-device img {
    height: 100px;
    max-width: none
}

.module-solution-interactive .point .svg-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--dot-size-desktop)*3);
    height: calc(var(--dot-size-desktop)*3);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-solution-interactive .map-item-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: normal
}

.module-solution-interactive .map-item-list .item {
    font-size: 12px;
    border-bottom: solid 1px #eee;
    padding: 20px;
    background-color: transparent;
    cursor: pointer
}

.module-solution-interactive .map-item-list .item:last-of-type {
    border-bottom: none
}

.module-solution-interactive .map-item-list .item:hover {
    background-color: #f5f5f5
}

.module-solution-interactive .map-item-list .item .svg-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.module-solution-interactive .map-item-list .item .svg-wrap img {
    height: 40px;
    margin-right: 10px
}

@media (max-width: 1439.98px) {
    .module-solution-interactive .title-wrap {
        padding-left:40px;
        padding-right: 40px
    }
}

@media (max-width: 1025.98px) {
    .module-solution-interactive .map-wrap {
        overflow-y:hidden;
        overflow-x: scroll
    }

    .module-solution-interactive .map-wrap picture img {
        width: var(--map-size-mobile);
        height: auto
    }

    .module-solution-interactive .map-wrap .points-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 200vw;
        height: 100%
    }

    .module-solution-interactive .title-wrap {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 50px
    }

    .module-solution-interactive .title-wrap p {
        font-size: 16px;
        line-height: 32px
    }

    .module-solution-interactive .point.not-hover:hover .note .note-name,.module-solution-interactive .point.not-hover.active .note .note-name {
        margin-top: 50px !important
    }

    .module-solution-interactive .point.not-hover .note .note-name {
        margin-top: 0 !important
    }

    .module-solution-interactive .point:not(.not-hover):hover .note,.module-solution-interactive .point:not(.not-hover).active .note {
        left: 100%
    }

    .module-solution-interactive .point .dot {
        width: var(--dot-size-mobile);
        height: var(--dot-size-mobile)
    }

    .module-solution-interactive .point .dot:before,.module-solution-interactive .point .dot:after {
        top: calc(50% - var(--dot-size-mobile)/2);
        left: calc(50% - var(--dot-size-mobile)/2);
        width: var(--dot-size-mobile);
        height: var(--dot-size-mobile)
    }

    .module-solution-interactive .point .note {
        display: block;
        width: 100px;
        font-size: 6px;
        line-height: 8px;
        padding: 5px;
        border-radius: 2.5px;
        min-width: 100px
    }

    .module-solution-interactive .point .note .note-device {
        text-align: center
    }

    .module-solution-interactive .point .note .note-device img {
        height: 50px
    }

    .module-solution-interactive .point .note .note-name {
        margin-top: 40px !important
    }

    .module-solution-interactive .point .svg-wrap {
        width: calc(var(--dot-size-mobile)*3);
        height: calc(var(--dot-size-mobile)*3)
    }

    .module-solution-interactive .map-item-list {
        position: relative
    }

    .module-solution-interactive .map-item-list {
        height: auto;
        white-space: nowrap;
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .module-solution-interactive .map-item-list .item {
        white-space: normal;
        width: 80vw;
        min-width: 80vw;
        border-bottom: none;
        border-right: solid 1px #eee
    }
}

.module-related-solutions {
    width: 100%;
    overflow: hidden
}

.module-related-solutions h2 {
    color: #f60;
    margin-bottom: 24px;
    max-width: calc(100% - 100px)
}

.module-related-solutions .item-wrap {
    display: block;
    background-color: #FAFAFA;
    border-radius: 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.module-related-solutions .item-wrap .image-wrap {
    position: relative
}

.module-related-solutions .item-wrap .image-wrap:before {
    content: '';
    display: block;
    padding-top: calc(940/1920 * 100%)
}

.module-related-solutions .item-wrap .image-wrap img {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100%
}

.module-related-solutions .swiper-container.related-solutions-swiper-container {
    overflow: initial
}

.module-related-solutions .swiper-container.related-solutions-swiper-container [class*='swiper-button-'] {
    top: -45px;
    display: none
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-button-next {
    right: 10px
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-button-prev {
    left: auto;
    right: 56px
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide {
    padding: 10px
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide:before {
    display: none
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap .image-wrap:before {
    padding-top: 30vh
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap:hover .text-wrap p,.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap.active .text-wrap p {
    color: #f60;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap:hover .text-wrap p:after,.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap.active .text-wrap p:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .text-wrap {
    justify-content: center;
    align-items: flex-end;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-image: -webkit-linear-gradient(bottom, #fff, rgba(255,255,255,0));
    background-image: linear-gradient(to top, #fff, rgba(255,255,255,0))
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .text-wrap p {
    position: relative;
    font-family: "Samsung Sharp Sans",sans-serif;
    color: #919191;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .text-wrap p:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 5px;
    background-color: #f60;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media (max-width: 1025.98px) {
    .module-related-solutions .swiper-container.related-solutions-swiper-container [class*='swiper-button-'] {
        top:-35px;
        display: flex
    }

    .module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-button-next {
        right: 10px
    }

    .module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-button-prev {
        left: auto;
        right: 60px
    }

    .module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap .image-wrap:before {
        padding-top: 50%
    }

    .module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap:hover .text-wrap p,.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap.active .text-wrap p {
        color: #f60;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap:hover .text-wrap p:after,.module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap.active .text-wrap p:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }

    .module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .text-wrap p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }
}

@media (max-width: 415.98px) {
    .module-related-solutions .swiper-container.related-solutions-swiper-container .swiper-wrapper .swiper-slide .item-wrap .image-wrap:before {
        padding-top:100%
    }
}

@-webkit-keyframes arrowJump {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(2px)
    }
}

@-moz-keyframes arrowJump {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(2px)
    }
}

@keyframes arrowJump {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        transform: translateY(2px)
    }
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container {
    overflow: initial;
    margin-left: 0;
    margin-right: 0
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-button-next {
    right: auto;
    left: 60px;
    top: calc(50% + 24px)
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-button-prev {
    top: calc(50% - 24px);
    left: 60px
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper {
    margin-left: 0;
    margin-right: 0
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide {
    padding: 0;
    opacity: 0 !important
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide:before {
    display: none
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box p {
    font-size: 18px;
    line-height: 36px;
    color: #414D65
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .top {
    margin-bottom: 80px
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .top h3 {
    color: #f60
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom img {
    position: relative;
    width: 40px;
    margin-bottom: 12px
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom .job-title {
    margin-top: 40px
}

.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom .job-title strong {
    color: #252E42
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container {
    margin-top: 40px
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper {
    display: flex;
    align-items: center;
    margin-left: -20px;
    margin-right: 0
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide {
    width: 180px;
    padding: 5px 20px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:first-of-type {
    width: 270px;
    height: 232px
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:first-of-type .avatar-wrap {
    width: 222px;
    height: 222px
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:first-of-type .avatar-wrap:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: solid 4px #E8F4FF;
    border-radius: 100%;
    border-right-color: #1e90ff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:first-of-type .avatar-wrap img {
    width: 222px;
    height: 222px;
    padding: 4px
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:before {
    display: none
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide .avatar-wrap {
    position: relative;
    width: 140px;
    height: 140px
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide .avatar-wrap img {
    left: 0;
    right: 0;
    width: 140px;
    height: 140px;
    border-radius: 100%
}

.module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide .job-title {
    display: none
}

@media (max-width: 1025.98px) {
    .module-carousel.testimonials {
        padding-bottom:80px !important
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container.just-fade-out .swiper-button-prev,.module-carousel.testimonials .swiper-container.testimonials-swiper-container.just-fade-out .swiper-button-next {
        opacity: 0;
        transition: opacity 0s !important;
        -webkit-transition: opacity 0s !important;
        -moz-transition: opacity 0s !important;
        -o-transition: opacity 0s !important
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-button-prev,.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-button-next {
        width: 24px;
        height: 24px;
        top: auto;
        bottom: -270px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-button-prev:after,.module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-button-next:after {
        line-height: 22px;
        font-size: 10px
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-button-prev {
        margin-left: -12px
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-button-next {
        margin-left: 24px
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box p {
        font-size: 14px;
        line-height: 28px
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .top {
        margin-bottom: 40px
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom img {
        width: 30px
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom p {
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        max-height: 117px;
        padding-bottom: 5px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom p.active {
        -webkit-line-clamp: 100;
        max-height: 200vh;
        -webkit-transition: all 0.4s 0.2s;
        -moz-transition: all 0.4s 0.2s;
        transition: all 0.4s 0.2s
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom p.active:after {
        display: none
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom p:after {
        content: '';
        position: absolute;
        right: 10px;
        bottom: 2px;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
        border-top: solid 5px #f60;
        -webkit-animation: arrowJump .4s infinite alternate;
        -moz-animation: arrowJump .4s infinite alternate;
        animation: arrowJump .4s infinite alternate
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom .job-title {
        display: none;
        margin-top: 20px;
        text-align: center
    }

    .module-carousel.testimonials .swiper-container.testimonials-swiper-container .swiper-wrapper .swiper-slide .text-box .bottom .job-title span {
        font-size: 12px
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container.just-fade-out .swiper-slide {
        opacity: 0 !important;
        transition: opacity 0s !important;
        -webkit-transition: opacity 0s !important;
        -moz-transition: opacity 0s !important;
        -o-transition: opacity 0s !important
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper {
        margin-left: auto;
        margin-right: auto;
        justify-content: center
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide {
        position: absolute;
        width: 126px;
        padding: 5px 0;
        cursor: pointer;
        opacity: 0;
        pointer-events: none
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        position: relative
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:first-of-type {
        width: 126px;
        height: auto
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:first-of-type .avatar-wrap {
        width: 120px;
        height: 120px
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:first-of-type .avatar-wrap img {
        width: 120px;
        height: 120px
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide:before {
        display: none
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide .avatar-wrap {
        width: 120px;
        height: 120px
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide .avatar-wrap img {
        width: 120px;
        height: 120px
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide .job-title {
        position: relative;
        left: 50%;
        display: block;
        width: 100vw;
        padding: 0 20px;
        text-align: center;
        margin-top: 10px;
        line-height: 16px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .module-carousel.testimonials .swiper-container.avatar-swiper-container .swiper-wrapper .swiper-slide .job-title span {
        font-size: 10px
    }
}

.module-carousel.products .swiper-container.products-swiper-container {
    overflow: initial
}

.module-carousel.products .swiper-container.products-swiper-container [class*='swiper-button-'] {
    top: -40px;
    display: none
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-button-next {
    right: 60px
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-button-prev {
    left: auto;
    right: 116px
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper {
    transition-timing-function: linear !important
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide {
    cursor: pointer
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide:hover .text-wrap {
    opacity: 1;
    background-color: rgba(37,46,66,0.5)
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide:before {
    padding-top: 50%
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide .text-wrap {
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    padding: 20px 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(37,46,66,0);
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide .text-wrap p {
    max-width: 80%;
    text-align: center
}

@media (max-width: 1025.98px) {
    .module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide:before {
        padding-top:130%
    }

    .module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide .text-wrap {
        font-size: 24px;
        line-height: 36px;
        padding: 20px;
        justify-content: flex-start;
        align-items: flex-end;
        opacity: 1;
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
        background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

    .module-carousel.products .swiper-container.products-swiper-container .swiper-wrapper .swiper-slide .text-wrap p {
        max-width: 100%;
        text-align: left
    }
}

.module-carousel.gallery .swiper-container.gallery-swiper-container {
    overflow: initial;
    margin-left: 0;
    margin-right: 0
}

.module-carousel.gallery .swiper-container.gallery-swiper-container [class*='swiper-button-'] {
    top: -40px
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-button-next {
    right: 50px
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-button-prev {
    left: auto;
    right: 96px
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide:before {
    padding-top: calc(448/420 * 100%)
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide:hover img {
    -webkit-transform: scale(0.975);
    -moz-transform: scale(0.975);
    -ms-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975)
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide:hover .text-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide img {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    height: 100%
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide .text-wrap {
    opacity: 0;
    background-color: rgba(255,255,255,0.9);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide .text-wrap p {
    color: #252E42;
    margin-bottom: 0
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide .text-wrap ul li {
    padding-left: 0;
    color: #414D65
}

.module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide .text-wrap ul li:before {
    display: none
}

@media (max-width: 1025.98px) {
    .module-carousel.gallery .swiper-container.gallery-swiper-container {
        padding-left:10px
    }

    .module-carousel.gallery .swiper-container.gallery-swiper-container [class*='swiper-button-'] {
        top: -35px
    }

    .module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-button-next {
        right: 20px
    }

    .module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-button-prev {
        left: auto;
        right: 70px
    }

    .module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide .text-wrap {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .module-carousel.gallery .swiper-container.gallery-swiper-container .swiper-wrapper .swiper-slide:before {
        padding-top: calc(5/4 * 100%)
    }
}

.module-carousel {
    width: 100%;
    overflow: hidden
}

.swiper-container:not(.banner-home-swiper-container) {
    margin-left: -10px;
    margin-right: -10px
}

.swiper-container:not(.banner-home-swiper-container) [class*='swiper-button-'] {
    width: 32px;
    height: 32px;
    border: solid 2px #f60;
    border-radius: 5px
}

.swiper-container:not(.banner-home-swiper-container) [class*='swiper-button-']:after {
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #f60
}

.swiper-container:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide {
    position: relative;
    padding: 0 10px
}

.swiper-container:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide:before {
    content: '';
    display: block;
    padding-top: calc(9/16 * 100%)
}

.swiper-container:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide img {
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    border-radius: 10px
}

.swiper-container:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .text-wrap {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    border-radius: 0 0 10px 10px;
    background-color: rgba(37,46,66,0.7);
    color: #fff;
    padding: 24px 16px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.swiper-container:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .text-wrap ul li {
    position: relative;
    padding-left: 19px
}

.swiper-container:not(.banner-home-swiper-container) .swiper-wrapper .swiper-slide .text-wrap ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #f60;
    border-radius: 100%
}

.page-partner .module-banner-hero {
    margin-bottom: 0
}

.page-partner .module-carousel.testimonials h2 {
    margin-bottom: 60px
}

@media (max-width: 1025.98px) {
    .page-partner .module-carousel.testimonials h2 {
        margin-bottom:40px
    }
}

.module-carousel.testimonials+.module-become-partner {
    margin-top: 40px
}

@media (max-width: 1025.98px) {
    .module-carousel.testimonials+.module-become-partner {
        margin-top:20px
    }
}

.module-short-introduce h1 {
    color: #f60
}

.module-short-introduce .cta {
    font-size: 12px
}

.module-short-introduce .cta.no-bg {
    border: solid 1px #f60;
    background-color: transparent;
    color: #f60;
    padding-top: 10px;
    padding-bottom: 10px
}

.module-short-introduce .cta.no-bg:hover {
    background-color: #252E42;
    border-color: #252E42;
    color: #fff
}

.module-short-introduce .cta ~ .cta {
    margin-left: 10px
}

.module-short-introduce .image-wrap img {
    margin-top: 120px;
    border-radius: 160px 0 0 0
}

.module-short-introduce .image-group-wrap {
    column-count: 2;
    -webkit-column-count: 2;
    column-gap: 20px;
    -webkit-column-gap: 20px
}

.module-short-introduce .image-group-wrap:hover .item img {
    opacity: 0.5
}

.module-short-introduce .image-group-wrap .item-group .item:nth-of-type(1):before {
    padding-top: 50%
}

.module-short-introduce .image-group-wrap .item-group .item:nth-of-type(1) img {
    border-radius: 0 32px 0 0
}

.module-short-introduce .image-group-wrap .item-group .item:nth-of-type(2):before {
    padding-top: 75%
}

.module-short-introduce .image-group-wrap .item-group .item:nth-of-type(2) img {
    border-radius: 0 0 80px 0
}

.module-short-introduce .image-group-wrap .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px
}

.module-short-introduce .image-group-wrap .item:hover img {
    opacity: 1 !important
}

.module-short-introduce .image-group-wrap .item:before {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-short-introduce .image-group-wrap .item img {
    height: 100%;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-short-introduce .image-group-wrap .item:nth-of-type(1):before {
    padding-top: 100%
}

.module-short-introduce .image-group-wrap .item:nth-of-type(1) img {
    border-radius: 80px 0 0 0
}

.module-short-introduce .image-group-wrap .item:before {
    content: '';
    display: block
}

@media (max-width: 1025.98px) {
    .module-short-introduce .image-group-wrap {
        display:flex;
        flex-wrap: wrap;
        align-items: flex-start;
        column-count: initial;
        -webkit-column-count: initial;
        column-gap: 0;
        -webkit-column-gap: 0;
        margin-top: 40px
    }

    .module-short-introduce .image-group-wrap .item-group {
        width: 100%;
        display: flex
    }

    .module-short-introduce .image-group-wrap .item-group .item:nth-of-type(1) {
        width: calc(50% - 10px)
    }

    .module-short-introduce .image-group-wrap .item-group .item:nth-of-type(1):before {
        padding-top: 100%
    }

    .module-short-introduce .image-group-wrap .item-group .item:nth-of-type(1) img {
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        border-radius: 0 0 0 8px
    }

    .module-short-introduce .image-group-wrap .item-group .item:nth-of-type(2) {
        width: calc(50% - 10px);
        margin-left: 20px
    }

    .module-short-introduce .image-group-wrap .item-group .item:nth-of-type(2):before {
        padding-top: 100%
    }

    .module-short-introduce .image-group-wrap .item-group .item:nth-of-type(2) img {
        border-radius: 0 8px 0 0
    }

    .module-short-introduce .image-group-wrap .item {
        width: 100%
    }

    .module-short-introduce .image-group-wrap .item:nth-of-type(1):before {
        padding-top: 50%
    }

    .module-short-introduce .image-group-wrap .item:nth-of-type(1) img {
        border-radius: 40px 0 0 0
    }

    .module-short-introduce .image-group-wrap .item:before {
        content: '';
        display: block
    }
}

.module-become-partner {
    position: relative;
    background-color: #252E42
}

.module-become-partner .col-lg-4 {
    display: flex;
    align-items: center
}

.module-become-partner .bg-wrap picture {
    height: 100%
}

.module-become-partner .bg-wrap picture img {
    height: 100%
}

.module-become-partner .container {
    position: relative;
    z-index: 2
}

.module-become-partner .svg-wrap img {
    width: 180px;
    margin-bottom: 0
}

.module-become-partner .text-wrap h2 {
    color: #f60
}

.module-become-partner .text-wrap p {
    color: #D0D6E5
}

.module-become-partner .form-wrap {
    padding: 40px;
    background-color: #fff;
    border-radius: 8px
}

.module-become-partner .form-wrap .nf-field-element input,.module-become-partner .form-wrap .nf-field-element textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: solid 1px #3A4868;
    border-radius: 4px;
    font-family: "Montserrat",sans-serif;
    color: #3A4868;
    background-color: transparent
}

.module-become-partner .form-wrap .nf-field-element input::placeholder,.module-become-partner .form-wrap .nf-field-element textarea::placeholder {
    color: #3A4868
}

.module-become-partner .form-wrap .nf-field-element textarea {
    height: 162px
}

.module-become-partner .form-wrap .field-wrap {
    position: relative
}

.module-become-partner .form-wrap .field-wrap .nf-field-label {
    position: absolute;
    top: 50%;
    left: 100%;
    margin: 0 0 0 12px;
    width: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.module-become-partner .form-wrap .submit-container {
    margin-bottom: 0
}

.module-become-partner .form-wrap .submit-container .nf-field-element input {
    border-color: transparent;
    color: #fff;
    background-color: #f60
}

.module-become-partner .form-wrap .submit-container .nf-field-element input:hover {
    background-color: #252E42
}

.module-become-partner .form-wrap .checkbox-wrap .nf-field-element ul li label,.module-become-partner .form-wrap .checkbox-wrap .nf-field-label ul li label,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-element ul li label,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-label ul li label,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-element ul li label,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-label ul li label {
    position: relative;
    top: 8px !important
}

.module-become-partner .form-wrap .checkbox-wrap .nf-field-element ul li label:before,.module-become-partner .form-wrap .checkbox-wrap .nf-field-element ul li label:after,.module-become-partner .form-wrap .checkbox-wrap .nf-field-label ul li label:before,.module-become-partner .form-wrap .checkbox-wrap .nf-field-label ul li label:after,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-element ul li label:before,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-element ul li label:after,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-label ul li label:before,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-label ul li label:after,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-element ul li label:before,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-element ul li label:after,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-label ul li label:before,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-label ul li label:after {
    bottom: 0 !important;
    top: auto !important
}

.module-become-partner .form-wrap .checkbox-wrap .nf-field-element ul li label:before,.module-become-partner .form-wrap .checkbox-wrap .nf-field-label ul li label:before,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-element ul li label:before,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-label ul li label:before,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-element ul li label:before,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-label ul li label:before {
    line-height: 20px !important;
    font-size: 20px !important;
    width: 26px !important;
    text-align: center !important
}

.module-become-partner .form-wrap .checkbox-wrap .nf-field-element ul li label:after,.module-become-partner .form-wrap .checkbox-wrap .nf-field-label ul li label:after,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-element ul li label:after,.module-become-partner .form-wrap .listcheckbox-wrap .nf-field-label ul li label:after,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-element ul li label:after,.module-become-partner .form-wrap .list-checkbox-wrap .nf-field-label ul li label:after {
    width: 26px !important;
    height: 26px !important;
    background-color: transparent !important;
    border-color: transparent !important
}

@media (max-width: 1025.98px) {
    .module-become-partner .align {
        margin-bottom:20px
    }

    .module-become-partner .svg-wrap img {
        width: 100px
    }

    .module-become-partner .form-wrap {
        padding: 20px
    }

    .module-become-partner .submit-wrap {
        position: relative
    }

    .module-become-partner .submit-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f60;
        border-radius: 8px
    }

    .module-become-partner .submit-wrap .ninja-forms-field {
        position: relative;
        z-index: 2;
        background-color: transparent !important;
        background-image: none
    }
}

.module-partner-gallery-group {
    background-color: #F8F9FA
}

.module-partner-gallery-group .title-wrap {
    margin-bottom: 40px;
    text-align: center
}

.module-partner-gallery-group .title-wrap h2 {
    color: #f60
}

.module-partner-gallery-group .image-wrap {
    position: relative;
    margin-bottom: 20px
}

.module-partner-gallery-group .image-wrap:hover .text-wrap {
    opacity: 1
}

.module-partner-gallery-group .image-wrap img {
    border-radius: 8px;
    height: 30vw
}

.module-partner-gallery-group .image-wrap .text-wrap {
    justify-content: center;
    text-align: center;
    background-color: rgba(37,46,66,0.5);
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media (max-width: 1025.98px) {
    .module-partner-gallery-group .title-wrap {
        margin-bottom:20px
    }

    .module-partner-gallery-group .image-wrap img {
        height: 50vw
    }

    .module-partner-gallery-group .image-wrap .text-wrap {
        font-size: 14px;
        line-height: 28px;
        padding: 0 20px
    }
}

.page-news .module-items-3-cols .item-wrap {
    display: block
}

.page-news .module-items-3-cols .item-wrap .text-wrap span {
    color: #f60;
    font-weight: 500
}

@media (max-width: 1025.98px) {
    .page-news .module-items-3-cols .item-wrap {
        display:flex;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .page-news .module-items-3-cols .item-wrap .image-wrap {
        width: calc(3/8 * 100%)
    }

    .page-news .module-items-3-cols .item-wrap .image-wrap img {
        border-radius: 8px
    }

    .page-news .module-items-3-cols .item-wrap .text-wrap {
        padding: 0 20px;
        width: calc(5/8 * 100%)
    }

    .page-news .module-items-3-cols .item-wrap .text-wrap .top {
        margin-bottom: 8px
    }

    .page-news .module-items-3-cols .item-wrap .text-wrap .top .date:after {
        display: none
    }

    .page-news .module-items-3-cols .item-wrap .text-wrap .top .time-read {
        display: none
    }

    .page-news .module-items-3-cols .item-wrap .text-wrap p {
        margin-bottom: 0
    }

    .page-news .module-items-3-cols .item-wrap .text-wrap span {
        display: none
    }
}

.news-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.news-image-wrap:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.news-image-wrap img {
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.news-image-wrap video {
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    border-radius: 8px
}

.news-text-wrap .top {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.news-text-wrap .top .tag {
    padding: 0 10px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-right: 12px
}

.news-text-wrap .top .tag.article {
    color: #1e90ff;
    background-color: rgba(30,144,255,0.1)
}

.news-text-wrap .top .tag.video {
    color: #9B51E0;
    background-color: rgba(155,81,224,0.1)
}

.news-text-wrap .top .date:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #3A4868;
    margin: 0 10px
}

.news-text-wrap h2 {
    font-family: "Montserrat",sans-serif;
    color: #252E42;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 54px;
    font-weight: 500
}

.news-text-wrap h4 {
    font-family: "Montserrat",sans-serif;
    color: #252E42
}

.news-text-wrap p {
    margin-bottom: 32px
}

.news-text-wrap span,.news-text-wrap a {
    color: #f60;
    text-transform: uppercase;
    font-weight: 600
}

.module-news-promote {
    background-color: #F8F9FA
}

@media (max-width: 1025.98px) {
    .module-news-promote .news-image-wrap {
        margin-bottom:20px
    }

    .module-news-promote .news-text-wrap .top {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .module-news-promote .news-text-wrap h2 {
        font-size: 24px;
        line-height: 36px
    }

    .module-news-promote .news-text-wrap p {
        margin-bottom: 20px
    }
}

.module-news-list h2 {
    color: #f60;
    margin-bottom: 32px
}

.module-news-list .list .row {
    margin-bottom: 32px
}

.module-news-list .list .news-image-wrap {
    padding-top: calc(9/16 * 100%)
}

.module-news-list .list .news-image-wrap img {
    width: 100%;
    height: 100%
}

.module-news-list .list .news-text-wrap {
    padding-left: 40px
}

.module-news-list .list .news-text-wrap .top {
    margin-bottom: 12px
}

@media (max-width: 1025.98px) {
    .module-news-list .list .row {
        margin-bottom:20px
    }

    .module-news-list .list .row .col-lg-4 {
        flex: calc(3/8 * 100%);
        max-width: calc(3/8 * 100%);
        padding-right: 0
    }

    .module-news-list .list .row .col-lg-8 {
        flex: calc(5/8 * 100%);
        max-width: calc(5/8 * 100%);
        padding-left: 0
    }

    .module-news-list .list .news-text-wrap {
        padding-left: 20px
    }

    .module-news-list .list .news-text-wrap .top {
        margin-bottom: 8px
    }

    .module-news-list .list .news-text-wrap .top .date:after {
        display: none
    }

    .module-news-list .list .news-text-wrap .top .time-read {
        display: none
    }

    .module-news-list .list .news-text-wrap h4 {
        font-size: 14px;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 56px
    }

    .module-news-list .list .news-text-wrap p,.module-news-list .list .news-text-wrap span {
        display: none
    }
}

.page-news-detail .module-items-3-cols {
    background-color: #F8F9FA
}

.page-news-detail .module-items-3-cols .item-wrap .text-wrap {
    background-color: #fff
}

.page-news-detail .module-items-3-cols .item-wrap .text-wrap span {
    color: #f60;
    font-weight: 500
}

@media (max-width: 1025.98px) {
    .page-news-detail .module-items-3-cols .item-wrap {
        display:flex;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .page-news-detail .module-items-3-cols .item-wrap .image-wrap {
        width: calc(3/8 * 100%);
        padding-top: 25%
    }

    .page-news-detail .module-items-3-cols .item-wrap .image-wrap img {
        border-radius: 8px
    }

    .page-news-detail .module-items-3-cols .item-wrap .text-wrap {
        padding: 0 20px;
        width: calc(5/8 * 100%);
        background-color: transparent
    }

    .page-news-detail .module-items-3-cols .item-wrap .text-wrap .top {
        margin-bottom: 8px
    }

    .page-news-detail .module-items-3-cols .item-wrap .text-wrap .top .date:after {
        display: none
    }

    .page-news-detail .module-items-3-cols .item-wrap .text-wrap .top .time-read {
        display: none
    }

    .page-news-detail .module-items-3-cols .item-wrap .text-wrap p {
        margin-bottom: 0
    }

    .page-news-detail .module-items-3-cols .item-wrap .text-wrap span {
        display: none
    }
}

.page-news-detail .module-text-wysiwyg .container {
    position: relative;
    z-index: 2
}

.page-news-detail .module-text-wysiwyg .pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100% 0 0 0;
    width: 50vw
}

.page-news-detail .module-text-wysiwyg .pattern:before {
    padding-top: 50vw
}

.page-news-detail .module-text-wysiwyg img {
    width: 100% !important;
    height: auto !important
}

.page-news-detail .module-text-wysiwyg ul {
    list-style: initial !important;
    padding: revert !important;
    margin: revert !important
}

.news-detail-top-module {
    position: relative;
    margin-top: 119px;
    padding-top: 60px
}

.news-detail-top-module:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #252E42
}

.news-detail-top-module .container {
    position: relative;
    z-index: 2
}

.news-detail-top-module .top h1 {
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: #f60
}

.news-detail-top-module .top .info-wrap {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #B7C1D6
}

.news-detail-top-module .top .info-wrap .tag {
    padding: 0 10px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-right: 12px
}

.news-detail-top-module .top .info-wrap .tag.article {
    color: #1e90ff;
    background-color: rgba(30,144,255,0.1)
}

.news-detail-top-module .top .info-wrap .tag.video {
    color: #9B51E0;
    background-color: rgba(155,81,224,0.1)
}

.news-detail-top-module .top .info-wrap .date:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #3A4868;
    margin: 0 10px
}

.news-detail-top-module .bottom {
    margin-top: 60px
}

.news-detail-top-module .bottom img {
    border-radius: 0 160px 0 0;
    margin-left: -60px;
    width: calc(100% + 60px)
}

@media (max-width: 1025.98px) {
    .news-detail-top-module {
        margin-top:0;
        padding-top: 104px
    }

    .news-detail-top-module .top h1 {
        margin-bottom: 40px
    }

    .news-detail-top-module .bottom {
        margin-top: 40px
    }

    .news-detail-top-module .bottom img {
        border-radius: 0 80px 0 0;
        margin-left: -20px;
        width: calc(100% + 20px)
    }
}

.page-about .module-short-introduce .text-wrap {
    position: sticky;
    top: 100px;
    max-width: 80%
}

@media (max-width: 1025.98px) {
    .page-about .module-short-introduce .text-wrap {
        max-width:100%
    }
}

.module-our-team {
    background-color: #FAFAFA
}

.module-our-team .title-wrap {
    margin-bottom: 80px
}

.module-our-team .title-wrap h2 {
    color: #f60
}

.module-our-team .list .item {
    margin-bottom: 60px
}

.module-our-team .list .item:hover .info-wrap .job-title:after {
    width: 100px
}

.module-our-team .list .item:last-of-type {
    margin-bottom: 0
}

.module-our-team .list .item .avatar-wrap img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 8px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-our-team .list .item .info-wrap {
    padding-left: 80px
}

.module-our-team .list .item .info-wrap .name {
    display: block;
    font-weight: 600;
    color: #414D65;
    margin-bottom: 0
}

.module-our-team .list .item .info-wrap .job-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #f60;
    margin: 32px 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.module-our-team .introduce-expanded-wrap {
    position: relative;
    padding-top: 10px;
    padding-right: 40px;
    border-top: solid 1px #f60;
    display: none
}

.module-our-team .introduce-expanded-wrap .close-expanded {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    height: 30px;
    background-color: #252E42;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-our-team .introduce-expanded-wrap .close-expanded:hover {
    background-color: #f60
}

.module-our-team .introduce-expanded-wrap .close-expanded .icon-close {
    width: 20px;
    height: 20px
}

@media (max-width: 1025.98px) {
    .module-our-team .title-wrap {
        margin-bottom:40px
    }

    .module-our-team .list .item .avatar-wrap {
        width: 100%;
        margin-bottom: 24px
    }

    .module-our-team .list .item .info-wrap {
        padding-left: 0
    }

    .module-our-team .list .item .info-wrap .job-title:after {
        margin: 16px 0
    }

    .module-our-team .list .item .info-wrap .desc p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        max-height: 112px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    .module-our-team .list .item .info-wrap .desc p.active:after {
        display: none
    }

    .module-our-team .list .item .info-wrap .desc p:after {
        content: '';
        position: absolute;
        bottom: 10px;
        right: 10px;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
        border-top: solid 5px #f60
    }

    .module-our-team .list .item .info-wrap .desc p.active {
        -webkit-line-clamp: 100;
        max-height: 100vh
    }

    .module-our-team .introduce-expanded-wrap {
        display: none !important
    }
}

@media (min-width: 1026px) {
    .module-our-team .list {
        display:flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: -10px;
        margin-right: -10px
    }

    .module-our-team .list .row {
        width: 25%;
        margin: 0;
        padding: 0 10px
    }

    .module-our-team .list .row .col-3,.module-our-team .list .row .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }

    .module-our-team .list .item {
        position: relative
    }

    .module-our-team .list .item.active:after {
        content: '';
        position: absolute;
        left: 30px;
        bottom: 0;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        border-bottom: solid 8px #f60
    }

    .module-our-team .list .item .info-wrap {
        padding: 20px
    }

    .module-our-team .list .item .info-wrap .job-title:after {
        display: none
    }

    .module-our-team .list .item .info-wrap .desc {
        display: none
    }
}

.page-support .module-banner-hero {
    margin-bottom: 0
}

.module-support-search .box {
    padding: 40px;
    background-color: #252E42;
    text-align: center
}

.module-support-search .box h1,.module-support-search .box .support-search-wrap,.module-support-search .box p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
}

.module-support-search .box h1 {
    color: #f60;
    margin-bottom: 20px
}

.module-support-search .box p {
    margin-bottom: 40px;
    color: #B7C1D6
}

.module-support-search .box .support-search-wrap {
    position: relative;
    margin-bottom: 40px
}

.module-support-search .box .support-search-wrap svg,.module-support-search .box .support-search-wrap img {
    position: absolute;
    top: 50%;
    left: 16px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.module-support-search .box .support-search-wrap input {
    line-height: 54px;
    height: 54px;
    border: solid 1px #1e90ff;
    padding-left: 60px;
    padding-right: 16px;
    background-color: transparent;
    width: 100%;
    border-radius: 4px;
    color: #F8F9FA
}

.module-support-search .box .support-search-wrap input::placeholder {
    color: #F8F9FA
}

.module-support-search .box ul {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center
}

.module-support-search .box ul li {
    width: calc(1/3 * 100% - 20px);
    padding: 24px;
    border: solid 1px #f60;
    border-radius: 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-support-search .box ul li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #f60
}

.module-support-search .box ul li:hover span {
    color: #fff
}

.module-support-search .box ul li:hover a {
    color: #fff
}

.module-support-search .box ul li ~ li {
    margin-left: 30px
}

.module-support-search .box ul li span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #f60;
    text-transform: uppercase
}

.module-support-search .box ul li a {
    color: #B7C1D6;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media (max-width: 1025.98px) {
    .module-support-search[class*='module'] {
        padding-top:0;
        margin-top: -80px;
        z-index: 20
    }

    .module-support-search .box {
        padding: 40px 20px;
        border-radius: 8px
    }

    .module-support-search .box h1,.module-support-search .box .support-search-wrap,.module-support-search .box p {
        max-width: 100%;
        margin-right: auto
    }

    .module-support-search .box h1 {
        margin-bottom: 10px
    }

    .module-support-search .box p {
        margin-bottom: 20px
    }

    .module-support-search .box .support-search-wrap {
        margin-bottom: 20px
    }

    .module-support-search .box ul {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        align-items: stretch
    }

    .module-support-search .box ul li {
        width: 100%;
        padding: 10px 20px
    }

    .module-support-search .box ul li ~ li {
        margin-left: 0;
        margin-top: 10px
    }

    .module-support-search .box ul li span {
        font-size: 14px
    }
}

.module-faq h2 {
    color: #f60;
    margin-bottom: 60px;
    text-align: center
}

.module-faq .list .item {
    position: relative;
    padding: 24px;
    border-radius: 8px;
    background-color: #F8F9FA
}

.module-faq .list .item.active:after {
    content: '-'
}

.module-faq .list .item.active h4 {
    padding-bottom: 12px
}

.module-faq .list .item.active p {
    max-height: 300vh
}

.module-faq .list .item:after {
    content: '+';
    position: absolute;
    top: 29px;
    right: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 34px;
    text-align: center;
    color: #f60;
    font-weight: 600
}

.module-faq .list .item ~ .item {
    margin-top: 16px
}

.module-faq .list .item h4 {
    color: #252E42;
    margin-bottom: 0;
    padding-right: 40px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.module-faq .list .item p {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media (max-width: 1025.98px) {
    .module-faq h2 {
        margin-bottom:40px
    }

    .module-faq .list .item {
        padding: 16px
    }

    .module-faq .list .item:after {
        top: 18px;
        font-size: 24px
    }
}

.module-map-embed[class*='module-'] {
    padding-top: 126px
}

.module-map-embed .map-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.module-map-embed .map-wrap:before {
    content: '';
    display: block;
    padding-top: calc(650/1440 * 100%)
}

.module-map-embed .map-wrap iframe {
    width: 100%;
    height: 100%
}

@media (max-width: 1025.98px) {
    .module-map-embed[class*='module-'] {
        padding-top:73px
    }

    .module-map-embed .map-wrap {
        margin-top: 40px
    }

    .module-map-embed .map-wrap:before {
        padding-top: calc(4/3 * 100%)
    }
}

.contact-form-wrap {
    padding-left: 20px
}

.contact-form-wrap .text-wrap {
    margin-bottom: 20px
}

.contact-form-wrap .text-wrap h1 {
    color: #f60;
    margin-bottom: 0
}

.contact-form-wrap .text-wrap h3 {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    margin-bottom: 12px
}

.contact-form-wrap .nf-form-content .nf-field-element input:not([type=button]),.contact-form-wrap .nf-form-content .nf-field-element textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    border: solid 1px rgba(37,46,66,0.1);
    padding: 0 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 4px;
    color: #252E42;
    font-family: "Montserrat",sans-serif
}

.contact-form-wrap .nf-form-content .nf-field-element input:not([type=button])::placeholder,.contact-form-wrap .nf-form-content .nf-field-element textarea::placeholder {
    color: #B7C1D6
}

.contact-form-wrap .nf-form-content .nf-field-element textarea {
    height: 162px
}

.contact-form-wrap .list-radio-wrap {
    margin-top: 10px
}

.contact-form-wrap .list-radio-wrap .nf-field-element label {
    font-size: 16px;
    margin-left: 0 !important
}

.contact-form-wrap .list-radio-wrap .nf-field-element label.nf-checked-label:before,.contact-form-wrap .list-radio-wrap .nf-field-element label.nf-checked-label:after {
    display: none
}

.contact-form-wrap .list-radio-wrap .nf-field-element label:before,.contact-form-wrap .list-radio-wrap .nf-field-element label:after {
    display: none
}

.contact-form-wrap .list-radio-wrap .nf-field-element input[type=radio].ninja-forms-field {
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 10px;
    padding: 0;
    width: 10px !important;
    height: 10px;
    vertical-align: middle
}

.contact-form-wrap .list-radio-wrap .nf-field-element input[type=radio].ninja-forms-field:checked {
    background-color: #f60
}

.contact-form-wrap .list-radio-wrap .nf-field-element ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.contact-form-wrap .list-radio-wrap .nf-field-element ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important
}

.contact-form-wrap .list-radio-wrap .nf-field-element ul li ~ li {
    margin-left: 20px !important
}

@media (max-width: 1025.98px) {
    .contact-form-wrap {
        padding-left:0;
        margin-top: 40px
    }

    .contact-form-wrap .list-radio-wrap .nf-field-element label {
        font-size: 14px
    }

    .contact-form-wrap .list-radio-wrap .nf-field-element label.nf-checked-label:before {
        bottom: 6px
    }

    .contact-form-wrap .list-radio-wrap .nf-field-element ul li {
        width: 100%
    }

    .contact-form-wrap .list-radio-wrap .nf-field-element ul li ~ li {
        margin-left: 0 !important;
        margin-top: 10px !important
    }

    .contact-form-wrap .submit-wrap {
        position: relative
    }

    .contact-form-wrap .submit-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f60;
        border-radius: 8px
    }

    .contact-form-wrap .submit-wrap .ninja-forms-field {
        position: relative;
        width: 100% !important;
        text-align: center;
        z-index: 2;
        background-color: transparent !important;
        background-image: none;
        margin-bottom: 0 !important
    }
}

.page-search .module-items-3-cols .item-wrap {
    display: block;
    margin-bottom: 40px
}

@media (max-width: 1025.98px) {
    .page-search .module-items-3-cols .item-wrap {
        display:flex;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .page-search .module-items-3-cols .item-wrap .image-wrap {
        width: calc(3/8 * 100%)
    }

    .page-search .module-items-3-cols .item-wrap .image-wrap img {
        border-radius: 8px
    }

    .page-search .module-items-3-cols .item-wrap .text-wrap {
        padding: 0 20px;
        width: calc(5/8 * 100%);
        background-color: transparent
    }

    .page-search .module-items-3-cols .item-wrap .text-wrap .top {
        margin-bottom: 8px
    }

    .page-search .module-items-3-cols .item-wrap .text-wrap .top .date:after {
        display: none
    }

    .page-search .module-items-3-cols .item-wrap .text-wrap .top .time-read {
        display: none
    }

    .page-search .module-items-3-cols .item-wrap .text-wrap p {
        margin-bottom: 0
    }
}

.page-downloads .simple-heading {
    text-align: center
}

.page-downloads .simple-heading .title-wrap h1 {
    margin-bottom: 0
}

.page-downloads .module-items-3-cols .item-wrap {
    margin-bottom: 40px
}

@media (max-width: 1025.98px) {
    .page-downloads .module-items-3-cols .item-wrap {
        margin-bottom:20px
    }

    .page-downloads .module-items-3-cols .item-wrap .image-wrap {
        padding-top: calc(9/16 * 100%)
    }
}

.simple-heading {
    padding-top: 143px
}

.simple-heading .title-wrap h1 {
    color: #f60;
    text-align: center;
    margin-bottom: 32px
}

.simple-heading .title-wrap p {
    font-weight: 600
}

.simple-heading .search-again-wrap {
    position: relative;
    width: 100%;
    margin-top: 12px
}

.simple-heading .search-again-wrap svg,.simple-heading .search-again-wrap img {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.simple-heading .search-again-wrap input {
    line-height: 40px;
    height: 40px;
    border: solid 1px #252E42;
    padding-left: 40px;
    padding-right: 16px;
    background-color: transparent;
    width: 100%;
    border-radius: 4px
}

@media (max-width: 1025.98px) {
    .simple-heading {
        padding-top:84px
    }
}

html {
    font-size: 10px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html:not(.open-overlay) {
    padding-right: 0 !important
}

html.sr .widget,html.sr .load-hidden {
    visibility: hidden
}

body {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3A4868;
    background-color: #FAFAFA;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    margin: 0 auto;
    max-width: 1920px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    transition: opacity .8s
}

body.lock-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media (max-width: 1025.98px) {
    body {
        width:100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 1920px) {
    body.lock-scroll {
        margin-left:calc((100vw - 1920px)/2)
    }
}

* {
    box-sizing: border-box;
    font-family: "Montserrat",sans-serif !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

*:focus {
    outline: none !important
}

a {
    color: #3A4868
}

a,a:hover,a:visited,a:active,a:link {
    text-decoration: none
}

i {
    font-style: italic
}

img {
    border: none;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

img:not([src]) {
    visibility: hidden
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0 0 16px
}

h1,h2,h3 {
    font-family: "Samsung Sharp Sans",sans-serif !important;
    font-weight: 600;
    color: #252E42
}

h1 *,h2 *,h3 * {
    font-family: "Samsung Sharp Sans",sans-serif !important
}

p {
    margin: 0 auto 16px
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

label>* {
    pointer-events: none
}

picture {
    display: block
}

picture img {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

h1 {
    font-size: 30px;
    line-height: 40px
}

h2 {
    font-size: 24px;
    line-height: 36px
}

h3 {
    font-size: 18px;
    line-height: 28px
}

h4 {
    font-size: 16px;
    line-height: 28px
}

h1.h1,h2.h1,h3.h1,h4.h1 {
    font-size: 30px;
    line-height: 40px
}

h1.h2,h2.h2,h3.h2,h4.h2 {
    font-size: 24px;
    line-height: 36px
}

h1.h3,h2.h3,h3.h3,h4.h3 {
    font-size: 18px;
    line-height: 28px
}

h1.h4,h2.h4,h3.h4,h4.h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold
}

*.big-text {
    font-size: 26px;
    line-height: 52px
}

*.medium-text {
    font-size: 18px;
    line-height: 28px
}

*.small-text {
    font-size: 12px;
    line-height: 28px
}

[class*='module-'] {
    position: relative;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px
}

[class*='module-'].has-bg {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (max-width: 1025.98px) {
    .page {
        width:100%;
        overflow-x: hidden;
        overflow-y: scroll
    }

    img {
        -webkit-user-select: none;
        -webkit-touch-callout: none
    }
}

@media (min-width: 1026px) {
    h1,h2,h3,h4,h5,h6,p {
        margin-bottom:12px
    }

    p {
        margin-bottom: 12px
    }

    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    body {
        font-size: 18px;
        line-height: 200%
    }

    h1 {
        font-size: 48px;
        line-height: 60px
    }

    h2 {
        font-size: 40px;
        line-height: 52px
    }

    h3,h4 {
        font-size: 24px;
        line-height: 36px
    }

    h1.h1,h2.h1,h3.h1,h4.h1 {
        font-size: 48px;
        line-height: 60px
    }

    h1.h2,h2.h2,h3.h2,h4.h2 {
        font-size: 40px;
        line-height: 52px
    }

    h1.h3,h1.h4,h2.h3,h2.h4,h3.h3,h3.h4,h4.h3,h4.h4 {
        font-size: 24px;
        line-height: 36px
    }

    *.big-text {
        font-size: 24px;
        line-height: 36px
    }

    *.medium-text {
        font-size: 16px;
        line-height: 28px
    }

    *.small-text {
        font-size: 14px;
        line-height: 28px
    }

    [class*='module-'] {
        padding-top: 50px;
        padding-bottom: 50px
    }

    [class*='module-'].has-bg {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (min-width: 1440px) {
    .container {
        padding-left:60px;
        padding-right: 60px
    }
}
.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}
/*# sourceMappingURL=style.css.map */

