.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}

.mt-90 {
    margin-top: 90px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .mt-90 {
        margin-top: 40px
    }
}

.mt-168 {
    margin-top: 168px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .mt-168 {
        margin-top: 80px
    }
}

.mb-55 {
    margin-bottom: 55px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .mb-55 {
        margin-top: 72px
    }
}

@font-face {
    font-display: swap;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Regular.eot);
    src: url("../../../../../../../../themes/parla/dist/fonts/Satoshi-Regulard41d.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Regular.woff2) format("woff2"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Regular.woff) format("woff"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    src: url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Light.eot);
    src: url("../../../../../../../../themes/parla/dist/fonts/Satoshi-Lightd41d.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Light.woff2) format("woff2"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Light.woff) format("woff"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Light.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    src: url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Medium.eot);
    src: url("../../../../../../../../themes/parla/dist/fonts/Satoshi-Mediumd41d.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Medium.woff2) format("woff2"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Medium.woff) format("woff"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'Satoshi Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Bold.eot);
    src: url("../../../../../../../../themes/parla/dist/fonts/Satoshi-Boldd41d.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Bold.woff2) format("woff2"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Bold.woff) format("woff"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'Satoshi Black';
    font-style: normal;
    font-weight: 900;
    src: url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Black.eot);
    src: url("../../../../../../../../themes/parla/dist/fonts/Satoshi-Blackd41d.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Black.woff2) format("woff2"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Black.woff) format("woff"), url(../../../../../../../../themes/parla/dist/fonts/Satoshi-Black.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'Neue Augenblick SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-SemiBold.woff2) format("woff2"), url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-SemiBold.woff) format("woff"), url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-SemiBold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'Neue Augenblick Light';
    font-style: normal;
    font-weight: 300;
    src: url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-Light.woff2) format("woff2"), url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-Light.woff) format("woff"), url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-Light.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'Neue Augenblick Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-Regular.woff2) format("woff2"), url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-Regular.woff) format("woff"), url(../../../../../../../../themes/parla/dist/fonts/NeueAugenblick-Regular.ttf) format("truetype")
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    background-color: #fff;
    -webkit-font-smoothing: antialiased
}

*:focus {
    outline: none
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none !important
}

main {
    overflow: hidden
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sm-md-overflow-none {
        overflow: hidden
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .container {
        max-width: 100% !important
    }
}

@media only screen and (min-width:992px) {
    .container {
        max-width: calc(100% - 100px) !important
    }
}

@media only screen and (min-width:1100px) {
    .container {
        max-width: calc(100% - 180px) !important
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1400px !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    margin: 5px 0 20px 20px;
    float: right
}

.alignleft {
    margin: 5px 20px 20px 0;
    float: left
}

a img.alignright {
    margin: 5px 0 20px 20px;
    float: right
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    margin: 5px 20px 20px 0;
    float: left
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    padding: 0;
    border: 0 none;
    margin: 0
}

.wp-caption p.wp-caption-text {
    padding: 0 4px 5px;
    margin: 0;
    font-size: 11px;
    line-height: 17px
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal !important
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    font-size: 1em;
    line-height: normal;
    text-decoration: none
}

.mc4wp-response {
    margin-top: 15px !important
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-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: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary: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, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .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;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    margin: 0;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    position: absolute;
    z-index: 99997;
    direction: ltr;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    top: 0;
    left: 0;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 44px;
    mix-blend-mode: difference;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    z-index: 99994;
    overflow: visible;
    direction: ltr;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal
}

.fancybox-slide::before {
    display: inline-block;
    width: 0;
    height: 100%;
    content: '';
    font-size: 0;
    vertical-align: middle
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    position: relative;
    display: inline-block;
    overflow: auto;
    max-width: 100%;
    padding: 44px;
    margin: 0;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;
    overflow: visible;
    max-width: none;
    padding: 0;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    overflow: visible;
    width: 100%;
    height: 100%;
    padding: 0
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent
}

.fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0
}

.fancybox-error {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    padding: 0;
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    margin: 0;
    background: rgba(30, 30, 30, .6);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: #ff5268;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.fancybox-close-small {
    position: absolute;
    z-index: 401;
    top: -44px;
    right: -12px;
    padding: 8px;
    border: 0;
    background: transparent;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
    padding: 10px;
    color: currentColor
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
    height: 100px;
    background-clip: content-box;
    opacity: 0
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    right: env(safe-area-inset-right);
    padding: 31px 6px 31px 26px
}

.fancybox-caption {
    z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 75px 44px 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    pointer-events: none;
    text-align: center
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    overflow: auto;
    max-height: 50vh;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 4px solid #888;
    margin: -25px 0 0 -25px;
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
    opacity: .7
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-right: 6px;
        padding-left: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        padding: 6px;
        background: #4e4e4e;
        color: #f2f4f6;
        opacity: 1
    }

    .fancybox-caption {
        padding-right: 12px;
        padding-left: 12px
    }
}

.fancybox-share {
    max-width: 90%;
    padding: 30px;
    background: #f4f4f4;
    border-radius: 3px;
    text-align: center
}

.fancybox-share h1 {
    margin: 0 0 20px;
    color: #222;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    padding: 0;
    margin: 0
}

.fancybox-share__button {
    display: inline-block;
    min-width: 130px;
    padding: 0 15px;
    border: 0;
    margin: 0 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    margin: 10px 0 0;
    background: transparent;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 212px;
    padding: 2px 2px 4px;
    margin: 0;
    background: #ddd;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    position: relative;
    overflow: hidden;
    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    padding: 0;
    margin: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

.fancybox-thumbs__list a::before {
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 6px solid #ff5268;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(.25, .46, .45, .94);
    transition: all 0.2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.fancybox-toolbar {
    display: none !important
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../../../../../themes/parla/dist/css/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #dbe2e8;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #dc3545;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #dbe2e8;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #dc3545
}

.responsively-lazy:not(img) {
    position: relative;
    height: 0
}

.responsively-lazy:not(img)>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img.responsively-lazy {
    width: 100%
}

@font-face {
    font-display: swap;
    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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev: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-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(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%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-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, .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    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;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    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
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

.fadeInUp-scroll {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.fadeInUp-scroll[data-position*='left-to-right'] {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.fadeInUp-scroll[data-position*='right-to-left'] {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

.fadeInUp-scroll[data-position*='top-to-bottom'] {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.fadeInUp-scroll[data-position*='bottom-to-top'] {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.fadeInUp-scroll.visible {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.fadeInUp-scroll.visible[data-position*='left-to-right'],
.fadeInUp-scroll.visible[data-position*='right-to-left'] {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.scale-scroll {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.scale-scroll.visible {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: all 1s;
    transition: all 1s
}

.image-animation {
    position: relative;
    overflow: hidden
}

.image-animation::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: left 600ms cubic-bezier(.835, .015, .245, .995) 0s;
    transition: left 600ms cubic-bezier(.835, .015, .245, .995) 0s
}

.image-animation::after {
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(247, 247, 249, .95)
}

.image-animation.animate::before {
    left: 100%
}

.image-animation-custom {
    overflow: hidden
}

.image-animation-custom img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: relative;
    right: -200%
}

.image-animation-custom.animate img {
    right: 0
}

@-webkit-keyframes image-animation {
    from {
        background-color: #fff
    }

    to {
        background-color: transparent
    }
}

@keyframes image-animation {
    from {
        background-color: #fff
    }

    to {
        background-color: transparent
    }
}

@-webkit-keyframes image-animation-filter {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }
}

@keyframes image-animation-filter {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }
}

.text-title-animation span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms opacity, 300ms visibility;
    transition: 300ms opacity, 300ms visibility
}

.text-title-animation span.show {
    opacity: 1;
    visibility: visible
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    overflow: visible;
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto
}

[type='search'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.no-horizontal-padding {
    padding-right: 0;
    padding-left: 0
}

.mb-50 {
    margin-bottom: 50px
}

.cookie-box {
    width: 100%;
    position: fixed;
    padding: 24px;
    bottom: -100vh;
    left: 0;
    z-index: 400;
    -webkit-transition: 1s;
    transition: 1s
}

@media (prefers-reduced-motion:reduce) {
    .cookie-box {
        -webkit-transition: none;
        transition: none
    }
}

.cookie-box-show {
    bottom: 0
}

.cookie-box-main {
    background: #f7f6f3;
    max-width: 1200px;
    min-height: 72px;
    border-radius: 100px;
    padding: 14px 24px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .cookie-box-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        border-radius: 24px;
        max-width: 450px
    }
}

.cookie-box-main-text {
    max-width: 860px
}

.cookie-box-main-text p {
    color: #53565a;
    font-size: 16px;
    line-height: 21.6px;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .cookie-box-main-text p {
        font-size: 14px;
        line-height: 18px
    }
}

.cookie-box-main-text p a {
    color: #53565a;
    border-bottom: 1px solid currentColor
}

.cookie-box-main-close-button {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    background: #fdd26e;
    color: #000;
    font-size: 12px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 158px;
    height: 44px;
    cursor: pointer;
    margin-left: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .cookie-box-main-close-button {
        margin-top: 20px;
        margin-left: 0
    }
}

.footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 160px 60px 144px;
    border-top: 1px solid #e6e6e6
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 16px 144px;
        border-top: 0
    }
}

.footer-action {
    width: 45%;
    max-width: 400px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px
    }
}

.footer-action-logo {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-logo {
        margin-bottom: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-action-logo p {
    font-size: 12px;
    line-height: 1;
    color: #000;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    white-space: nowrap
}

.footer-action-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 105px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-logo a {
        max-width: 70px
    }
}

.footer-action-logo a svg {
    width: 100%;
    height: 100%
}

.footer-action-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-social {
        margin-bottom: 24px
    }
}

.footer-action-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none
}

.footer-action-social ul li:not(:last-child) {
    margin-right: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-social ul li:not(:last-child) {
        margin-right: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-action-social ul li:not(:last-child) {
        margin-right: 20px
    }
}

.footer-action-social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border: 1.6px solid #000;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-social ul li a {
        padding: 10px;
        border: .8px solid #000
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-action-social ul li a {
        padding: 11px
    }
}

.footer-action-social ul li a:hover {
    background-color: #000
}

.footer-action-social ul li a:hover i svg path {
    fill: #fff
}

.footer-action-social ul li a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-social ul li a i {
        width: 13px;
        height: 13px
    }
}

.footer-action-social ul li a i svg {
    width: 100%;
    height: 100%
}

.footer-action-social ul li a i svg path {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.footer-action-text {
    margin-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer-action-text {
        width: 100% !important;
        margin-bottom: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-action-text {
        width: 75% !important;
        margin-bottom: 24px
    }
}

.footer-action-text p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: rgba(83, 86, 90, .7);
    font-size: 15px;
    line-height: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-text p {
        font-size: 12px;
        line-height: 16px;
        text-align: center
    }
}

.footer-action-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer-action-form {
        width: 100% !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-action-form {
        width: 75% !important
    }
}

.footer-action-form input {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    width: 100%;
    padding: 17px 24px;
    border: none;
    background: #f9f9f9;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    outline: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-form input {
        padding: 12px;
        font-size: 12px;
        line-height: 16px
    }
}

.footer-action-form input::-webkit-input-placeholder {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 22px
}

.footer-action-form input::-moz-placeholder {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 22px
}

.footer-action-form input:-ms-input-placeholder {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 22px
}

.footer-action-form input::-ms-input-placeholder {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 22px
}

.footer-action-form input::placeholder {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 22px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-form input::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 16px
    }

    .footer-action-form input::-moz-placeholder {
        font-size: 12px;
        line-height: 16px
    }

    .footer-action-form input:-ms-input-placeholder {
        font-size: 12px;
        line-height: 16px
    }

    .footer-action-form input::-ms-input-placeholder {
        font-size: 12px;
        line-height: 16px
    }

    .footer-action-form input::placeholder {
        font-size: 12px;
        line-height: 16px
    }
}

.footer-action-form button {
    padding: 12px 16px;
    border: none;
    background-color: #000;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-form button {
        padding: 8px 20px
    }
}

.footer-action-form button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-action-form button i {
        width: 24px;
        height: 24px
    }
}

.footer-action-form form {
    width: 100%
}

.footer-nav {
    width: 55%
}
    
@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav {
        width: 70%;
        /* margin: 0 auto */
    }
}

.footer-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item.is-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item.is-mobile .footer-nav-item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-nav-item.is-mobile .footer-nav-item-content:last-child .footer-nav-item-content-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item.is-mobile .footer-nav-item-content:last-child .footer-nav-item-content-list ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item.is-mobile .footer-nav-item-content .footer-nav-item-content-list ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item.is-mobile .footer-nav-item-content:not(:last-child) {
        display: none
    }
}

.footer-nav-item:first-child {
    margin-bottom: 102px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item:first-child {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 62px
    }
}

.footer-nav-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer-nav-item-content {
        width: 40%;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-nav-item-content {
        width: auto;
        max-width: 100px;
        margin-bottom: 32px
    }
}

.footer-nav-item-content:last-child {
    padding-left: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item-content:last-child {
        padding-left: 0
    }
}

.footer-nav-item-content-head {
    margin-bottom: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item-content-head {
        margin-bottom: 24px
    }
}

.footer-nav-item-content-head h3 {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.footer-nav-item-content-list ul {
    list-style: none
}

.footer-nav-item-content-list ul li:not(:last-child) {
    margin-bottom: 6px
}

.footer-nav-item-content-list ul li a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap
}

.footer-nav-item-content-list ul li a:hover svg g {
    opacity: 1
}

.footer-nav-item-content-list ul li a svg g {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-nav-item-content-list ul li a svg g {
        opacity: 1
    }
}

.footer-vector {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 492px;
    height: 192px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .footer-vector {
        bottom: 54px;
        width: 190px;
        height: 192px
    }
}

.footer-vector i svg {
    width: 100%;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mc4wp-form-fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.mc4wp-alert.mc4wp-error {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    color: red;
    font-size: 15px;
    line-height: 20px
}

.mc4wp-alert.mc4wp-success p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-top: 15px !important;
    color: green !important;
    font-size: 15px !important;
    line-height: 20px !important
}

.mc4wp-alert.mc4wp-error p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    color: red;
    font-size: 15px;
    line-height: 20px
}

.full-width-search {
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
    transition: transform 0.5s ease, opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.5s ease;
    position: fixed;
    z-index: 20;
    top: 116px;
    left: 0;
    width: 100%;
    height: 105px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .full-width-search {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-width-search {
        height: 64px
    }
}

.full-width-search.is-search {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    visibility: visible !important
}

.full-width-search.is-open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible
}

.full-width-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.full-width-search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.full-width-search-input input {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px 0;
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 30px;
    line-height: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-width-search-input input {
        font-family: 'Satoshi Light';
        font-style: normal;
        font-weight: 300;
        padding: 16px 0;
        font-size: 24px;
        line-height: 32px
    }
}

.full-width-search-input input::-webkit-input-placeholder {
    color: #c4c4c4
}

.full-width-search-input input::-moz-placeholder {
    color: #c4c4c4
}

.full-width-search-input input:-ms-input-placeholder {
    color: #c4c4c4
}

.full-width-search-input input::-ms-input-placeholder {
    color: #c4c4c4
}

.full-width-search-input input::placeholder {
    color: #c4c4c4
}

.full-width-search-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.full-width-search-close button {
    width: 17px;
    height: 17px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer
}

.full-width-search-close button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.full-width-search-close .loading {
    display: none
}

.full-width-search-close .loading.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.full-width-search-close .loading img {
    width: 24px;
    height: 24px
}

header {
    -webkit-transition: background-color 0.5s ease, height 0.8s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: background-color 0.5s ease, height 0.8s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease, height 0.8s ease;
    transition: transform 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease, height 0.8s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    position: fixed;
    z-index: 400;
    width: 100%;
    height: 116px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (prefers-reduced-motion:reduce) {
    header {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header {
        height: 124px
    }
}

header.is-search {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

header .container-fluid,
header .container-sm,
header .container-md,
header .container-lg,
header .container-xl {
    height: 100%;
    padding: 0
}

header .header-contain {
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain {
        padding: 32px 16px
    }
}

header .header-contain .d-flex.align-items-center {
    height: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain .d-flex.align-items-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

header .header-contain-item-mobile-bar {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30.6%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.6%;
    flex: 0 0 30.6%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 36px 0 36px 60px;
    background-color: #fff
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-item-mobile-bar {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-item-mobile-bar {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin-bottom: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    header .header-contain-item-mobile-bar {
        width: 32.6%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.6%;
        flex: 0 0 32.6%
    }
}

header .header-contain-item-main-menu {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    width: 71.4%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71.4%;
    flex: 0 0 71.4%;
    padding: 36px 60px 36px 0;
    background-color: #fff
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-item-main-menu {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-item-main-menu {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0;
        background-color: #fff
    }
}

header .header-contain-item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    header .header-contain-item-logo {
        gap: 8px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    header .header-contain-item-logo {
        gap: 8px
    }
}

header .header-contain-item-logo p {
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-item-logo p {
        font-size: 12px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    header .header-contain-item-logo p {
        font-size: 12px
    }
}

@media only screen and (min-width:1680px) {
    header .header-contain-item-logo p {
        font-size: 18px
    }
}

header .header-contain-item-logo p.show {
    opacity: 1;
    pointer-events: unset
}

header .header-contain-item-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .header-contain-item-logo a img,
header .header-contain-item-logo a svg {
    width: 127px;
    height: 44px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    header .header-contain-item-logo a img,
    header .header-contain-item-logo a svg {
        width: 60px;
        height: 24px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    header .header-contain-item-logo a img,
    header .header-contain-item-logo a svg {
        height: 36px;
        width: 88px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    header .header-contain-item-logo a img,
    header .header-contain-item-logo a svg {
        height: 40px;
        width: 100px
    }
}

header .header-contain-item-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-contain-item-toggle button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-item-search {
        margin-right: 14px
    }

    header .header-contain-item-search,
    header .header-contain-item-search svg,
    header .header-contain-item-search img {
        width: 20px;
        height: 20px
    }
}

header .header-contain-item-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-item-hamburger {
        height: 10px
    }
}

header .header-contain-item-hamburger span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-item-hamburger span {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-item-hamburger span {
        height: 1.5px
    }
}

header .header-contain-item-hamburger span:not(:last-child) {
    margin-bottom: 10px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-item-hamburger span:not(:last-child) {
        margin-bottom: 6.5px
    }
}

header .header-contain-item-backdrop {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    top: 122px;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100% - 122px);
    background-color: rgba(18, 18, 18, .08);
    opacity: 0;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-item-backdrop {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-item-backdrop {
        top: 100px;
        display: block;
        height: calc(100% - 100px)
    }
}

header .header-contain-menu {
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-menu {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

header .header-contain-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

header .header-contain-menu-item-dropdown::before {
    position: absolute;
    bottom: -1px;
    width: 75px;
    height: 65px;
    content: ""
}

header .header-contain-menu-item:not(:first-child) {
    margin-left: 56px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-menu-item:not(:first-child) {
        margin-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    header .header-contain-menu-item:not(:first-child) {
        margin-left: 23px
    }
}

header .header-contain-menu-item:hover .header-contain-menu-dropdown-wrapper {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible
}

header .header-contain-menu-link {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    text-decoration: none
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-menu-link {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-menu-link {
        font-size: 15px;
        line-height: 20px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    header .header-contain-menu-link {
        font-size: 14px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    header .header-contain-menu-link {
        font-size: 12px
    }
}

header .header-contain-menu-link::before {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    /* background-image: url(../../../../../../../../themes/parla/dist/img/icon-header-hover-star.svg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-menu-link::before {
        -webkit-transition: none;
        transition: none
    }
}

header .header-contain-menu-link:hover::before {
    opacity: 1;
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
    visibility: visible
}

header .header-contain-menu-button {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 88px;
    list-style: none
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    header .header-contain-menu-button {
        margin-left: 44px
    }
}

header .header-contain-menu-button button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

header .header-contain-menu-button button:not(:last-child) {
    margin-right: 40px
}

header .header-contain-menu-dropdown-wrapper {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    z-index: -1;
    top: 116px;
    left: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-menu-dropdown-wrapper {
        -webkit-transition: none;
        transition: none
    }
}

header .header-contain-menu-dropdown-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

header .header-contain-menu-dropdown-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28.6%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.6%;
    flex: 0 0 28.6%
}

header .header-contain-menu-dropdown-image img {
    width: 100%
}

header .header-contain-menu-dropdown-menu-wrapper {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 88px 0 88px 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-menu-dropdown-menu-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 40px 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    header .header-contain-menu-dropdown-menu-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 44px 50px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-menu-dropdown-menu:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 24px;
        border-top: 1px solid #f7f6f3;
        margin-top: 24px
    }
}

header .header-contain-menu-dropdown-menu:not(:last-child) {
    margin-right: 70px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    header .header-contain-menu-dropdown-menu:not(:last-child) {
        margin-right: 0
    }
}

header .header-contain-menu-dropdown-menu-item {
    list-style: none
}

header .header-contain-menu-dropdown-menu-item:not(:last-child) {
    margin-bottom: 26px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-menu-dropdown-menu-item:not(:last-child) {
        margin-bottom: 24px
    }
}

header .header-contain-menu-dropdown-menu-link {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: relative;
    color: #000;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header .header-contain-menu-dropdown-menu-link {
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    header .header-contain-menu-dropdown-menu-link {
        font-size: 18px
    }
}

header .header-contain-menu-dropdown-menu-link::before {
    -webkit-transition: width 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    transition: width 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    content: "";
    opacity: 0;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    header .header-contain-menu-dropdown-menu-link::before {
        -webkit-transition: none;
        transition: none
    }
}

header .header-contain-menu-dropdown-menu-link:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible
}

header .header-contain-menu-dropdown-hover-content {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 281px;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    header .header-contain-menu-dropdown-hover-content {
        width: 141px
    }
}

header .header-contain-menu-dropdown-hover-content img {
    width: 100%
}

header.transparent-white {
    background-color: transparent
}

header.transparent-white .header-contain-item-mobile-bar {
    background-color: transparent
}

header.transparent-white .header-contain-item-main-menu {
    background-color: transparent
}

header.transparent-white .header-contain-item-logo p {
    color: #fff
}

header.transparent-white .header-contain-item-logo a img path,
header.transparent-white .header-contain-item-logo a svg path {
    fill: #fff
}

header.transparent-white .header-contain-item-search path,
header.transparent-white .header-contain-item-search circle,
header.transparent-white .header-contain-item-search svg path,
header.transparent-white .header-contain-item-search svg circle,
header.transparent-white .header-contain-item-search img path,
header.transparent-white .header-contain-item-search img circle {
    stroke: #fff
}

header.transparent-white .header-contain-item-hamburger span {
    background-color: #fff
}

header.transparent-white .header-contain-menu-link {
    color: #fff
}

/* header.transparent-white .header-contain-menu-link::before {
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-header-hover-yellow-star.svg)
} */

/* header.transparent-white .header-contain-menu-link:hover {
    color: #fdd26e
} */

header.transparent-black {
    background-color: transparent
}

header.transparent-black .header-contain-item-mobile-bar {
    background-color: transparent
}

header.transparent-black .header-contain-item-main-menu {
    background-color: transparent
}

header.header-v2 {
    border-bottom: none
}

header.is-open-search {
    background-color: #fff
}

header.is-open-search.transparent-white .header-contain-item-logo p {
    color: #000
}

header.is-open-search.transparent-white .header-contain-item-logo a img path,
header.is-open-search.transparent-white .header-contain-item-logo a svg path {
    fill: #000
}

header.is-open-search.transparent-white .header-contain-item-search path,
header.is-open-search.transparent-white .header-contain-item-search circle,
header.is-open-search.transparent-white .header-contain-item-search svg path,
header.is-open-search.transparent-white .header-contain-item-search svg circle,
header.is-open-search.transparent-white .header-contain-item-search img path,
header.is-open-search.transparent-white .header-contain-item-search img circle {
    stroke: #000
}

header.is-open-search.transparent-white .header-contain-item-hamburger span {
    background-color: #000
}

header.is-open-search.transparent-white .header-contain-menu-link {
    color: #000
}

header.is-open-search.transparent-white .header-contain-menu-link::before {
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-header-hover-yellow-star.svg)
}

header.is-open-search.transparent-white .header-contain-menu-link:hover {
    color: #000
}

header.is-open-full-page {
    background-color: transparent
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header.is-open-full-page {
        height: 80px;
        background-color: #faefe3
    }
}

header.is-open-full-page .header-contain-item-mobile-bar,
header.is-open-full-page .header-contain-item-main-menu {
    background-color: transparent
}

header.is-open-full-page .header-contain-item-logo p {
    color: #000
}

header.is-open-full-page .header-contain-item-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.is-open-full-page .header-contain-item-logo a img path,
header.is-open-full-page .header-contain-item-logo a svg path {
    fill: #000
}

header.is-open-full-page .header-contain-item-search {
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header.is-open-full-page .header-contain-item-hamburger {
        width: 16px;
        height: 16px
    }
}

header.is-open-full-page .header-contain-item-hamburger span {
    background-color: #000
}

header.is-open-full-page .header-contain-item-hamburger span:first-child {
    margin-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header.is-open-full-page .header-contain-item-hamburger span:last-child {
    -webkit-transform: rotate(-45deg) translate(1px, -2px);
    transform: rotate(-45deg) translate(1px, -2px)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    header.is-open-full-page .header-contain-item-hamburger span:last-child {
        -webkit-transform: rotate(-45deg) translate(1px, -1px);
        transform: rotate(-45deg) translate(1px, -1px)
    }
}

header.is-open-full-page .header-contain-menu-item {
    opacity: 0;
    visibility: hidden
}

header.is-scrolled .header-contain-item-main-menu {
    top: 70px
}

header.is-waiting {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

header.is-moving {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bespoke-project-detail-hero {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 70px;
    background-color: #202020
}

@media (prefers-reduced-motion:reduce) {
    .bespoke-project-detail-hero {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-hero {
        padding-top: 24px
    }
}

.bespoke-project-detail-hero.is-scrolled {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    z-index: 400;
    left: 0;
    width: 100%;
    padding-bottom: 40px
}

@media (prefers-reduced-motion:reduce) {
    .bespoke-project-detail-hero.is-scrolled {
        -webkit-transition: none;
        transition: none
    }
}

.bespoke-project-detail-hero.is-moving {
    top: 116px
}

.bespoke-project-detail-hero.is-waiting {
    top: 0
}

.bespoke-project-detail-hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bespoke-project-detail-hero-content-title,
.bespoke-project-detail-hero-content-title h1,
.bespoke-project-detail-hero-content-title h2,
.bespoke-project-detail-hero-content-title h3,
.bespoke-project-detail-hero-content-title h4,
.bespoke-project-detail-hero-content-title h5,
.bespoke-project-detail-hero-content-title h6,
.bespoke-project-detail-hero-content-title a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 24px 0 0;
    color: #fff;
    font-size: 56px;
    line-height: 76px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-project-detail-hero-content-title,
    .bespoke-project-detail-hero-content-title h1,
    .bespoke-project-detail-hero-content-title h2,
    .bespoke-project-detail-hero-content-title h3,
    .bespoke-project-detail-hero-content-title h4,
    .bespoke-project-detail-hero-content-title h5,
    .bespoke-project-detail-hero-content-title h6,
    .bespoke-project-detail-hero-content-title a {
        margin: 4px 0 0;
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .bespoke-project-detail-hero-content-title,
    .bespoke-project-detail-hero-content-title h1,
    .bespoke-project-detail-hero-content-title h2,
    .bespoke-project-detail-hero-content-title h3,
    .bespoke-project-detail-hero-content-title h4,
    .bespoke-project-detail-hero-content-title h5,
    .bespoke-project-detail-hero-content-title h6,
    .bespoke-project-detail-hero-content-title a {
        font-size: 44px;
        line-height: 52px
    }
}

.bespoke-project-detail-hero-content-year,
.bespoke-project-detail-hero-content-year span {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #c4c4c4;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-project-detail-hero-content-year,
    .bespoke-project-detail-hero-content-year span {
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-hero-content-tags {
        margin-bottom: 15px
    }
}

.bespoke-project-detail-hero-content-tags li {
    list-style: none;
    text-align: right
}

.bespoke-project-detail-hero-content-tags li,
.bespoke-project-detail-hero-content-tags li a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-project-detail-hero-content-tags li,
    .bespoke-project-detail-hero-content-tags li a {
        font-size: 12px;
        line-height: 16px
    }
}

.bespoke-hero {
    overflow: hidden
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-hero {
        height: calc(100vh - 116px)
    }
}

.bespoke-hero-content {
    position: relative
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-hero-content {
        height: 100%
    }
}

.bespoke-hero-image,
.bespoke-hero-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-hero-image,
    .bespoke-hero-video {
        height: 100%
    }
}

.bespoke-hero-image img,
.bespoke-hero-image video,
.bespoke-hero-video img,
.bespoke-hero-video video {
    width: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-hero-image img,
    .bespoke-hero-image video,
    .bespoke-hero-video img,
    .bespoke-hero-video video {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-hero-image video.desktop-video,
    .bespoke-hero-video video.desktop-video {
        display: none
    }
}

.bespoke-hero-image video.mobile-video,
.bespoke-hero-video video.mobile-video {
    display: none
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-hero-image video.mobile-video,
    .bespoke-hero-video video.mobile-video {
        display: block
    }
}

.bespoke-hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bespoke-hero-title a,
.bespoke-hero-title p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 82px;
    line-height: 110px;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-hero-title a,
    .bespoke-hero-title p {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .bespoke-hero-title a,
    .bespoke-hero-title p {
        font-size: 60px;
        line-height: 70px
    }
}

.bespoke-hero-title-line {
    width: 281px;
    height: 1px;
    margin-bottom: 65px;
    background-color: #fff
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-hero-title-line {
        display: none
    }
}

.bespoke-hero-button {
    position: absolute;
    bottom: 50px;
    left: 70px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-hero-button {
        bottom: 20px;
        left: 20px
    }
}

@-webkit-keyframes hero-badge-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

@keyframes hero-badge-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

@keyframes hero-badge-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

@keyframes hero-badge-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

@keyframes hero-badge-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

.home-hero-slider .swiper {
    position: relative
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero-slider .swiper-wrapper {
        height: calc(100vh - 116px)
    }
}

.home-hero-slider .swiper-navigation {
    position: absolute;
    z-index: 20;
    bottom: 53px;
    left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero-slider .swiper-navigation {
        bottom: 40px;
        left: 16px
    }
}

.home-hero-slider .swiper-navigation div:not(:last-child) {
    margin-right: 20px
}

.home-hero-slider .swiper-custom-prev,
.home-hero-slider .swiper-custom-next {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer
}

@media (prefers-reduced-motion:reduce) {

    .home-hero-slider .swiper-custom-prev,
    .home-hero-slider .swiper-custom-next {
        -webkit-transition: none;
        transition: none
    }
}

.home-hero-slider .swiper-custom-prev i,
.home-hero-slider .swiper-custom-next i {
    -webkit-transition: -webkit-filter 0.5s ease;
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease
}

@media (prefers-reduced-motion:reduce) {

    .home-hero-slider .swiper-custom-prev i,
    .home-hero-slider .swiper-custom-next i {
        -webkit-transition: none;
        transition: none
    }
}

.home-hero-slider .swiper-custom-prev:hover,
.home-hero-slider .swiper-custom-next:hover {
    background-color: #fff
}

.home-hero-slider .swiper-custom-prev:hover i,
.home-hero-slider .swiper-custom-next:hover i {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.home-hero-slider-content {
    position: relative
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero-slider-content {
        height: 100%
    }
}

.home-hero-slider-mask {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer
}

.home-hero-slider-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero-slider-image {
        height: 100%
    }
}

.home-hero-slider-image a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.home-hero-slider-image img {
    width: 100%;
    height: calc(100vh - 116px) !important;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero-slider-image img {
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.home-hero-slider-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero-slider-video {
        height: 100%
    }
}

.home-hero-slider-video .home-hero-button-cursor {
    position: fixed;
    z-index: 20;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.home-hero-slider-video .home-hero-button-cursor svg:last-child {
    display: none
}

.home-hero-slider-video.is-unmuted .home-hero-button-cursor svg:first-child {
    display: none
}

.home-hero-slider-video.is-unmuted .home-hero-button-cursor svg:last-child {
    display: block
}

.home-hero-slider-video a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.home-hero-slider-video video {
    width: 100%;
    height: calc(100vh - 116px) !important;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero-slider-video video {
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.home-hero-slider-video video.mobile-video {
    display: none
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .home-hero-slider-video video.mobile-video {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .home-hero-slider-video video.desktop-video {
        display: none
    }
}

.home-hero-slider-text {
    position: absolute;
    z-index: 20;
    bottom: 44px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .home-hero-slider-text {
        bottom: 40px;
        left: 60%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-hero-slider-text {
        bottom: 40px
    }
}

.home-hero-slider-text,
.home-hero-slider-text h1,
.home-hero-slider-text h2,
.home-hero-slider-text h3,
.home-hero-slider-text h4,
.home-hero-slider-text h5,
.home-hero-slider-text h6,
.home-hero-slider-text a,
.home-hero-slider-text p,
.home-hero-slider-text span {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    line-height: 54px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .home-hero-slider-text,
    .home-hero-slider-text h1,
    .home-hero-slider-text h2,
    .home-hero-slider-text h3,
    .home-hero-slider-text h4,
    .home-hero-slider-text h5,
    .home-hero-slider-text h6,
    .home-hero-slider-text a,
    .home-hero-slider-text p,
    .home-hero-slider-text span {
        margin-bottom: 2px;
        font-size: 24px;
        line-height: 32px
    }
}

.home-hero-slider-badge {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 50.3s;
    animation-duration: 50.3s;
    animation-duration: 50.3s;
    animation-duration: 50.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hvr-bob-float, rotate-home-hero-star;
    animation-name: hvr-bob-float, rotate-home-hero-star;
    animation-name: hvr-bob-float, rotate-home-hero-star;
    animation-name: hvr-bob-float, rotate-home-hero-star;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: absolute;
    z-index: 20;
    top: 244px;
    right: 60px;
    width: 180px;
    height: 180px
}

@media (prefers-reduced-motion:reduce) {
    .home-hero-slider-badge {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero-slider-badge {
        top: 73px;
        right: -90px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .home-hero-slider-badge {
        top: 122px;
        right: 30px
    }
}

.home-hero-slider-badge-star img,
.home-hero-slider-badge-star svg {
    width: 100%;
    height: 100%
}

.home-hero .mouse-scroll-icon {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 2.3s;
    animation-duration: 2.3s;
    animation-duration: 2.3s;
    animation-duration: 2.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hvr-bob-float, mouse-scroll;
    animation-name: hvr-bob-float, mouse-scroll;
    animation-name: hvr-bob-float, mouse-scroll;
    animation-name: hvr-bob-float, mouse-scroll;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    position: absolute;
    z-index: 20;
    right: 140px;
    bottom: 53px;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .home-hero .mouse-scroll-icon {
        right: 16px;
        bottom: 40px
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@keyframes mouse-scroll {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@keyframes mouse-scroll {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@keyframes mouse-scroll {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@keyframes mouse-scroll {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@-webkit-keyframes rotate-home-hero-star {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

@keyframes rotate-home-hero-star {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

@keyframes rotate-home-hero-star {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

@keyframes rotate-home-hero-star {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

@keyframes rotate-home-hero-star {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(2000deg);
        transform: rotate(2000deg)
    }
}

.product-detail-hero {
    position: relative;
    padding: 116px 0 24px;
    background-color: #f7f6f3;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 665px;
    max-height: 1000px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero {
        padding: 300px 0 70px;
        height: auto;
        min-height: auto
    }
}

.product-detail-hero-slider {
    width: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero-slider .container {
        padding: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero-slider .container .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

.product-detail-hero-slider-navigation {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero-slider-navigation {
        padding-left: 16px;
        margin-top: 116px;
        margin-bottom: 0
    }
}

.product-detail-hero-slider-navigation-prev {
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero-slider-navigation-prev .icon {
        width: 24px;
        height: 24px
    }
}

.product-detail-hero-slider-navigation-next {
    margin-left: 40px;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero-slider-navigation-next {
        margin-left: 6px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero-slider-navigation-next .icon {
        width: 24px;
        height: 24px
    }
}

.product-detail-hero-slider-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero-slider-thumb {
        padding-left: 16px;
        margin-top: 12px;
        margin-bottom: 0
    }
}

.product-detail-hero-slider-content-title,
.product-detail-hero-slider-content-title h1,
.product-detail-hero-slider-content-title h2,
.product-detail-hero-slider-content-title h3,
.product-detail-hero-slider-content-title h4,
.product-detail-hero-slider-content-title h5,
.product-detail-hero-slider-content-title h6,
.product-detail-hero-slider-content-title a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0 0 8px;
    color: #000;
    font-size: 62px;
    line-height: 87px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .product-detail-hero-slider-content-title,
    .product-detail-hero-slider-content-title h1,
    .product-detail-hero-slider-content-title h2,
    .product-detail-hero-slider-content-title h3,
    .product-detail-hero-slider-content-title h4,
    .product-detail-hero-slider-content-title h5,
    .product-detail-hero-slider-content-title h6,
    .product-detail-hero-slider-content-title a {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .product-detail-hero-slider-content-title,
    .product-detail-hero-slider-content-title h1,
    .product-detail-hero-slider-content-title h2,
    .product-detail-hero-slider-content-title h3,
    .product-detail-hero-slider-content-title h4,
    .product-detail-hero-slider-content-title h5,
    .product-detail-hero-slider-content-title h6,
    .product-detail-hero-slider-content-title a {
        font-size: 49px;
        line-height: 68px
    }
}

.product-detail-hero-slider-content-category {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 32px;
    line-height: 43px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-detail-hero-slider-content-category {
        font-size: 20px;
        line-height: 27px
    }
}

.product-detail-hero-slider-image img {
    width: 100%
}

.product-detail-hero-badge {
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .product-detail-hero-badge {
        width: 300px
    }
}

.product-detail-hero-badge img {
    width: 100%
}

.hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 116px)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .hero {
        height: calc(100vh - 124px)
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .hero .container {
        max-width: 100% !important
    }
}

@media only screen and (min-width:320px) and (max-width:1199px) {
    .hero .container {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.hero-main {
    width: 100%;
    height: 100%
}

.hero-main [class*='col-'] {
    position: unset
}

@media only screen and (min-width:320px) and (max-width:1199px) {
    .hero-main [class*='col-'] {
        min-height: 50%;
        max-height: 50%
    }
}

.hero-main [class*='col-']:first-child .hero-main-item-figure {
    left: 0
}

.hero-main [class*='col-']:first-child .hero-main-item-content-title {
    left: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .hero-main [class*='col-']:first-child .hero-main-item-content-title {
        left: 24px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .hero-main [class*='col-']:first-child .hero-main-item-content-title {
        left: 140px
    }
}

.hero-main [class*='col-']:first-child .hero-main-item-content-subtitle {
    right: 140px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .hero-main [class*='col-']:first-child .hero-main-item-content-subtitle {
        right: 24px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .hero-main [class*='col-']:first-child .hero-main-item-content-subtitle {
        right: 24px
    }
}

.hero-main [class*='col-']:last-child .hero-main-item-figure {
    right: 0
}

.hero-main [class*='col-']:last-child .hero-main-item-content-subtitle {
    right: 0
}

@media only screen and (min-width:320px) and (max-width:1199px) {
    .hero-main [class*='col-']:last-child .hero-main-item-content-subtitle {
        right: 24px
    }
}

.hero-main [class*='col-']:last-child .hero-main-item-content-title {
    left: 140px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .hero-main [class*='col-']:last-child .hero-main-item-content-title {
        left: 24px
    }
}

.hero-main [class*='col-']:hover .hero-main-item-figure {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .hero-main [class*='col-']:hover .hero-main-item-figure {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

.hero-main-item {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:320px) and (max-width:1199px) {
    .hero-main-item {
        position: relative
    }
}

.hero-main-item-figure {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
    width: 100%;
    max-width: 50%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media (prefers-reduced-motion:reduce) {
    .hero-main-item-figure {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:1199px) {
    .hero-main-item-figure {
        position: relative;
        max-width: 100%
    }
}

.hero-main-item-figure img,
.hero-main-item-figure video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .hero-main-item-figure video.desktop-video {
        display: none
    }
}

.hero-main-item-figure video.mobile-video {
    display: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .hero-main-item-figure video.mobile-video {
        display: block
    }
}

.hero-main-item-content {
    position: relative;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:320px) and (max-width:1199px) {
    .hero-main-item-content {
        position: absolute;
        top: 0;
        left: 0
    }
}

.hero-main-item-content-subtitle,
.hero-main-item-content-title {
    position: absolute;
    z-index: 2
}

.hero-main-item-content-subtitle h1,
.hero-main-item-content-subtitle h2,
.hero-main-item-content-subtitle h3,
.hero-main-item-content-subtitle h4,
.hero-main-item-content-subtitle h5,
.hero-main-item-content-subtitle h6,
.hero-main-item-content-title h1,
.hero-main-item-content-title h2,
.hero-main-item-content-title h3,
.hero-main-item-content-title h4,
.hero-main-item-content-title h5,
.hero-main-item-content-title h6 {
    font-family: 'Neue Augenblick SemiBold';
    font-style: normal;
    font-weight: 600;
    color: #fff
}

.hero-main-item-content-subtitle {
    top: 48px;
    opacity: .6
}

.hero-main-item-content-subtitle h1,
.hero-main-item-content-subtitle h2,
.hero-main-item-content-subtitle h3,
.hero-main-item-content-subtitle h4,
.hero-main-item-content-subtitle h5,
.hero-main-item-content-subtitle h6 {
    font-size: 16px;
    line-height: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .hero-main-item-content-subtitle h1,
    .hero-main-item-content-subtitle h2,
    .hero-main-item-content-subtitle h3,
    .hero-main-item-content-subtitle h4,
    .hero-main-item-content-subtitle h5,
    .hero-main-item-content-subtitle h6 {
        font-size: 14px;
        line-height: 16px
    }
}

.hero-main-item-content-title {
    bottom: 40px
}

.hero-main-item-content-title h1,
.hero-main-item-content-title h2,
.hero-main-item-content-title h3,
.hero-main-item-content-title h4,
.hero-main-item-content-title h5,
.hero-main-item-content-title h6 {
    font-size: 88px;
    line-height: 106px
}

@media only screen and (min-width:320px) and (max-width:1199px) {

    .hero-main-item-content-title h1,
    .hero-main-item-content-title h2,
    .hero-main-item-content-title h3,
    .hero-main-item-content-title h4,
    .hero-main-item-content-title h5,
    .hero-main-item-content-title h6 {
        font-size: 56px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .hero-main-item-content-title h1,
    .hero-main-item-content-title h2,
    .hero-main-item-content-title h3,
    .hero-main-item-content-title h4,
    .hero-main-item-content-title h5,
    .hero-main-item-content-title h6 {
        font-size: 40px;
        line-height: 48px
    }
}

.full-page-menu {
    -webkit-transition: background-color 10.5s, opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
    transition: background-color 10.5s, opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
    transition: background-color 10.5s, opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease;
    transition: background-color 10.5s, opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu {
        -webkit-transition: none;
        transition: none
    }
}

.full-page-menu.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .full-page-menu.is-open {
        background-color: #faefe3
    }
}

.full-page-menu.is-open .full-page-menu-background {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.full-page-menu.is-open .full-page-menu-wrapper {
    opacity: 1;
    visibility: visible
}

.full-page-menu.is-close .full-page-menu-background-list .full-page-menu-background:nth-child(1) {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important
}

.full-page-menu.is-close .full-page-menu-background-list .full-page-menu-background:nth-child(2) {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important
}

.full-page-menu.is-close .full-page-menu-background-list .full-page-menu-background:nth-child(3) {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important
}

.full-page-menu.is-close .full-page-menu-wrapper {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
}

.full-page-menu-badge {
    position: absolute;
    top: -94px;
    left: 50%;
    width: 188px;
    height: 188px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-page-menu-badge {
        top: 241px;
        right: 30px;
        left: initial;
        width: 202px;
        height: 202px;
        -webkit-transform: initial;
        transform: initial
    }
}

.full-page-menu-background {
    width: 100%;
    height: 33.33%;
    background-color: #faefe3
}

.full-page-menu-background-list {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%
}

.full-page-menu-background:nth-child(1) {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translate(120%, 0);
    transform: translate(120%, 0)
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu-background:nth-child(1) {
        -webkit-transition: none;
        transition: none
    }
}

.full-page-menu-background:nth-child(2) {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: translate(140%, 0);
    transform: translate(140%, 0)
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu-background:nth-child(2) {
        -webkit-transition: none;
        transition: none
    }
}

.full-page-menu-background:nth-child(3) {
    -webkit-transition: -webkit-transform 1.5s ease-in-out;
    transition: -webkit-transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
    -webkit-transform: translate(180%, 0);
    transform: translate(180%, 0)
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu-background:nth-child(3) {
        -webkit-transition: none;
        transition: none
    }
}

.full-page-menu-wrapper {
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease;
    overflow: scroll;
    height: 100vh;
    padding-top: 170px;
    padding-bottom: 40px;
    opacity: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu-wrapper {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-page-menu-wrapper {
        padding-top: 112px;
        padding-bottom: 26px
    }

    .full-page-menu-wrapper .row .col-12.d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.full-page-menu-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-page-menu-nav {
        margin-bottom: 56px
    }
}

.full-page-menu-nav:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(30% - 100px);
    flex: 0 0 calc(30% - 100px)
}

.full-page-menu-nav-title {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    display: block;
    margin-bottom: 40px;
    color: #000;
    font-size: 32px;
    line-height: 42px;
    text-decoration: none
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu-nav-title {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-page-menu-nav-title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:992px) and (max-width:1439px) {
    .full-page-menu-nav-title {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .full-page-menu-nav-title {
        font-size: 36px;
        line-height: 44px
    }
}

.full-page-menu-nav-item {
    list-style: none
}

.full-page-menu-nav-item:not(:first-child):not(:last-child) {
    margin-bottom: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-page-menu-nav-item:not(:first-child):not(:last-child) {
        margin-bottom: 12px
    }
}

.full-page-menu-nav-link {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    -webkit-transition: font-family 0.5s ease, color 0.5s ease;
    transition: font-family 0.5s ease, color 0.5s ease;
    position: relative;
    color: #53565a;
    font-size: 28px;
    line-height: 150%;
    text-decoration: none
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu-nav-link {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-page-menu-nav-link {
        font-size: 15px;
        line-height: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1439px) {
    .full-page-menu-nav-link {
        font-size: 28px;
        line-height: 36px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .full-page-menu-nav-link {
        font-size: 28px;
        line-height: 36px
    }
}

.full-page-menu-nav-link-title {
    -webkit-transition: left 0.5s ease, color 0.5s ease;
    transition: left 0.5s ease, color 0.5s ease;
    position: relative;
    left: 0;
    color: #53565a
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu-nav-link-title {
        -webkit-transition: none;
        transition: none
    }
}

.full-page-menu-nav-link::before {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-header-hover-star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .full-page-menu-nav-link::before {
        -webkit-transition: none;
        transition: none
    }
}

.full-page-menu-nav-link:hover {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000
}

.full-page-menu-nav-link:hover .full-page-menu-nav-link-title {
    left: 35px;
    color: #000
}

.full-page-menu-nav-link:hover::before {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    visibility: visible
}

.full-page-menu-footer {
    padding-top: 117px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .full-page-menu-footer {
        padding-top: 60px
    }
}

.newsletter-popup {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .newsletter-popup {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup {
        text-align: center
    }
}

.newsletter-popup .mc4wp-form-fields {
    display: block !important
}

.newsletter-popup-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .76)
}

.newsletter-popup-show {
    opacity: 1;
    visibility: visible
}

.newsletter-popup-show .newsletter-popup-fixed {
    top: 0
}

.newsletter-popup-fixed {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (prefers-reduced-motion:reduce) {
    .newsletter-popup-fixed {
        -webkit-transition: none;
        transition: none
    }
}

.newsletter-popup-fixed-main {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 480px;
    background: #fff
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 40px;
        text-align: left
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-img {
        display: none
    }
}

.newsletter-popup-fixed-main-img,
.newsletter-popup-fixed-main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newsletter-popup-fixed-main-content {
    width: 100%;
    height: 100%;
    padding: 80px 40px 0
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-content {
        padding: 0
    }
}

.newsletter-popup-fixed-main-content-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 16px;
    height: 16px;
    background: no-repeat 100% url(../../../../../../../../themes/parla/dist/img/icon-close.svg);
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.newsletter-popup-fixed-main-content-tag {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #a6a6a6;
    font-size: 14px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-content-tag {
        font-size: 12px
    }
}

.newsletter-popup-fixed-main-content-text {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    max-width: 320px;
    margin-top: 20px;
    color: #000;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-content-text {
        margin-top: 14px;
        font-size: 16px;
        line-height: 23px
    }
}

.newsletter-popup-fixed-main-content-form {
    margin-top: 40px
}

.newsletter-popup-fixed-main-content-form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 360px
}

.newsletter-popup-fixed-main-content-form-input input[type='email'],
.newsletter-popup-fixed-main-content-form-input button {
    height: 56px
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .newsletter-popup-fixed-main-content-form-input input[type='email'],
    .newsletter-popup-fixed-main-content-form-input button {
        height: 40px
    }
}

.newsletter-popup-fixed-main-content-form-input input[type='email'] {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    width: 100%;
    padding: 17px 24px;
    border: none;
    background: #f9f9f9;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    outline: none
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-content-form-input input[type='email'] {
        padding: 12px;
        font-size: 12px;
        line-height: 16px
    }
}

.newsletter-popup-fixed-main-content-form-input input[type='email']::-webkit-input-placeholder {
    color: #000
}

.newsletter-popup-fixed-main-content-form-input input[type='email']::-moz-placeholder {
    color: #000
}

.newsletter-popup-fixed-main-content-form-input input[type='email']:-ms-input-placeholder {
    color: #000
}

.newsletter-popup-fixed-main-content-form-input input[type='email']::-ms-input-placeholder {
    color: #000
}

.newsletter-popup-fixed-main-content-form-input input[type='email']::placeholder {
    color: #000
}

.newsletter-popup-fixed-main-content-form-input button {
    width: 64px;
    border: none;
    background: #000;
    cursor: pointer
}

.newsletter-popup-fixed-main-content-form-input button i svg {
    width: 32px;
    height: 32px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-content-form-input button i svg {
        width: 24px;
        height: 24px
    }
}

.newsletter-popup-fixed-main-content-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-content-form label {
        margin-top: 32px
    }
}

.newsletter-popup-fixed-main-content-form label input[type='checkbox'] {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-content-form label input[type='checkbox'] {
        width: 20px;
        height: 20px
    }
}

.newsletter-popup-fixed-main-content-form label input[type='checkbox']:checked {
    background: no-repeat center url(../../../../../../../../themes/parla/dist/img/icon-check.svg)
}

.newsletter-popup-fixed-main-content-form label span {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-left: 12px;
    color: #000;
    font-size: 15px;
    text-decoration: underline
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .newsletter-popup-fixed-main-content-form label span {
        font-size: 13px
    }
}

.accordion-list {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .accordion-list {
        margin-top: 56px
    }
}

.accordion-content {
    border-bottom: 1px solid #000
}

.accordion-content .accordion-content:last-child {
    border-bottom: 0
}

.accordion-content .accordion-content .accordion-content-body .accordion-head-content {
    padding: 0
}

.accordion-content-child:last-child {
    border-bottom: none
}

.accordion-head-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0 24px;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .accordion-head-content {
        padding: 24px 0
    }
}

.accordion-head-content-download-btn {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px solid currentColor;
    color: #000;
    font-size: 15px;
    line-height: 20.25px;
    opacity: .5
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .accordion-head-content-download-btn {
        border-bottom: 0;
        font-size: 10px;
        line-height: 13.5px
    }
}

.accordion-head-content.collapsed .accordion-head-content-icon::after,
.accordion-head-content.collapsed .accordion-head-content-icon-md::after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.accordion-head-content-title-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion-head-content-title-md,
.accordion-head-content-title-md h1,
.accordion-head-content-title-md h2,
.accordion-head-content-title-md h3,
.accordion-head-content-title-md h4,
.accordion-head-content-title-md h5,
.accordion-head-content-title-md h6 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #53565a;
    font-size: 30px;
    line-height: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .accordion-head-content-title-md,
    .accordion-head-content-title-md h1,
    .accordion-head-content-title-md h2,
    .accordion-head-content-title-md h3,
    .accordion-head-content-title-md h4,
    .accordion-head-content-title-md h5,
    .accordion-head-content-title-md h6 {
        font-size: 20px;
        line-height: 27px
    }
}

.accordion-head-content-title-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion-head-content-title-lg,
.accordion-head-content-title-lg h1,
.accordion-head-content-title-lg h2,
.accordion-head-content-title-lg h3,
.accordion-head-content-title-lg h4,
.accordion-head-content-title-lg h5,
.accordion-head-content-title-lg h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 40px;
    line-height: 54px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .accordion-head-content-title-lg,
    .accordion-head-content-title-lg h1,
    .accordion-head-content-title-lg h2,
    .accordion-head-content-title-lg h3,
    .accordion-head-content-title-lg h4,
    .accordion-head-content-title-lg h5,
    .accordion-head-content-title-lg h6 {
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .accordion-head-content-title-lg,
    .accordion-head-content-title-lg h1,
    .accordion-head-content-title-lg h2,
    .accordion-head-content-title-lg h3,
    .accordion-head-content-title-lg h4,
    .accordion-head-content-title-lg h5,
    .accordion-head-content-title-lg h6 {
        font-size: 32px;
        line-height: 54px
    }
}

.accordion-head-content-count {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .accordion-head-content-count {
        margin-right: 12px;
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 16px
    }
}

.accordion-head-content-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 18px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .accordion-head-content-icon {
        width: 12px;
        height: 12px;
        margin-left: 10px
    }
}

.accordion-head-content-icon::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .accordion-head-content-icon::before {
        width: 12px
    }
}

.accordion-head-content-icon::after {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #000;
    content: '';
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-head-content-icon::after {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .accordion-head-content-icon::after {
        height: 12px
    }
}

.accordion-head-content-icon-md {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 10px
}

.accordion-head-content-icon-md::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 9px;
    height: 2px;
    background-color: #53565a;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.accordion-head-content-icon-md::after {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 2px;
    height: 9px;
    background-color: #53565a;
    content: '';
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-head-content-icon-md::after {
        -webkit-transition: none;
        transition: none
    }
}

.after-sales {
    position: relative;
    padding: 88px 0 138px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .after-sales {
        padding: 92px 0 64px
    }
}

.after-sales::before,
.after-sales::after {
    position: absolute;
    background: center/cover no-repeat url(../../../../../../../../themes/parla/dist/img/bespoke-process-page-after-sales-pattern.svg);
    content: ''
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .after-sales::before,
    .after-sales::after {
        display: none
    }
}

.after-sales::before {
    top: 155px;
    left: 147px;
    width: 124px;
    height: 124px
}

.after-sales::after {
    right: -120.5px;
    bottom: 200px;
    width: 241px;
    height: 241px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .after-sales .container {
        padding: 0 !important
    }
}

.after-sales-head {
    padding: 0 80px;
    text-align: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .after-sales-head {
        padding: 0 20px
    }
}

.after-sales-head-title {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .after-sales-head-title {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .after-sales-head-title {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .after-sales-head-title {
        font-size: 54px;
        line-height: 62px
    }
}

.after-sales-head-text {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-top: 32px;
    color: #a6a6a6;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .after-sales-head-text {
        margin-top: 24px;
        font-size: 12px;
        line-height: 16px
    }
}

.after-sales-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .after-sales-image {
        margin-top: 40px
    }
}

.after-sales-image img {
    width: 100%
}

.backToTop {
    position: fixed;
    z-index: 400;
    right: 30px;
    bottom: 30px
}

.backToTop,
.backToTop p {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media (prefers-reduced-motion:reduce) {

    .backToTop,
    .backToTop p {
        -webkit-transition: none;
        transition: none
    }
}

.backToTop:not(.show) {
    opacity: 0;
    visibility: hidden
}

.backToTop:not(:hover) p {
    opacity: 0;
    visibility: hidden
}

.backToTop .circle-content-button .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.badge-play {
    position: absolute;
    z-index: 999;
    width: 222px;
    height: 222px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .badge-play {
        display: none
    }
}

.badge-play-text {
    position: relative
}

.badge-play-text span {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 111px;
    color: #fff;
    text-align: center;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.badge-play-circle {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hero-badge-rotate;
    animation-name: hero-badge-rotate;
    animation-name: hero-badge-rotate;
    animation-name: hero-badge-rotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-timing-function: linear;
    animation-timing-function: linear
}

.badge-play-circle svg g path {
    fill: #fff
}

.badge-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bespoke-banner {
    position: relative;
    overflow: hidden;
    margin-top: 240px;
    background-color: #202020
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-banner {
        margin-top: 48px
    }
}

.bespoke-banner-badge {
    position: absolute;
    top: 32px;
    left: -123px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-banner-badge {
        top: 0;
        left: -49px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .bespoke-banner-badge {
        top: -10px;
        left: -150px
    }
}

.bespoke-banner-badge img,
.bespoke-banner-badge svg {
    width: 465px;
    height: 465px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-banner-badge img,
    .bespoke-banner-badge svg {
        width: 148px;
        height: 148px
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {

    .bespoke-banner-badge img,
    .bespoke-banner-badge svg {
        width: 265px;
        height: 265px
    }
}

.bespoke-banner-badge-animation {
    position: relative
}

.bespoke-banner-badge-animation-star {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hvr-bob-float, zoom-bespoke-banner-star;
    animation-name: hvr-bob-float, zoom-bespoke-banner-star;
    animation-name: hvr-bob-float, zoom-bespoke-banner-star;
    animation-name: hvr-bob-float, zoom-bespoke-banner-star;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out
}

.bespoke-banner-badge-animation-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bespoke-banner-body {
    padding: 201px 0 184px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-banner-body {
        padding: 40px 0 56px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .bespoke-banner-body {
        padding: 180px 0 142px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .bespoke-banner-body {
        padding: 201px 0 184px 115px
    }
}

.bespoke-banner-head {
    padding-left: 15px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .bespoke-banner-head {
        padding-left: 0
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .bespoke-banner-head {
        padding-left: 0
    }
}

.bespoke-banner-head .global-head-title,
.bespoke-banner-head .global-head-title h1,
.bespoke-banner-head .global-head-title h2,
.bespoke-banner-head .global-head-title h3,
.bespoke-banner-head .global-head-title h4,
.bespoke-banner-head .global-head-title h5,
.bespoke-banner-head .global-head-title h6,
.bespoke-banner-head .global-head-title a,
.bespoke-banner-head .global-head-title p,
.bespoke-banner-head .global-head-title span {
    color: #fff
}

.bespoke-banner-text {
    padding-right: 150px;
    padding-left: 110px;
    margin-top: 103px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-banner-text {
        padding-right: 0;
        padding-left: 40px;
        margin-top: 24px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .bespoke-banner-text {
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 52px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .bespoke-banner-text {
        padding-left: 90px
    }
}

.bespoke-banner-text,
.bespoke-banner-text p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-banner-text,
    .bespoke-banner-text p {
        font-size: 12px;
        line-height: 16px
    }
}

.bespoke-banner-button {
    padding-left: 110px;
    margin-top: 91px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-banner-button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 24px 16px;
        margin: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .bespoke-banner-button {
        padding-left: 20px;
        margin-top: 30px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .bespoke-banner-button {
        padding-left: 90px
    }
}

.bespoke-banner-img {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-banner-img {
        position: relative;
        width: 100%
    }
}

.bespoke-banner-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-banner-img img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.bespoke-banner-img-badge {
    position: absolute;
    top: 458px;
    left: -111px;
    width: 222px;
    height: 222px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-banner-img-badge {
        top: initial;
        bottom: 0;
        left: 0;
        width: 117px;
        height: 117px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .bespoke-banner-img-badge {
        left: -82px;
        width: 164px;
        height: 164px
    }
}

@-webkit-keyframes zoom-bespoke-banner-star {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-bespoke-banner-star {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-bespoke-banner-star {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-bespoke-banner-star {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-bespoke-banner-star {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bespoke-project-detail-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 87px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-image {
        height: calc(100vh - 300px);
        margin-top: 24px
    }
}

.bespoke-project-detail-image img {
    width: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.bespoke-project-detail-text {
    position: relative;
    margin-top: 114px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-text {
        margin-top: 48px
    }
}

.bespoke-project-detail-text::after {
    position: absolute;
    z-index: -1;
    top: 60px;
    right: -160px;
    width: 214px;
    height: 214px;
    background-image: url(../../../../../../../../themes/parla/dist/img/bespoke-project-detail-text-illustration.svg);
    background-repeat: no-repeat;
    content: ''
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-text::after {
        content: none
    }
}

.bespoke-project-detail-text,
.bespoke-project-detail-text p,
.bespoke-project-detail-text span {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #a6a6a6;
    font-size: 40px;
    line-height: 54px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-project-detail-text,
    .bespoke-project-detail-text p,
    .bespoke-project-detail-text span {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .bespoke-project-detail-text,
    .bespoke-project-detail-text p,
    .bespoke-project-detail-text span {
        font-size: 30px;
        line-height: 38px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .bespoke-project-detail-text,
    .bespoke-project-detail-text p,
    .bespoke-project-detail-text span {
        font-size: 32px;
        line-height: 44px
    }
}

.bespoke-project-detail-text p:not(:last-child) {
    margin-bottom: 70px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-text p:not(:last-child) {
        margin-bottom: 35px
    }
}

.bespoke-project-detail-text span {
    color: #fdd26e
}

.bespoke-project-detail-video {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-video {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-video .container {
        padding: 0 !important
    }
}

.bespoke-project-detail-video .col-12 {
    position: relative;
    overflow: hidden
}

.bespoke-project-detail-video video {
    width: 100%;
    height: 100%;
    max-height: 800px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .bespoke-project-detail-video video {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content
    }
}

.bespoke-project-detail-content-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bespoke-project-detail-content-image-list {
    margin-top: 200px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-content-image-list {
        margin-top: 40px
    }
}

.bespoke-project-detail-content-image-list .row .col-6.col-lg-5:last-child {
    margin-top: 269px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-content-image-list .row .col-6.col-lg-5:last-child {
        margin-top: 106px
    }
}

.bespoke-project-detail-content-image img {
    width: 100%
}

.bespoke-project-detail-gallery {
    margin-top: 226px;
    margin-bottom: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-gallery {
        margin-top: 72px;
        margin-bottom: 72px
    }
}

.bespoke-project-detail-gallery .container:last-child {
    padding: 0 !important
}

.bespoke-project-detail-gallery-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-gallery-header {
        margin-bottom: 24px
    }
}

.bespoke-project-detail-gallery-header .swiper-navigation .swiper-custom-prev.swiper-button-disabled,
.bespoke-project-detail-gallery-header .swiper-navigation .swiper-custom-next.swiper-button-disabled {
    opacity: 0.3 !important
}

.bespoke-project-detail-gallery-title,
.bespoke-project-detail-gallery-title h1,
.bespoke-project-detail-gallery-title h2,
.bespoke-project-detail-gallery-title h3,
.bespoke-project-detail-gallery-title h4,
.bespoke-project-detail-gallery-title h5,
.bespoke-project-detail-gallery-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 42px;
    line-height: 57px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-project-detail-gallery-title,
    .bespoke-project-detail-gallery-title h1,
    .bespoke-project-detail-gallery-title h2,
    .bespoke-project-detail-gallery-title h3,
    .bespoke-project-detail-gallery-title h4,
    .bespoke-project-detail-gallery-title h5,
    .bespoke-project-detail-gallery-title h6 {
        font-size: 16px;
        line-height: 21px
    }
}

.bespoke-project-detail-gallery-title.is-black,
.bespoke-project-detail-gallery-title.is-black h1,
.bespoke-project-detail-gallery-title.is-black h2,
.bespoke-project-detail-gallery-title.is-black h3,
.bespoke-project-detail-gallery-title.is-black h4,
.bespoke-project-detail-gallery-title.is-black h5,
.bespoke-project-detail-gallery-title.is-black h6 {
    color: #000
}

.bespoke-project-detail-gallery .swiper-slide {
    position: relative
}

.bespoke-project-detail-gallery .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

.bespoke-project-detail-gallery .swiper-navigation div:last-child {
    margin-left: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-gallery .swiper-navigation div:last-child {
        margin-left: 16px
    }
}

.bespoke-project-detail-gallery .swiper-button-disabled {
    opacity: .3
}

.bespoke-project-detail-gallery .swiper-custom-prev,
.bespoke-project-detail-gallery .swiper-custom-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-project-detail-gallery .swiper-custom-prev,
    .bespoke-project-detail-gallery .swiper-custom-next {
        width: 24px;
        height: 24px
    }
}

.bespoke-project-detail-gallery .swiper-custom-prev.is-black,
.bespoke-project-detail-gallery .swiper-custom-next.is-black {
    border-color: #000
}

.bespoke-project-detail-gallery-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bespoke-project-detail-gallery-image img {
    width: 100%
}

.bespoke-project-detail-gallery-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 480px;
    padding: 40px 24px 40px 40px;
    background-color: #f7f6f3
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-gallery-text {
        width: 180px;
        padding: 16px
    }
}

.bespoke-project-detail-gallery-text,
.bespoke-project-detail-gallery-text a,
.bespoke-project-detail-gallery-text h1,
.bespoke-project-detail-gallery-text h2,
.bespoke-project-detail-gallery-text h3,
.bespoke-project-detail-gallery-text h4,
.bespoke-project-detail-gallery-text h5,
.bespoke-project-detail-gallery-text h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .bespoke-project-detail-gallery-text,
    .bespoke-project-detail-gallery-text a,
    .bespoke-project-detail-gallery-text h1,
    .bespoke-project-detail-gallery-text h2,
    .bespoke-project-detail-gallery-text h3,
    .bespoke-project-detail-gallery-text h4,
    .bespoke-project-detail-gallery-text h5,
    .bespoke-project-detail-gallery-text h6 {
        font-size: 13px;
        line-height: 20px
    }
}

.bespoke-project-detail-gallery-text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bespoke-project-detail-gallery-text a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    margin-left: 18px;
    border-radius: 100%;
    justify-self: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .bespoke-project-detail-gallery-text a span {
        width: 32px;
        height: 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
        flex: 0 0 32px
    }
}

.bespoke-project-detail-gallery-text a span i {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (prefers-reduced-motion:reduce) {
    .bespoke-project-detail-gallery-text a span i {
        -webkit-transition: none;
        transition: none
    }
}

.txt-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5px 0;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .txt-button {
        padding: 2px 0
    }
}

.txt-button:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.txt-button p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .txt-button p {
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .txt-button p {
        font-size: 18px;
        line-height: 24px
    }
}

.txt-button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .txt-button i {
        width: 20px;
        height: 20px;
        margin-left: 8px
    }
}

.txt-button i svg {
    width: 100%;
    height: 100%
}

.btn-hovered-right-icon {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 19px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .btn-hovered-right-icon {
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase
    }
}

.btn-hovered-right-icon svg {
    margin-left: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .btn-hovered-right-icon svg {
        width: 32px;
        height: 32px;
        margin-left: 12px
    }
}

.btn-hovered-right-icon:hover svg {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.load-more-button-disable {
    opacity: .5;
    cursor: not-allowed
}

.load-more-button-disable a.circle-content-button {
    cursor: not-allowed
}

.care-instructions {
    margin: 56px 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .care-instructions {
        margin: 24px 0 48px
    }
}

.care-instructions-content-text {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #53565a;
    font-size: 20px;
    line-height: 27px
}

.care-instructions-content-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.care-instructions-content-icon:not(:last-child) {
    margin-right: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .care-instructions-content-icon:not(:last-child) {
        margin-right: 24px
    }
}

.care-instructions-content-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 102px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .care-instructions-content-icon-list {
        margin-top: 32px;
        margin-bottom: 40px
    }
}

.care-instructions-content-icon img {
    width: 72px;
    height: 72px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .care-instructions-content-icon img {
        width: 48px;
        height: 48px
    }
}

.care-instructions-content-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.care-instructions-content-image img {
    width: 100%
}

.circle-content-button {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .circle-content-button {
        font-size: 10px;
        line-height: 13px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .circle-content-button {
        font-size: 13px;
        line-height: 19px
    }
}

.circle-content-button span {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 48px;
    min-height: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    margin-left: 18px;
    border-radius: 100%;
    justify-self: center
}

@media (prefers-reduced-motion:reduce) {
    .circle-content-button span {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .circle-content-button span {
        min-width: 32px;
        min-height: 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
        flex: 0 0 32px
    }
}

.circle-content-button span i {
    -webkit-transition: -webkit-filter 0.5s ease;
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (prefers-reduced-motion:reduce) {
    .circle-content-button span i {
        -webkit-transition: none;
        transition: none
    }
}

.circle-content-button:hover span {
    background-color: #000
}

.circle-content-button:hover span i {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.circle-content-button-white {
    color: #fff
}

.circle-content-button-white span {
    border-color: #fff
}

.circle-content-button-white:hover span {
    background-color: #fff
}

.circle-content-button-white:hover span i {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.clients-wrapper {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .clients-wrapper {
        margin-top: 62px
    }
}

.clients-wrapper .container .row .col-2.col-lg-2 {
    margin-bottom: 70px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .clients-wrapper .container .row .col-2.col-lg-2 {
        margin-bottom: 19px
    }
}

.clients-head-title {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin-bottom: 120px;
    color: #fff;
    font-size: 72px;
    line-height: 97px;
    text-align: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .clients-head-title {
        margin-bottom: 45px;
        font-size: 16px;
        line-height: 21px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .clients-head-title {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .clients-head-title {
        font-size: 54px;
        line-height: 62px
    }
}

.clients-brand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .clients-brand-image {
        padding: 0 2px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .clients-brand-image {
        padding: 0 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .clients-brand-image {
        padding: 0 20px
    }
}

.clients-brand-image img,
.clients-brand-image svg {
    width: 100%
}

.collection-banner {
    position: relative;
    height: 560px;
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-banner {
        height: 100%;
        margin-top: 48px
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .collection-banner {
        overflow: hidden
    }
}

.collection-banner,
.collection-banner .swiper-slide {
    background-color: #fafafa
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-banner-pagination {
        display: none
    }
}

.collection-banner-pagination .swiper-pagination {
    bottom: 24px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.collection-banner-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background-color: #828079
}

.collection-banner-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 6px !important
}

.collection-banner-pagination .swiper-pagination-bullet-active {
    background-color: #091829
}

.collection-banner .container {
    height: 100%
}

.collection-banner .container .row {
    height: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-banner .container .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .collection-banner .container .row .col-12.d-block {
        padding: 0;
        margin: 0
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-banner-head {
        padding: 40px 0
    }
}

.collection-banner-head-title,
.collection-banner-head-title h1,
.collection-banner-head-title h2,
.collection-banner-head-title h3,
.collection-banner-head-title h4,
.collection-banner-head-title h5,
.collection-banner-head-title h6,
.collection-banner-head-title a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 80px;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .collection-banner-head-title,
    .collection-banner-head-title h1,
    .collection-banner-head-title h2,
    .collection-banner-head-title h3,
    .collection-banner-head-title h4,
    .collection-banner-head-title h5,
    .collection-banner-head-title h6,
    .collection-banner-head-title a {
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .collection-banner-head-title,
    .collection-banner-head-title h1,
    .collection-banner-head-title h2,
    .collection-banner-head-title h3,
    .collection-banner-head-title h4,
    .collection-banner-head-title h5,
    .collection-banner-head-title h6,
    .collection-banner-head-title a {
        font-size: 64px;
        line-height: 70px
    }
}

.collection-banner-head-text,
.collection-banner-head-text p,
.collection-banner-head-text span {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-top: 51px;
    color: #53565a;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .collection-banner-head-text,
    .collection-banner-head-text p,
    .collection-banner-head-text span {
        margin-top: 16px;
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .collection-banner-head-text,
    .collection-banner-head-text p,
    .collection-banner-head-text span {
        font-size: 18px;
        line-height: 27px
    }
}

.collection-banner-head-button {
    margin-top: 51px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-banner-head-button {
        margin-top: 24px
    }
}

.collection-banner-img {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50.9%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-banner-img {
        position: relative;
        width: calc(100% + 5px);
        height: auto
    }
}

.collection-banner-img img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (prefers-reduced-motion:reduce) {
    .collection-banner-img img {
        -webkit-transition: none;
        transition: none
    }
}

.collection-banner-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.collection-list {
    margin: 124px 0 247px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-list {
        margin: 24px 0 150px
    }
}

.collection-list .mb-bottom {
    margin-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-list .mb-bottom {
        margin-bottom: 24px
    }
}

.collection-list-card {
    height: 100%;
    background-color: #f7f6f3
}

.collection-list-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.collection-list-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 43px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-list-card-text {
        margin-left: 29px
    }
}

.collection-list-card-text h4 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-list-card-text h4 {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .collection-list-card-text h4 {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .collection-list-card-text h4 {
        font-size: 54px;
        line-height: 60px
    }
}

.collection-list-card-img {
    width: calc(50% - 20px)
}

.collection-list-card-img img {
    width: 100%;
    height: 100%
}

.collection-filter {
    padding-bottom: 34px;
    background-color: #f7f6f3
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter {
        padding-bottom: 24px
    }
}

.collection-filter-content {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.collection-filter-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion-head {
        width: 100%
    }
}

.collection-filter-accordion-head button {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: relative;
    z-index: 100;
    padding: 0;
    border: none;
    background: none;
    color: #53565a;
    cursor: pointer;
    font-size: 20px;
    line-height: 27px;
    outline: none;
    text-transform: uppercase
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion-head button {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        text-align: left
    }
}

.collection-filter-accordion-head button::after {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 0;
    margin-left: 6px;
    color: #53565a;
    content: "+";
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion-head button::after {
        font-size: 18px;
        line-height: 24px
    }
}

.collection-filter-accordion-head button.is-open::after {
    top: -2px;
    content: "-"
}

.collection-filter-accordion-body {
    position: relative;
    z-index: 10;
    display: none;
    width: 100%;
    background-color: #fafafa
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion-body {
        position: fixed;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        margin: 0 16px
    }
}

.collection-filter-accordion-body.is-open {
    display: block
}

.collection-filter-accordion-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px 0 48px;
    overflow-x: auto
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion-body-content {
        max-height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 0 32px;
        border-top: 1px solid #eaeaea;
        overflow-x: unset;
        overflow-y: scroll
    }
}

.collection-filter-accordion-body-content::-webkit-scrollbar {
    display: none
}

.collection-filter-accordion-body ul:not(:last-child) {
    margin-right: 114px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion-body ul:not(:last-child) {
        margin-right: 0;
        margin-bottom: 24px
    }
}

.collection-filter-accordion-body ul li {
    list-style: none
}

.collection-filter-accordion-body ul li:not(:last-child) {
    margin-bottom: 26px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion-body ul li:not(:last-child) {
        margin-bottom: 24px
    }
}

.collection-filter-accordion-body ul li a {
    color: #53565a;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-accordion-body ul li a {
        font-size: 12px;
        line-height: 16px
    }
}

.collection-filter-button {
    position: relative;
    z-index: 25
}

.collection-filter-button a {
    text-transform: uppercase
}

.collection-filter-button a p {
    text-transform: uppercase
}

body.is-not-scroll {
    overflow: hidden
}

.collection-filter-mobile {
    position: relative;
    display: none;
    margin: 24px 16px;
    background-color: #fafafa
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-mobile {
        display: block
    }
}

.collection-filter-mobile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.collection-filter-mobile-head button {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: relative;
    width: 100%;
    padding: 12px 1px;
    border: none;
    background: transparent;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    outline: none;
    text-align: left
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-mobile-head button::after {
        font-family: 'Satoshi Regular';
        font-style: normal;
        font-weight: 400;
        position: absolute;
        top: 50%;
        margin-left: 6px;
        color: #53565a;
        content: "+";
        font-size: 18px;
        line-height: 24px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.collection-filter-mobile-head button.is-open {
    border-bottom: 1px solid #eaeaea
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .collection-filter-mobile-head button.is-open::after {
        top: calc(50% - 2px);
        content: "-"
    }
}

.collection-filter-mobile-body {
    position: absolute;
    z-index: 100;
    top: 49px;
    left: 0;
    display: none;
    width: 100%;
    height: 350px;
    padding-left: 16px;
    background-color: #fafafa;
    overflow-y: scroll
}

.collection-filter-mobile-body::-webkit-scrollbar {
    display: none
}

.collection-filter-mobile-body ul {
    margin-bottom: 24px;
    list-style: none
}

.collection-filter-mobile-body ul:first-child {
    margin-top: 24px
}

.collection-filter-mobile-body ul li:not(:last-child) {
    margin-bottom: 24px
}

.collection-filter-mobile-body ul li a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase
}

.collection-filter-mobile-body.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-banner {
    margin: 120px 0 179px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-banner {
        margin: 0
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-banner .container {
        padding: 0 !important
    }
}

.contact-banner .container .row .col-12.col-lg-4 {
    padding-left: 17px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-banner .container .row .col-12.col-lg-4 {
        padding-left: 0
    }
}

.contact-banner .container .row .col-12.col-lg-6 {
    max-width: calc(50% + 30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 30px);
    flex: 0 0 calc(50% + 30px);
    padding-right: 18px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-banner .container .row .col-12.col-lg-6 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0
    }
}

.contact-banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-banner-image {
        height: 120px
    }
}

.contact-banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.contact-banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 44px 56px 54px 40px;
    background-color: #f6f6f6
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-banner-content {
        padding: 16px
    }
}

.contact-banner-text {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 30px;
    line-height: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-banner-text {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact-banner-text {
        font-size: 24px;
        line-height: 28px
    }
}

.contact-banner-button {
    margin-left: 51px
}

.contact-banner-button span {
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-banner-button span {
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px
    }
}

.contact-form {
    position: fixed;
    z-index: 401;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, .2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form {
        position: fixed;
        top: 123px;
        height: calc(100vh - 123px)
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact-form {
        position: fixed;
        top: 116px;
        height: calc(100vh - 116px)
    }
}

.contact-form.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.contact-form-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 50%;
    height: calc(100% - 116px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 80px;
    padding-right: 140px;
    padding-bottom: 60px;
    padding-left: 140px;
    background-color: #fff
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .contact-form-content {
        height: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content {
        width: 100%;
        padding: 32px 16px 55px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-form-content {
        border-radius: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact-form-content {
        width: 100%;
        padding-top: 60px;
        padding-right: 60px;
        padding-left: 60px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .contact-form-content {
        padding-top: 60px;
        padding-right: 60px;
        padding-left: 60px
    }
}

.contact-form-content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-title {
        position: relative;
        margin-bottom: 24px
    }
}

.contact-form-content-title h4 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 30px;
    line-height: 1
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-title h4 {
        width: 90%;
        font-size: 32px;
        line-height: 43px
    }
}

.contact-form-content-title button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    margin-left: 18px;
    background: transparent;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-title button {
        position: absolute;
        top: -12px;
        right: 0
    }
}

.contact-form-content-title button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.contact-form-content-title button i svg {
    width: 100%;
    height: 100%
}

.contact-form-content-form {
    position: relative;
    padding-bottom: 8px
}

.contact-form-content-form-success {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
    display: none;
    width: 100%;
    max-width: 740px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(249, 249, 249, .8);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-form-content-form-success.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-form-content-form-success-content {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 620px;
    padding: 56px 40px;
    border: 1px solid #d6d2c4;
    margin: auto;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-success-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 48px 24px 50px
    }
}

.contact-form-content-form-success-content-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-success-content-head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px
    }
}

.contact-form-content-form-success-content-head h4 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 30px;
    line-height: 1
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-success-content-head h4 {
        text-align: center
    }
}

.contact-form-content-form-success-content-head button {
    position: absolute;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-success-content-head button {
        top: -24px;
        right: -5px
    }
}

.contact-form-content-form-success-content-head button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-form-content-form-success-content p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 64px;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 27px;
    text-align: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-success-content p {
        margin-bottom: 38px
    }
}

.contact-form-content-form-success-content .circle-content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-form-content-form-success-content a span {
    margin-right: 18px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-success-content a span {
        margin-right: 16px
    }
}

.contact-form-content-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-item {
        margin-bottom: 24px
    }
}

.contact-form-content-form-item.is-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-form-content-form-item.is-full input[type='text'] {
    width: 100%
}

.contact-form-content-form-item-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-form-content-form-item h4 {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-item h4 {
        margin-bottom: 16px
    }
}

.contact-form-content-form-item textarea {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    width: 100% !important;
    padding: 13px 20px 13px 24px !important;
    border: 1px solid #c9c8c5 !important;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.contact-form-content-form-item textarea::-webkit-input-placeholder {
    color: #5d5b54
}

.contact-form-content-form-item textarea::-moz-placeholder {
    color: #5d5b54
}

.contact-form-content-form-item textarea:-ms-input-placeholder {
    color: #5d5b54
}

.contact-form-content-form-item textarea::-ms-input-placeholder {
    color: #5d5b54
}

.contact-form-content-form-item textarea::placeholder {
    color: #5d5b54
}

.contact-form-content-form-item input::-webkit-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.contact-form-content-form-item input::-moz-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.contact-form-content-form-item input:-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.contact-form-content-form-item input::-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.contact-form-content-form-item input::placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.contact-form-content-form-item input[type='text'] {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    width: calc(50% - 20px);
    padding: 13px 20px 13px 24px;
    border: 1px solid #c9c8c5;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-item input[type='text'] {
        width: calc(50% - 12px);
        padding: 20px 7px 20px 24px
    }
}

.contact-form-content-form-item input[type='text']::-webkit-input-placeholder {
    color: #5d5b54
}

.contact-form-content-form-item input[type='text']::-moz-placeholder {
    color: #5d5b54
}

.contact-form-content-form-item input[type='text']:-ms-input-placeholder {
    color: #5d5b54
}

.contact-form-content-form-item input[type='text']::-ms-input-placeholder {
    color: #5d5b54
}

.contact-form-content-form-item input[type='text']::placeholder {
    color: #5d5b54
}

.contact-form-content-form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-form-content-form-btn {
        margin-top: 60px
    }
}

.contact-form-media {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: calc(100% - 116px)
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .contact-form-media {
        display: none
    }
}

.contact-form-media img,
.contact-form-media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-form-media p {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3.5714285714285716vw;
    color: #fff;
    font-size: 3.5714285714285716vw;
    line-height: normal
}

.contact-form-media::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: linear-gradient(23deg, #000 -24.44%, rgba(0, 0, 0, 0) 69.67%);
    content: ''
}

.is-hidden {
    overflow: hidden
}

.gform_wrapper .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px
}

.gform_wrapper .gform_footer button {
    border: none;
    margin: 0;
    background: transparent
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .gform_wrapper form {
        margin-bottom: 50px
    }
}

.gform_wrapper form textarea {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    width: 100% !important;
    padding: 13px 20px 13px 24px !important;
    border: 1px solid #c9c8c5 !important;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form textarea::-webkit-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #5d5b54;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form textarea::-moz-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #5d5b54;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form textarea:-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #5d5b54;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form textarea::-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #5d5b54;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form textarea::placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #5d5b54;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form fieldset {
    padding: 0;
    border: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .gform_wrapper form fieldset {
        overflow: hidden;
        min-width: 100%
    }
}

.gform_wrapper form fieldset legend {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .gform_wrapper form fieldset legend {
        margin-bottom: 16px
    }
}

.gform_wrapper form fieldset .ginput_container_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox::-webkit-scrollbar {
    display: none
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice {
        margin-right: 30px !important
    }
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice:not(:last-child) {
    margin-right: 30px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice:not(:last-child) {
        margin-right: 0
    }
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice label {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-left: 10px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
    position: relative
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input::after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    background-size: 100% 100%;
    content: ''
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../../../../../../themes/parla/dist/img/checkbox-icon.png);
    background-size: 100% 100%
}

.gform_wrapper form fieldset .ginput_container_checkbox .gfield_checkbox .gchoice input {
    width: 24px;
    height: 24px;
    border: 1px solid #c9c8c5;
    background: #fff;
    border-radius: 0
}

.gform_wrapper form .gform_body .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gform_wrapper form .gform_body .gfield {
    width: calc(50% - 14px) !important
}

.gform_wrapper form .gform_body .gfield:has(textarea) {
    width: 100% !important
}

.gform_wrapper form .gform_body .gfield:has(.iti--show-flags) input {
    padding-left: 50px !important
}

.gform_wrapper form .gform_body fieldset.gfield {
    width: 100% !important
}

.gform_wrapper form .gform_body .gfield--width-half {
    width: calc(50% - 20px);
    margin-bottom: 32px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .gform_wrapper form .gform_body .gfield--width-half {
        width: calc(50% - 12px)
    }
}

.gform_wrapper form .gform_body .gfield--width-half .ginput_container {
    width: 100%
}

.gform_wrapper form .gform_body .gfield--width-half .ginput_container input::-webkit-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-half .ginput_container input::-moz-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-half .ginput_container input:-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-half .ginput_container input::-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-half .ginput_container input::placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-half .ginput_container input[type='text'],
.gform_wrapper form .gform_body .gfield--width-half .ginput_container input[type='email'],
.gform_wrapper form .gform_body .gfield--width-half .ginput_container input[type='tel'] {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    width: 100%;
    padding: 13px 20px 13px 24px;
    border: 1px solid #c9c8c5;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .gform_wrapper form .gform_body .gfield--width-half .ginput_container input[type='text'],
    .gform_wrapper form .gform_body .gfield--width-half .ginput_container input[type='email'],
    .gform_wrapper form .gform_body .gfield--width-half .ginput_container input[type='tel'] {
        padding: 20px 7px 20px 24px
    }
}

.gform_wrapper form .gform_body .gfield--width-full {
    width: 100%;
    margin-bottom: 32px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container {
    width: 100%
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container input::-webkit-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container input::-moz-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container input:-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container input::-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container input::placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container input[type='text'] {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    width: 100%;
    padding: 13px 20px 13px 24px;
    border: 1px solid #c9c8c5;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .gform_wrapper form .gform_body .gfield--width-full .ginput_container input[type='text'] {
        padding: 20px 7px 20px 24px
    }
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container_select {
    width: 100%
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container_select select {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    width: 100%;
    padding: 13px 20px 13px 24px;
    border: 1px solid #c9c8c5;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .gform_wrapper form .gform_body .gfield--width-full .ginput_container_select select {
        padding: 20px 7px 20px 24px
    }
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container_select select::-webkit-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container_select select::-moz-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container_select select:-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container_select select::-ms-input-placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper form .gform_body .gfield--width-full .ginput_container_select select::placeholder {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 15px;
    line-height: 20px
}

.gform_wrapper.gravity-theme .gfield_label {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    display: block;
    margin-bottom: 24px;
    color: #686666 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 20px !important
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .gform_wrapper.gravity-theme .gfield_label {
        margin-bottom: 16px
    }
}

.gform_wrapper .gform_validation_errors {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.gform_wrapper .gform_validation_errors h2 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
    color: #c02b0a !important;
    font-size: 15px !important;
    line-height: 20px !important
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .gform_wrapper .gform_validation_errors h2 {
        margin-bottom: 16px
    }
}

.gform_wrapper .gform_validation_errors h2 span {
    display: none !important
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 24px;
    background: transparent !important;
    color: #c02b0a;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 20px !important
}

@media only screen and (min-width:320px) and (max-width:767px) {

    .gform_wrapper .gfield_validation_message,
    .gform_wrapper .validation_message {
        margin-bottom: 16px
    }
}

.hidden_label label {
    display: none !important
}

.craft-slider {
    position: relative;
    overflow: hidden;
    background-color: #202020
}

.craft-slider .swiper-slide-active img {
    right: 0
}

.craft-slider-style-1 {
    padding: 138px 0 243px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-style-1 {
        padding: 40px 0 166px
    }
}

.craft-slider-style-2 {
    padding: 78px 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-style-2 {
        padding: 124px 0 80px
    }

    .craft-slider-style-2 .row {
        padding: 0 148px 0 0
    }
}

.craft-slider-style-3 {
    padding: 78px 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-style-3 {
        padding: 66px 0 110px
    }

    .craft-slider-style-3 .row {
        padding: 0 65px 0 16px
    }
}

.craft-slider-style-wrapper {
    position: relative
}

.craft-slider-content {
    margin-top: 184px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-content {
        margin-top: 32px
    }
}

.craft-slider-content-title {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 72px;
    line-height: 87px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-content-title {
        padding-left: 25px;
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .craft-slider-content-title {
        font-size: 38px;
        line-height: 44px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .craft-slider-content-title {
        font-size: 64px;
        line-height: 72px
    }
}

.craft-slider-content-text-style-1 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin-top: 26px;
    color: #a6a6a6;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-content-text-style-1 {
        padding-right: 5%;
        padding-left: 25px;
        margin-top: 24px;
        font-size: 12px;
        line-height: 16px
    }
}

.craft-slider-content-text-style-2 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    padding-right: 30px;
    margin-left: 11.5%;
    color: #a6a6a6;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-content-text-style-2 {
        padding: 0 100px 0 0;
        margin: 0;
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .craft-slider-content-text-style-2 {
        padding-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .craft-slider-content-text-style-2 {
        font-size: 18px;
        line-height: 27px
    }
}

.craft-slider-content-text-style-3 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    padding-right: 140px;
    margin-top: 107px;
    color: #a6a6a6;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-content-text-style-3 {
        padding: 0 0 0 22px;
        margin: 0 0 72px;
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .craft-slider-content-text-style-3 {
        padding-right: 0;
        margin-left: 0;
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .craft-slider-content-text-style-3 {
        font-size: 18px;
        line-height: 27px
    }
}

.craft-slider-image {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image {
        padding-right: 5%
    }
}

.craft-slider-image img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    right: -200%;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .craft-slider-image img {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image img {
        width: 91px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .craft-slider-image img {
        width: 100%
    }
}

.craft-slider-image-sm {
    position: absolute;
    top: 0;
    right: 41.7%;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 7.3%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image-sm {
        top: 0;
        right: 0;
        padding-left: 5%
    }
}

.craft-slider-image-sm img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    right: -200%;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .craft-slider-image-sm img {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image-sm img {
        width: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .craft-slider-image-sm img {
        width: 100%
    }
}

.craft-slider-image-md {
    position: absolute;
    right: 13.1%;
    bottom: -143px;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 3.65%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image-md {
        padding-left: 4%
    }
}

.craft-slider-image-md img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    right: -200%;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .craft-slider-image-md img {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image-md img {
        width: 126px
    }
}

.craft-slider-image-xl {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 8%;
    margin-top: 78px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image-xl {
        padding-right: 8%;
        margin-top: 0;
        margin-bottom: 46px
    }
}

.craft-slider-image-xl img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    right: -200%;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .craft-slider-image-xl img {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image-xl img {
        width: 264px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .craft-slider-image-xl img {
        width: 100%
    }
}

.craft-slider-image-lg {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 2.9%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image-lg {
        padding-right: 5.2%
    }
}

.craft-slider-image-lg img {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    position: relative;
    right: -200%;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .craft-slider-image-lg img {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-image-lg img {
        width: 124px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .craft-slider-image-lg img {
        width: 100%
    }
}

.craft-slider-badge-1 {
    position: absolute;
    top: -246px;
    right: 147px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-badge-1 {
        top: -71px;
        right: 15px
    }
}

.craft-slider-badge-1 svg {
    width: 492px;
    height: 492px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-badge-1 svg {
        width: 142px;
        height: 142px
    }
}

.craft-slider-badge-2 {
    position: absolute;
    bottom: -205px;
    left: -100px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-badge-2 {
        bottom: -82px;
        left: 0
    }
}

.craft-slider-badge-2 svg {
    width: 410px;
    height: 410px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .craft-slider-badge-2 svg {
        width: 164px;
        height: 164px
    }
}

.craft-slider-cursor {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 136px;
    height: 136px;
    pointer-events: none;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%)
}

.craft-slider-cursor-animation {
    position: relative
}

.craft-slider-cursor-animation-border {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hvr-bob-float, zoom-craft-slider-circle;
    animation-name: hvr-bob-float, zoom-craft-slider-circle;
    animation-name: hvr-bob-float, zoom-craft-slider-circle;
    animation-name: hvr-bob-float, zoom-craft-slider-circle;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out
}

.craft-slider-cursor-animation-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.craft-slider-cursor.is-hide {
    position: fixed
}

@-webkit-keyframes zoom-craft-slider-circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.81);
        transform: scale(.81)
    }
}

@keyframes zoom-craft-slider-circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.81);
        transform: scale(.81)
    }
}

@keyframes zoom-craft-slider-circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.81);
        transform: scale(.81)
    }
}

@keyframes zoom-craft-slider-circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.81);
        transform: scale(.81)
    }
}

@keyframes zoom-craft-slider-circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.81);
        transform: scale(.81)
    }
}

.designers-card-image {
    margin-bottom: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-card-image {
        margin-bottom: 10px
    }
}

.designers-card-image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.designers-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.designers-card-content-title h4 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 24px;
    line-height: 150%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-card-content-title h4 {
        font-size: 12px
    }
}

.designers-list {
    overflow: hidden;
    margin: 240px 0 238px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list {
        margin: 40px 0
    }
}

.designers-list-content {
    margin-top: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-content {
        margin-top: 32px
    }
}

.designers-list-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 110px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-nav {
        padding-left: 32px
    }
}

.designers-list-nav-btn {
    margin-top: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-nav-btn {
        margin-top: 30px
    }
}

.designers-list-nav-btn a span {
    margin-left: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-nav-btn a span {
        margin-left: 16px
    }
}

.designers-list-nav-item {
    list-style: none
}

.designers-list-nav-item:not(:last-child) {
    margin-bottom: 11px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-nav-item:not(:last-child) {
        margin-bottom: 16px
    }
}

.designers-list-nav-item a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    position: relative;
    color: #53565a;
    font-size: 48px;
    line-height: 72px;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-nav-item a {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .designers-list-nav-item a {
        font-size: 38px;
        line-height: 44px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .designers-list-nav-item a {
        font-size: 40px;
        line-height: 52px
    }
}

.designers-list-nav-item a::before {
    -webkit-transition: width 0.9s ease;
    transition: width 0.9s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fdd26e;
    content: ''
}

@media (prefers-reduced-motion:reduce) {
    .designers-list-nav-item a::before {
        -webkit-transition: none;
        transition: none
    }
}

.designers-list-nav-item a:hover {
    color: #fdd26e
}

.designers-list-nav-item a:hover::before {
    width: 100%
}

.designers-list-details {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    top: 64px;
    left: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .designers-list-details {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-details {
        display: none
    }
}

.designers-list-details.is-open {
    opacity: 1;
    visibility: visible
}

.designers-list-details-desc {
    z-index: 1;
    width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin-left: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-details-desc {
        display: none;
        width: 280px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        margin-left: 0
    }
}

.designers-list-details-desc,
.designers-list-details-desc p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #53565a;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .designers-list-details-desc,
    .designers-list-details-desc p {
        font-size: 15px;
        line-height: 20px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .designers-list-details-desc,
    .designers-list-details-desc p {
        font-size: 18px;
        line-height: 24px
    }
}

.designers-list-details-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 305px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 305px;
    flex: 0 0 305px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-details-img {
        width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }
}

.designers-list-details-img img {
    width: 100%
}

.designers-list-badge {
    position: absolute;
    top: -40px;
    right: 306px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-badge {
        top: -50px;
        right: 52px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .designers-list-badge {
        opacity: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1339px) {
    .designers-list-badge {
        right: 17%
    }
}

@media only screen and (min-width:1340px) and (max-width:1439px) {
    .designers-list-badge {
        right: 24%
    }
}

@media only screen and (min-width:1440px) and (max-width:1679px) {
    .designers-list-badge {
        right: 346px
    }
}

.designers-list-badge svg {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

@media (prefers-reduced-motion:reduce) {
    .designers-list-badge svg {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designers-list-badge svg {
        width: 69px;
        height: 70px
    }
}

.designers-list-badge svg path {
    -webkit-transition: all 2s ease;
    transition: all 2s ease
}

@media (prefers-reduced-motion:reduce) {
    .designers-list-badge svg path {
        -webkit-transition: none;
        transition: none
    }
}

.designers-list-badge.is-hover svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.designers-list-badge.is-hover svg path {
    fill: #edcdac
}

@-webkit-keyframes wave {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: 240px
    }
}

@keyframes wave {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: 240px
    }
}

@keyframes wave {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: 240px
    }
}

@keyframes wave {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: 240px
    }
}

@keyframes wave {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: 240px
    }
}

@-webkit-keyframes wave-reverse {
    0% {
        background-position-x: 240px
    }

    100% {
        background-position-x: 0
    }
}

@keyframes wave-reverse {
    0% {
        background-position-x: 240px
    }

    100% {
        background-position-x: 0
    }
}

@keyframes wave-reverse {
    0% {
        background-position-x: 240px
    }

    100% {
        background-position-x: 0
    }
}

@keyframes wave-reverse {
    0% {
        background-position-x: 240px
    }

    100% {
        background-position-x: 0
    }
}

@keyframes wave-reverse {
    0% {
        background-position-x: 240px
    }

    100% {
        background-position-x: 0
    }
}

.feature-slide {
    position: relative;
    margin-top: 310px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .feature-slide {
        margin-top: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-slide {
        margin-top: 140px
    }
}

.feature-slide-content {
    position: relative
}

.feature-slide .swiper {
    overflow: unset;
    width: calc(100% + 40px)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .feature-slide .swiper {
        width: 100%
    }
}

.feature-slide .swiper-wrapper {
    width: calc(100% + 5000px)
}

.feature-slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.feature-slide .swiper-slide-active {
    position: relative;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.feature-slide .swiper-slide-active::after {
    position: absolute;
    top: -68px;
    left: -68px;
    width: 140px;
    height: 140px;
    -webkit-animation: rotateAnimate 8s infinite linear;
    animation: rotateAnimate 8s infinite linear;
    background: url(../../../../../../../../themes/parla/dist/img/image-after-text.svg);
    background-size: 100% 100%;
    content: ""
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .feature-slide .swiper-slide-active::after {
        top: -27px;
        left: -27px;
        width: 55px;
        height: 55px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-slide .swiper-slide-active::after {
        top: -38px;
        left: -38px;
        width: 76px;
        height: 76px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .feature-slide .swiper-slide-active::after {
        top: -50px;
        left: -50px;
        width: 100px;
        height: 100px
    }
}

.feature-slide .swiper-slide-active::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 15.92px;
    height: 15.78px;
    background: url(../../../../../../../../themes/parla/dist/img/image-after-icon.svg);
    background-size: 100% 100%;
    content: ""
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .feature-slide .swiper-slide-active::before {
        top: -5.5px;
        left: -5.5px;
        width: 10.92px;
        height: 10.78px
    }
}

.feature-slide .swiper-slide a {
    cursor: url(../../../../../../../../themes/parla/dist/img/target.svg), auto
}

.feature-slide-text {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.feature-slide-text p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgba(160, 160, 160, .3);
    font-size: 228px;
    line-height: 1;
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .feature-slide-text p {
        font-size: 140px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .feature-slide-text p {
        font-size: 168px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .feature-slide-text p {
        font-size: 80px;
        text-align: left
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-slide-text p {
        font-size: 100px;
        text-align: left
    }
}

.feature-slide-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 128px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .feature-slide-btn {
        margin-top: 48px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-slide-btn {
        margin-top: 64px
    }
}

.feature-slide .feature-slider img {
    width: 100%
}

@-webkit-keyframes rotateAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotateAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.filter-content-nav {
    padding-bottom: 20px;
    background-color: #f7f6f3
}

.filter-content-selected {
    padding-top: 40px;
    border-top: 1px solid #ecebe7
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-selected {
        padding-top: 20px
    }
}

.filter-content-selected-item {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background: #f7f6f3;
    color: #000;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

@media (prefers-reduced-motion:reduce) {
    .filter-content-selected-item {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-selected-item {
        min-height: 32px;
        padding: 8px;
        font-size: 12px
    }
}

.filter-content-selected-item::before {
    display: block;
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: center center/contain no-repeat url(../../../../../../../../themes/parla/dist/img/icon-close.svg) transparent;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter-content-selected ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style-type: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-selected ul {
        gap: 10px
    }
}

.filter-content-list-button {
    display: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list-button {
        display: block
    }
}

.filter-content-list-button button {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    position: relative;
    width: 100%;
    padding: 12px 0;
    border: none;
    background: none;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-align: left
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list-button button::after {
        font-family: 'Satoshi Regular';
        font-style: normal;
        font-weight: 400;
        position: absolute;
        top: 50%;
        margin-left: 6px;
        color: #53565a;
        content: '+';
        font-size: 18px;
        line-height: 24px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.filter-content-list-button button.is-open {
    border-bottom: 1px solid #eaeaea
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list-button button.is-open::after {
        top: calc(50% - 2px);
        content: '-'
    }
}

.filter-content-list {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list {
        position: absolute;
        top: 49px;
        left: 0;
        display: none;
        overflow: auto;
        width: 100%;
        height: 300px;
        max-height: 300px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 15px;
        background-color: #fafafa;
        overflow-y: auto
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list.is-open {
        display: block
    }
}

.filter-content-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    overflow-x: auto
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 0 32px
    }
}

.filter-content-list ul::-webkit-scrollbar {
    display: none
}

.filter-content-list ul li {
    margin-right: 26px;
    list-style: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list ul li {
        margin-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list ul li:not(:last-child) {
        margin-bottom: 24px
    }
}

.filter-content-list ul li.is-active a {
    font-family: 'Satoshi Bold';
    font-style: normal;
    font-weight: 700
}

.filter-content-list ul li a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #53565a;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-list ul li a {
        font-size: 12px;
        line-height: 16px
    }
}

.filter-content-button {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-transform: uppercase
}

.filter-content-button a p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-button a p {
        font-size: 12px
    }
}

.filter-content-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.filter-content-action span {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    opacity: .7
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-action span {
        font-size: 12px;
        opacity: 1
    }
}

.filter-content-action b {
    font-family: 'Satoshi Bold';
    font-style: normal;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    line-height: normal
}

.filter-content-action i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    line-height: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content-action i {
        width: 16px;
        height: 16px;
        margin-left: 10px
    }
}

.filter-content-action i svg {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-content .is-mobile {
        display: none
    }
}

.filter-modal {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: fixed;
    z-index: 400;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media (prefers-reduced-motion:reduce) {
    .filter-modal {
        -webkit-transition: none;
        transition: none
    }
}

.filter-modal:not(.show) {
    opacity: 0;
    visibility: hidden
}

.filter-modal:not(.show) .filter-modal-main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .filter-modal:not(.show) .filter-modal-main {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.filter-modal-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: rgba(0, 0, 0, .2)
}

.filter-modal-main {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    position: relative;
    max-width: 578px;
    background: #fff
}

@media (prefers-reduced-motion:reduce) {
    .filter-modal-main {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .filter-modal-main {
        max-width: 100%;
        max-height: calc(100% - 72px)
    }
}

.filter-modal-main,
.filter-modal-main form {
    width: 100%;
    height: 100%
}

.filter-modal-main form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter-modal-start,
.filter-modal-end {
    width: 100%
}

.filter-modal-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 110px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-start {
        height: calc(100% - 90px)
    }
}

.filter-modal-end {
    height: auto
}

.filter-modal-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-head {
        height: 80px;
        padding: 0 15px
    }
}

.filter-modal-head-title {
    font-family: 'Neue Augenblick Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 32px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-head-title {
        font-size: 22px
    }
}

.filter-modal-head-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 38px;
    height: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-head-close {
        width: 32px;
        height: 32px
    }
}

.filter-modal-head-close svg {
    width: 100%;
    height: 100%
}

.filter-modal-body {
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    overflow-y: scroll
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-body {
        padding: 30px 15px
    }
}

.filter-modal-accordion-item {
    border-bottom: 1px solid #e6e6e6
}

.filter-modal-accordion-item:not(:first-child)>.filter-modal-accordion-item-head {
    padding-top: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-accordion-item:not(:first-child)>.filter-modal-accordion-item-head {
        padding-top: 30px
    }
}

.filter-modal-accordion-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-accordion-item-head {
        padding-bottom: 20px
    }
}

.filter-modal-accordion-item-head:hover p {
    color: #5d5b54
}

.filter-modal-accordion-item-head p {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase
}

@media (prefers-reduced-motion:reduce) {
    .filter-modal-accordion-item-head p {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-accordion-item-head p {
        font-size: 14px
    }
}

.filter-modal-accordion-item-head p b {
    font-family: 'Satoshi Bold';
    font-style: normal;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    line-height: normal
}

.filter-modal-accordion-item-head span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-modal-accordion-item-head span i {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    background: #a6a6a6;
    border-radius: 2px
}

@media (prefers-reduced-motion:reduce) {
    .filter-modal-accordion-item-head span i {
        -webkit-transition: none;
        transition: none
    }
}

.filter-modal-accordion-item-head span i:first-child {
    top: 50%;
    width: 100%;
    height: 1.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.filter-modal-accordion-item-head span i:last-child {
    top: 0;
    left: 50%;
    width: 1.5px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.filter-modal-accordion-item-head[aria-expanded='true'] span i {
    background: #000
}

.filter-modal-accordion-item-head[aria-expanded='true'] span i:first-child {
    opacity: 0
}

.filter-modal-accordion-item-head[aria-expanded='true'] span i:last-child {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filter-modal-accordion-item-body {
    padding-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-accordion-item-body {
        padding-bottom: 30px
    }
}

.filter-modal-accordion-item-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-accordion-item-body ul {
        gap: 10px
    }
}

.filter-modal-accordion-item-body ul li label {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background: #f7f6f3;
    color: #5d5b54;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

@media (prefers-reduced-motion:reduce) {
    .filter-modal-accordion-item-body ul li label {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-accordion-item-body ul li label {
        min-height: 32px;
        padding: 8px;
        font-size: 12px
    }
}

.filter-modal-accordion-item-body ul li label:has(input:checked) {
    background: #000;
    color: #fff
}

.filter-modal-accordion-item-body ul li label input {
    display: none
}

.filter-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    background: #fff;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-footer {
        height: 90px;
        padding: 0 15px;
        border-top: 1px solid #e6e6e6;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

.filter-modal-footer button {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 47px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
    text-align: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .filter-modal-footer button {
        font-size: 12px
    }
}

.filter-modal-footer button:first-child {
    background: #f7f6f3;
    color: #5d5b54
}

.filter-modal-footer button:last-child {
    background: #000;
    color: #fff
}

input,
select,
textarea,
button {
    -webkit-appearance: none
}

.furniture-bar {
    overflow: hidden;
    margin-top: 165px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .furniture-bar {
        margin-top: 48px
    }
}

.furniture-bar .swiper {
    overflow: unset
}

.furniture-bar .swiper-wrapper {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.furniture-bar .swiper-slide {
    width: 10%;
    height: auto
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .furniture-bar .swiper-slide {
        width: 18%
    }
}

.furniture-bar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    overflow-x: auto
}

.furniture-bar-list::-webkit-scrollbar {
    display: none
}

.furniture-bar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.furniture-bar-content:not(:last-child) {
    margin-right: 50px
}

.furniture-bar-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.furniture-bar-sustainability {
    overflow: hidden;
    margin-top: 100px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .furniture-bar-sustainability {
        margin-top: 80px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .furniture-bar-sustainability {
        margin-top: 48px
    }
}

.furniture-bar-sustainability .swiper {
    overflow: unset
}

.furniture-bar-sustainability .swiper-wrapper {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.furniture-bar-sustainability .swiper-slide {
    width: 10%;
    height: auto
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .furniture-bar-sustainability .swiper-slide {
        width: 18%
    }
}

.furniture-bar-sustainability-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    overflow-x: auto
}

.furniture-bar-sustainability-list::-webkit-scrollbar {
    display: none
}

.furniture-bar-sustainability-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.furniture-bar-sustainability-content:not(:last-child) {
    margin-right: 50px
}

.furniture-bar-sustainability-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.global-head-title,
.global-head-title h1,
.global-head-title h2,
.global-head-title h3,
.global-head-title h4,
.global-head-title h5,
.global-head-title h6,
.global-head-title a,
.global-head-title p,
.global-head-title span {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 42px;
    line-height: 57px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .global-head-title,
    .global-head-title h1,
    .global-head-title h2,
    .global-head-title h3,
    .global-head-title h4,
    .global-head-title h5,
    .global-head-title h6,
    .global-head-title a,
    .global-head-title p,
    .global-head-title span {
        font-size: 16px;
        line-height: 21px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .global-head-title,
    .global-head-title h1,
    .global-head-title h2,
    .global-head-title h3,
    .global-head-title h4,
    .global-head-title h5,
    .global-head-title h6,
    .global-head-title a,
    .global-head-title p,
    .global-head-title span {
        font-size: 36px;
        line-height: 46px
    }
}

.global-head-title-lg,
.global-head-title-lg h1,
.global-head-title-lg h2,
.global-head-title-lg h3,
.global-head-title-lg h4,
.global-head-title-lg h5,
.global-head-title-lg h6,
.global-head-title-lg a,
.global-head-title-lg p,
.global-head-title-lg span {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #fff;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .global-head-title-lg,
    .global-head-title-lg h1,
    .global-head-title-lg h2,
    .global-head-title-lg h3,
    .global-head-title-lg h4,
    .global-head-title-lg h5,
    .global-head-title-lg h6,
    .global-head-title-lg a,
    .global-head-title-lg p,
    .global-head-title-lg span {
        font-size: 16px;
        line-height: 21px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .global-head-title-lg,
    .global-head-title-lg h1,
    .global-head-title-lg h2,
    .global-head-title-lg h3,
    .global-head-title-lg h4,
    .global-head-title-lg h5,
    .global-head-title-lg h6,
    .global-head-title-lg a,
    .global-head-title-lg p,
    .global-head-title-lg span {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .global-head-title-lg,
    .global-head-title-lg h1,
    .global-head-title-lg h2,
    .global-head-title-lg h3,
    .global-head-title-lg h4,
    .global-head-title-lg h5,
    .global-head-title-lg h6,
    .global-head-title-lg a,
    .global-head-title-lg p,
    .global-head-title-lg span {
        font-size: 56px;
        line-height: 62px
    }
}

.global-head-text-md,
.global-head-text-md a,
.global-head-text-md p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .global-head-text-md,
    .global-head-text-md a,
    .global-head-text-md p {
        margin-top: 16px;
        font-size: 12px;
        line-height: 16px
    }
}

.global-head-text-lg,
.global-head-text-lg a,
.global-head-text-lg p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 64px;
    line-height: 72px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .global-head-text-lg,
    .global-head-text-lg a,
    .global-head-text-lg p {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .global-head-text-lg,
    .global-head-text-lg a,
    .global-head-text-lg p {
        font-size: 38px;
        line-height: 44px
    }
}

.global-head-text-lg span,
.global-head-text-lg a span,
.global-head-text-lg p span {
    color: #fdd26e
}

.global-head-dark .global-head-title h1,
.global-head-dark .global-head-title h2,
.global-head-dark .global-head-title h3,
.global-head-dark .global-head-title h4,
.global-head-dark .global-head-title h5,
.global-head-dark .global-head-title h6,
.global-head-dark .global-head-title a,
.global-head-dark .global-head-title p,
.global-head-dark .global-head-title span {
    color: #fff
}

.global-head-dark .global-head-text,
.global-head-dark .global-head-text a,
.global-head-dark .global-head-text p {
    color: #fff
}

.global-head-nav {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.icon {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.icon-prev {
    width: 4px;
    height: 8px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-white-left-arrow.svg)
}

.icon-prev-black {
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-black-right-arrow.svg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.icon-next {
    width: 4px;
    height: 8px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-white-right-arrow.svg)
}

.icon-next-black {
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-black-right-arrow.svg)
}

.icon-scroll {
    width: 23px;
    height: 36px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-mouse.svg)
}

.icon-black-right-arrow {
    width: 5px;
    height: 10px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-black-right-arrow.svg)
}

.icon-black-left-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 5px;
    height: 10px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-black-right-arrow.svg)
}

.icon-white-right-arrow {
    width: 5px;
    height: 10px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-white-right-arrow.svg)
}

.icon-big-right-arrow {
    width: 32px;
    height: 32px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-slider-right-black-arrow.svg)
}

.icon-big-left-arrow {
    width: 32px;
    height: 32px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-slider-left-black-arrow.svg)
}

.icon-black-down-arrow {
    width: 14px;
    height: 15px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-black-down-arrow.svg)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .icon-black-down-arrow {
        width: 7px;
        height: 8px
    }
}

.journal-popup {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    z-index: 401;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (prefers-reduced-motion:reduce) {
    .journal-popup {
        -webkit-transition: none;
        transition: none
    }
}

.journal-popup:not(.show) {
    opacity: 0;
    visibility: hidden
}

.journal-popup-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .2)
}

.journal-popup-main {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 700px;
    cursor: url(../../../../../../../../themes/parla/dist/img/cursor-explore.svg), auto
}

.journal-popup-media {
    max-height: 100dvh;
    line-height: 0
}

.journal-popup-media,
.journal-popup-media img,
.journal-popup-media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.journal-popup-media img,
.journal-popup-media video {
    min-height: 617px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .journal-popup-media img,
    .journal-popup-media video {
        min-height: 302px
    }
}

.journal-popup-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-popup-content {
        padding: 30px
    }
}

.journal-popup-content-article {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 42px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-popup-content-article {
        font-size: 32px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .journal-popup-content-article {
        font-size: 24px
    }
}

.journal-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-popup-close {
        width: 56px;
        height: 56px;
        padding: 10px
    }
}

.journal-popup-close svg {
    width: 100%;
    height: 100%
}

.language {
    position: absolute;
    top: 22px;
    right: 15px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .language {
        position: fixed;
        top: 112px;
        right: 16px
    }
}

.language-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #000;
    border-radius: 60px;
    cursor: pointer
}

.language-item.is-show {
    border-radius: 28px
}

.language-item.is-show div:not(:last-child) {
    border-bottom: 1px solid #ecddcc
}

.language-item.is-show .language-item-content::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.language-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 24px
}

.language-item-content::before {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    top: 25px;
    right: 24px;
    width: 10px;
    height: 6px;
    background-image: url(../../../../../../../../themes/parla/dist/img/icon-gray-bottom-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""
}

@media (prefers-reduced-motion:reduce) {
    .language-item-content::before {
        -webkit-transition: none;
        transition: none
    }
}

.language-item span {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #53565a;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase
}

.language-item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 12px;
    margin-right: 6px
}

.language-item-list {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 19px 24px;
    overflow-y: auto
}

.language-item-list::-webkit-scrollbar {
    width: 4px;
    background-color: #000
}

.language-item-list::-webkit-scrollbar-thumb {
    background: #919191;
    border-radius: 20px
}

.language-item-list button {
    padding: 0
}

.language-item-list a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none
}

.language-item-list a:first-child {
    margin-top: 0
}

.language-item-list.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fallback.hide {
    display: none
}

.materials-list-wrapper {
    margin-top: 240px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-list-wrapper {
        margin-top: 72px
    }
}

.materials-list-wrapper .row {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-list-wrapper .row .col-12.col-lg-5:not(:last-child) {
        margin-bottom: 24px
    }
}

.materials-list-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 40px 0 40px 40px;
    background-color: #f7f6f3
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-list-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 32px 0 28px 24px
    }
}

.materials-list-box-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.materials-list-box-title,
.materials-list-box-title h1,
.materials-list-box-title h2,
.materials-list-box-title h3,
.materials-list-box-title h4,
.materials-list-box-title h5,
.materials-list-box-title h6,
.materials-list-box-title a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #202020;
    font-size: 40px;
    line-height: 54px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .materials-list-box-title,
    .materials-list-box-title h1,
    .materials-list-box-title h2,
    .materials-list-box-title h3,
    .materials-list-box-title h4,
    .materials-list-box-title h5,
    .materials-list-box-title h6,
    .materials-list-box-title a {
        font-size: 32px;
        line-height: 43px
    }
}

.materials-list-box-text {
    margin-top: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-list-box-text {
        margin-top: 16px
    }
}

.materials-list-box-text,
.materials-list-box-text p,
.materials-list-box-text a,
.materials-list-box-text span {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #828079;
    font-size: 18px;
    line-height: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .materials-list-box-text,
    .materials-list-box-text p,
    .materials-list-box-text a,
    .materials-list-box-text span {
        font-size: 12px;
        line-height: 16px
    }
}

.materials-list-box-link {
    margin-top: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-list-box-link {
        margin-top: 59px
    }
}

.materials-list-box-link,
.materials-list-box-link a {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 14px;
    line-height: 19px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .materials-list-box-link,
    .materials-list-box-link a {
        font-size: 14px;
        line-height: 19px
    }
}

.materials-list-box-image {
    position: relative;
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 197px;
    flex: 0 0 197px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-list-box-image {
        bottom: -28px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 99px;
        flex: 0 0 99px
    }
}

.materials-list-box-image img {
    width: 197px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-list-box-image img {
        width: 170px
    }
}

.media-card {
    width: 100%;
    height: 100%
}

.media-card-img {
    width: 100%;
    height: 240px
}

.media-card-img img,
.media-card-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.media-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
    background: #f6f6f6
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .media-card-content {
        padding: 20px
    }
}

.media-card-content-title h1,
.media-card-content-title h2,
.media-card-content-title h3,
.media-card-content-title h4,
.media-card-content-title h5,
.media-card-content-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 30px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .media-card-content-title h1,
    .media-card-content-title h2,
    .media-card-content-title h3,
    .media-card-content-title h4,
    .media-card-content-title h5,
    .media-card-content-title h6 {
        font-size: 24px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .media-card-content-title h1,
    .media-card-content-title h2,
    .media-card-content-title h3,
    .media-card-content-title h4,
    .media-card-content-title h5,
    .media-card-content-title h6 {
        font-size: 20px
    }
}

.media-card-content-action {
    margin-top: 56px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .media-card-content-action {
        margin-top: 30px
    }
}

.pagination-content {
    margin-top: 140px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .pagination-content {
        margin-top: 64px
    }
}

.pagination-content .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-content .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-content .pagination ul:first-child li.is-disabled {
    margin-right: 64px;
    margin-left: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .pagination-content .pagination ul:first-child li.is-disabled {
        margin-right: 32px
    }
}

.pagination-content .pagination ul li {
    list-style: none
}

.pagination-content .pagination ul li.is-active a,
.pagination-content .pagination ul li.is-active span {
    color: #000
}

.pagination-content .pagination ul li.is-disabled {
    opacity: .5
}

.pagination-content .pagination ul li.is-disabled a,
.pagination-content .pagination ul li.is-disabled span {
    pointer-events: none
}

.pagination-content .pagination ul li:not(:last-child) {
    margin-right: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .pagination-content .pagination ul li:not(:last-child) {
        margin-right: 24px
    }
}

.pagination-content .pagination ul li:first-child a:hover,
.pagination-content .pagination ul li:first-child span:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.pagination-content .pagination ul li:last-child {
    margin-left: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .pagination-content .pagination ul li:last-child {
        margin-left: 8px
    }
}

.pagination-content .pagination ul li:last-child a:hover,
.pagination-content .pagination ul li:last-child span:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.pagination-content .pagination ul li a,
.pagination-content .pagination ul li span {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #a6a6a6;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .pagination-content .pagination ul li a,
    .pagination-content .pagination ul li span {
        font-size: 14px;
        line-height: 19px
    }
}

.pagination-content .pagination ul li a i,
.pagination-content .pagination ul li span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination-content .pagination ul li a svg,
.pagination-content .pagination ul li span svg {
    width: 48px;
    height: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .pagination-content .pagination ul li a svg,
    .pagination-content .pagination ul li span svg {
        width: 32px;
        height: 32px
    }
}

.pagination-content .pagination ul li a:hover,
.pagination-content .pagination ul li span:hover {
    text-decoration: underline !important
}

.product-description {
    padding: 24px 0 56px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-description {
        padding: 20px 0 48px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-description .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

.product-description-content {
    padding-top: 33px;
    padding-right: 10%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-description-content {
        padding: 40px 0 0
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-description-content-title {
        display: none
    }
}

.product-description-content-title,
.product-description-content-title h1,
.product-description-content-title h2,
.product-description-content-title h3,
.product-description-content-title h4,
.product-description-content-title h5,
.product-description-content-title h6,
.product-description-content-title span,
.product-description-content-title a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 32px;
    line-height: 45px
}

.product-description-content-text {
    margin-top: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-description-content-text {
        margin-top: 0
    }
}

.product-description-content-text,
.product-description-content-text p,
.product-description-content-text span,
.product-description-content-text a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #53565a;
    font-size: 20px;
    line-height: 27px
}

.product-description-content-information-list {
    margin-top: 70px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-description-content-information-list {
        margin-top: 48px
    }
}

.product-description-content-information-list li {
    list-style: none
}

.product-description-content-information-list li:not(:last-child) {
    margin-bottom: 19px
}

.product-description-content-information-list-title,
.product-description-content-information-list-title span,
.product-description-content-information-list-title p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 19px
}

.product-description-content-information-list-text,
.product-description-content-information-list-text span,
.product-description-content-information-list-text p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    margin-left: 19px;
    color: #53565a;
    font-size: 14px;
    line-height: 19px
}

.product-description-content-button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 56px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-description-content-button-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 48px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .product-description-content-button-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.product-description-content-button-list a:not(:last-child) {
    margin-right: 64px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .product-description-content-button-list a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 24px
    }
}

.product-description-content-link {
    margin-top: 101px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-description-content-link {
        margin-top: 48px
    }
}

.product-description-content-link,
.product-description-content-link a {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline
}

.product-description-content-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-description-content-image img {
    width: 100%;
    height: 100%
}

.designer-detail {
    position: relative;
    margin-top: 253px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail {
        margin-top: 56px
    }
}

.designer-detail .swiper {
    overflow: unset
}

.designer-detail .swiper-slide.swiper-slide-active .designer-detail-desc-col {
    visibility: visible
}

.designer-detail .swiper-slide.swiper-slide-active::after {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 100%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(-14.11%, #fff), color-stop(193.99%, rgba(255, 255, 255, .5)));
    background: linear-gradient(270deg, #fff -14.11%, rgba(255, 255, 255, .5) 193.99%);
    content: ''
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail .swiper-slide.swiper-slide-active::after {
        content: inherit
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

.designer-detail-image-col {
    position: relative
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .designer-detail-image-col {
        left: 0
    }
}

.designer-detail-desc-col {
    position: relative;
    visibility: hidden
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .designer-detail-desc-col {
        left: 0
    }
}

.designer-detail-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail-image {
        margin-top: 72px
    }
}

.designer-detail-image img {
    width: 100%;
    height: 100%
}

.designer-detail-image-badge {
    position: absolute;
    top: -103px;
    right: -98px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail-image-badge {
        top: 0;
        right: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

.designer-detail-image-badge svg {
    width: 196px;
    height: 200px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail-image-badge svg {
        width: 96px;
        height: 98px
    }
}

.designer-detail-title {
    margin-top: 75px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .designer-detail-title {
        margin-top: 0
    }
}

.designer-detail-title,
.designer-detail-title a,
.designer-detail-title h1,
.designer-detail-title h2,
.designer-detail-title h3,
.designer-detail-title h4,
.designer-detail-title h5,
.designer-detail-title h6 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 32px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .designer-detail-title,
    .designer-detail-title a,
    .designer-detail-title h1,
    .designer-detail-title h2,
    .designer-detail-title h3,
    .designer-detail-title h4,
    .designer-detail-title h5,
    .designer-detail-title h6 {
        font-size: 16px;
        line-height: 22px
    }
}

.designer-detail-text {
    margin-top: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail-text {
        padding-right: 0;
        margin-top: 24px
    }
}

@media only screen and (min-width:990px) and (max-width:1396px) {
    .designer-detail-text {
        margin-top: 14px;
        font-size: 20px !important;
        line-height: 33px !important
    }
}

.designer-detail-text,
.designer-detail-text p,
.designer-detail-text a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 32px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .designer-detail-text,
    .designer-detail-text p,
    .designer-detail-text a {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .designer-detail-text,
    .designer-detail-text p,
    .designer-detail-text a {
        font-size: 26px;
        line-height: 38px
    }
}

.designer-detail-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail-button {
        margin-top: 24px
    }
}

.designer-detail-button .circle-content-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18.9px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .designer-detail-button .circle-content-button {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 10px;
        line-height: 13px
    }
}

.product-image-content {
    margin-top: 136px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-image-content {
        margin-top: 23px
    }
}

.product-image-content .is-margin {
    margin-top: 170px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-image-content .is-margin {
        margin-top: 40px
    }
}

.product-image-content-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-image-content-image img {
    width: 100%;
    height: 100%
}

.product-image-content-text {
    margin-bottom: 131px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-image-content-text {
        margin-bottom: 40px
    }
}

.product-image-content-text,
.product-image-content-text p,
.product-image-content-text a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 32px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .product-image-content-text,
    .product-image-content-text p,
    .product-image-content-text a {
        font-size: 20px;
        line-height: 27px
    }
}

.products-list {
    overflow: hidden;
    margin-top: 240px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-list {
        margin-top: 48px
    }
}

.products-list-slider {
    margin-top: 113px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-list-slider {
        margin-top: 19px
    }
}

.products-list-slider .swiper {
    overflow: unset
}

.products-list-slider .swiper .swiper-slide {
    height: auto
}

.products-list-box {
    margin-top: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-list-box {
        margin-top: 24px
    }
}

.products-list-box .container .row {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-list-box .container .row .col-12.col-lg-4:not(:last-child) {
        margin-bottom: 32px
    }
}

.products-list-box .container .row .col-12.col-lg-4 .products-card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent
}

.products-list-box .container .row .col-12.col-lg-4 .products-card-header-tag {
    margin-top: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-tag {
        margin-top: 16px
    }
}

.products-list-box .container .row .col-12.col-lg-4 .products-card-header-tag,
.products-list-box .container .row .col-12.col-lg-4 .products-card-header-tag a,
.products-list-box .container .row .col-12.col-lg-4 .products-card-header-tag span {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase
}

.products-list-box .container .row .col-12.col-lg-4 .products-card-header-text {
    margin-top: 16px
}

.products-list-box .container .row .col-12.col-lg-4 .products-card-header-text,
.products-list-box .container .row .col-12.col-lg-4 .products-card-header-text a,
.products-list-box .container .row .col-12.col-lg-4 .products-card-header-text p,
.products-list-box .container .row .col-12.col-lg-4 .products-card-header-text span {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    padding: 0;
    color: #000;
    font-size: 30px;
    line-height: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-text,
    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-text a,
    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-text p,
    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-text span {
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-text,
    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-text a,
    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-text p,
    .products-list-box .container .row .col-12.col-lg-4 .products-card-header-text span {
        font-size: 26px;
        line-height: 34px
    }
}

.products-list-footer {
    margin-top: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-list-footer {
        margin-top: 40px
    }
}

.products-card {
    background-color: #f7f6f3;
    width: 100%;
    height: 617px;
    display: block
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-card {
        height: 280px
    }
}

.products-card:hover .products-card-media-hover {
    opacity: 1;
    visibility: visible
}

.products-card:hover .products-card-title h4 {
    color: #000
}

.products-card:hover .products-card-badge-btn {
    height: 0;
    margin-bottom: 0;
    opacity: 0
}

.products-card-main {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.products-card-media {
    width: 100%;
    height: 100%;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

.products-card-media-hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    line-height: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f6f3
}

@media (prefers-reduced-motion:reduce) {
    .products-card-media-hover {
        -webkit-transition: none;
        transition: none
    }
}

.products-card-media-hover img,
.products-card-media-hover video {
    width: 100%;
    padding: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .products-card-media-hover img,
    .products-card-media-hover video {
        height: 100%
    }
}

.products-card-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-card-media img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.products-card-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    padding: 30px 30px 0 30px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-card-badges {
        padding: 10px 10px 0 10px;
        height: 56px
    }
}

.products-card-badges i {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-card-badges i {
        height: 36px;
        width: 36px
    }
}

.products-card-badges i svg,
.products-card-badges i img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.products-card-footer {
    background-color: #f7f6f3;
    width: 100%;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-card-footer {
        padding: 20px 10px;
        row-gap: 0
    }
}

.products-card-footer:has(.products-card-badge-btn) {
    padding-top: 20px
}

.products-card-badge-btn {
    -webkit-transition: opacity 0.2s ease, margin-bottom 0.2s ease, height 0.5s ease;
    transition: opacity 0.2s ease, margin-bottom 0.2s ease, height 0.5s ease;
    height: 40px;
    background: #222;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: normal;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 0 18px 0 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 1.5px;
    margin-bottom: 30px
}

@media (prefers-reduced-motion:reduce) {
    .products-card-badge-btn {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-card-badge-btn {
        font-size: 8px;
        letter-spacing: 1px;
        font-family: 'Satoshi Medium';
        font-style: normal;
        font-weight: 500;
        padding: 0 8px;
        height: 18px;
        position: absolute;
        top: 18px;
        right: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .products-card-badge-btn i,
    .products-card-badge-btn span span {
        display: none
    }
}

.products-card-title {
    width: 100%;
    text-align: center
}

.products-card-title h4 {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #7b7766;
    font-size: 16px;
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1
}

@media (prefers-reduced-motion:reduce) {
    .products-card-title h4 {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .products-card-title h4 {
        font-size: 12px
    }
}

.product-tab-care-instructions-media {
    background-color: #f7f6f3
}

.product-material {
    margin: 13px 0 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material {
        margin: 24px 0 48px
    }
}

.product-material-text {
    margin-top: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-text {
        margin-top: 0
    }
}

.product-material-text,
.product-material-text h1,
.product-material-text h2,
.product-material-text h3,
.product-material-text h4,
.product-material-text h5,
.product-material-text h6,
.product-material-text a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #53565a;
    font-size: 20px;
    line-height: 27px
}

.product-material-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-menu {
        margin-top: 54px
    }
}

.product-material-menu-item {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    list-style: none
}

@media (prefers-reduced-motion:reduce) {
    .product-material-menu-item {
        -webkit-transition: none;
        transition: none
    }
}

.product-material-menu-item:not(:last-child) {
    margin-bottom: 24px
}

.product-material-menu .product-material-menu-link.is-open+.product-material-menu-content {
    height: auto;
    opacity: 1;
    visibility: visible
}

.product-material-menu-content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .product-material-menu-content {
        -webkit-transition: none;
        transition: none
    }
}

.product-material-menu-link {
    position: relative;
    display: block;
    padding-left: 32px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.product-material-menu-link::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 1px;
    background-color: #000;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.product-material-menu-link:hover {
    padding-left: 38px
}

.product-material-menu-link:hover::before {
    width: 30px
}

.product-material-menu-link,
.product-material-menu-link a,
.product-material-menu-link h1,
.product-material-menu-link h2,
.product-material-menu-link h3,
.product-material-menu-link h4,
.product-material-menu-link h6,
.product-material-menu-link span {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 30px;
    line-height: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .product-material-menu-link,
    .product-material-menu-link a,
    .product-material-menu-link h1,
    .product-material-menu-link h2,
    .product-material-menu-link h3,
    .product-material-menu-link h4,
    .product-material-menu-link h6,
    .product-material-menu-link span {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .product-material-menu-link,
    .product-material-menu-link a,
    .product-material-menu-link h1,
    .product-material-menu-link h2,
    .product-material-menu-link h3,
    .product-material-menu-link h4,
    .product-material-menu-link h6,
    .product-material-menu-link span {
        font-size: 24px
    }
}

.product-material-menu-link-type {
    display: block;
    margin-top: 16px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-menu-link-type {
        margin-top: 32px
    }
}

.product-material-menu-link-type,
.product-material-menu-link-type a,
.product-material-menu-link-type h1,
.product-material-menu-link-type h2,
.product-material-menu-link-type h3,
.product-material-menu-link-type h4,
.product-material-menu-link-type h6,
.product-material-menu-link-type span {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .product-material-menu-link-type,
    .product-material-menu-link-type a,
    .product-material-menu-link-type h1,
    .product-material-menu-link-type h2,
    .product-material-menu-link-type h3,
    .product-material-menu-link-type h4,
    .product-material-menu-link-type h6,
    .product-material-menu-link-type span {
        font-size: 18px;
        line-height: 24px
    }
}

.product-material-menu-link-type[onclick*='openMaterials'] {
    cursor: pointer
}

.product-material-menu-link-owner {
    display: block;
    margin-bottom: 16px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-menu-link-owner {
        margin-bottom: 0
    }
}

.product-material-menu-link-owner,
.product-material-menu-link-owner a,
.product-material-menu-link-owner h1,
.product-material-menu-link-owner h2,
.product-material-menu-link-owner h3,
.product-material-menu-link-owner h4,
.product-material-menu-link-owner h6,
.product-material-menu-link-owner span {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .product-material-menu-link-owner,
    .product-material-menu-link-owner a,
    .product-material-menu-link-owner h1,
    .product-material-menu-link-owner h2,
    .product-material-menu-link-owner h3,
    .product-material-menu-link-owner h4,
    .product-material-menu-link-owner h6,
    .product-material-menu-link-owner span {
        font-size: 16px;
        line-height: 21px
    }
}

.product-material-menu-link-owner[onclick*='openMaterials'] {
    cursor: pointer
}

.product-material-content-link {
    margin-top: 208px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-content-link {
        margin-top: 48px
    }
}

.product-material-content-link,
.product-material-content-link a {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline
}

.product-material-mobile-slider {
    display: none
}

.product-material-mobile-slider .swiper {
    display: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-mobile-slider .swiper {
        display: block;
        margin-top: 32px
    }
}

.product-material-list {
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-list {
        overflow: hidden;
        margin-top: 32px;
        overflow-x: scroll
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0
    }
}

.product-material-list .col-lg-4 {
    margin-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-list .col-lg-4 {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0
    }

    .product-material-list .col-lg-4:not(:last-child) {
        margin-right: 15px
    }
}

.product-material-list-content-title {
    padding: 14px 16px 15px;
    background-color: #e6e6e6
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-list-content-title {
        padding: 12px
    }
}

.product-material-list-content-title,
.product-material-list-content-title a,
.product-material-list-content-title span,
.product-material-list-content-title p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 19px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .product-material-list-content-title,
    .product-material-list-content-title a,
    .product-material-list-content-title span,
    .product-material-list-content-title p {
        font-size: 10px;
        line-height: 13px
    }
}

.product-material-list-content-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-material-list-content-image img {
    width: 100%;
    height: 100%
}

.product-material-list .circle-content-button {
    margin-top: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .product-material-list .circle-content-button {
        display: none !important
    }
}

.projects-list {
    padding-top: 102px;
    background-color: #f6f6f6
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list {
        padding: 40px 0 24px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list.projects-list-dark .projects-list-slider .col-1 {
        left: 15px !important;
        height: auto !important;
        background: transparent
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-horizontal {
        margin-top: 0 !important;
        margin-bottom: 32px
    }

    .projects-list-horizontal .col-12.col-lg-4 {
        padding: 0 35px
    }

    .projects-list-horizontal .projects-list-body {
        margin-top: 32px
    }

    .projects-list-horizontal .projects-list-title,
    .projects-list-horizontal .projects-list-title p {
        font-size: 32px;
        line-height: 43px
    }

    .projects-list-horizontal .projects-list-title a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 32px;
        line-height: 43px
    }

    .projects-list-horizontal .projects-list-title a span {
        width: 48px;
        height: 48px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        padding: 18px 20.5px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-horizontal .container {
        padding: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-horizontal .container .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-vertical .container {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-vertical .col-1 {
        padding-right: 14px;
        background: #f6f6f6
    }
}

.projects-list-vertical .swiper .swiper-slide .projects-list-img {
    overflow: hidden
}

.projects-list-vertical .swiper .swiper-slide .projects-list-img img {
    position: relative;
    right: -200%;
    margin-left: 20px;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease
}

.projects-list-vertical .swiper .swiper-slide .projects-list-body .projects-list-meta {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-vertical .swiper .swiper-slide .projects-list-body .projects-list-meta {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }
}

.projects-list-vertical .swiper .swiper-slide .projects-list-body .projects-list-title {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-vertical .swiper .swiper-slide .projects-list-body .projects-list-title {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s
    }
}

.projects-list-vertical .swiper .swiper-slide .projects-list-body .projects-list-button {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-vertical .swiper .swiper-slide .projects-list-body .projects-list-button {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s
    }
}

.projects-list-vertical .swiper .swiper-slide.swiper-slide-active .projects-list-img img {
    right: 0;
    opacity: 1
}

.projects-list-vertical .swiper .swiper-slide.swiper-slide-active .projects-list-body {
    margin-left: 10px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-vertical .swiper .swiper-slide.swiper-slide-active .projects-list-body {
        margin-left: 0
    }
}

.projects-list-vertical .swiper .swiper-slide.swiper-slide-active .projects-list-body .projects-list-meta {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.projects-list-vertical .swiper .swiper-slide.swiper-slide-active .projects-list-body .projects-list-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.projects-list-vertical .swiper .swiper-slide.swiper-slide-active .projects-list-body .projects-list-button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.projects-list-slider {
    margin-top: 93px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-slider {
        margin-top: 24px
    }
}

.projects-list-slider .swiper-custom-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-slider .swiper-custom-pagination {
        margin-top: 37px
    }
}

.projects-list-slider .swiper-custom-pagination::after {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 1px;
    height: 120px;
    -webkit-animation: pulse 6s infinite ease-in-out;
    animation: pulse 6s infinite ease-in-out;
    background: #000;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-slider .swiper-custom-pagination::after {
        top: 30px
    }
}

@-webkit-keyframes pulse {
    0% {
        height: 0
    }

    100% {
        height: 120px
    }
}

@keyframes pulse {
    0% {
        height: 0
    }

    100% {
        height: 120px
    }
}

.projects-list-slider .swiper-custom-pagination span {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #a8a8a8;
    font-size: 14px;
    line-height: 19px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-slider .swiper-custom-pagination span {
        font-size: 10px;
        line-height: 14px
    }
}

.projects-list-slider .swiper-custom-pagination span:first-child {
    margin-bottom: 16px
}

.projects-list-slider .swiper-custom-pagination span:last-child {
    margin-top: 16px
}

.projects-list-slider .swiper-custom-pagination-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-slider .swiper-custom-pagination-horizontal {
        display: none;
        margin-top: 24px
    }
}

.projects-list-slider .swiper-custom-pagination-horizontal::after {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 120px;
    height: 1px;
    -webkit-animation: pulse-two 6s infinite ease-in-out;
    animation: pulse-two 6s infinite ease-in-out;
    background: #000;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@-webkit-keyframes pulse-two {
    0% {
        width: 0
    }

    100% {
        width: 120px
    }
}

@keyframes pulse-two {
    0% {
        width: 0
    }

    100% {
        width: 120px
    }
}

.projects-list-slider .swiper-custom-pagination-horizontal svg {
    width: 120px
}

.projects-list-slider .swiper-custom-pagination-horizontal span {
    width: 9px
}

.projects-list-slider .swiper-custom-pagination-horizontal span:first-child {
    margin-right: 21px
}

.projects-list-slider .swiper-custom-pagination-horizontal span:last-child {
    margin-left: 21px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-slider .container .row .col-1 {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.projects-list-dark {
    background-color: #202020
}

.projects-list-dark .projects-list-slider .swiper-custom-pagination span,
.projects-list-dark .projects-list-slider .swiper-custom-pagination-horizontal span {
    color: #fff
}

.projects-list-dark .projects-list-title,
.projects-list-dark .projects-list-title h1,
.projects-list-dark .projects-list-title h2,
.projects-list-dark .projects-list-title h3,
.projects-list-dark .projects-list-title h4,
.projects-list-dark .projects-list-title h5,
.projects-list-dark .projects-list-title h6,
.projects-list-dark .projects-list-title a,
.projects-list-dark .projects-list-title p,
.projects-list-dark .projects-list-title span {
    color: #fff
}

.projects-list-box .col-6.col-lg-6 {
    margin-bottom: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-box .col-6.col-lg-6 {
        margin-bottom: 40px
    }
}

.projects-list-box .col-6.col-lg-6:hover .projects-list-box-title span {
    opacity: 1;
    visibility: visible
}

.projects-list-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-box-header {
        margin-bottom: 35px
    }
}

.projects-list-box-header-title {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-box-header-title {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .projects-list-box-header-title {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .projects-list-box-header-title {
        font-size: 54px;
        line-height: 62px
    }
}

.projects-list-box-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.projects-list-box-nav li {
    list-style: none
}

.projects-list-box-nav li:not(:last-child) {
    margin-right: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-box-nav li:not(:last-child) {
        margin-right: 24px
    }
}

.projects-list-box-nav li a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #a6a6a6;
    font-size: 30px;
    line-height: 40px;
    text-decoration: none
}

@media (prefers-reduced-motion:reduce) {
    .projects-list-box-nav li a {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-box-nav li a {
        font-size: 14px;
        line-height: 19px
    }
}

.projects-list-box-nav li a:hover {
    color: #fff
}

.projects-list-box-body {
    margin-top: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-box-body {
        margin-top: 24px
    }
}

.projects-list-box-body.is-dark .projects-list-box-meta {
    color: #a0a0a0
}

.projects-list-box-body.is-dark .projects-list-box-title a {
    color: #000
}

.projects-list-box-meta,
.projects-list-box-meta a,
.projects-list-box-meta span {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a8a8a8;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .projects-list-box-meta,
    .projects-list-box-meta a,
    .projects-list-box-meta span {
        font-size: 10px;
        line-height: 13px
    }
}

.projects-list-box-title {
    margin: 8px 0 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-box-title {
        margin: 14px 0 0
    }
}

.projects-list-box-title,
.projects-list-box-title h1,
.projects-list-box-title h2,
.projects-list-box-title h3,
.projects-list-box-title h4,
.projects-list-box-title h5,
.projects-list-box-title h6,
.projects-list-box-title a,
.projects-list-box-title p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    line-height: 54px;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .projects-list-box-title,
    .projects-list-box-title h1,
    .projects-list-box-title h2,
    .projects-list-box-title h3,
    .projects-list-box-title h4,
    .projects-list-box-title h5,
    .projects-list-box-title h6,
    .projects-list-box-title a,
    .projects-list-box-title p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .projects-list-box-title,
    .projects-list-box-title h1,
    .projects-list-box-title h2,
    .projects-list-box-title h3,
    .projects-list-box-title h4,
    .projects-list-box-title h5,
    .projects-list-box-title h6,
    .projects-list-box-title a,
    .projects-list-box-title p {
        font-size: 32px;
        line-height: 38px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .projects-list-box-title,
    .projects-list-box-title h1,
    .projects-list-box-title h2,
    .projects-list-box-title h3,
    .projects-list-box-title h4,
    .projects-list-box-title h5,
    .projects-list-box-title h6,
    .projects-list-box-title a,
    .projects-list-box-title p {
        font-size: 36px;
        line-height: 42px
    }
}

.projects-list-box-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.projects-list-box-title a span {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: inline-block;
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    padding: 18px 20.5px;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .projects-list-box-title a span {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-box-title a span {
        display: none
    }
}

.projects-list-box-title a span i {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (prefers-reduced-motion:reduce) {
    .projects-list-box-title a span i {
        -webkit-transition: none;
        transition: none
    }
}

.projects-list-img,
.projects-list-img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.projects-list-img img {
    width: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-body {
        margin-top: 24px
    }
}

.projects-list-meta,
.projects-list-meta a,
.projects-list-meta span {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #a8a8a8;
    font-size: 14px;
    line-height: 19px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .projects-list-meta,
    .projects-list-meta a,
    .projects-list-meta span {
        font-size: 12px;
        line-height: 16px
    }
}

.projects-list-brand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.projects-list-brand-image img {
    max-width: 178px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-brand-image img {
        max-width: 150px
    }
}

.projects-list-title {
    margin: 40px 0 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-title {
        margin: 16px 0 0
    }
}

.projects-list-title,
.projects-list-title h1,
.projects-list-title h2,
.projects-list-title h3,
.projects-list-title h4,
.projects-list-title h5,
.projects-list-title h6,
.projects-list-title a,
.projects-list-title p,
.projects-list-title span {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 97px;
    text-decoration: none
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .projects-list-title,
    .projects-list-title h1,
    .projects-list-title h2,
    .projects-list-title h3,
    .projects-list-title h4,
    .projects-list-title h5,
    .projects-list-title h6,
    .projects-list-title a,
    .projects-list-title p,
    .projects-list-title span {
        font-size: 23px;
        line-height: 32px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .projects-list-title,
    .projects-list-title h1,
    .projects-list-title h2,
    .projects-list-title h3,
    .projects-list-title h4,
    .projects-list-title h5,
    .projects-list-title h6,
    .projects-list-title a,
    .projects-list-title p,
    .projects-list-title span {
        font-size: 56px;
        line-height: 66px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .projects-list-title,
    .projects-list-title h1,
    .projects-list-title h2,
    .projects-list-title h3,
    .projects-list-title h4,
    .projects-list-title h5,
    .projects-list-title h6,
    .projects-list-title a,
    .projects-list-title p,
    .projects-list-title span {
        font-size: 50px;
        line-height: 58px
    }
}

.projects-list-title-circle-icon {
    display: inline-block;
    padding: 18px 20.5px;
    border: 1px solid #fff;
    border-radius: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-title-circle-icon {
        padding: 10px 12.5px
    }
}

.projects-list-title-circle-icon i {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (prefers-reduced-motion:reduce) {
    .projects-list-title-circle-icon i {
        -webkit-transition: none;
        transition: none
    }
}

.projects-list-button {
    margin-top: 80px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .projects-list-button {
        margin-top: 22px
    }
}

.search-content {
    position: fixed;
    z-index: 19;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .76)
}

.search-content::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: calc(50% + 100px);
    height: 100%;
    background-color: #fff;
    content: ''
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .search-content::after {
        width: 100%
    }
}

.search-content-general {
    height: 100%;
    padding-top: 278px;
    padding-bottom: 200px;
    overflow-y: auto
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .search-content-general {
        padding-top: 212px;
        padding-bottom: 20px
    }
}

.search-content-general::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .search-content-item {
        overflow: hidden
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .search-content-item .row .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

.search-content-item .row .row::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .search-content-item .projects-list-box-body .projects-list-box-meta {
        font-size: 18px;
        line-height: 24px
    }
}

.search-content-item .projects-list-box-body .projects-list-box-title a {
    font-size: 30px;
    line-height: 41px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .search-content-item .projects-list-box-body .projects-list-box-title a {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .search-content-item .projects-list-box-body .projects-list-box-title a {
        font-size: 22px;
        line-height: 30px
    }
}

.search-content-item-head {
    display: block;
    width: 100%;
    padding: 0
}

.search-content-item-head h5 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin-bottom: 24px;
    color: #a0a0a0;
    font-size: 24px;
    line-height: 32px
}

.search-content-item.is-no-result p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 80px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .search-content-item.is-no-result p {
        font-size: 50px;
        line-height: 65px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .search-content-item.is-no-result p {
        width: 80%;
        font-size: 32px;
        line-height: 43px
    }
}

.search-content-item .products-card {
    height: 522px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .search-content-item .products-card {
        height: 280px
    }
}

.search-content .container {
    height: 100%
}

.search-content .container .mb-bottom {
    margin-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .search-content .container .mb-bottom {
        padding-right: 0
    }
}

.slide-card {
    height: 100%
}

.slide-card-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 72px 48px 64px 56px;
    background-color: #eadcca
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .slide-card-item {
        padding: 32px 0 24px 16px
    }
}

.slide-card-item-text span {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    color: #988b7a;
    font-size: 14px;
    line-height: 19px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .slide-card-item-text span {
        margin-bottom: 14px;
        font-size: 8px;
        line-height: 11px
    }
}

.slide-card-item-text h3 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    width: 80%;
    color: #000;
    font-size: 72px;
    line-height: 80px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .slide-card-item-text h3 {
        font-size: 32px;
        line-height: 38px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .slide-card-item-text h3 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .slide-card-item-text h3 {
        font-size: 54px;
        line-height: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .slide-card-item-button {
        margin-top: 60px
    }
}

.slide-card-item-button a {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .slide-card-item-button a {
        font-size: 10px;
        line-height: 14px
    }
}

.slide-card-item-button a:hover i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.slide-card-item-button a i {
    width: 48px;
    height: 48px;
    margin-left: 18px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .slide-card-item-button a i {
        width: 32px;
        height: 32px;
        margin-left: 10px
    }
}

.slide-card-item-button a i svg {
    width: 100%;
    height: 100%
}

.slide-card-item-img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 270px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .slide-card-item-img {
        max-width: 200px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .slide-card-item-img {
        max-width: 170px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slide-card-item-img {
        max-width: 250px
    }
}

.slide-card-item-img img {
    width: 100%;
    height: 100%
}

.slideCard {
    height: 100%
}

.slideCard .swiper-pagination {
    top: 62px;
    right: 48px;
    bottom: unset;
    left: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .slideCard .swiper-pagination {
        display: none
    }
}

.slideCard .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(83, 86, 90, .1);
    opacity: 1
}

.slideCard .swiper-pagination-bullet-active {
    background: #53565a
}

.slideCard .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px
}

.social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .social-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.social-menu-davy .social-menu-item:not(:last-child) {
    margin-right: 32px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .social-menu-davy .social-menu-item:not(:last-child) {
        margin-right: 0
    }
}

.social-menu-davy .social-menu-link {
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-color: #000;
    border-radius: 100%;
    color: #000
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .social-menu-davy .social-menu-link {
        width: 52px;
        height: 52px;
        border: 1px solid
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .social-menu-davy .social-menu-link {
        width: 60px;
        height: 60px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .social-menu-davy .social-menu-link {
        width: 60px;
        height: 60px
    }
}

.social-menu-davy .social-menu-link svg {
    width: 24px;
    height: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .social-menu-davy .social-menu-link svg {
        width: 20px;
        height: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .social-menu-davy .social-menu-link svg {
        width: 24px;
        height: 24px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .social-menu-davy .social-menu-link svg {
        width: 26px;
        height: 26px
    }
}

.social-menu-davy .social-menu-link svg path {
    fill: #53565a
}

.social-menu-davy .social-menu-link:hover svg path {
    fill: #faefe3
}

.social-menu-item {
    list-style: none
}

.social-menu-item:not(:last-child) {
    margin-right: 24px
}

.social-menu-link {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1.6px solid;
    background-color: transparent;
    border-color: #000;
    border-radius: 100%;
    color: #000
}

@media (prefers-reduced-motion:reduce) {
    .social-menu-link {
        -webkit-transition: none;
        transition: none
    }
}

.social-menu-link svg path {
    -webkit-transition: fill 0.5s ease;
    transition: fill 0.5s ease
}

@media (prefers-reduced-motion:reduce) {
    .social-menu-link svg path {
        -webkit-transition: none;
        transition: none
    }
}

.social-menu-link:hover {
    background-color: #000
}

.social-menu-link:hover svg path {
    fill: #fff
}

.testimonial-slider-black {
    padding: 137px 0 40px;
    background-color: #000
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .testimonial-slider-black {
        padding: 24px 0 99px
    }
}

.testimonial-slider-black .container {
    position: relative
}

.testimonial-slider-black .container::before {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: -50px;
    left: 133px;
    color: #edc8a3;
    content: '“';
    font-size: 200px;
    line-height: 145px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .testimonial-slider-black .container::before {
        position: relative;
        top: 33px;
        left: 0;
        font-size: 120px;
        line-height: 70px
    }
}

.testimonial-slider-black .container::after {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 133px;
    bottom: -25px;
    color: #edc8a3;
    content: '”';
    font-size: 200px;
    line-height: 145px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .testimonial-slider-black .container::after {
        right: 15px;
        bottom: -15px;
        font-size: 120px;
        line-height: 162px
    }
}

.testimonial-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .testimonial-slider-pagination {
        margin-top: 32px
    }
}

.testimonial-slider-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #edc8a3;
    border-radius: 15px;
    opacity: .45
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .testimonial-slider-pagination-bullet {
        width: 4px;
        height: 4px
    }
}

.testimonial-slider-pagination-bullet:not(:last-child) {
    margin-right: 15px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .testimonial-slider-pagination-bullet:not(:last-child) {
        margin-right: 8px
    }
}

.testimonial-slider-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.testimonial-text,
.testimonial-text p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #bbb;
    font-size: 40px;
    line-height: 54px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .testimonial-text,
    .testimonial-text p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .testimonial-text,
    .testimonial-text p {
        font-size: 30px;
        line-height: 38px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .testimonial-text,
    .testimonial-text p {
        font-size: 32px;
        line-height: 44px
    }
}

.testimonial-text a,
.testimonial-text p a {
    color: #fdd26e;
    text-decoration: underline !important
}

.testimonial-text a:hover,
.testimonial-text p a:hover {
    text-decoration: underline !important
}

.testimonial-owner {
    margin-top: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .testimonial-owner {
        margin-top: 64px
    }
}

.testimonial-owner,
.testimonial-owner p,
.testimonial-owner span,
.testimonial-owner a {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 19px
}

.title-hero {
    position: relative;
    z-index: 10;
    padding: 160px 0 30px;
    background-color: #f7f6f3
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .title-hero {
        padding: 154px 0 24px
    }
}

.title-hero h1 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .title-hero h1 {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .title-hero h1 {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .title-hero h1 {
        font-size: 56px;
        line-height: 62px
    }
}

.title-hero-img {
    position: absolute;
    z-index: -2;
    right: 75px;
    bottom: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .title-hero-img {
        right: 5px;
        bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .title-hero-img img {
        width: 40%;
        height: 40%
    }
}

.title-hero-mobile {
    display: none;
    margin-top: 24px;
    text-transform: uppercase
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .title-hero-mobile {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-wrapper .container {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-wrapper .container .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .two-column-card-wrapper .container .row .col-12.col-lg-4,
    .two-column-card-wrapper .container .row .col-12.col-lg-5,
    .two-column-card-wrapper .container .row .col-12.col-lg-3 {
        padding-right: 35px;
        padding-left: 35px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) and (min-width:320px) and (max-width:991px) {
    .two-column-card-wrapper .container .row .col-12.col-lg-6 {
        margin-bottom: 24px
    }
}

.two-column-card-reverse {
    padding: 120px 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-reverse {
        padding: 0 0 40px
    }
}

.two-column-card-reverse .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.two-column-card-full-width {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-full-width {
        padding: 0;
        margin-top: 0;
        margin-bottom: 80px
    }
}

.two-column-card-process {
    position: relative;
    overflow: hidden;
    height: 100vh
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process {
        padding: 0
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process .two-column-card-image {
        margin-bottom: 24px
    }
}

.two-column-card-process-step {
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process-step {
        padding: 195px 0
    }
}

.two-column-card-process-step,
.two-column-card-process-step .container,
.two-column-card-process-step .row {
    height: 100%
}

.two-column-card-process-step-count {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    z-index: -10;
    bottom: -50px;
    left: 40px;
    color: #292929;
    font-size: 288px;
    line-height: 389px;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .two-column-card-process-step-count {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (max-width:375px) {
    .two-column-card-process-step-count {
        bottom: 50px !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process-step-count {
        bottom: 0;
        left: 50%;
        font-size: 120px;
        line-height: 162px;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%)
    }
}

@media only screen and (min-width:1200px) and (max-width:1545px) {
    .two-column-card-process-step-count {
        font-size: 200px;
        line-height: 262px
    }
}

.two-column-card-process-badge {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    z-index: 10;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 222px;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .two-column-card-process-badge {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process-badge {
        top: -20px;
        width: 108px
    }
}

.two-column-card-process-badge-right {
    right: 258px;
    -webkit-transform: translate(2000px, 0);
    transform: translate(2000px, 0)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process-badge-right {
        right: 16px
    }
}

.two-column-card-process-badge-left {
    left: 260px;
    -webkit-transform: translate(-2000px, 0);
    transform: translate(-2000px, 0)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process-badge-left {
        left: 16px
    }
}

.two-column-card-process-badge-bottom {
    right: 258px;
    -webkit-transform: translate(0, -2000px);
    transform: translate(0, -2000px)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process-badge-bottom {
        right: 16px
    }
}

.two-column-card-process-badge-top {
    left: 260px;
    -webkit-transform: translate(0, -2000px);
    transform: translate(0, -2000px)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process-badge-top {
        left: 16px
    }
}

.two-column-card-process-badge img {
    width: 100%
}

.two-column-card-process.enable .two-column-card-process-step-count {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-process.enable .two-column-card-process-step-count {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.two-column-card-process.enable .two-column-card-process-badge-right {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.two-column-card-process.enable .two-column-card-process-badge-left {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.two-column-card-process.enable .two-column-card-process-badge-bottom,
.two-column-card-process.enable .two-column-card-process-badge-top {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.two-column-card-process.step-1 {
    background-color: #1d1d1d
}

.two-column-card-process.step-2 {
    background-color: #1b1a1a
}

.two-column-card-process.step-3 {
    background-color: #171717
}

.two-column-card-process.step-4 {
    background-color: #121212
}

.two-column-card-process.step-5 {
    background-color: #000
}

.two-column-card-meta {
    margin-bottom: 4px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-meta {
        margin-bottom: 16px
    }
}

.two-column-card-meta,
.two-column-card-meta a,
.two-column-card-meta p,
.two-column-card-meta span {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a8a8a8;
    font-size: 14px;
    line-height: 19px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .two-column-card-meta,
    .two-column-card-meta a,
    .two-column-card-meta p,
    .two-column-card-meta span {
        font-size: 12px;
        line-height: 16px
    }
}

.two-column-card-head {
    overflow: hidden
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-head {
        text-align: left !important
    }
}

.two-column-card-head::-webkit-scrollbar {
    display: none
}

.two-column-card-head-title,
.two-column-card-head-title h1,
.two-column-card-head-title h2,
.two-column-card-head-title h3,
.two-column-card-head-title h4,
.two-column-card-head-title h5,
.two-column-card-head-title h6,
.two-column-card-head-title a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .two-column-card-head-title,
    .two-column-card-head-title h1,
    .two-column-card-head-title h2,
    .two-column-card-head-title h3,
    .two-column-card-head-title h4,
    .two-column-card-head-title h5,
    .two-column-card-head-title h6,
    .two-column-card-head-title a {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .two-column-card-head-title,
    .two-column-card-head-title h1,
    .two-column-card-head-title h2,
    .two-column-card-head-title h3,
    .two-column-card-head-title h4,
    .two-column-card-head-title h5,
    .two-column-card-head-title h6,
    .two-column-card-head-title a {
        font-size: 40px;
        line-height: 48px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .two-column-card-head-title,
    .two-column-card-head-title h1,
    .two-column-card-head-title h2,
    .two-column-card-head-title h3,
    .two-column-card-head-title h4,
    .two-column-card-head-title h5,
    .two-column-card-head-title h6,
    .two-column-card-head-title a {
        font-size: 54px;
        line-height: 62px
    }
}

.two-column-card-head-text-m {
    margin-top: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-head-text-m {
        margin-top: 24px
    }
}

.two-column-card-head-text-m,
.two-column-card-head-text-m span,
.two-column-card-head-text-m p,
.two-column-card-head-text-m a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .two-column-card-head-text-m,
    .two-column-card-head-text-m span,
    .two-column-card-head-text-m p,
    .two-column-card-head-text-m a {
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .two-column-card-head-text-m,
    .two-column-card-head-text-m span,
    .two-column-card-head-text-m p,
    .two-column-card-head-text-m a {
        font-size: 18px;
        line-height: 24px
    }
}

.two-column-card-head-text-m button {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: relative;
    padding: 0;
    border: none;
    margin-top: 20px;
    background: transparent;
    color: #a0a0a0;
    cursor: pointer;
    font-size: 20px;
    line-height: 31px;
    outline: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-head-text-m button {
        font-size: 16px;
        line-height: 20px
    }
}

.two-column-card-head-text-m button::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    content: ''
}

.two-column-card-head-text-lg {
    margin-top: 32px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-head-text-lg {
        margin-top: 24px
    }
}

.two-column-card-head-text-lg,
.two-column-card-head-text-lg span,
.two-column-card-head-text-lg p,
.two-column-card-head-text-lg a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a6a6a6;
    font-size: 30px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .two-column-card-head-text-lg,
    .two-column-card-head-text-lg span,
    .two-column-card-head-text-lg p,
    .two-column-card-head-text-lg a {
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .two-column-card-head-text-lg,
    .two-column-card-head-text-lg span,
    .two-column-card-head-text-lg p,
    .two-column-card-head-text-lg a {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .two-column-card-head-text-lg,
    .two-column-card-head-text-lg span,
    .two-column-card-head-text-lg p,
    .two-column-card-head-text-lg a {
        font-size: 24px;
        line-height: 32px
    }
}

.two-column-card-head-text-lg button {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: relative;
    padding: 0;
    border: none;
    margin-top: 20px;
    background: transparent;
    color: #a0a0a0;
    cursor: pointer;
    font-size: 20px;
    line-height: 31px;
    outline: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-head-text-lg button {
        font-size: 16px;
        line-height: 20px
    }
}

.two-column-card-head-text-lg button::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    content: ''
}

.two-column-card-head-button {
    margin-top: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-head-button {
        margin-top: 32px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-card-image {
        margin-bottom: 32px
    }
}

.two-column-card-image figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.two-column-card-image figure img {
    width: 100%
}

.two-column-card-image video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.two-column-content {
    margin-top: 240px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-content {
        margin-top: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .two-column-content {
        margin-top: 160px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-content .container .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-content-text {
        padding-right: 55px;
        margin-top: 24px
    }
}

.two-column-content-text,
.two-column-content-text p,
.two-column-content-text a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 40px;
    line-height: 54px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .two-column-content-text,
    .two-column-content-text p,
    .two-column-content-text a {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .two-column-content-text,
    .two-column-content-text p,
    .two-column-content-text a {
        font-size: 30px;
        line-height: 40px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .two-column-content-text,
    .two-column-content-text p,
    .two-column-content-text a {
        font-size: 36px;
        line-height: 46px
    }
}

.two-column-content-text-colored {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
    transition: background-color 0.5s ease, opacity 0.5s ease;
    background-color: transparent;
    color: #edc8a3;
    cursor: pointer;
    font-size: 40px;
    line-height: 54px
}

@media (prefers-reduced-motion:reduce) {
    .two-column-content-text-colored {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-content-text-colored {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .two-column-content-text-colored {
        font-size: 30px;
        line-height: 40px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .two-column-content-text-colored {
        font-size: 36px;
        line-height: 46px
    }
}

.two-column-content-text-colored:hover {
    background-color: #fdd26e;
    color: #fff
}

.two-column-content-text-32 {
    padding-right: 18%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-content-text-32 {
        padding-right: 86px;
        padding-left: 16px;
        margin-top: 32px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .two-column-content-text-32 {
        padding-right: 5%
    }
}

.two-column-content-text-32,
.two-column-content-text-32 p,
.two-column-content-text-32 a {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 32px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .two-column-content-text-32,
    .two-column-content-text-32 p,
    .two-column-content-text-32 a {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .two-column-content-text-32,
    .two-column-content-text-32 p,
    .two-column-content-text-32 a {
        font-size: 24px;
        line-height: 34px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .two-column-content-text-32,
    .two-column-content-text-32 p,
    .two-column-content-text-32 a {
        font-size: 24px;
        line-height: 34px
    }
}

.two-column-content-text-32 span {
    color: #000
}

.two-column-content-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.two-column-content-image img {
    width: 100%
}

@media not all and (min-resolution:0.001dpcm) {
    .two-column-content-image img {
        min-height: 100%
    }
}

.two-column-content-video video {
    width: 100%;
    height: auto
}

.two-column-content-badge-square::before {
    position: absolute;
    z-index: -1;
    right: -30px;
    bottom: -30px;
    width: 172px;
    height: 172px;
    background-color: rgba(237, 200, 163, .3);
    content: ''
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .two-column-content-badge-square::before {
        content: inherit
    }
}

.two-column-content-button {
    margin-top: 80px
}

body.video-modal-is-show {
    overflow: hidden
}

body.video-modal-is-show header {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body.video-modal-is-show .newsletter-popup-show,
body.video-modal-is-show .cookie-box-show {
    opacity: 0;
    visibility: hidden
}

body.video-modal-is-show .video-modal {
    opacity: 1;
    visibility: visible
}

.video-modal {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 116px);
    background: var(--bg-color);
    opacity: 0;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .video-modal {
        -webkit-transition: none;
        transition: none
    }
}

.video-modal-main {
    position: relative
}

.video-modal-main,
.video-modal-main video,
.video-modal-main img {
    width: 100%;
    height: 100%
}

.video-modal-main-content {
    width: calc(100% - 140px);
    height: 100%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .video-modal-main-content {
        width: 100%;
        height: calc(100% - 88px)
    }
}

.video-modal-main-content video,
.video-modal-main-content img {
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .video-modal-main-content video.desktop-video {
        display: none
    }
}

.video-modal-main-content video.mobile-video {
    display: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .video-modal-main-content video.mobile-video {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .video-modal-main-content img.desktop-img {
        display: none
    }
}

.video-modal-main-content img.mobile-img {
    display: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .video-modal-main-content img.mobile-img {
        display: block
    }
}

.video-modal-main-close {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px 70px 0 50px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    cursor: pointer
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .video-modal-main-close {
        width: 100%;
        height: 88px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 34px 24px
    }
}

.video-modal-main-close p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    margin-top: 12px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .video-modal-main-close p {
        margin-top: 0;
        margin-left: 12px;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset
    }
}

.main-about {
    padding-top: 116px;
    padding-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-about {
        padding-top: 135px;
        padding-bottom: 72px
    }
}

.main-about .who-we-are-head {
    position: relative;
    padding-top: 180px;
    padding-bottom: 32px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-head {
        padding-top: 32px;
        padding-bottom: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .who-we-are-head {
        padding-top: 120px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .who-we-are-head {
        padding-top: 140px
    }
}

.main-about .who-we-are-head::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -150%;
    width: calc(100% + 150%);
    height: 100%;
    background: #f7f6f3;
    content: ''
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-head::after {
        left: -15px;
        width: calc(100% + 15px)
    }
}

.main-about .who-we-are-head h1 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-head h1 {
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .who-we-are-head h1 {
        font-size: 48px;
        line-height: 56px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .who-we-are-head h1 {
        font-size: 60px;
        line-height: 72px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-about .who-we-are-logo {
        margin-top: 120px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-logo {
        margin-top: 56px
    }
}

.main-about .who-we-are-logo img {
    width: 100%;
    max-width: 180px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-logo img {
        max-width: 140px
    }
}

.main-about .who-we-are-illustration {
    position: relative
}

.main-about .who-we-are-illustration .container {
    height: 100%
}

.main-about .who-we-are-illustration .container .row {
    height: 100%
}

.main-about .who-we-are-illustration-first {
    position: absolute;
    left: 0;
    height: 100%;
    padding-right: 0;
    padding-left: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-illustration-first {
        position: relative;
        left: unset
    }
}

.main-about .who-we-are-illustration-first-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.main-about .who-we-are-illustration-first-item img,
.main-about .who-we-are-illustration-first-item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-about .who-we-are-illustration-second-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-about .who-we-are-illustration-second-item.first {
    margin-top: 37px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-illustration-second-item.first {
        margin-top: 24px
    }
}

.main-about .who-we-are-illustration-second-item.second {
    margin-top: -30%
}

.main-about .who-we-are-illustration-second-item img {
    width: 100%
}

.main-about .who-we-are-illustration-second-content {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-illustration-second-content {
        margin-top: 56px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .who-we-are-illustration-second-content {
        margin-top: 120px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .who-we-are-illustration-second-content {
        margin-top: 140px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-illustration-second-content-head {
        margin-bottom: 32px
    }
}

.main-about .who-we-are-illustration-second-content-head p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-illustration-second-content-head p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .who-we-are-illustration-second-content-head p {
        font-size: 22px;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .who-we-are-illustration-second-content-head p {
        font-size: 26px;
        line-height: 40px
    }
}

.main-about .who-we-are-illustration-second-content-description p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-illustration-second-content-description p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .who-we-are-illustration-second-content-description p {
        font-size: 22px;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .who-we-are-illustration-second-content-description p {
        font-size: 26px;
        line-height: 40px
    }
}

.main-about .who-we-are-illustration-second-content-description-illustration {
    position: absolute;
    z-index: -1;
    top: -232px;
    right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 315px;
    height: 315px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .who-we-are-illustration-second-content-description-illustration {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .who-we-are-illustration-second-content-description-illustration {
        top: -142px;
        right: -10px;
        width: 180px;
        height: 180px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .who-we-are-illustration-second-content-description-illustration {
        top: -172px;
        width: 240px;
        height: 240px
    }
}

.main-about .who-we-are-illustration-second-content-description-illustration img {
    width: 100%;
    height: 100%
}

.main-about .how-we-work {
    margin-top: 240px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .how-we-work {
        margin-top: 72px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .how-we-work {
        margin-top: 140px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .how-we-work {
        margin-top: 200px
    }
}

.main-about .how-we-work-head {
    margin-bottom: 32px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-about .how-we-work-head {
        margin-bottom: 24px
    }
}

.main-about .how-we-work-head h3 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .how-we-work-head h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .how-we-work-head h3 {
        font-size: 48px;
        line-height: 56px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .how-we-work-head h3 {
        font-size: 60px;
        line-height: 72px
    }
}

.main-about .how-we-work-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-about .how-we-work-image img {
    width: 100%
}

.main-about .how-we-work-image video {
    width: 100%
}

.main-about .how-we-work-item {
    margin-top: 170px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .how-we-work-item {
        margin-top: 56px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .how-we-work-item {
        margin-top: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .how-we-work-item {
        margin-top: 140px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .how-we-work-item:nth-child(2) .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.main-about .how-we-work-item .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .how-we-work-item .row {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.main-about .how-we-work-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .how-we-work-item-image {
        margin-bottom: 32px
    }
}

.main-about .how-we-work-item-image img {
    width: 100%
}

.main-about .how-we-work-item-content p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .how-we-work-item-content p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .how-we-work-item-content p {
        font-size: 22px;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .how-we-work-item-content p {
        font-size: 26px;
        line-height: 40px
    }
}

.main-about .craftmanship {
    margin-top: 258px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship {
        margin-top: 72px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .craftmanship {
        margin-top: 140px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .craftmanship {
        margin-top: 200px
    }
}

.main-about .craftmanship-head {
    margin-bottom: 258px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-head {
        margin-bottom: 56px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .craftmanship-head {
        margin-bottom: 208px
    }
}

.main-about .craftmanship-head-title {
    margin-bottom: 32px
}

.main-about .craftmanship-head-title h3 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-head-title h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .craftmanship-head-title h3 {
        font-size: 48px;
        line-height: 56px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .craftmanship-head-title h3 {
        font-size: 60px;
        line-height: 72px
    }
}

.main-about .craftmanship-head-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-about .craftmanship-head-image img,
.main-about .craftmanship-head-image video {
    width: 100%
}

@media only screen and (min-width:320px) and (max-width:767px) {

    .main-about .craftmanship-head-image img,
    .main-about .craftmanship-head-image video {
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

.main-about .craftmanship-item {
    margin-bottom: 270px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item {
        margin-bottom: 72px
    }
}

.main-about .craftmanship-item:last-child {
    margin-bottom: 0
}

.main-about .craftmanship-item.item-first {
    margin-bottom: 277px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item.item-first {
        margin-bottom: 72px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item.item-first .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.main-about .craftmanship-item.item-first .craftmanship-item-content {
    margin-top: -90px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item.item-first .craftmanship-item-content {
        margin-top: 0
    }
}

.main-about .craftmanship-item.item-second {
    margin-bottom: 262px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item.item-second {
        margin-bottom: 72px
    }
}

.main-about .craftmanship-item.item-second .craftmanship-item-image {
    margin-top: -188px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item.item-second .craftmanship-item-image {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .craftmanship-item.item-second .craftmanship-item-image {
        margin-top: -58px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .craftmanship-item.item-second .craftmanship-item-image {
        margin-top: -88px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item.item-third .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.main-about .craftmanship-item.item-third .craftmanship-item-content {
    margin-top: -162px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item.item-third .craftmanship-item-content {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .craftmanship-item.item-third .craftmanship-item-content {
        margin-top: -72px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .craftmanship-item.item-third .craftmanship-item-content {
        margin-top: -102px
    }
}

.main-about .craftmanship-item-content p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item-content p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .craftmanship-item-content p {
        font-size: 22px;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .craftmanship-item-content p {
        font-size: 26px;
        line-height: 40px
    }
}

.main-about .craftmanship-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .craftmanship-item-image {
        margin-bottom: 32px
    }
}

.main-about .craftmanship-item-image img {
    width: 100%
}

.main-about .clients-wrapper {
    margin-top: 240px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .clients-wrapper {
        margin-top: 72px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .clients-wrapper {
        margin-top: 120px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-about .clients-wrapper {
        margin-top: 180px
    }
}

.main-about .clients-wrapper .clients-head-title {
    color: #000
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-about .clients-wrapper .clients-head-title {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-about .clients-wrapper .clients-head-title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 44px
    }
}

.page-template-featured-projects .main-bespoke-project-list {
    padding-top: 196px
}

.body-bespoke .projects-list {
    padding-top: 67px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .body-bespoke .projects-list {
        padding-top: 40px;
        padding-bottom: 0;
        margin-top: 0
    }
}

.body-bespoke .projects-list .global-head-text-md {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400
}

.main-bespoke,
.main-bespoke-process,
.main-bespoke-project-list,
.main-bespoke-project-detail {
    background-color: #202020
}

.main-bespoke-process {
    overflow-x: hidden
}

.main-bespoke-project-list {
    padding-top: 116px;
    padding-bottom: 40px;
    overflow-x: hidden
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-bespoke-project-list {
        padding-top: 140px;
        padding-bottom: 8px
    }
}

.main-bespoke-project-detail {
    padding-top: 116px;
    overflow-x: unset
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-bespoke-project-detail {
        overflow-x: hidden
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-bespoke-project-detail .bespoke-project-detail-gallery {
        margin-bottom: 14px
    }
}

.main-blank-page {
    overflow: unset
}

.blank-page {
    padding: 236px 0 120px;
    background: left -190px center/607px no-repeat url(../../../../../../../../themes/parla/dist/img/blank-page-main-star.svg)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page {
        padding: 164px 0 72px
    }
}

.blank-page-main-sub-menu {
    position: sticky;
    top: 188px;
    left: 0;
    list-style: none !important
}

.blank-page-main-sub-menu li:not(:last-child) {
    margin-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-sub-menu li:not(:last-child) {
        margin-bottom: 14px
    }
}

.blank-page-main-sub-menu li:hover a,
.blank-page-main-sub-menu li.current-menu-item a {
    color: #000
}

.blank-page-main-sub-menu li:hover a::before,
.blank-page-main-sub-menu li.current-menu-item a::before {
    left: 0;
    margin-right: 20px;
    opacity: 1
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .blank-page-main-sub-menu li:hover a::before,
    .blank-page-main-sub-menu li.current-menu-item a::before {
        margin-right: 14px
    }
}

.blank-page-main-sub-menu li a {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #53565a;
    font-size: 20px;
    line-height: 27px
}

@media (prefers-reduced-motion:reduce) {
    .blank-page-main-sub-menu li a {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-sub-menu li a {
        font-size: 16px
    }
}

.blank-page-main-sub-menu li a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    left: -20px;
    width: 8px;
    height: 8px;
    background: 100% no-repeat url(../../../../../../../../themes/parla/dist/img/blank-page-sub-menu-icon.svg);
    content: '';
    opacity: 0
}

@media (prefers-reduced-motion:reduce) {
    .blank-page-main-sub-menu li a::before {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-sub-menu li a::before {
        left: -14px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-content article {
        margin-top: 32px
    }
}

.blank-page-main-content article h1,
.blank-page-main-content article h2,
.blank-page-main-content article h3,
.blank-page-main-content article h5,
.blank-page-main-content article h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000
}

.blank-page-main-content article h1,
.blank-page-main-content article h2,
.blank-page-main-content article h3,
.blank-page-main-content article h4,
.blank-page-main-content article h5,
.blank-page-main-content article h6,
.blank-page-main-content article p {
    margin-bottom: 48px !important
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .blank-page-main-content article h1,
    .blank-page-main-content article h2,
    .blank-page-main-content article h3,
    .blank-page-main-content article h4,
    .blank-page-main-content article h5,
    .blank-page-main-content article h6,
    .blank-page-main-content article p {
        margin-bottom: 24px !important
    }
}

.blank-page-main-content article hr {
    height: 1px;
    margin: 72px 0 !important;
    background: #e6e6e6;
    border-width: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-content article hr {
        margin: 32px 0 !important
    }
}

.blank-page-main-content article h1 {
    font-size: 72px;
    line-height: 97.2px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-content article h1 {
        font-size: 40px;
        line-height: 54px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blank-page-main-content article h1 {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .blank-page-main-content article h1 {
        font-size: 54px;
        line-height: 62px
    }
}

.blank-page-main-content article h2 {
    font-size: 56px;
    line-height: 75.6px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-content article h2 {
        font-size: 40px;
        line-height: 54px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blank-page-main-content article h2 {
        font-size: 42px;
        line-height: 48px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .blank-page-main-content article h2 {
        font-size: 50px;
        line-height: 54px
    }
}

.blank-page-main-content article h3 {
    font-size: 40px;
    line-height: 54px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-content article h3 {
        font-size: 28px;
        line-height: 45px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blank-page-main-content article h3 {
        font-size: 34px;
        line-height: 40px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .blank-page-main-content article h3 {
        font-size: 38px;
        line-height: 44px
    }
}

.blank-page-main-content article h6 {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    margin: 72px 0 !important;
    color: #a0a0a0;
    font-size: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-content article h6 {
        margin: 32px 0 !important;
        font-size: 16px
    }
}

.blank-page-main-content article span,
.blank-page-main-content article strong,
.blank-page-main-content article b {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000
}

.blank-page-main-content article p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .blank-page-main-content article p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .blank-page-main-content article p {
        font-size: 24px;
        line-height: 32px
    }
}

.main-collection-detail {
    overflow: unset;
    padding-bottom: 330px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection-detail {
        padding-bottom: 75px
    }
}

.main-collection-detail .product-list {
    margin-top: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection-detail .product-list {
        margin-top: 24px
    }
}

.main-collection-detail .product-list .mb-control {
    margin-bottom: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection-detail .product-list .mb-control {
        margin-bottom: 18px
    }
}

.main-collection {
    padding-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection {
        padding-bottom: 56px
    }
}

.main-collection .collection .home-hero-slider-text {
    top: 50%;
    bottom: unset;
    left: 50%;
    font-size: 80px;
    line-height: 108px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-collection .collection .home-hero-slider-text h3 {
    font-size: 80px;
    line-height: 108px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection .collection .home-hero-slider-text h3 {
        font-size: 50px;
        line-height: 68px
    }
}

.main-collection .home-hero-slider-image img {
    height: 100vh !important
}

.main-collection .home-hero-slider-video video {
    height: 100vh !important
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection .home-hero-slider .swiper-navigation {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.main-collection .designers-list-badge.is-hover svg path {
    fill: #fdd26e
}

.main-collection .products-list {
    margin-top: 180px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection .products-list {
        margin-top: 48px
    }
}

.main-collection .designers-list {
    margin-top: 214px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection .designers-list {
        margin-top: 48px
    }
}

.main-collection .materials-list-wrapper {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection .materials-list-wrapper {
        margin-top: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-collection .designers-list-details {
        top: 0
    }
}

.main-collection .designers-list-nav {
    min-height: 451px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-collection .designers-list-nav {
        min-height: auto
    }
}

.main-contact {
    position: relative;
    padding-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-contact {
        padding-bottom: 72px
    }
}

.contact-cards {
    position: relative
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .contact-cards [class*="col-"]:not(:last-child) {
        margin-bottom: 40px
    }
}

.contact-hero {
    width: 100%;
    padding: 196px 0 160px;
    background: url(../../../../../../../../themes/parla/dist/img/contact-page-hero-illustrator.svg) no-repeat;
    background-position: top 116px right
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-hero {
        padding-bottom: 80px;
        background-position: bottom right -172.5px;
        background-size: 345px
    }
}

.contact-hero-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contact-hero-main-content-title,
.contact-hero-main-content-title h1,
.contact-hero-main-content-title h2,
.contact-hero-main-content-title h3,
.contact-hero-main-content-title h4,
.contact-hero-main-content-title h5,
.contact-hero-main-content-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 112px;
    line-height: 182px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .contact-hero-main-content-title,
    .contact-hero-main-content-title h1,
    .contact-hero-main-content-title h2,
    .contact-hero-main-content-title h3,
    .contact-hero-main-content-title h4,
    .contact-hero-main-content-title h5,
    .contact-hero-main-content-title h6 {
        font-size: 80px;
        line-height: 108px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .contact-hero-main-content-title,
    .contact-hero-main-content-title h1,
    .contact-hero-main-content-title h2,
    .contact-hero-main-content-title h3,
    .contact-hero-main-content-title h4,
    .contact-hero-main-content-title h5,
    .contact-hero-main-content-title h6 {
        font-size: 100px;
        line-height: 130px
    }
}

.contact-hero-main-content-text {
    margin-top: 20px
}

.contact-hero-main-content-text p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    max-width: 348px;
    margin-left: auto;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 37.8px;
    text-indent: 85px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .contact-hero-main-content-text p {
        max-width: 270px;
        font-size: 24px;
        line-height: 28px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-hero-main-content-text p {
        max-width: 225px;
        padding-top: 48px;
        margin-right: auto;
        font-size: 20px;
        line-height: 27px;
        text-indent: 68px
    }
}

.contact-hero-main-content-info {
    padding-bottom: 86px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-hero-main-content-info {
        padding: 72px 0 0
    }
}

.contact-hero-main-content-info p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 15px;
    line-height: 20.25px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-hero-main-content-info p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        line-height: inherit
    }
}

.contact-hero-main-content-info p span,
.contact-hero-main-content-info p a {
    color: #53565a
}

.contact-info {
    margin-top: 240px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-info {
        margin-top: 72px
    }
}

.contact-info .accordion-list {
    margin-top: 0
}

.contact-info .accordion-list .accordion-head-content-title-lg {
    font-size: 56px;
    line-height: 75.6px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-info .accordion-list .accordion-head-content-title-lg {
        font-size: 24px;
        line-height: 32.4px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact-info .accordion-list .accordion-head-content-title-lg {
        font-size: 38px;
        line-height: 44px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .contact-info .accordion-list .accordion-head-content-title-lg {
        font-size: 44px;
        line-height: 50px
    }
}

.contact-info .accordion-list .accordion-head-content-title-lg .accordion-head-content-icon {
    margin-top: 10px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-info .accordion-list .accordion-head-content-title-lg .accordion-head-content-icon {
        margin-top: 0
    }
}

.contact-info-section {
    padding: 22px 0 78px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-info-section {
        padding: 8px 0 24px
    }
}

.contact-info-section-content ul {
    list-style: none !important
}

.contact-info-section-content ul li {
    font-size: 28px;
    line-height: 37.8px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-info-section-content ul li {
        font-size: 20px;
        line-height: 27px
    }
}

.contact-info-section-content ul li,
.contact-info-section-content ul li a {
    display: block;
    color: #a0a0a0
}

.contact-info-section-content ul li:not(:last-child) {
    margin-bottom: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-info-section-content ul li:not(:last-child) {
        margin-bottom: 32px
    }
}

.contact-info-section-content ul li:last-child {
    margin-top: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-info-section-content ul li:last-child {
        margin-top: 56px
    }
}

.contact-info-section-map {
    width: 100%;
    height: 314px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-info-section-map {
        height: 255px;
        margin-top: 40px
    }
}

.contact-info-section-map iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.contact-dealer {
    margin-top: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-dealer {
        padding-bottom: 72px;
        margin-top: 72px
    }
}

.contact-dealer-main .row div .row {
    margin-top: -64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-dealer-main .row div .row {
        margin-top: -40px
    }
}

.contact-dealer-main-title {
    margin-bottom: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-dealer-main-title {
        margin-bottom: 32px
    }
}

.contact-dealer-main-title,
.contact-dealer-main-title h1,
.contact-dealer-main-title h2,
.contact-dealer-main-title h3,
.contact-dealer-main-title h4,
.contact-dealer-main-title h5,
.contact-dealer-main-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 97.2px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .contact-dealer-main-title,
    .contact-dealer-main-title h1,
    .contact-dealer-main-title h2,
    .contact-dealer-main-title h3,
    .contact-dealer-main-title h4,
    .contact-dealer-main-title h5,
    .contact-dealer-main-title h6 {
        font-size: 24px;
        line-height: 32.4px
    }
}

.contact-dealer-main-item {
    margin-top: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-dealer-main-item {
        margin-top: 40px
    }
}

.contact-dealer-main-item-title,
.contact-dealer-main-item-title h1,
.contact-dealer-main-item-title h2,
.contact-dealer-main-item-title h3,
.contact-dealer-main-item-title h4,
.contact-dealer-main-item-title h5,
.contact-dealer-main-item-title h6 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 40px;
    line-height: inherit
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .contact-dealer-main-item-title,
    .contact-dealer-main-item-title h1,
    .contact-dealer-main-item-title h2,
    .contact-dealer-main-item-title h3,
    .contact-dealer-main-item-title h4,
    .contact-dealer-main-item-title h5,
    .contact-dealer-main-item-title h6 {
        font-size: 20px;
        line-height: 27px
    }
}

.contact-dealer-main-item-text {
    max-width: 406px
}

.contact-dealer-main-item-text p {
    margin-top: 32px;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-dealer-main-item-text p {
        margin-top: 24px
    }
}

.contact-big-map {
    height: 600px;
    margin-top: 240px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .contact-big-map {
        margin-top: 72px
    }
}

.main-designers-detail {
    padding-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-designers-detail {
        padding-bottom: 72px
    }
}

.main-designers-detail .designers-detail-hero {
    position: relative;
    padding-top: 370px;
    padding-bottom: 56px;
    background: #f7f6f3
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .designers-detail-hero {
        padding-top: 140px;
        padding-bottom: 32px;
        background: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-designers-detail .designers-detail-hero {
        padding-top: 280px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-designers-detail .designers-detail-hero {
        padding-top: 300px
    }
}

.main-designers-detail .designers-detail-hero::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: #f7f6f3;
    content: '';
    opacity: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .designers-detail-hero::after {
        opacity: 1
    }
}

.main-designers-detail .designers-detail-hero-title h2 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .designers-detail-hero-title h2 {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-designers-detail .designers-detail-hero-title h2 {
        font-size: 42px;
        line-height: 48px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-designers-detail .designers-detail-hero-title h2 {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-designers-detail .designers-detail-hero-title h2 {
        font-size: 54px;
        line-height: 62px
    }
}

.main-designers-detail .designers-detail-content {
    margin-top: 52px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .designers-detail-content {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .designers-detail-content .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.main-designers-detail .designers-detail-content-head p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 60px;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .designers-detail-content-head p {
        margin-bottom: 34px;
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-designers-detail .designers-detail-content-head p {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 36px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-designers-detail .designers-detail-content-head p {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 36px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-designers-detail .designers-detail-content-head p {
        font-size: 24px;
        line-height: 36px
    }
}

.main-designers-detail .designers-detail-content-head p:last-child {
    margin-bottom: 0
}

.main-designers-detail .designers-detail-content-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -72%
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .designers-detail-content-image {
        margin-top: 0;
        margin-bottom: 40px
    }
}

.main-designers-detail .designers-detail-content-image img {
    width: 100%
}

.main-designers-detail .product-designed {
    margin-top: 240px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .product-designed {
        margin-top: 72px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-designers-detail .product-designed {
        margin-top: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-designers-detail .product-designed {
        margin-top: 160px
    }
}

.main-designers-detail .product-designed .control-show {
    display: none;
    margin-bottom: 30px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers-detail .product-designed .control-show {
        margin-bottom: 18px
    }
}

.main-designers-detail .product-designed .control-show.is-show {
    display: block
}

.main-designers-detail .product-designed .control-show:nth-child(1),
.main-designers-detail .product-designed .control-show:nth-child(2),
.main-designers-detail .product-designed .control-show:nth-child(3),
.main-designers-detail .product-designed .control-show:nth-child(4) {
    display: block !important
}

.main-designers-detail .product-designed-head {
    margin-bottom: 112px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-designers-detail .product-designed-head {
        margin-bottom: 24px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-designers-detail .product-designed-head {
        margin-bottom: 60px
    }
}

.main-designers-detail .product-designed-head h2 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 42px;
    line-height: 57px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-designers-detail .product-designed-head h2 {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-designers-detail .product-designed-head h2 {
        font-size: 30px;
        line-height: 44px
    }
}

.main-designers-detail .product-designed .product-designed-show-more {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 44px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-designers-detail .product-designed .product-designed-show-more {
        margin-top: 32px;
        font-size: 20px;
        line-height: 27px
    }
}

.main-designers-detail .product-designed .product-designed-show-more.is-click {
    display: none
}

.main-designers {
    padding-top: 164px;
    padding-bottom: 52px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers {
        padding-top: 140px;
        padding-bottom: 24px
    }
}

.main-designers .designers-section {
    margin-bottom: 96px
}

.main-designers .designers-section:last-child {
    margin-bottom: 0
}

.main-designers .designers-section-title {
    margin-bottom: 40px
}

.main-designers .designers-section-title h2 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers .designers-section-title h2 {
        font-size: 46px;
        line-height: 54px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-designers .designers-section-title h2 {
        font-size: 40px;
        line-height: 48px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-designers .designers-section-title h2 {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-designers .designers-section-title h2 {
        font-size: 54px;
        line-height: 62px
    }
}

.main-designers .designers-section .designers-card {
    margin-bottom: 64px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-designers .designers-section .designers-card {
        margin-bottom: 24px
    }
}

.main-designers .designers-section-mobile .nav-tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: none;
    margin-bottom: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-designers .designers-section-mobile .nav-tabs {
        margin-bottom: 48px
    }
}

.main-designers .designers-section-mobile .nav-tabs .nav-item {
    margin-right: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-designers .designers-section-mobile .nav-tabs .nav-item {
        margin-right: 24px
    }
}

.main-designers .designers-section-mobile .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.main-designers .designers-section-mobile .nav-tabs .nav-item .nav-link {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    padding: 0;
    border: none;
    margin-bottom: 0;
    background-color: none;
    border-radius: 0;
    color: #a6a6a6;
    font-size: 30px;
    line-height: 43px
}

.main-designers .designers-section-mobile .nav-tabs .nav-item .nav-link.active {
    color: #000
}

.main-downloads {
    padding-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-downloads {
        padding-bottom: 72px
    }
}

.catalogues {
    overflow: hidden;
    padding-top: 196px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues {
        padding-top: 164px
    }
}

.catalogues-main-title {
    margin-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues-main-title {
        margin-bottom: 32px
    }
}

.catalogues-main-title h1,
.catalogues-main-title h2,
.catalogues-main-title h3,
.catalogues-main-title h4,
.catalogues-main-title h5,
.catalogues-main-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 72px;
    line-height: inherit
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .catalogues-main-title h1,
    .catalogues-main-title h2,
    .catalogues-main-title h3,
    .catalogues-main-title h4,
    .catalogues-main-title h5,
    .catalogues-main-title h6 {
        font-size: 32px;
        line-height: 43.2px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .catalogues-main-title h1,
    .catalogues-main-title h2,
    .catalogues-main-title h3,
    .catalogues-main-title h4,
    .catalogues-main-title h5,
    .catalogues-main-title h6 {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .catalogues-main-title h1,
    .catalogues-main-title h2,
    .catalogues-main-title h3,
    .catalogues-main-title h4,
    .catalogues-main-title h5,
    .catalogues-main-title h6 {
        font-size: 54px;
        line-height: 62px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues-main-content .swiper {
        overflow: unset
    }
}

.catalogues-main-content-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 534px;
    padding: 40px 40px 0;
    background: #f4f4f4
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues-main-content-item {
        height: 320px;
        padding: 16px 16px 0
    }
}

.catalogues-main-content-item-title h1,
.catalogues-main-content-item-title h2,
.catalogues-main-content-item-title h3,
.catalogues-main-content-item-title h4,
.catalogues-main-content-item-title h5,
.catalogues-main-content-item-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #202020;
    font-size: 40px;
    line-height: 54px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .catalogues-main-content-item-title h1,
    .catalogues-main-content-item-title h2,
    .catalogues-main-content-item-title h3,
    .catalogues-main-content-item-title h4,
    .catalogues-main-content-item-title h5,
    .catalogues-main-content-item-title h6 {
        font-size: 21.6px;
        line-height: inherit
    }
}

.catalogues-main-content-item-text {
    overflow: hidden;
    height: 100%;
    min-height: 120px;
    max-height: 120px;
    margin-top: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues-main-content-item-text {
        min-height: 64px;
        max-height: 64px;
        margin-top: 9px
    }
}

.catalogues-main-content-item-text p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #828079;
    font-size: 18px;
    line-height: inherit
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues-main-content-item-text p {
        font-size: 12px
    }
}

.catalogues-main-content-item-btn {
    margin-top: 24px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues-main-content-item-btn {
        margin-top: 39px
    }
}

.catalogues-main-content-item-btn a {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #53565a;
    font-size: 14px;
    line-height: 18.9px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues-main-content-item-btn a {
        font-size: 10px;
        line-height: inherit
    }
}

.catalogues-main-content-item-img {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    text-align: center
}

.catalogues-main-content-item-img img {
    width: 100%;
    max-width: 360px;
    height: auto
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .catalogues-main-content-item-img img {
        max-width: 196px
    }
}

.downloads {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .downloads {
        margin-top: 72px
    }
}

.downloads-main .accordion-list {
    margin-top: 0
}

.downloads-main-title {
    margin-bottom: 72px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .downloads-main-title {
        margin-bottom: 32px
    }
}

.downloads-main-title h1,
.downloads-main-title h2,
.downloads-main-title h3,
.downloads-main-title h4,
.downloads-main-title h5,
.downloads-main-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 72px;
    line-height: inherit
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .downloads-main-title h1,
    .downloads-main-title h2,
    .downloads-main-title h3,
    .downloads-main-title h4,
    .downloads-main-title h5,
    .downloads-main-title h6 {
        font-size: 32px;
        line-height: 43.2px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .downloads-main-title h1,
    .downloads-main-title h2,
    .downloads-main-title h3,
    .downloads-main-title h4,
    .downloads-main-title h5,
    .downloads-main-title h6 {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .downloads-main-title h1,
    .downloads-main-title h2,
    .downloads-main-title h3,
    .downloads-main-title h4,
    .downloads-main-title h5,
    .downloads-main-title h6 {
        font-size: 54px;
        line-height: 62px
    }
}

.downloads-main-content {
    padding: 16px 0 8px
}

.downloads-main-content-item {
    margin-bottom: 40px
}

.downloads-main-content-item:hover img {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.downloads-main-content-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f6f3
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .downloads-main-content-item-img {
        height: 171px
    }
}

.downloads-main-content-item-img img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .downloads-main-content-item-img img {
        -webkit-transition: none;
        transition: none
    }
}

.downloads-main-content-item-text {
    margin-top: 25px
}

.downloads-main-content-item-text p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    line-height: 20.25px
}

.materials {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials {
        margin-top: 72px
    }
}

.materials-main .accordion-list {
    margin-top: 0
}

.materials-main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 88px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-main-title {
        margin-bottom: 16px
    }
}

.materials-main-title h1,
.materials-main-title h2,
.materials-main-title h3,
.materials-main-title h4,
.materials-main-title h5,
.materials-main-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 72px;
    line-height: inherit
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .materials-main-title h1,
    .materials-main-title h2,
    .materials-main-title h3,
    .materials-main-title h4,
    .materials-main-title h5,
    .materials-main-title h6 {
        font-size: 32px;
        line-height: 43.2px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .materials-main-title h1,
    .materials-main-title h2,
    .materials-main-title h3,
    .materials-main-title h4,
    .materials-main-title h5,
    .materials-main-title h6 {
        font-size: 48px;
        line-height: 54px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .materials-main-title h1,
    .materials-main-title h2,
    .materials-main-title h3,
    .materials-main-title h4,
    .materials-main-title h5,
    .materials-main-title h6 {
        font-size: 54px;
        line-height: 62px
    }
}

.materials-main-title a {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px solid currentColor;
    color: #000;
    font-size: 15px;
    line-height: 20.25px;
    opacity: .5
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-main-title a {
        border-bottom: 0;
        font-size: 10px;
        line-height: 13.5px
    }
}

.materials-main-content {
    padding: 8px 0 0
}

.materials-main-content-item {
    width: 100%;
    margin-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-main-content-item {
        margin-bottom: 24px
    }
}

.materials-main-content-item-bg {
    width: 100%;
    height: 80px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-main-content-item-bg {
        height: 71px
    }
}

.materials-main-content-item-text {
    margin-top: 7px
}

.materials-main-content-item-text p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 12px;
    line-height: 16.2px
}

.materials-main-content-title {
    margin-bottom: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .materials-main-content-title {
        margin-bottom: 24px
    }
}

.materials-main-content-title h1,
.materials-main-content-title h2,
.materials-main-content-title h3,
.materials-main-content-title h4,
.materials-main-content-title h5,
.materials-main-content-title h6 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 30px;
    line-height: 40.5px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .materials-main-content-title h1,
    .materials-main-content-title h2,
    .materials-main-content-title h3,
    .materials-main-content-title h4,
    .materials-main-content-title h5,
    .materials-main-content-title h6 {
        font-size: 20px;
        line-height: 27px
    }
}

.materials-main-content-title h1 span,
.materials-main-content-title h2 span,
.materials-main-content-title h3 span,
.materials-main-content-title h4 span,
.materials-main-content-title h5 span,
.materials-main-content-title h6 span {
    display: block;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .materials-main-content-title h1 span,
    .materials-main-content-title h2 span,
    .materials-main-content-title h3 span,
    .materials-main-content-title h4 span,
    .materials-main-content-title h5 span,
    .materials-main-content-title h6 span {
        font-size: 16px;
        line-height: 21.6px
    }
}

.main-education-landing-page .contact-cards {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-education-landing-page .contact-cards {
        margin-top: 56px
    }
}

.main-education-landing-page .contact-cards .circle-content-button {
    margin-right: 0;
    margin-left: 0
}

.main-form-page {
    padding: 196px 0 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-form-page {
        padding-bottom: 72px
    }
}

.main-form-page form .form-item:not(:last-child) {
    margin-bottom: 24px
}

.main-form-page form .form-item label {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: #091829;
    font-size: 16px;
    line-height: 24px
}

.main-form-page form .form-item input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.main-form-page form .form-item textarea {
    padding: 17px 24px
}

.main-form-page form .form-item select,
.main-form-page form .form-item input[type='submit'] {
    padding: 0 17px;
    cursor: pointer
}

.main-form-page form .form-item textarea {
    height: 196px !important
}

.main-form-page form .form-item input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.main-form-page form .form-item select,
.main-form-page form .form-item textarea {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    width: 100%;
    height: 48px;
    border: none;
    background: #f9f9f9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #091829;
    font-size: 16px;
    line-height: 24px;
    resize: none
}

.main-form-page form .form-item input:not([type='checkbox']):not([type='radio']):not([type='submit']):hover,
.main-form-page form .form-item input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.main-form-page form .form-item input:not([type='checkbox']):not([type='radio']):not([type='submit']):active,
.main-form-page form .form-item select:hover,
.main-form-page form .form-item select:focus,
.main-form-page form .form-item select:active,
.main-form-page form .form-item textarea:hover,
.main-form-page form .form-item textarea:focus,
.main-form-page form .form-item textarea:active {
    background: #f6f6f6
}

.main-form-page form .form-item input[type='submit'],
.main-form-page form .form-item button {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    width: 100%;
    height: 48px;
    border: none;
    background: #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.main-form-page form .form-item input[type='submit']:hover,
.main-form-page form .form-item input[type='submit']:focus,
.main-form-page form .form-item input[type='submit']:active,
.main-form-page form .form-item button:hover,
.main-form-page form .form-item button:focus,
.main-form-page form .form-item button:active {
    background: #202020
}

body.handoff header,
body.handoff footer {
    display: none
}

section.handoff-hero {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 76px;
    padding-bottom: 76px;
    background-color: #030303;
    text-align: center
}

section.handoff-hero h1 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px;
    color: #fff;
    font-size: 42px;
    line-height: 150%
}

section.handoff-hero p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 150%
}

section.handoff-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px
}

section.handoff-body .handoff-body-page-list ul {
    list-style: none
}

section.handoff-body .handoff-body-page-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.handoff-body .handoff-body-page-list ul li:not(:last-child) {
    margin-bottom: 26px
}

section.handoff-body .handoff-body-page-list ul li:hover::before {
    width: 50px
}

section.handoff-body .handoff-body-page-list ul li::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 1px;
    margin-right: 16px;
    background-color: #030303;
    content: '';
    -webkit-transition: 0.3s width;
    transition: 0.3s width
}

section.handoff-body .handoff-body-page-list ul li a {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #030303;
    font-size: 14px;
    line-height: 150%
}

section.handoff-body .handoff-body-style-guide-item:not(:last-child) {
    margin-bottom: 100px
}

section.handoff-body .handoff-body-style-guide-item-title {
    margin-bottom: 50px
}

section.handoff-body .handoff-body-style-guide-item-title h5 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #030303;
    font-size: 14px;
    line-height: 150%
}

section.handoff-body .handoff-body-style-guide-item-title h5::before {
    width: 40px;
    height: 1px;
    margin-right: 16px;
    background-color: #030303;
    content: ''
}

section.handoff-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

section.handoff-footer .handoff-footer-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 36px;
    border-top: 1px solid rgba(3, 3, 3, .5)
}

section.handoff-footer .handoff-footer-contain a,
section.handoff-footer .handoff-footer-contain p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #030303;
    font-size: 14px;
    line-height: 150%
}

section.handoff-footer .handoff-footer-contain a:hover {
    text-decoration: underline !important
}

.main-new-home .static-hero {
    width: 100%;
    height: 100dvh
}

.main-new-home .static-hero-wrapper,
.main-new-home .static-hero-content,
.main-new-home .static-hero-content-start,
.main-new-home .static-hero-content-end,
.main-new-home .static-hero-media,
.main-new-home .static-hero-media img,
.main-new-home .static-hero-media video {
    width: 100%;
    height: 100%
}

.main-new-home .static-hero-wrapper {
    position: relative;
    overflow: hidden
}

.main-new-home .static-hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.main-new-home .static-hero-content-title h1,
.main-new-home .static-hero-content-title h2,
.main-new-home .static-hero-content-title h3,
.main-new-home .static-hero-content-title h4,
.main-new-home .static-hero-content-title h5,
.main-new-home .static-hero-content-title h6 {
    font-family: 'Neue Augenblick Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #f9f8f3;
    font-size: 100px;
    line-height: normal
}

@media only screen and (min-width:1201px) and (max-width:1679px) {

    .main-new-home .static-hero-content-title h1,
    .main-new-home .static-hero-content-title h2,
    .main-new-home .static-hero-content-title h3,
    .main-new-home .static-hero-content-title h4,
    .main-new-home .static-hero-content-title h5,
    .main-new-home .static-hero-content-title h6 {
        font-size: 80px
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .main-new-home .static-hero-content-title h1,
    .main-new-home .static-hero-content-title h2,
    .main-new-home .static-hero-content-title h3,
    .main-new-home .static-hero-content-title h4,
    .main-new-home .static-hero-content-title h5,
    .main-new-home .static-hero-content-title h6 {
        font-size: 58px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {

    .main-new-home .static-hero-content-title h1,
    .main-new-home .static-hero-content-title h2,
    .main-new-home .static-hero-content-title h3,
    .main-new-home .static-hero-content-title h4,
    .main-new-home .static-hero-content-title h5,
    .main-new-home .static-hero-content-title h6 {
        font-size: 32px
    }
}

.main-new-home .static-hero-content-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 60px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .static-hero-content-action {
        margin-top: 30px
    }
}

@media only screen and (min-width:992px) {
    .main-new-home .static-hero-content-action .circle-content-button {
        -webkit-transition: background 0.5s ease;
        transition: background 0.5s ease;
        min-height: 48px;
        padding: 12px 14px 12px 18px;
        background: #fff;
        border-radius: 50px
    }
}

@media only screen and (min-width:992px) and (prefers-reduced-motion:reduce) {
    .main-new-home .static-hero-content-action .circle-content-button {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .static-hero-content-action .circle-content-button {
        color: #fff
    }
}

@media only screen and (min-width:992px) {
    .main-new-home .static-hero-content-action .circle-content-button span {
        min-width: auto;
        min-height: auto;
        border: none;
        margin-left: 8px;
        background-color: transparent !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .static-hero-content-action .circle-content-button span {
        border-color: #fff
    }
}

@media only screen and (min-width:992px) {
    .main-new-home .static-hero-content-action .circle-content-button span i {
        width: 12px;
        height: 12px;
        -webkit-filter: invert(0);
        filter: invert(0)
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .static-hero-content-action .circle-content-button span i {
        -webkit-filter: invert(1);
        filter: invert(1)
    }
}

@media only screen and (min-width:992px) {
    .main-new-home .static-hero-content-action .circle-content-button:hover {
        background: #eee
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .static-hero-content-action .circle-content-button:hover span {
        background: #fff
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .static-hero-content-action .circle-content-button:hover span i {
        -webkit-filter: invert(0);
        filter: invert(0)
    }
}

.main-new-home .static-hero-content-bespoke {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    height: 216px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 12px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-new-home .static-hero-content-bespoke {
        max-width: 200px;
        height: 148px
    }
}

.main-new-home .static-hero-content-bespoke img,
.main-new-home .static-hero-content-bespoke video {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (prefers-reduced-motion:reduce) {

    .main-new-home .static-hero-content-bespoke img,
    .main-new-home .static-hero-content-bespoke video {
        -webkit-transition: none;
        transition: none
    }
}

.main-new-home .static-hero-content-bespoke:has(img[style*='display: none;']) video {
    display: inline
}

.main-new-home .static-hero-content-bespoke video {
    display: none
}

.main-new-home .static-hero-content-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 110px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-new-home .static-hero-content-start {
        padding-bottom: 40px
    }
}

.main-new-home .static-hero-content-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 80px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-new-home .static-hero-content-end {
        padding-bottom: 30px
    }
}

.main-new-home .static-hero-content-start,
.main-new-home .static-hero-content-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-new-home .static-hero-media {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-new-home .static-hero-media::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14.02%, rgba(0, 0, 0, .3)), color-stop(87.7%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .3) 14.02%, rgba(0, 0, 0, 0) 87.7%);
    content: '';
    pointer-events: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-new-home .static-hero-media img,
.main-new-home .static-hero-media video {
    -o-object-fit: cover;
    object-fit: cover
}

.main-new-home .static-hero-media img {
    display: none
}

.main-new-home .collection-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 185px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .collection-slider-wrapper {
        margin-top: 110px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .collection-slider-wrapper {
        margin-top: 80px
    }
}

.main-new-home .collection-slider-head-title h1,
.main-new-home .collection-slider-head-title h2,
.main-new-home .collection-slider-head-title h3,
.main-new-home .collection-slider-head-title h4,
.main-new-home .collection-slider-head-title h5,
.main-new-home .collection-slider-head-title h6 {
    font-family: 'Neue Augenblick Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 82px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .main-new-home .collection-slider-head-title h1,
    .main-new-home .collection-slider-head-title h2,
    .main-new-home .collection-slider-head-title h3,
    .main-new-home .collection-slider-head-title h4,
    .main-new-home .collection-slider-head-title h5,
    .main-new-home .collection-slider-head-title h6 {
        font-size: 58px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-new-home .collection-slider-head-title h1,
    .main-new-home .collection-slider-head-title h2,
    .main-new-home .collection-slider-head-title h3,
    .main-new-home .collection-slider-head-title h4,
    .main-new-home .collection-slider-head-title h5,
    .main-new-home .collection-slider-head-title h6 {
        font-size: 32px
    }
}

.main-new-home .collection-slider-head-article {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    padding-top: 15px;
    color: #000;
    font-size: 20px;
    line-height: 150%;
    opacity: .9
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .collection-slider-head-article {
        font-size: 18px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .collection-slider-head-article {
        padding-top: 20px;
        font-size: 16px
    }
}

.main-new-home .collection-slider-head-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 70px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .collection-slider-head-action {
        margin-top: 40px
    }
}

.main-new-home .collection-slider-body {
    margin-top: 140px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .collection-slider-body {
        margin-top: 110px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .collection-slider-body {
        margin-top: 50px
    }
}

.main-new-home .collection-slider-body .swiper {
    overflow: unset
}

.main-new-home .collection-slider-item {
    line-height: 0
}

.main-new-home .collection-slider-item img,
.main-new-home .collection-slider-item video {
    width: 100%;
    height: auto
}

.main-new-home .journal-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 220px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .journal-slider-wrapper {
        margin-top: 100px
    }
}

.main-new-home .journal-slider-wrapper .swiper-pagination {
    position: relative;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .journal-slider-wrapper .swiper-pagination {
        margin-top: 20px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.main-new-home .journal-slider-wrapper .swiper-pagination-bullet {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 8px;
    height: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    background: #000
}

@media (prefers-reduced-motion:reduce) {
    .main-new-home .journal-slider-wrapper .swiper-pagination-bullet {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .journal-slider-wrapper .swiper-pagination-bullet {
        width: 4px;
        height: 4px
    }
}

.main-new-home .journal-slider-wrapper .swiper-action {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 140px 118px 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    cursor: default
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-new-home .journal-slider-wrapper .swiper-action {
        padding-right: 15px
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .journal-slider-wrapper .swiper-action {
        display: none
    }
}

.main-new-home .journal-slider-wrapper .swiper-action .circle-content-button {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

@media (prefers-reduced-motion:reduce) {
    .main-new-home .journal-slider-wrapper .swiper-action .circle-content-button {
        -webkit-transition: none;
        transition: none
    }
}

.main-new-home .journal-slider-wrapper .swiper-action .circle-content-button span {
    margin-left: 0
}

.main-new-home .journal-slider-wrapper .swiper-action .circle-content-button:first-child i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-new-home .journal-slider-wrapper .swiper-action .circle-content-button:not(.swiper-button-disabled) span {
    background-color: #fff
}

.main-new-home .journal-slider-wrapper .swiper-action .circle-content-button:not(.swiper-button-disabled) span i {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.main-new-home .journal-slider-wrapper .swiper-action .circle-content-button.swiper-button-disabled {
    opacity: .4;
    pointer-events: none
}

.main-new-home .journal-slider,
.main-new-home .journal-slider-wrapper,
.main-new-home .journal-slider-item,
.main-new-home .journal-slider-item-media,
.main-new-home .journal-slider-item-media img,
.main-new-home .journal-slider-item-media video {
    width: 100%;
    height: auto
}

.main-new-home .journal-slider-item {
    position: relative;
    display: block;
    cursor: url(../../../../../../../../themes/parla/dist/img/cursor-explore.svg), auto
}

.main-new-home .journal-slider-item:hover .journal-slider-item-content-article {
    max-height: calc(120px + 50px)
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .journal-slider-item:hover .journal-slider-item-content-article {
        max-height: calc(72px + 20px)
    }
}

.main-new-home .journal-slider-item-media {
    line-height: 0
}

.main-new-home .journal-slider-item-media::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 565px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14.02%, rgba(0, 0, 0, .4)), color-stop(87.7%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 14.02%, rgba(0, 0, 0, 0) 87.7%);
    content: '';
    pointer-events: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .journal-slider-item-media::before {
        height: 50%
    }
}

.main-new-home .journal-slider-item-media img,
.main-new-home .journal-slider-item-media video {
    min-height: 800px;
    max-height: calc(100dvh - 68px);
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-new-home .journal-slider-item-media img,
    .main-new-home .journal-slider-item-media video {
        min-height: 302px
    }
}

.main-new-home .journal-slider-item-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%
}

.main-new-home .journal-slider-item-content-main {
    position: relative;
    padding-right: 156px;
    padding-bottom: 80px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .journal-slider-item-content-main {
        padding-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .journal-slider-item-content-main {
        padding-bottom: 30px
    }
}

.main-new-home .journal-slider-item-content-title h1,
.main-new-home .journal-slider-item-content-title h2,
.main-new-home .journal-slider-item-content-title h3,
.main-new-home .journal-slider-item-content-title h4,
.main-new-home .journal-slider-item-content-title h5,
.main-new-home .journal-slider-item-content-title h6,
.main-new-home .journal-slider-item-content-title p {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 52px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-new-home .journal-slider-item-content-title h1,
    .main-new-home .journal-slider-item-content-title h2,
    .main-new-home .journal-slider-item-content-title h3,
    .main-new-home .journal-slider-item-content-title h4,
    .main-new-home .journal-slider-item-content-title h5,
    .main-new-home .journal-slider-item-content-title h6,
    .main-new-home .journal-slider-item-content-title p {
        font-size: 32px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {

    .main-new-home .journal-slider-item-content-title h1,
    .main-new-home .journal-slider-item-content-title h2,
    .main-new-home .journal-slider-item-content-title h3,
    .main-new-home .journal-slider-item-content-title h4,
    .main-new-home .journal-slider-item-content-title h5,
    .main-new-home .journal-slider-item-content-title h6,
    .main-new-home .journal-slider-item-content-title p {
        font-size: 24px
    }
}

.main-new-home .journal-slider-item-content-article {
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    max-width: 440px;
    height: auto;
    max-height: 0;
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    opacity: .9
}

@media (prefers-reduced-motion:reduce) {
    .main-new-home .journal-slider-item-content-article {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .journal-slider-item-content-article {
        font-size: 12px
    }
}

.main-new-home .journal-slider-item-content-article p {
    display: box;
    overflow: hidden;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .journal-slider-item-content-article p {
        margin-top: 20px
    }
}

.main-new-home .products-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 220px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .products-wrapper {
        margin-top: 80px
    }
}

.main-new-home .products-head {
    text-align: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .products-head {
        text-align: left
    }
}

.main-new-home .products-head-title h1,
.main-new-home .products-head-title h2,
.main-new-home .products-head-title h3,
.main-new-home .products-head-title h4,
.main-new-home .products-head-title h5,
.main-new-home .products-head-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 42px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-new-home .products-head-title h1,
    .main-new-home .products-head-title h2,
    .main-new-home .products-head-title h3,
    .main-new-home .products-head-title h4,
    .main-new-home .products-head-title h5,
    .main-new-home .products-head-title h6 {
        font-size: 18px
    }
}

.main-new-home .products-body {
    margin-top: 90px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .products-body {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-new-home .products-body {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-new-home .products-body .row {
        width: calc(100% + 30px);
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 15px;
        margin-right: 0 !important;
        margin-left: -15px !important;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        overflow-x: scroll
    }

    .main-new-home .products-body .row::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        -ms-overflow-style: none;
        scrollbar-color: transparent transparent;
        scrollbar-width: none
    }

    .main-new-home .products-body .row::-moz-scrollbar {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-new-home .products-body .row [class*='col-'] {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.main-new-home .products-card {
    margin-top: 40px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-new-home .products-card {
        margin-top: 0
    }
}

.main-new-home .products-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .products-footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px
    }
}

.main-new-home .bespoke-projects-wrapper {
    position: relative;
    overflow: hidden;
    padding: 440px 0 160px;
    margin-top: 200px;
    background: linear-gradient(4deg, #202020 60.76%, rgba(32, 32, 32, 0) 92.71%)
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .bespoke-projects-wrapper {
        padding: 220px 0 80px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-wrapper {
        padding: 140px 0 50px;
        margin-top: 80px
    }
}

.main-new-home .bespoke-projects-wrapper .swiper {
    overflow: unset
}

.main-new-home .bespoke-projects-wrapper .swiper-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-wrapper .swiper-action {
        display: none
    }
}

.main-new-home .bespoke-projects-wrapper .swiper-action .circle-content-button {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

@media (prefers-reduced-motion:reduce) {
    .main-new-home .bespoke-projects-wrapper .swiper-action .circle-content-button {
        -webkit-transition: none;
        transition: none
    }
}

.main-new-home .bespoke-projects-wrapper .swiper-action .circle-content-button span {
    margin-left: 0
}

.main-new-home .bespoke-projects-wrapper .swiper-action .circle-content-button:first-child i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-new-home .bespoke-projects-wrapper .swiper-action .circle-content-button.swiper-button-disabled {
    opacity: .4;
    pointer-events: none
}

.main-new-home .bespoke-projects-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    max-height: 50%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main-new-home .bespoke-projects-bg,
.main-new-home .bespoke-projects-bg video,
.main-new-home .bespoke-projects-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-new-home .bespoke-projects-head-title h1,
.main-new-home .bespoke-projects-head-title h2,
.main-new-home .bespoke-projects-head-title h3,
.main-new-home .bespoke-projects-head-title h4,
.main-new-home .bespoke-projects-head-title h5,
.main-new-home .bespoke-projects-head-title h6 {
    font-family: 'Neue Augenblick Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 82px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .main-new-home .bespoke-projects-head-title h1,
    .main-new-home .bespoke-projects-head-title h2,
    .main-new-home .bespoke-projects-head-title h3,
    .main-new-home .bespoke-projects-head-title h4,
    .main-new-home .bespoke-projects-head-title h5,
    .main-new-home .bespoke-projects-head-title h6 {
        font-size: 58px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-new-home .bespoke-projects-head-title h1,
    .main-new-home .bespoke-projects-head-title h2,
    .main-new-home .bespoke-projects-head-title h3,
    .main-new-home .bespoke-projects-head-title h4,
    .main-new-home .bespoke-projects-head-title h5,
    .main-new-home .bespoke-projects-head-title h6 {
        font-size: 32px
    }
}

.main-new-home .bespoke-projects-head-article {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    padding-top: 15px;
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    opacity: .9
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .bespoke-projects-head-article {
        font-size: 18px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-head-article {
        padding-top: 20px;
        font-size: 16px
    }
}

.main-new-home .bespoke-projects-body {
    margin-top: 90px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-body {
        margin-top: 50px
    }
}

.main-new-home .bespoke-projects-item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: url(../../../../../../../../themes/parla/dist/img/cursor-explore.svg), auto
}

.main-new-home .bespoke-projects-item-media {
    width: 100%;
    height: 700px;
    line-height: 0
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .bespoke-projects-item-media {
        height: 617px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-item-media {
        height: 302px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-new-home .bespoke-projects-item-media {
        height: 200px
    }
}

.main-new-home .bespoke-projects-item-media img,
.main-new-home .bespoke-projects-item-media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-new-home .bespoke-projects-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 60px 60px 30px;
    background: #2c2b2a
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-item-content {
        position: relative;
        padding: 10px 0 0;
        background: transparent
    }
}

.main-new-home .bespoke-projects-item-content p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    font-size: 20px;
    line-height: 150%
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-new-home .bespoke-projects-item-content p {
        font-size: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-item-content p {
        font-size: 14px
    }
}

.main-new-home .bespoke-projects-item-content h1,
.main-new-home .bespoke-projects-item-content h2,
.main-new-home .bespoke-projects-item-content h3,
.main-new-home .bespoke-projects-item-content h4,
.main-new-home .bespoke-projects-item-content h5,
.main-new-home .bespoke-projects-item-content h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    line-height: 150%
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .main-new-home .bespoke-projects-item-content h1,
    .main-new-home .bespoke-projects-item-content h2,
    .main-new-home .bespoke-projects-item-content h3,
    .main-new-home .bespoke-projects-item-content h4,
    .main-new-home .bespoke-projects-item-content h5,
    .main-new-home .bespoke-projects-item-content h6 {
        font-size: 20px
    }
}

.main-new-home .bespoke-projects-item-cursor {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 106px;
    height: 106px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    color: #000;
    font-size: 13px;
    line-height: normal;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-item-cursor {
        display: none
    }
}

.main-new-home .bespoke-projects-item-cursor.is-hide {
    position: fixed;
    opacity: 1
}

.main-new-home .bespoke-projects-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .bespoke-projects-footer {
        margin-top: 50px
    }
}

.main-new-home .designer-cards-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 200px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .designer-cards-wrapper {
        margin-top: 60px
    }
}

.main-new-home .designer-cards-head {
    text-align: center
}

.main-new-home .designer-cards-head-title h1,
.main-new-home .designer-cards-head-title h2,
.main-new-home .designer-cards-head-title h3,
.main-new-home .designer-cards-head-title h4,
.main-new-home .designer-cards-head-title h5,
.main-new-home .designer-cards-head-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 42px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-new-home .designer-cards-head-title h1,
    .main-new-home .designer-cards-head-title h2,
    .main-new-home .designer-cards-head-title h3,
    .main-new-home .designer-cards-head-title h4,
    .main-new-home .designer-cards-head-title h5,
    .main-new-home .designer-cards-head-title h6 {
        font-size: 18px
    }
}

.main-new-home .designer-cards-body {
    margin-top: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .designer-cards-body {
        margin-top: 40px
    }
}

.main-new-home .designer-cards-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .designer-cards-footer {
        margin-top: 40px
    }
}

.main-new-home .craft-slider {
    margin-top: 200px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-new-home .craft-slider {
        margin-top: 80px
    }
}

.main-home {
    padding-top: 116px;
    padding-bottom: 120px;
    overflow-x: unset
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-home {
        padding-top: 124px;
        padding-bottom: 56px
    }
}

.main-home .products-list-box {
    margin-top: 0
}

.main-home .products-list-box .container .row .col-12.col-lg-4:not(:last-child) {
    margin-bottom: 0
}

.main-journal-detail {
    padding-bottom: 124px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-journal-detail {
        padding-bottom: 32px
    }
}

.journal-detail-hero {
    width: 100%;
    height: 900px;
    padding-top: 116px;
    background: #f7f6f3
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-hero {
        height: 100%;
        min-height: 429px;
        padding-top: 124px 0 118px 0
    }
}

.journal-detail-hero .container {
    width: 100%;
    height: 100%
}

.journal-detail-hero-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.journal-detail-hero-main-title {
    padding-top: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-hero-main-title {
        padding-top: 8px
    }
}

.journal-detail-hero-main-title h1 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-hero-main-title h1 {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .journal-detail-hero-main-title h1 {
        font-size: 48px;
        line-height: 56px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .journal-detail-hero-main-title h1 {
        font-size: 54px;
        line-height: 62px
    }
}

.journal-detail-hero-main-date {
    margin-top: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-hero-main-date {
        margin-top: 16px
    }
}

.journal-detail-hero-main-date p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #a0a0a0;
    font-size: 15px;
    line-height: inherit
}

.journal-detail-hero-main-share {
    margin-top: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-hero-main-share {
        margin-top: 24px
    }
}

.journal-detail-hero-main-share.open ul {
    top: 0;
    opacity: 1;
    visibility: visible
}

.journal-detail-hero-main-share.open .journal-detail-hero-main-share-btn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.journal-detail-hero-main-share-btn {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 20.25px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-hero-main-share-btn {
        font-size: 10px;
        line-height: inherit
    }
}

.journal-detail-hero-main-share-btn::before,
.journal-detail-hero-main-share-btn::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: -15px;
    display: block;
    width: 9px;
    height: 2px;
    background-color: #000;
    content: ''
}

@media (prefers-reduced-motion:reduce) {

    .journal-detail-hero-main-share-btn::before,
    .journal-detail-hero-main-share-btn::after {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .journal-detail-hero-main-share-btn::before,
    .journal-detail-hero-main-share-btn::after {
        width: 8px;
        height: 1.2px
    }
}

.journal-detail-hero-main-share-btn::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.journal-detail-hero-main-share ul {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    list-style: none;
    opacity: 0;
    visibility: hidden
}

@media (prefers-reduced-motion:reduce) {
    .journal-detail-hero-main-share ul {
        -webkit-transition: none;
        transition: none
    }
}

.journal-detail-hero-main-share ul li:not(:last-child) {
    margin-right: 14px
}

.journal-detail-hero-main-share ul li a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .8px solid #000;
    border-radius: 100px
}

@media (prefers-reduced-motion:reduce) {
    .journal-detail-hero-main-share ul li a {
        -webkit-transition: none;
        transition: none
    }
}

.journal-detail-hero-main-share ul li a:hover {
    background: #000
}

.journal-detail-hero-main-share ul li a:hover i svg,
.journal-detail-hero-main-share ul li a:hover i path {
    fill: #f7f6f3
}

.journal-detail-hero-main-share ul li a i svg,
.journal-detail-hero-main-share ul li a i path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    fill: #53565a
}

@media (prefers-reduced-motion:reduce) {

    .journal-detail-hero-main-share ul li a i svg,
    .journal-detail-hero-main-share ul li a i path {
        -webkit-transition: none;
        transition: none
    }
}

.journal-detail-content {
    margin-top: -325px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        margin-top: -118px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) and (prefers-reduced-motion:reduce) {
    .journal-detail-content {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content.share-btn-open-top-space {
        margin-top: -55px
    }
}

.journal-detail-content-main .wp-block-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.journal-detail-content-main .wp-block-gallery .wp-block-image {
    display: inline
}

.journal-detail-content-main .wp-block-gallery figure {
    margin: 0 !important
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content-main .wp-block-gallery figure img {
        height: 212px !important
    }
}

.journal-detail-content-main .wp-block-gallery figure:not(:last-child) {
    margin-right: 30px !important
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content-main .wp-block-gallery figure:not(:last-child) {
        margin-right: 15px !important
    }
}

.journal-detail-content-main .wp-block-image {
    margin: 0 !important
}

.journal-detail-content-main .row {
    margin-bottom: 108px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content-main .row {
        margin-bottom: 40px
    }
}

.journal-detail-content-main figure {
    width: 100%;
    max-width: 100%;
    margin: 0 !important
}

.journal-detail-content-main figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content-main figure img {
        height: 324px
    }
}

.journal-detail-content-main video,
.journal-detail-content-main source {
    width: 100%;
    height: auto
}

.journal-detail-content-main figcaption {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    position: relative !important;
    overflow: unset !important;
    max-height: inherit !important;
    -ms-flex-preferred-size: unset !important;
    flex-basis: unset !important;
    -webkit-box-flex: unset !important;
    -ms-flex-positive: unset !important;
    flex-grow: unset !important;
    padding: 0 !important;
    margin-top: 16px;
    background: white !important;
    color: #a0a0a0 !important;
    font-size: 15px !important;
    line-height: inherit;
    text-align: right !important
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content-main figcaption {
        margin-top: 12px;
        font-size: 12px !important;
        line-height: 16.2px
    }
}

.journal-detail-content-main h1,
.journal-detail-content-main h2,
.journal-detail-content-main h3,
.journal-detail-content-main h4,
.journal-detail-content-main h5,
.journal-detail-content-main h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin-bottom: 48px;
    color: #000;
    font-size: 42px;
    line-height: 57px
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .journal-detail-content-main h1,
    .journal-detail-content-main h2,
    .journal-detail-content-main h3,
    .journal-detail-content-main h4,
    .journal-detail-content-main h5,
    .journal-detail-content-main h6 {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 32.4px
    }
}

.journal-detail-content-main p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 38px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content-main p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .journal-detail-content-main p {
        font-size: 24px;
        line-height: 32px
    }
}

.journal-detail-content-main p:not(:first-child) {
    margin-top: 48px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .journal-detail-content-main p:not(:first-child) {
        margin-top: 32px
    }
}

.journal-detail-content-main p a {
    color: #000;
    text-decoration: underline
}

.main-journal {
    padding-top: 198px;
    padding-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-journal {
        padding-top: 116px;
        padding-bottom: 72px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-journal .journal-hero .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.main-journal .journal-hero-content h1 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    position: relative;
    padding-top: 60px;
    padding-bottom: 32px;
    margin-top: 0;
    margin-bottom: 72px;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-journal .journal-hero-content h1 {
        max-width: 60%;
        padding-top: 0;
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-journal .journal-hero-content h1 {
        margin-bottom: 42px;
        font-size: 38px;
        line-height: 44px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-journal .journal-hero-content h1 {
        margin-bottom: 52px;
        font-size: 42px;
        line-height: 60px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-journal .journal-hero-content h1 {
        font-size: 54px;
        line-height: 62px
    }
}

.main-journal .journal-hero-content h1,
.main-journal .journal-hero-content h1 a {
    color: #000
}

.main-journal .journal-hero-content h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: #000;
    content: ""
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-journal .journal-hero-content h1::after {
        width: 24px
    }
}

.main-journal .journal-hero-content p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    max-width: 80%;
    margin-bottom: 80px;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-journal .journal-hero-content p {
        max-width: 100%;
        margin-bottom: 48px;
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-journal .journal-hero-content p {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-journal .journal-hero-image {
        margin-bottom: 32px
    }
}

.main-journal .journal-hero-image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.main-journal .products-list-box {
    margin-top: 120px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-journal .products-list-box {
        margin-top: 52px
    }
}

.main-journal .products-list-box [class*="col-"] {
    margin-bottom: 100px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-journal .products-list-box [class*="col-"] {
        margin-bottom: 0
    }
}

.main-journal .products-list-box .media-card-img {
    height: 430px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-journal .products-list-box .media-card-img {
        height: 240px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-journal .products-list-box .media-card-img {
        height: auto
    }
}

.main-journal .products-list-box .media-card-content {
    padding: 0;
    background: transparent
}

.main-journal .products-list-box .media-card-content-title {
    margin-top: 20px
}

.main-journal .pagination-content {
    margin-top: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-journal .pagination-content {
        margin-top: 90px
    }
}

.old-main-product-detail {
    padding-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .old-main-product-detail {
        padding-bottom: 56px
    }
}

.old-main-product-detail .two-column-content {
    margin-top: 131px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .old-main-product-detail .two-column-content {
        margin-top: 0
    }
}

@media only screen and (min-width:1800px) {
    .old-main-product-detail .two-column-content .container {
        max-width: 1680px !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .old-main-product-detail .two-column-content .container {
        padding: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .old-main-product-detail .two-column-content .container .two-column-content-button {
        padding: 0 16px;
        margin-top: 24px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .old-main-product-detail .product-image-content {
        margin-bottom: 31px
    }
}

.old-main-product-detail .bespoke-project-detail-gallery {
    margin-top: 245px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .old-main-product-detail .bespoke-project-detail-gallery {
        margin-top: 48px
    }
}

.old-main-product-detail .bespoke-project-detail-gallery-image {
    max-height: calc(100vh - 116px)
}

.old-main-product-detail .bespoke-project-detail-gallery-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.old-main-product-detail .accordion-head-content {
    padding: 16px 0 12px
}

.old-main-product-detail .accordion-head-content .materials-main-content-title {
    margin-bottom: 0
}

.old-main-product-detail .accordion-content-body .product-material-menu {
    padding-bottom: 24px;
    margin-top: 24px
}

.old-main-product-detail .product-material-text+.accordion-head-content {
    margin-top: 24px
}

.page-not-found {
    width: 100%;
    height: 100vh;
    min-height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.page-not-found-main-animate {
    color: #000;
    font-size: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .page-not-found-main-animate {
        font-size: 180px
    }
}

.page-not-found-main-animate i {
    width: 190px;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .page-not-found-main-animate i {
        width: 130px;
        height: 130px
    }
}

.page-not-found-main-animate i svg {
    position: absolute;
    -webkit-animation: scale_svg 3s ease-in-out infinite alternate;
    animation: scale_svg 3s ease-in-out infinite alternate
}

@-webkit-keyframes scale_svg {
    100% {
        width: 82px;
        height: 82px
    }
}

@keyframes scale_svg {
    100% {
        width: 82px;
        height: 82px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .page-not-found-main-animate i svg {
        width: 130px;
        height: 130px
    }
}

.page-not-found-main-animate i svg path {
    opacity: .3;
    fill: #d6d2c4;
    stroke: #d6d2c4;
    -webkit-animation: scale_path 3s ease-in-out infinite alternate;
    animation: scale_path 3s ease-in-out infinite alternate
}

@-webkit-keyframes scale_path {
    100% {
        fill: #fff;
        opacity: .7
    }
}

@keyframes scale_path {
    100% {
        fill: #fff;
        opacity: .7
    }
}

.page-not-found-main-title h1,
.page-not-found-main-title h2,
.page-not-found-main-title h3,
.page-not-found-main-title h4,
.page-not-found-main-title h5,
.page-not-found-main-title h6 {
    font-size: 40px;
    line-height: 54px;
    color: #000;
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .page-not-found-main-title h1,
    .page-not-found-main-title h2,
    .page-not-found-main-title h3,
    .page-not-found-main-title h4,
    .page-not-found-main-title h5,
    .page-not-found-main-title h6 {
        font-size: 32px
    }
}

.page-not-found-main-text {
    font-size: 20px;
    line-height: 24px;
    color: #53565a;
    margin-top: 12px;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .page-not-found-main-text {
        font-size: 16px;
        margin-top: 6px
    }
}

.page-not-found-main-btn {
    margin-top: 96px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .page-not-found-main-btn {
        margin-top: 40px
    }
}

.page-not-found-main-btn .circle-content-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .page-not-found-main-btn .circle-content-button {
        font-size: 10px
    }
}

.main-product-detail {
    padding-top: 116px
}

.main-product-detail+footer {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail+footer {
        margin-top: 40px
    }
}

.main-product-detail .product-layout {
    width: 100%;
    min-height: calc(100vh - 116px)
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-product-detail .product-layout {
        min-height: 784px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout {
        height: auto
    }
}

.main-product-detail .product-layout-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #f7f6f3
}

.main-product-detail .product-layout-main {
    width: 100%;
    height: 100%;
    padding: 50px 35px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-main {
        padding: 20px 0 40px
    }
}

.main-product-detail .product-layout-gallery {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 72px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-gallery {
        padding-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-gallery {
        padding-top: 80px
    }
}

.main-product-detail .product-layout-gallery .swiper {
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-gallery .swiper {
        overflow: unset
    }
}

.main-product-detail .product-layout-gallery .swiper-pagination {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-gallery .swiper-pagination {
        bottom: -30px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.main-product-detail .product-layout-gallery .swiper-pagination-bullet {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 8px;
    height: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    background: #000
}

@media (prefers-reduced-motion:reduce) {
    .main-product-detail .product-layout-gallery .swiper-pagination-bullet {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-gallery .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }
}

.main-product-detail .product-layout-gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-product-detail .product-layout-gallery-item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.main-product-detail .product-layout-gallery-badges {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 72px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-gallery-badges {
        height: 50px
    }
}

.main-product-detail .product-layout-gallery-badges-start,
.main-product-detail .product-layout-gallery-badges-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .main-product-detail .product-layout-gallery-badges-start,
    .main-product-detail .product-layout-gallery-badges-end {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.main-product-detail .product-layout-gallery-badges-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.main-product-detail .product-layout-gallery-badges-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-product-detail .product-layout-gallery-badges img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.main-product-detail .product-layout-gallery-badges i {
    line-height: 0
}

.main-product-detail .product-layout-gallery-badges i svg {
    width: 72px;
    height: 100%
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-gallery-badges i svg {
        width: 50px
    }
}

.main-product-detail .product-layout-info {
    position: relative;
    height: 100%;
    padding: 0 0 10px 80px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-info {
        padding-left: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-info {
        height: auto;
        padding: 100px 0 0
    }
}

.main-product-detail .product-layout-info::before {
    position: absolute;
    top: -50px;
    left: 0;
    width: 2px;
    height: calc(100% + 100px);
    background: #fff;
    content: ""
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-info::before {
        top: 60px;
        left: -15px;
        width: calc(100% + 30px);
        height: 2px
    }
}

.main-product-detail .product-layout-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 16px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-tag {
        gap: 4px 8px
    }
}

.main-product-detail .product-layout-tag-item {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 16px;
    background: #ebe8e0;
    border-radius: 50px;
    color: #232629;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-tag-item {
        font-size: 12px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-tag-item {
        font-size: 10px
    }
}

.main-product-detail .product-layout-title {
    margin: 10px 0
}

.main-product-detail .product-layout-title h1,
.main-product-detail .product-layout-title h2,
.main-product-detail .product-layout-title h3,
.main-product-detail .product-layout-title h4,
.main-product-detail .product-layout-title h5,
.main-product-detail .product-layout-title h6 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin: 0;
    color: #000;
    font-size: 52px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .main-product-detail .product-layout-title h1,
    .main-product-detail .product-layout-title h2,
    .main-product-detail .product-layout-title h3,
    .main-product-detail .product-layout-title h4,
    .main-product-detail .product-layout-title h5,
    .main-product-detail .product-layout-title h6 {
        font-size: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-product-detail .product-layout-title h1,
    .main-product-detail .product-layout-title h2,
    .main-product-detail .product-layout-title h3,
    .main-product-detail .product-layout-title h4,
    .main-product-detail .product-layout-title h5,
    .main-product-detail .product-layout-title h6 {
        font-size: 32px
    }
}

.main-product-detail .product-layout-designer {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-designer {
        font-size: 16px
    }
}

.main-product-detail .product-layout-designer a {
    color: #000;
    text-decoration: none
}

.main-product-detail .product-layout-article {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: relative;
    margin-top: 80px;
    color: #000;
    font-size: 18px;
    line-height: 150%;
    opacity: .8
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-article {
        font-size: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-article {
        margin-top: 30px
    }
}

.main-product-detail .product-layout-article::before {
    position: absolute;
    top: -40px;
    right: -50px;
    width: calc(100% + 130px);
    height: 2px;
    background: #fff;
    content: ""
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-article::before {
        width: calc(100% + 80px)
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-article::before {
        display: none
    }
}

.main-product-detail .product-layout-article p {
    cursor: default
}

.main-product-detail .product-layout-article p:not(.more) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3
}

.main-product-detail .product-layout-actions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-actions {
        gap: 10px 20px;
        padding-bottom: 40px;
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-actions::before {
        position: absolute;
        right: -15px;
        bottom: 0;
        width: calc(100% + 30px);
        height: 2px;
        background: #fff;
        content: ""
    }
}

.main-product-detail .product-layout-actions .circle-content-button:nth-child(1) .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main-product-detail .product-layout-others {
    margin-top: 105px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-layout-others {
        margin-top: 80px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-others {
        margin-top: 40px
    }
}

.main-product-detail .product-layout-others .swiper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(100% + 50px)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-others .swiper {
        overflow: unset
    }
}

.main-product-detail .product-layout-others .swiper::after {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(271deg, #f7f6f3 9.26%, rgba(247, 246, 243, 0) 99.58%);
    z-index: 2;
    pointer-events: none
}

.main-product-detail .product-layout-others .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-product-detail .product-layout-others .circle-content-button {
    margin-bottom: 50px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-layout-others .circle-content-button {
        margin-bottom: 30px
    }
}

.main-product-detail .product-layout-others .circle-content-button span {
    min-width: auto;
    min-height: auto;
    border: none;
    margin-left: 8px;
    background-color: transparent !important
}

.main-product-detail .product-layout-others .circle-content-button span i {
    width: 12px;
    height: 12px;
    -webkit-filter: invert(0);
    filter: invert(0)
}

.main-product-detail .product-layout-others-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-product-detail .product-layout-others-item img {
    width: 100%;
    max-width: 112px;
    height: auto;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.main-product-detail .product-gallery-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 140px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-gallery-wrapper {
        margin-top: 110px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-gallery-wrapper {
        margin-top: 60px
    }
}

.main-product-detail .product-gallery-head {
    margin-bottom: 60px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-gallery-head {
        margin-bottom: 30px
    }
}

.main-product-detail .product-gallery-head-title h1,
.main-product-detail .product-gallery-head-title h2,
.main-product-detail .product-gallery-head-title h3,
.main-product-detail .product-gallery-head-title h4,
.main-product-detail .product-gallery-head-title h5,
.main-product-detail .product-gallery-head-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #000;
    font-size: 42px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .main-product-detail .product-gallery-head-title h1,
    .main-product-detail .product-gallery-head-title h2,
    .main-product-detail .product-gallery-head-title h3,
    .main-product-detail .product-gallery-head-title h4,
    .main-product-detail .product-gallery-head-title h5,
    .main-product-detail .product-gallery-head-title h6 {
        font-size: 32px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-product-detail .product-gallery-head-title h1,
    .main-product-detail .product-gallery-head-title h2,
    .main-product-detail .product-gallery-head-title h3,
    .main-product-detail .product-gallery-head-title h4,
    .main-product-detail .product-gallery-head-title h5,
    .main-product-detail .product-gallery-head-title h6 {
        font-size: 18px
    }
}

.main-product-detail .product-gallery-body .swiper {
    overflow: unset;
    cursor: url(../../../../../../../../themes/parla/dist/img/cursor-drag.svg), auto
}

.main-product-detail .product-gallery-body .swiper-slide {
    width: auto;
    line-height: 0
}

.main-product-detail .product-gallery-item {
    display: inline-block;
    height: 646px;
    line-height: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-gallery-item {
        height: 276px
    }
}

.main-product-detail .product-gallery-item img,
.main-product-detail .product-gallery-item video {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-product-detail .references-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 220px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .references-slider-wrapper {
        margin-top: 100px
    }
}

.main-product-detail .references-slider-wrapper .swiper {
    overflow: unset
}

.main-product-detail .references-slider-wrapper .swiper-pagination {
    position: relative;
    bottom: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .references-slider-wrapper .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .references-slider-wrapper .swiper-pagination {
        margin-top: 20px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.main-product-detail .references-slider-wrapper .swiper-pagination-bullet {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 8px;
    height: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    background: #000
}

@media (prefers-reduced-motion:reduce) {
    .main-product-detail .references-slider-wrapper .swiper-pagination-bullet {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .references-slider-wrapper .swiper-pagination-bullet {
        width: 4px;
        height: 4px
    }
}

.main-product-detail .references-slider,
.main-product-detail .references-slider-wrapper,
.main-product-detail .references-slider-item,
.main-product-detail .references-slider-item-media,
.main-product-detail .references-slider-item-media img,
.main-product-detail .references-slider-item-media video {
    width: 100%;
    height: auto
}

.main-product-detail .references-slider-head {
    position: relative;
    bottom: -136px;
    z-index: 2
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .references-slider-head {
        bottom: -73px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .references-slider-head {
        bottom: -54px
    }
}

.main-product-detail .references-slider-head-title h1,
.main-product-detail .references-slider-head-title h2,
.main-product-detail .references-slider-head-title h3,
.main-product-detail .references-slider-head-title h4,
.main-product-detail .references-slider-head-title h5,
.main-product-detail .references-slider-head-title h6 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .main-product-detail .references-slider-head-title h1,
    .main-product-detail .references-slider-head-title h2,
    .main-product-detail .references-slider-head-title h3,
    .main-product-detail .references-slider-head-title h4,
    .main-product-detail .references-slider-head-title h5,
    .main-product-detail .references-slider-head-title h6 {
        font-size: 32px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-product-detail .references-slider-head-title h1,
    .main-product-detail .references-slider-head-title h2,
    .main-product-detail .references-slider-head-title h3,
    .main-product-detail .references-slider-head-title h4,
    .main-product-detail .references-slider-head-title h5,
    .main-product-detail .references-slider-head-title h6 {
        font-size: 18px
    }
}

.main-product-detail .references-slider-item {
    position: relative;
    display: block;
    cursor: url(../../../../../../../../themes/parla/dist/img/cursor-explore.svg), auto
}

.main-product-detail .references-slider-item-media {
    line-height: 0
}

.main-product-detail .references-slider-item-media::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 565px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14.02%, rgba(0, 0, 0, .4)), color-stop(87.7%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 14.02%, rgba(0, 0, 0, 0) 87.7%);
    content: "";
    pointer-events: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .references-slider-item-media::before {
        height: 50%
    }
}

.main-product-detail .references-slider-item-media img,
.main-product-detail .references-slider-item-media video {
    min-height: 750px;
    max-height: calc(100dvh - 100px);
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:320px) and (max-width:991px) {

    .main-product-detail .references-slider-item-media img,
    .main-product-detail .references-slider-item-media video {
        min-height: 302px
    }
}

.main-product-detail .references-slider-item-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%
}

.main-product-detail .references-slider-item-content-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: calc(640px + 15px);
    padding-bottom: 80px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .references-slider-item-content-main {
        padding-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .references-slider-item-content-main {
        padding-bottom: 30px
    }
}

.main-product-detail .references-slider-item-content-article {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    width: 100%;
    color: #fff;
    font-size: 52px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .references-slider-item-content-article {
        font-size: 32px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-product-detail .references-slider-item-content-article {
        font-size: 24px
    }
}

.main-product-detail .references-slider-item-content-btn {
    display: none
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .references-slider-item-content-btn {
        display: block
    }
}

.main-product-detail .references-slider-thumbs {
    position: absolute;
    z-index: 11;
    right: 15px;
    bottom: 96px;
    width: 100%;
    max-width: 640px;
    height: 107px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .references-slider-thumbs {
        display: none
    }
}

.main-product-detail .references-slider-thumbs-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.main-product-detail .references-slider-thumbs-item,
.main-product-detail .references-slider-thumbs-item img,
.main-product-detail .references-slider-thumbs-item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.main-product-detail .product-tab {
    margin-top: 200px
}

.main-product-detail .product-tab-nav {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.main-product-detail .product-tab-nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.main-product-detail .product-tab-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    overflow-x: scroll;
    overflow-y: hidden
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-nav-list {
        padding-bottom: 10px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

.main-product-detail .product-tab-nav-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
    scrollbar-width: none
}

.main-product-detail .product-tab-nav-list::-moz-scrollbar {
    display: none
}

.main-product-detail .product-tab-nav-list a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #000;
    font-size: 28px;
    line-height: normal;
    opacity: .5
}

@media (prefers-reduced-motion:reduce) {
    .main-product-detail .product-tab-nav-list a {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-nav-list a {
        font-size: 18px
    }
}

.main-product-detail .product-tab-nav-list a::after {
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    content: ""
}

@media (prefers-reduced-motion:reduce) {
    .main-product-detail .product-tab-nav-list a::after {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-nav-list a::after {
        bottom: -10px
    }
}

.main-product-detail .product-tab-nav-list a.active,
.main-product-detail .product-tab-nav-list a:hover {
    opacity: 1
}

.main-product-detail .product-tab-nav-list a.active::after {
    width: 100%
}

.main-product-detail .product-tab-content-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-content-wrapper {
        margin-top: 40px
    }
}

.main-product-detail .product-tab-content-wrapper .swiper-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-content-wrapper .swiper-action {
        display: none
    }
}

.main-product-detail .product-tab-content-wrapper .swiper-action .circle-content-button {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

@media (prefers-reduced-motion:reduce) {
    .main-product-detail .product-tab-content-wrapper .swiper-action .circle-content-button {
        -webkit-transition: none;
        transition: none
    }
}

.main-product-detail .product-tab-content-wrapper .swiper-action .circle-content-button span {
    margin-left: 0
}

.main-product-detail .product-tab-content-wrapper .swiper-action .circle-content-button:first-child i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-product-detail .product-tab-content-wrapper .swiper-action .circle-content-button.swiper-button-disabled {
    opacity: .4;
    pointer-events: none
}

.main-product-detail .product-tab-designer {
    position: relative
}

.main-product-detail .product-tab-designer-img {
    position: relative;
    width: 100%;
    height: 600px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-designer-img {
        height: 410px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-designer-img {
        height: 320px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-product-detail .product-tab-designer-img {
        height: 302px
    }
}

.main-product-detail .product-tab-designer-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-product-detail .product-tab-designer-img svg {
    position: absolute;
    right: -100px;
    bottom: -100px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-designer-img svg {
        display: none
    }
}

.main-product-detail .product-tab-designer-detail h4 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000;
    font-size: 32px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-designer-detail h4 {
        font-size: 28px;
        line-height: normal
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-designer-detail h4 {
        margin-bottom: 20px
    }
}

.main-product-detail .product-tab-designer-detail p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 150%
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-designer-detail p {
        font-size: 18px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-designer-detail p {
        font-size: 16px
    }
}

.main-product-detail .product-tab-designer-detail .circle-content-button {
    margin-top: 80px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-designer-detail .circle-content-button {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-designer-detail .circle-content-button {
        margin-top: 40px
    }
}

.main-product-detail .product-tab-designer .swiper {
    overflow: unset
}

.main-product-detail .product-tab-designer .swiper-slide {
    padding-bottom: 100px
}

.main-product-detail .product-tab-designer .swiper-action {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 130px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-designer .swiper-action {
        display: none
    }
}

.main-product-detail .product-tab-info h5 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 22px;
    line-height: normal
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-info h5 {
        font-size: 18px
    }
}

.main-product-detail .product-tab-info h5 i {
    line-height: 0
}

.main-product-detail .product-tab-info p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #53565a;
    font-size: 18px;
    line-height: 150%
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-info p {
        font-size: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-info-list {
        margin-bottom: 40px
    }
}

.main-product-detail .product-tab-info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-info-list li {
        row-gap: 10px
    }
}

.main-product-detail .product-tab-info-list li:not(:last-child) {
    margin-bottom: 60px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-info-list li:not(:last-child) {
        margin-bottom: 40px
    }
}

.main-product-detail .product-tab-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-info-row {
        gap: 20px
    }
}

.main-product-detail .product-tab-info-row:not(:last-child) {
    margin-bottom: 40px
}

.main-product-detail .product-tab-info-row h5 {
    width: 100%
}

.main-product-detail .product-tab-info-row figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 140px;
    height: 140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(166, 166, 166, .5);
    margin: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-product-detail .product-tab-info-row figure {
        max-width: calc(50% - 10px)
    }
}

.main-product-detail .product-tab-info-row figure img {
    width: 100%;
    max-width: 80px;
    height: auto;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.main-product-detail .product-tab-care-instructions-content p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 150%;
    opacity: .5
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-care-instructions-content p {
        font-size: 18px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-care-instructions-content p {
        font-size: 16px
    }
}

.main-product-detail .product-tab-care-instructions-content figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    margin-top: 60px
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-care-instructions-content figure {
        gap: 20px;
        margin-top: 40px
    }
}

.main-product-detail .product-tab-care-instructions-content figure img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-care-instructions-content figure img {
        max-width: 80px;
        height: 80px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-care-instructions-media {
        margin-top: 60px
    }
}

.main-product-detail .product-tab-care-instructions-media img,
.main-product-detail .product-tab-care-instructions-media video {
    width: 100%;
    height: auto;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

.main-product-detail .product-tab-dimentions-info img {
    width: 70%;
    height: auto;
    margin-bottom: 60px
}

.main-product-detail .product-tab-dimentions-info .row [class*="12"] {
    margin-bottom: 20px
}

.main-product-detail .product-tab-dimentions-info .row small,
.main-product-detail .product-tab-dimentions-info .row span {
    opacity: .4
}

.main-product-detail .product-tab-dimentions-info .row .dimentions-info-body p,
.main-product-detail .product-tab-dimentions-info .row .dimentions-info-body span {
    font-size: 16px
}

.main-product-detail .product-tab-dimentions-info .row small,
.main-product-detail .product-tab-dimentions-info .row p {
    display: block;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    line-height: normal
}

.main-product-detail .product-tab-dimentions-info-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-dimentions-info-actions {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-product-detail .product-tab-dimentions-info-actions .circle-content-button {
        font-family: 'Satoshi Regular';
        font-style: normal;
        font-weight: 400
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-product-detail .product-tab-dimentions-info-actions .circle-content-button span {
        min-width: 20px;
        min-height: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        margin-left: 5px
    }
}

.main-product-detail .product-tab-dimentions-media {
    background-color: #f7f6f3
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-dimentions-media {
        display: none
    }
}

.main-product-detail .product-tab-dimentions-media img,
.main-product-detail .product-tab-dimentions-media video {
    width: 100%;
    height: auto;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

.main-product-detail .product-tab-materials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 20px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-materials-list {
        row-gap: 10px
    }
}

.main-product-detail .product-tab-materials-list a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    width: 100%;
    color: #000;
    font-size: 28px;
    line-height: normal;
    opacity: .5
}

@media (prefers-reduced-motion:reduce) {
    .main-product-detail .product-tab-materials-list a {
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-materials-list a {
        font-size: 28px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-materials-list a {
        font-size: 18px
    }
}

.main-product-detail .product-tab-materials-list a:hover,
.main-product-detail .product-tab-materials-list a.active {
    opacity: 1
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-materials-content {
        margin-top: 40px
    }
}

.main-product-detail .product-tab-materials-row:not(:last-child) {
    margin-bottom: 30px
}

.main-product-detail .product-tab-materials-row-title {
    margin-bottom: 20px
}

.main-product-detail .product-tab-materials-row-title h5 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 28px;
    line-height: normal;
    opacity: .3
}

.main-product-detail .product-tab-materials-row-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:320px) and (max-width:1200px) {
    .main-product-detail .product-tab-materials-row-list {
        gap: 30px 15px
    }
}

.main-product-detail .product-tab-materials-row-list-item {
    width: 100%;
    max-width: 120px;
    line-height: 0
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-product-detail .product-tab-materials-row-list-item {
        max-width: calc(100% / 4 - 15px)
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-product-detail .product-tab-materials-row-list-item {
        max-width: calc(100% / 2 - 7.5px)
    }
}

.main-product-detail .product-tab-materials-row-list-item img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover
}

.main-product-detail .product-tab-materials-row-list-item p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    line-height: normal
}

.main-products {
    overflow: unset;
    padding-bottom: 70px
}

.main-products .product-list {
    margin-top: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-products .product-list {
        margin-top: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-products .product-list .row {
        margin-right: -7px !important;
        margin-left: -7px !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-products .product-list .row [class*='col-'] {
        padding-right: 7px !important;
        padding-left: 7px !important
    }
}

.main-products .product-list .products-card {
    margin-top: 30px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-products .product-list .products-card {
        margin-top: 14px
    }
}

.main-products .load-more-content {
    margin-top: 64px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-products .load-more-content {
        margin-top: 32px
    }
}

.main-products .load-more-content .circle-content-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-products .product-not-found {
    margin-top: 90px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-products .product-not-found {
        margin-top: 80px
    }
}

.main-products .product-not-found-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.main-products .product-not-found-main svg {
    width: 100%;
    max-width: 195px;
    height: auto
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-products .product-not-found-main svg {
        max-width: 120px
    }
}

.main-products .product-not-found-main h1 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-top: 70px;
    color: #000;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-products .product-not-found-main h1 {
        margin-top: 40px;
        font-size: 16px
    }
}

.main-sustainability-second {
    padding: 116px 0 155px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability-second {
        padding: 124px 0 85px
    }
}

.main-sustainability-second .step-1,
.main-sustainability-second .step-2,
.main-sustainability-second .step-3,
.main-sustainability-second .step-4,
.main-sustainability-second .step-5,
.main-sustainability-second .step-6,
.main-sustainability-second .step-7,
.main-sustainability-second .step-8,
.main-sustainability-second .step-9,
.main-sustainability-second .step-10 {
    background: #fff
}

.main-sustainability-second .quality-test {
    margin-top: 200px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability-second .quality-test {
        margin-top: 84px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-sustainability-second .quality-test {
        margin-top: 100px
    }
}

.main-sustainability-second .quality-test-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0
}

.main-sustainability-second .quality-test-content p {
    font-size: 26px;
    line-height: 42px
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-sustainability-second .quality-test-content p {
        font-size: 20px;
        line-height: 32px
    }
}

.main-sustainability-second .two-column-card-head-title {
    color: #000
}

.main-sustainability-second .two-column-card-head-text-m {
    color: #a0a0a0
}

.main-sustainability-second .two-column-card-head-text-m p {
    display: block !important;
    color: #a0a0a0
}

.main-sustainability-second .two-column-card-head-text-m p:not(:first-child) {
    margin-top: 24px
}

.main-sustainability-second .two-column-card-head-text-m button {
    display: none
}

.main-sustainability-second .two-column-card-process-step-count {
    color: #a0a0a0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-sustainability-second .two-column-card-process-step-count {
        font-size: 160px;
        line-height: 250px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability-second .two-column-card-process-step-count {
        bottom: 10px !important;
        font-size: 100px;
        line-height: 120px
    }
}

.main-sustainability-second .two-column-card-process-step-count.is-hidden {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability-second .two-column-card-process-step {
        padding: 120px 0
    }
}

.sustainability-content-hero {
    position: relative;
    height: calc(100vh - 116px);
    margin-bottom: 136px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-content-hero {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-content-hero {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-hero {
        margin-bottom: 60px
    }
}

.sustainability-content-hero .is-desktop {
    display: block
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-hero .is-desktop {
        display: none
    }
}

.sustainability-content-hero .is-mobile {
    display: none
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-hero .is-mobile {
        display: block
    }
}

.sustainability-content-hero img,
.sustainability-content-hero video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sustainability-content-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sustainability-content-hero-text h1 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    color: #fff;
    font-size: 72px;
    line-height: 110px;
    text-align: center
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-hero-text h1 {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sustainability-content-hero-text h1 {
        font-size: 40px;
        line-height: 54px
    }
}

.sustainability-content-text {
    margin-bottom: 234px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-content-text {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-content-text {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-text {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-text-head {
        margin-bottom: 30px
    }
}

.sustainability-content-text-head h4 {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-content-text-head h4 {
        font-size: 22px;
        line-height: 34px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-content-text-head h4 {
        font-size: 26px;
        line-height: 34px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-text-head h4 {
        font-size: 20px;
        line-height: 26px
    }
}

.sustainability-content-text-description p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-content-text-description p {
        font-size: 22px;
        line-height: 34px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-content-text-description p {
        font-size: 26px;
        line-height: 34px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-text-description p {
        font-size: 20px;
        line-height: 26px
    }
}

.sustainability-two-columns-content {
    margin-bottom: 270px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-two-columns-content {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-two-columns-content {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-two-columns-content {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-two-columns-content-img {
        margin-bottom: 30px
    }
}

.sustainability-two-columns-content-img img {
    width: 100%;
    height: auto
}

.sustainability-two-columns-content-text h2 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin: 0 0 30px;
    color: #000;
    font-size: 72px;
    line-height: 110px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-two-columns-content-text h2 {
        margin-bottom: 22px;
        font-size: 52px;
        line-height: 70px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-two-columns-content-text h2 {
        font-size: 58px;
        line-height: 80px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-two-columns-content-text h2 {
        font-size: 40px;
        line-height: 64px
    }
}

.sustainability-two-columns-content-text p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-two-columns-content-text p {
        font-size: 22px;
        line-height: 34px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-two-columns-content-text p {
        font-size: 26px;
        line-height: 34px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-two-columns-content-text p {
        font-size: 20px;
        line-height: 26px
    }
}

.sustainability-two-columns-content-text p:not(:last-child) {
    margin-bottom: 47px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-two-columns-content-text p:not(:last-child) {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-two-columns-content-text p:not(:last-child) {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-two-columns-content-text p:not(:last-child) {
        margin-bottom: 24px
    }
}

.sustainability-content-list {
    margin-bottom: 167px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-content-list {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .sustainability-content-list {
        margin-bottom: 100px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-list {
        margin-bottom: 60px
    }
}

.sustainability-content-list-slider .sustainabilityContentListSlide {
    overflow: unset
}

.sustainability-content-list-slider .sustainability-content-list-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.sustainability-content-list-slider .sustainability-content-list-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
    background: #f7f6f3
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-content-list-slider .sustainability-content-list-slide a {
        padding: 20px 16px
    }
}

.sustainability-content-list-slider .sustainability-content-list-slide-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 299px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sustainability-content-list-slider .sustainability-content-list-slide-text p {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #96bc77;
    font-size: 40px;
    line-height: 42px;
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-content-list-slider .sustainability-content-list-slide-text p {
        font-size: 36px;
        line-height: 38px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-list-slider .sustainability-content-list-slide-text p {
        font-size: 34px;
        line-height: 34px
    }
}

.sustainability-content-list-slider .sustainability-content-list-slide-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sustainability-content-list-slider .sustainability-content-list-slide-footer span {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 21px
}

.sustainability-content-list-slider .sustainability-content-list-slide-footer button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 50%;
    outline: none
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .sustainability-content-list-slider .sustainability-content-list-slide-footer button {
        width: 40px;
        height: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .sustainability-content-list-slider .sustainability-content-list-slide-footer button {
        width: 30px;
        height: 30px
    }
}

.sustainability-content-list-slider .sustainability-content-list-slide-footer button i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-sustainability {
    padding-top: 116px;
    padding-bottom: 120px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability {
        padding-top: 124px;
        padding-bottom: 72px
    }
}

.main-sustainability .sustainability-hero {
    position: relative;
    overflow: hidden
}

.main-sustainability .sustainability-hero-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-sustainability .sustainability-hero-image img {
    width: 100%
}

.main-sustainability .sustainability-hero-image video {
    width: 100%
}

.main-sustainability .sustainability-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-sustainability .sustainability-hero-content h1 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    color: #fff;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-sustainability .sustainability-hero-content h1 {
        font-size: 32px;
        line-height: 43px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-sustainability .sustainability-hero-content h1 {
        font-size: 40px;
        line-height: 54px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-sustainability .sustainability-hero-content h1 {
        font-size: 58px;
        line-height: 70px
    }
}

.main-sustainability .sustainable-future {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability .sustainable-future {
        margin-top: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-sustainability .sustainable-future {
        margin-top: 80px
    }
}

.main-sustainability .sustainable-future-head {
    margin-bottom: 106px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability .sustainable-future-head {
        margin-bottom: 72px
    }
}

.main-sustainability .sustainable-future-head h2 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin-bottom: 44px;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-sustainability .sustainable-future-head h2 {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-sustainability .sustainable-future-head h2 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 54px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-sustainability .sustainable-future-head h2 {
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 60px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-sustainability .sustainable-future-head h2 {
        font-size: 54px;
        line-height: 62px
    }
}

.main-sustainability .sustainable-future-head p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    max-width: 85%;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability .sustainable-future-head p {
        max-width: 100%;
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-sustainability .sustainable-future-head p {
        font-size: 24px;
        line-height: 36px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .main-sustainability .sustainable-future-head p {
        font-size: 26px;
        line-height: 38px
    }
}

.main-sustainability .sustainable-future-item {
    margin-bottom: 80px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability .sustainable-future-item {
        margin-bottom: 72px
    }
}

.main-sustainability .sustainable-future-item:last-child {
    margin-bottom: 0
}

.main-sustainability .sustainable-future-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .main-sustainability .sustainable-future-item-image {
        margin-bottom: 32px
    }
}

.main-sustainability .sustainable-future-item-image img {
    width: 100%
}

.main-sustainability .sustainable-future-item-content p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .main-sustainability .sustainable-future-item-content p {
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-sustainability .sustainable-future-item-content p {
        font-size: 24px;
        line-height: 36px
    }
}

.quality-test {
    margin-top: 160px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .quality-test {
        margin-top: 72px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .quality-test {
        margin-top: 92px
    }
}

.quality-test-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quality-test-image img {
    width: 100%
}

.quality-test-content {
    padding-top: 138px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .quality-test-content {
        padding-top: 0;
        margin-top: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .quality-test-content {
        padding-top: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .quality-test-content {
        padding-top: 0
    }
}

.quality-test-content h2 {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 300;
    margin-bottom: 44px;
    color: #000;
    font-size: 72px;
    line-height: 97px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .quality-test-content h2 {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .quality-test-content h2 {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 54px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .quality-test-content h2 {
        margin-bottom: 38px;
        font-size: 48px;
        line-height: 60px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .quality-test-content h2 {
        font-size: 54px;
        line-height: 62px
    }
}

.quality-test-content p {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 80px;
    color: #a0a0a0;
    font-size: 28px;
    line-height: 45px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .quality-test-content p {
        margin-bottom: 56px;
        font-size: 20px;
        line-height: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .quality-test-content p {
        margin-bottom: 60px;
        font-size: 24px;
        line-height: 36px
    }
}

@media only screen and (min-width:1201px) and (max-width:1679px) {
    .quality-test-content p {
        font-size: 26px;
        line-height: 38px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .quality-test-content a {
        text-transform: unset
    }
}

.fade-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
    margin-bottom: 100px;
}

/* BACKGROUND */
.fade-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.fade-bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1);
    will-change: transform, opacity;
}

.fade-bg-slide.active {
    opacity: 1;
}

/* DARK OVERLAY */
.fade-bg-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, .65),
            rgba(0, 0, 0, .35),
            rgba(0, 0, 0, .6));
}

/* CONTENT */
.fade-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8%;
    color: #fff;
}

.fade-content-slide {
    position: absolute;
    max-width: 600px;
    opacity: 0;
    pointer-events: none;
}

.fade-content-slide.active {
    opacity: 1;
    pointer-events: auto;
}

/* TEXT */
.fade-content-slide h1 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 20px;
}

.fade-content-slide p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.85;
    margin-bottom: 30px;
}

.fade-actions {
    display: flex;
    gap: 14px;
}

.fade-btn {
    padding: 14px 24px;
    border-radius: 30px;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: .35s;
}

.fade-btn:hover {
    background: #000;
    color: #fff;
}

/* ===============================
   RESPONSIVE HERO
================================ */

/* LARGE DESKTOP (≤1440px) */
@media (max-width: 1440px) {
    .fade-content-slide h1 {
        font-size: 56px;
    }
}

/* LAPTOP / SMALL DESKTOP (≤1200px) */
@media (max-width: 1200px) {
    .fade-hero-content {
        padding-left: 6%;
    }

    .fade-content-slide h1 {
        font-size: 48px;
    }

    .fade-content-slide {
        max-width: 520px;
    }
}

/* TABLET LANDSCAPE (≤992px) */
@media (max-width: 992px) {
    .fade-hero-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .fade-content-slide h1 {
        font-size: 40px;
    }

    .fade-content-slide p {
        font-size: 15px;
    }
}

/* TABLET PORTRAIT / LARGE MOBILE (≤768px) */
@media (max-width: 768px) {
    .fade-hero-content {
        justify-content: center;
        text-align: center;
    }

    .fade-content-slide {
        max-width: 90%;
    }

    .fade-content-slide h1 {
        font-size: 34px;
    }

    .fade-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .fade-btn {
        padding: 13px 22px;
        font-size: 13px;
    }
}

/* MOBILE (≤576px) */
@media (max-width: 576px) {
    .fade-content-slide h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .fade-content-slide p {
        font-size: 14px;
        line-height: 1.6;
    }

    .fade-actions {
        gap: 10px;
    }

    .fade-btn {
        width: 100%;
        justify-content: center;
    }
}

/* VERY SMALL DEVICES (≤380px) */
@media (max-width: 380px) {
    .fade-content-slide h1 {
        font-size: 24px;
    }
}