@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.stacco {
	height:120px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

	.top-content__splash {
	    min-height: 324px;
	    position: relative;
	}
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

	.top-content__splash {
	    min-height: 432px;
	    position: relative;
	}

}
@media (min-width: 992px) {
	.show-mobile {
    	display: none!important;
	}
	.hide-mobile {
    	display: block!important;
	}
    .container {
        max-width: 960px;
    }

	.top-content__splash {
	    min-height: 558px;
	    position: relative;
	}
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

	.top-content__splash {
	    min-height: 675px;
	    position: relative;
	}

}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.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;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-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;
    }
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@-webkit-keyframes bounceLight {
    0% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes bounceLight {
    0% {
        -moz-transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(-5px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@-o-keyframes bounceLight {
    0% {
        -o-transform: translateX(0);
    }
    50% {
        -o-transform: translateX(-5px);
    }
    100% {
        -o-transform: translateX(0);
    }
}
@keyframes bounceLight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
[tabindex="-1"]:focus {
    outline: none !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #f48224;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
ol,
ul {
    list-style: none;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
1input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-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;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    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;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body {
    font-size: 16px;
    line-height: 1.375rem;
}
p {
    font-family: "Fira Sans", sans-serif;
    line-height: 1.75rem;
    margin: 1.375rem 0 0 0;
}
h1,
.h1 {
    font-family: "Teko", sans-serif;
    font-weight: 600;
}
h2,
.h2 {
    font-family: "Teko", sans-serif;
    font-weight: 600;
}
h3,
.h3 {
    font-family: "Teko", sans-serif;
    font-weight: 600;
}
h4,
.h4 {
    font-family: "Teko", sans-serif;
    font-weight: 600;
}
h5,
.h5 {
    font-family: "Teko", sans-serif;
    font-weight: 600;
}
h6,
.h6 {
    font-family: "Teko", sans-serif;
    font-weight: 600;
}
h1,
.h1 {
    color: #000;
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.2222em;
    margin: 0.6111em 0 0 0;
}
h2,
.h2 {
    font-size: 1.875em;
    font-weight: 600;
    line-height: 1.4667em;
    margin: 0.7333em 0 0 0;
}
h3,
.h3 {
    font-size: 1.5em;
    line-height: 1.8333em;
    margin: 0.9167em 0 0 0;
}
h4,
.h4 {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.1em;
    margin: 1.1em 0 0 0;
}
h5,
.h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.375em;
    margin: 1.375em 0 0 0;
}
h6,
.h6 {
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.5714em;
    margin: 1.5714em 0 0 0;
}
img {
    display: block;
    height: auto;
    width: 100%;
}
.background-angle--yellow {
    background: #f48224;
    background: -moz-linear-gradient(56deg, #f48224 0%, #f48224 70%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-linear-gradient(56deg, #f48224 0%, #f48224 70%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(56deg, #f48224 0%, #f48224 70%, rgba(255, 255, 255, 0) 70%);
    color: #000000;
}
.background-angle--black {
    background: #000000;
    background: -moz-linear-gradient(56deg, #000 0%, #000 70%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-linear-gradient(56deg, #000 0%, #000 70%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(56deg, #000 0%, #000 70%, rgba(255, 255, 255, 0) 70%);
    color: #ffffff;
}
ul,
ol,
section {
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.btn-medium,
.btn-large,
.btn-back-white {
    font-family: "Teko", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: bold;
}
.adminimal-admin-toolbar .fixed-header {
    top: 39px;
}
@media only screen and (max-width: 575px) {
    .adminimal-admin-toolbar .fixed-header {
        top: 39px;
    }
}
.adminimal-admin-toolbar.toolbar-tray-open .fixed-header {
    top: 79px;
}
.adminimal-admin-toolbar.toolbar-tray-open.toolbar-vertical {
    top: 39px;
}
@font-face {
    font-family: "icomoon";
    src: url(/fonts/icomoon.eot?ik10tz=);
    src: url(/fonts/icomoon.eot?ik10tz=#iefix) format("embedded-opentype"),
        url(/fonts/icomoon.ttf?ik10tz=) format("truetype"), url(/fonts/icomoon.woff?ik10tz=) format("woff"),
        url(/fonts/icomoon.svg?ik10tz=#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone2:before {
    content: "\ea1d";
}
.icon-envelop2:before {
    content: "\ea31";
}
.icon-location:before {
    content: "\ea38";
}
.icon-calendar2:before {
    content: "\ea60";
}
.icon-shield-check:before {
    content: "\ec2f";
}
.icon-sphere:before {
    content: "\ec8e";
}
.icon-earth2:before {
    content: "\ec94";
}
.icon-arrow-down8:before {
    content: "\eddd";
}
[data-entrance] {
    visibility: hidden;
}
.js [data-entrance] {
    visibility: hidden;
}
body {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.3rem;
    position: relative;
}
.container {
    max-width: 1280px;
    margin: auto;
}
.parent-collapsible div:first-child .collapse {
    display: block;
}
.parent-collapsible .collapse {
    display: none;
}
.top-content .description-wrapper .description a,
.component.component-seo a,
.component .text-longcontent a,
.component .quote-testimonial a {
    display: inline-block;
    position: relative;
    color: #f48224;
    padding: 0 3px;
    z-index: 10;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.top-content .description-wrapper .description a:before,
.component.component-seo a:before,
.component .text-longcontent a:before,
.component .quote-testimonial a:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f48224;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.top-content .description-wrapper .description a:hover,
.component.component-seo a:hover,
.component .text-longcontent a:hover,
.component .quote-testimonial a:hover {
    color: #fff;
}
.top-content .description-wrapper .description a:hover:before,
.component.component-seo a:hover:before,
.component .text-longcontent a:hover:before,
.component .quote-testimonial a:hover:before {
    height: 100%;
}
input {
    height: 40px;
    padding: 5px;
    border: 1px solid #000;
}
input[type="text"],
input[type="number"],
input[type="mail"] {
    border-radius: 0;
    -webkit-appearance: none;
}
@media only screen and (max-width: 991px) {
    .mx-auto-responsive {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 991px) {
    body,
    html {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem;
    }
}
.text-center {
    text-align: center;
}
.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.header .logo a {
    display: inline-block;
    max-height: 76px;
    padding-top: 6px;
}
.header .logo a svg {
    display: inline-block;
    max-height: 36px;
    width: 100%;
    position: relative;
    left: 15px;
}
.header .logo-mobile {
    display: none;
}
.header .header-right {
    display: flex;
    flex-basis: 50%;
    position: relative;
}
.header .header-right .search {
    display: block;
    position: relative;
    background-color: #000;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 1000;
}
.header .header-right .search:before {
    display: block;
    content: "";
    width: 20px;
    height: 100px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(img/picto-search.svg);
    background-repeat: repeat-y;
    transform: translate(0%, 45%);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-size: 20px 50px;
}
.header .header-right .search:hover:before {
    transform: translate(0%, -5%);
    bottom: 0;
}
.header .header-right #block-way-theme-searchblock {
    background-color: #e2e2e2;
    position: absolute;
    right: 0;
    top: 100%;
}
.header .header-right #block-way-theme-searchblock form {
    margin: 0;
    padding: 15px;
}
.header .header-right #block-way-theme-searchblock form input {
    margin-bottom: 0;
}
.header .header-right .burger-menu {
    display: none;
    z-index: 1000;
}
.header .header-right .logoc {
    display: none;
}

.header.hover {
    background-color: #fff;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.header .search-form {
    display: none;
}
.header .search-form form {
    display: flex;
}
.header .search-form input,
.header .search-form button {
    height: 50px;
    background-color: #363636;
}
.header .search-form input {
    width: 84%;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    font-style: italic;
    font-weight: 300;
    color: #fff;
    border: none;
    outline: none;
}
.header .search-form button {
    width: 17%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 10px;
    line-height: 0.625rem;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.header .search-product #block-searchblock {
    top: 60px;
    right: 0;
    position: absolute;
    width: 400px;
}
.header .search-product #block-searchblock .search--loader {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.header .search-product #block-searchblock .no-results {
    display: none;
    background-color: #363636;
    padding: 11px 15px;
    color: #fff;
}
.header .search-product #block-searchblock #edit-q {
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    background: #363636;
    padding: 0 40px 0 30px;
    color: #e2e2e2;
    height: 60px;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
}
.header .search-product #block-searchblock #edit-q::placeholder {
    color: #e2e2e2;
    font-style: italic;
}
.header .search-product #block-searchblock .ui-autocomplete-loading ~ .search--loader {
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .header .header-right {
        flex-basis: 65%;
    }
}
@media only screen and (max-width: 991px) {
    .global-header {
        display: none;
        bottom: -100%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header {
/*
        background: #f48224;
*/
        background: #000000;
        height: 50px;
    }
    .header .search-product #block-searchblock {
        top: 50px;
        width: 100%;
        max-width: 400px;
    }
    .header .logo {
        display: none;
    }
    .header .logo a {
        align-items: flex-end;
        display: flex;
        height: 100%;
        padding-bottom: 8px;
        padding-top: 0;
        width: 100%;
    }
    .header .logo a svg {
        max-height: 35px;
    }
    .header .logo .picto-logo {
        width: 130px;
        padding: 0;
        margin-left: 15px;
    }
    .header .logo h1 {
        display: none;
    }
    .header .header-right {
        flex-basis: initial;
        justify-content: space-between;
        width: 100%;
    }
    .header .header-right .logo-mobile {
        display: inline-block;
        padding-top: 9px;
        width: 83px;
    }
	.stacco {
		height:50px;
	}

    .header .header-right .burger-menu {
/*
        left: 0;
        right: auto;
*/
        left: auto;
        right: 0;
    }
    .header .header-right .search {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .header .header-right .search:before {
        transform: translate(0%, 0%);
        bottom: 0;
    }
    .header .header-right .search:hover:before {
        transform: translate(0%, -31%);
        bottom: 0;
    }
    .header .header-right .menu-main {
        width: auto;
    }
    .header .header-right .menu-main .contextual-region {
        position: inherit;
    }
    .header .header-right .menu-main .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: -200vh;
        left: 0;
        background-color: #000;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open .header .header-right .menu-main .menu {
        color: #fff;
        top: -39px;
    }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
    body.menu-open .header .header-right .menu-main .menu {
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
    }
    body.menu-open .header .header-right .menu-main .menu > :first-child {
/*
        margin-top: 560px;
*/
    }
    body.menu-open .header .header-right .menu-main .menu > :last-child {
        margin-bottom: 130px;
    }
}
@media only screen and (max-width: 991px) {
    body.menu-open .toolsbar {
        visibility: hidden;
        opacity: 0;
    }
    body.menu-open .header .global-header {
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    body.menu-open .header .global-header .container a,
    body.menu-open .header .global-header .container .language-selector {
        border: none;
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 auto;
        padding: 1.15rem;
        text-align: left;
        width: 100%;
    }
    body.menu-open .header .header-right .burger-menu div.text-menu .open {
        display: none;
    }
    body.menu-open .header .header-right .burger-menu div.text-menu .close {
        display: block;
        color: #fff;
    }
    body.menu-open .header .header-right .burger-menu .burger::before {
        background-color: #fff;
        margin-top: 0;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.menu-open .header .header-right .burger-menu .burger::after {
        background-color: #fff;
        margin-top: 0;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header .header-right .menu-main .menu .menu-item {
        height: auto;
        flex: inherit;
        text-align: center;
        position: relative;
    }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
    .header .header-right .menu-main .menu .menu-item {
        text-align: left;
    }
}
@media only screen and (max-width: 991px) {
    .header .header-right .menu-main .menu .menu-item:last-child {
        border: none;
    }
    .header .header-right .menu-main .menu .menu-item:hover .sub-menu {
        top: 0;
        height: auto;
    }
    .header .header-right .menu-main .menu > .menu-item {
        padding: 20px 5%;
    }
    .header .header-right .menu-main .menu .menu-item > a {
        color: #fff;
        display: inline-block;
        height: auto;
        padding: 10px 0;
        border: none;
        background: none;
    }
    .header .header-right .menu-main .menu > .menu-item {
        position: relative;
        text-align: left;
        width: 100%;
    }
    .header .header-right .menu-main .menu > .menu-item > a,
    .header .header-right .menu-main .menu > .menu-item > span {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 25px;
        line-height: 1.5625rem;
        text-align: center;
        border: none;
        display: inline-block;
        height: auto;
    }
    .header .header-right .menu-main .menu > .menu-item:hover::after {
        background: url(img/chevron-white-top.svg) no-repeat center center;
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        left: 13px;
        padding-right: 10px;
        padding-left: 10px;
        position: absolute;
        top: 29px;
        transform: rotate(-90deg);
        z-index: 200;
    }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
    .header .header-right .menu-main .menu > .menu-item:hover::after {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .header .menu-main .menu .menu-item .sub-menu {
        padding: 0;
        position: relative;
        top: 0;
        background: none;
        border: none;
    }
    .header .header-right .logoc {
        display: block;
    }
    .header .header-right .burger-menu {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
/*
        right: 50px;
*/
        cursor: pointer;
/*
		float:right;
*/
    }
    .header .header-right .burger-menu div.text-menu {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 8px;
        text-align: center;
        font-size: 7px;
        font-size: 0.4375rem;
        line-height: 7px;
        line-height: 0.4375rem;
        font-weight: 600;
        text-transform: uppercase;
		color:white;
    }
    .header .header-right .burger-menu div.text-menu .open {
        display: block;
    }
    .header .header-right .burger-menu div.text-menu .close {
        display: none;
    }
    .header .header-right .burger-menu .burger {
        top: 19px;
    }
    .header .header-right .burger-menu .burger,
    .header .header-right .burger-menu .burger::before,
    .header .header-right .burger-menu .burger::after {
        width: 16px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
/*
        background: #000;
*/
        background: #FFF;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header .header-right .burger-menu .burger::before,
    .header .header-right .burger-menu .burger::after {
        content: "";
        display: block;
    }
    .header .header-right .burger-menu .burger::before {
        margin-top: -5px;
    }
    .header .header-right .burger-menu .burger::after {
        margin-top: 5px;
    }
}
footer {
    background-color: #000;
    color: #fff;
    padding: 40px 120px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    footer {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 767px) {
    footer [class^="col"] + [class^="col"] {
        margin-top: 35px;
    }
}
footer a:hover {
    color: #fff;
}
footer .language-selector {
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    footer .language-selector [class^="col"] + [class^="col"] {
        margin-top: 0;
    }
}
footer .language-selector__text {
    background-color: #fff;
    color: #6e6e6e;
    line-height: 1;
    padding: 18px;
}
footer .language-selector__btn {
    background-color: #f48224;
    display: flex;
    height: 100%;
}
footer .language-selector__btn img {
    display: block;
    margin: 0 auto;
    max-width: 40%;
}
footer .footer-logo {
    display: block;
    max-width: 160px;
    width: 100%;
}
footer .social-icons {
    display: flex;
    margin-top: 50px;
    width: 100%;
}
footer .social-icons li + li {
    padding-left: 13px;
}
footer .social-icons img {
    display: block;
    max-width: 43px;
    width: 100%;
}
footer .copyright {
    margin-top: 30px;
}
footer .copyright a {
    text-decoration: underline;
}
footer .policies {
    font-size: 13px;
    font-size: 0.8125rem;
}
footer .policies li {
    display: inline;
    border-right: 1px solid #fff;
}
footer .policies li:first-child {
    padding-left: 0;
}
footer .policies li + li {
    padding-left: 7px;
}
footer .policies li:last-child {
    border-right: 0;
}
footer .policies a {
    color: #fff;
    padding-right: 5px;
}
footer .policies a:hover {
    color: #f48224;
}
footer .policies a + a {
    padding-left: 5px;
}
footer #block-footertwo {
    float: right;
    clear: none;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    footer #block-footertwo {
        border-top: 1px solid #fff;
        float: none;
        margin-top: 35px;
        padding-top: 35px;
        width: 100%;
    }
}
footer #block-footertwo li {
    padding: 5px 0;
}
footer #block-footertwo li a {
    color: #fff;
}
footer #block-footertwo li a:hover {
    color: #f48224;
}
footer .teko {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    footer .col-md-3:nth-child(2) .footer-links {
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }
}
footer .footer-links li {
    display: block;
    float: left;
    margin-bottom: 35px;
    text-transform: uppercase;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    footer .footer-links li {
        float: none;
        width: 100%;
    }
}
footer .footer-links .menu-item--white {
    margin-bottom: 0;
}
footer .footer-links .menu-item--white .menu a {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
footer .footer-links .menu-item--white .menu a:hover {
    color: #f48224;
}
footer .footer-links .menu-item--white .menu li {
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%;
}
footer .footer-links a {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Teko", sans-serif;
    font-weight: 600;
}
footer .social-network {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 50px 60px 50px 40px;
    font-size: 15px;
    font-size: 0.9375rem;
}
footer .social-network svg {
    display: none;
    width: 150px;
    height: 90px;
}
footer .social-network .social-network-content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    height: 100%;
}
footer .social-network .social-network-content div {
    display: flex;
    align-items: center;
}
footer .social-network .social-network-content div img {
    padding-left: 20px;
}
footer .lang-and-social-network {
    display: flex;
    background: #000;
    border-top: 1px solid #f6f6f6;
}
footer .lang-and-social-network * {
    color: #fff;
}
footer .lang-and-social-network .bloc-footer-lang {
    width: 50%;
    padding: 35px 40px 35px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #f6f6f6;
}
footer .lang-and-social-network .bloc-footer-lang > div {
    display: flex;
    align-items: center;
}
footer .lang-and-social-network .bloc-footer-lang > div .text-lang {
    margin-left: 50px;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    font-weight: lighter;
    display: flex;
    font-size: 20px;
    font-size: 1.25rem;
}
footer .lang-and-social-network .bloc-footer-lang > div .text-lang:before {
    content: "";
    width: 40px;
    height: 3px;
    margin-top: 14px;
    margin-right: 10px;
    display: block;
    background: #f48224;
}
footer .lang-and-social-network .bloc-footer-lang .language-selector {
    color: #f48224;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
}
footer .lang-and-social-network .bloc-footer-lang .language-selector:after {
    content: "";
    margin-left: 10px;
    background: url(img/arrow-white.svg) no-repeat center center;
    transform: rotate(90deg);
    background-size: cover;
    display: block;
    width: 14px;
    height: 10px;
}
@media only screen and (max-width: 767px) {
    footer .lang-and-social-network {
        flex-direction: column;
    }
    footer .lang-and-social-network > div {
        width: 100%;
        border-bottom: 1px solid #f6f6f6;
    }
    footer .lang-and-social-network > div.bloc-footer-lang {
        border-top: 1px solid #f6f6f6;
        border-right: none;
    }
}
footer #block-pieddepage {
    background: #000;
    color: #fff;
    padding-right: 40px;
    padding-left: 40px;
    border-top: 1px solid #f6f6f6;
}
footer #block-pieddepage > ul {
    display: flex;
    overflow: hidden;
}
footer #block-pieddepage > ul > li {
    display: block;
    padding: 20px;
    min-width: 16.6%;
}
footer #block-pieddepage > ul > li > a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
footer #block-pieddepage > ul > li ul {
    margin-top: 10px;
    padding-left: 15px;
}
footer #block-pieddepage > ul > li ul * {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    font-family: "Fira Sans", sans-serif;
}
footer #block-pieddepage > ul > li ul *.menu-item--plus {
    text-decoration: underline;
    cursor: pointer;
}
footer #block-pieddepage > ul > li ul *.menu-item--hidden {
    display: none;
}
footer #block-pieddepage > ul > .menu-item--plus {
    display: none;
}
footer #block-pieddepage a {
    color: #fff;
}
footer .sous-menu-footer2 {
    background: #363636;
    color: #fff;
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
}
footer .sous-menu-footer2 .footer-copyright {
    font-size: 14px;
    font-size: 0.875rem;
}
footer .sous-menu-footer2 ul.menu {
    display: flex;
}
footer .sous-menu-footer2 ul.menu li {
    padding-left: 30px;
}
footer .sous-menu-footer2 ul.menu li > a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}
footer .sous-menu-footer2 a {
    color: #fff;
}
.languages-overlay {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 100vh;
    z-index: 550;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.languages-overlay .languages-overlay-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 150px;
    padding: 0 70px;
    margin-bottom: 50px;
}
.languages-overlay .languages-overlay-top .close {
    cursor: pointer;
    color: #fff;
}
.languages-overlay .languages-overlay-top .close svg {
    display: block;
    height: 25px;
    margin-left: 8px;
    width: 25px;
}
.languages-overlay .languages-overlay-top > div {
    display: flex;
    align-items: center;
}
.languages-overlay .languages-overlay-top .text-lang {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #f48224;
    display: flex;
    font-family: "Teko", sans-serif;
    margin-left: 50px;
    text-transform: uppercase;
}
.languages-overlay .language-list {
    display: flex;
    padding: 0 70px;
}
.languages-overlay .language-list .continents {
    width: 25%;
    padding: 0 3% 0 3%;
}
.languages-overlay .language-list .continent {
    display: block;
    width: 65%;
    min-height: 450px;
    padding: 0 55px;
    position: relative;
}
.languages-overlay .language-list .continent .continent-mobile {
    display: none;
}
.languages-overlay .language-list .continent-name:first-child {
    margin-top: 0;
}
.languages-overlay .language-list .continent-name,
.languages-overlay .language-list .continent-mobile {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #fff;
    cursor: pointer;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    margin-top: 50px;
    position: relative;
}
.languages-overlay .language-list .continent-name::after,
.languages-overlay .language-list .continent-mobile::after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-image: url(img/caret-up-white.svg);
    background-size: cover;
    content: "";
    display: block;
    height: 13px;
    right: 0;
    top: 50%;
    transform: rotate(180deg);
    position: absolute;
    width: 21px;
}
.languages-overlay .language-list .continent-name:hover,
.languages-overlay .language-list .continent-mobile:hover,
.languages-overlay .language-list .continent-name.active,
.languages-overlay .language-list .continent-mobile.active,
.languages-overlay .language-list .continent-name.hovered,
.languages-overlay .language-list .continent-mobile.hovered {
    color: #fff;
    font-weight: 600;
    position: relative;
}
.languages-overlay .language-list .continent-name:hover::after,
.languages-overlay .language-list .continent-mobile:hover::after,
.languages-overlay .language-list .continent-name.active::after,
.languages-overlay .language-list .continent-mobile.active::after,
.languages-overlay .language-list .continent-name.hovered::after,
.languages-overlay .language-list .continent-mobile.hovered::after {
    transform: translateY(-50%);
}
.languages-overlay .language-list .continent-name:hover svg,
.languages-overlay .language-list .continent-mobile:hover svg,
.languages-overlay .language-list .continent-name.active svg,
.languages-overlay .language-list .continent-mobile.active svg,
.languages-overlay .language-list .continent-name.hovered svg,
.languages-overlay .language-list .continent-mobile.hovered svg {
    transform: rotate(-90deg) !important;
}
.languages-overlay .language-list .countries {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 10%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.languages-overlay .language-list .countries > ul {
    width: 30%;
}
.languages-overlay .language-list .countries.show {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
}
.languages-overlay .language-list ul li.country span {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #999999;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.languages-overlay .language-list ul li.country ul {
    opacity: 0;
    max-height: 0;
    padding-left: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.languages-overlay .language-list ul li.country ul li {
    margin-bottom: 10px;
}
.languages-overlay .language-list ul li.country a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.languages-overlay .language-list ul li.country.active span,
.languages-overlay .language-list ul li.country:hover span {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    position: relative;
}
.languages-overlay .language-list ul li.country.active span::after,
.languages-overlay .language-list ul li.country:hover span::after {
    background-color: #f48224;
    content: "";
    display: block;
    height: 3px;
    margin-top: 8px;
    width: 125%;
}
.languages-overlay .language-list ul li.country.active ul,
.languages-overlay .language-list ul li.country:hover ul {
    opacity: 1;
    max-height: 200px;
    margin-bottom: 25px !important;
}
.languages-overlay .language-list ul li.country.active a,
.languages-overlay .language-list ul li.country:hover a {
    color: #fff;
    font-weight: 600;
}
.languages-overlay .language-list ul li.country.active a:before,
.languages-overlay .language-list ul li.country:hover a:before {
    opacity: 1;
    left: -25px;
}
.languages-overlay .language-list ul li.country a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.languages-overlay .language-list ul li.country a.active,
.languages-overlay .language-list ul li.country a:hover {
    color: #fff;
    font-weight: 600;
    font-style: italic;
}
.languages-overlay .language-list ul li.country a.active:before,
.languages-overlay .language-list ul li.country a:hover:before {
    opacity: 1;
    left: -25px;
}
.languages-overlay .languages-overlay-bottom {
    display: flex;
    justify-content: flex-end;
}
.languages-overlay .language-selector {
    width: 50px;
    color: #f48224;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.languages-overlay .social-network {
    width: 45%;
    height: 75px;
    display: flex;
    padding: 0 60px 0 40px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
    background-color: #000;
}
.languages-overlay .social-network svg {
    display: block;
}
.languages-overlay .social-network .social-network-content {
    width: auto;
}
body.choose-language {
    overflow: hidden;
}
body.choose-language .languages-overlay {
    margin: 0;
}
@media only screen and (max-width: 991px) {
    footer .lang-and-social-network > div.bloc-footer-lang {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .lang-and-social-network > div.bloc-footer-lang > div .text-lang {
        margin-left: 0;
    }
    footer #block-pieddepage > ul {
        flex-wrap: wrap;
    }
    footer #block-pieddepage > ul > li {
        width: 49%;
    }
}
@media only screen and (max-width: 767px) {
    footer .lang-and-social-network .bloc-footer-lang,
    footer .lang-and-social-network .social-network {
        width: 100%;
    }
    footer .lang-and-social-network .bloc-footer-lang > div {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    footer .lang-and-social-network .bloc-footer-lang > div .text-lang {
        margin-top: 15px;
    }
    .languages-overlay,
    .languages-overlay .language-list {
        display: block;
    }
    .languages-overlay {
        height: auto;
        min-height: 100vh;
        overflow: auto;
        padding-bottom: 80px;
    }
    .languages-overlay .languages-overlay-top {
        height: 110px;
        margin-bottom: 30px;
    }
    .languages-overlay .languages-overlay-top div:first-child {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .languages-overlay .languages-overlay-top .text-lang {
        margin: 15px 0 0 0;
    }
    .languages-overlay .language-list .continents {
        display: none;
    }
    .languages-overlay .language-list {
        padding: 0 5%;
    }
    .languages-overlay .language-list .continent {
        padding: 0;
        width: 100%;
    }
    .languages-overlay .language-list .continent .continent-mobile {
        cursor: pointer;
        display: block;
        margin: 0 0 20px;
        padding: 20px 0 0;
        position: relative;
        width: 100%;
    }
    .languages-overlay .language-list .continent .continent-mobile::after {
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        display: block;
        height: 1px;
        left: 0;
        margin-top: 20px;
        position: absolute;
        opacity: 1;
        transition: none;
        top: 100%;
        width: 100%;
    }
    .languages-overlay .language-list .continent .continent-mobile svg {
        position: absolute;
        top: 25px;
        right: 5px;
        transform: rotate(90deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .languages-overlay .language-list .continent .continent-mobile.active::after {
        display: none;
        opacity: 0;
    }
    .languages-overlay .language-list .continent .countries,
    .languages-overlay .language-list .continent .countries.show {
        padding-top: 1rem;
        position: relative;
        top: initial;
        left: initial;
    }
    .languages-overlay .language-list .continent .countries > ul,
    .languages-overlay .language-list .continent .countries.show > ul {
        width: 100%;
    }
    .languages-overlay .language-list .continent .countries.show::after {
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        opacity: 1;
        transition: none;
        top: 100%;
        width: 100%;
    }
    .languages-overlay .languages-overlay-bottom {
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .languages-overlay .languages-overlay-bottom .language-selector {
        display: none;
    }
    .languages-overlay .languages-overlay-bottom .bloc-footer-lang,
    .languages-overlay .languages-overlay-bottom .social-network {
        width: 100%;
    }
    body.choose-language .languages-overlay .languages-overlay-bottom {
        position: fixed;
    }
}
@media only screen and (max-width: 575px) {
    footer #block-pieddepage > ul li {
        width: 100%;
    }
    footer .social-network .social-network-content {
        width: 100%;
        flex-wrap: wrap;
        max-width: 230px;
    }
    footer .social-network .social-network-content div img {
        padding-left: 0;
    }
    footer .social-network .social-network-content div + div {
        padding-top: 8px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
.fixed-header {
    left: 0;
    position: fixed;
    top: 0;
}
.menu-main {
    position: static;
    width: 100%;
}
.menu-main .menu {
    display: flex;
    align-items: center;
    height: 60px;
}
.menu-main .menu > .menu-item > span,
.menu-main .menu > .menu-item > a {
    font-weight: 600;
    -webkit-transition: border-bottom 300ms ease;
    transition: border-bottom 300ms ease;
}
.menu-main .menu > .menu-item > span:hover > span,
.menu-main .menu > .menu-item > span:hover > a,
.menu-main .menu > .menu-item > a:hover > span,
.menu-main .menu > .menu-item > a:hover > a {
    border-bottom: solid 4px #f48224;
}
.menu-main .menu .menu-item {
    height: 100%;
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    line-height: 1rem;
    position: relative;
    text-align: center;
    z-index: 2;
}
.menu-main .menu .menu-item a,
.menu-main .menu .menu-item span {
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    line-height: 1rem;
    padding: 0 25px;
    position: relative;
    z-index: 4;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    transition: background-color 0.1s ease, padding-left 0.2s ease, font-weight 0.2s ease, font-style 0.2s ease;
}
.menu-main .menu .menu-item:hover > span,
.menu-main .menu .menu-item:hover > a {
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    background-color: #000;
    transition: background-color 0.1s ease, padding-left 0.3s ease, font-weight 0.3s ease, font-style 0.5s ease;
}
.menu-main .menu .menu-item .sub-menu {
    color: #fff;
    min-width: 100%;
    padding: 10px 5px;
    background-color: #000;
    border-top: none;
    position: absolute;
    top: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
@media only screen and (max-width: 991px) {
    .menu-main .menu .menu-item .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}
.menu-main .menu .menu-item .sub-menu:first-child {
    border: none;
}
.menu-main .menu .menu-item .sub-menu .menu-item span,
.menu-main .menu .menu-item .sub-menu .menu-item a {
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-main .menu .menu-item .sub-menu .menu-item:hover span,
.menu-main .menu .menu-item .sub-menu .menu-item:hover a {
    color: #f48224;
    margin-left: 5px;
}
.menu-main .menu .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 60px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}
.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-connect {
    height: 100%;
    width: 100%;
}
.noUi-origin {
    height: 10%;
    width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connect {
    background: #3fb8af;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-sub {
    background: #aaa;
}
.noUi-marker-large {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: scale(0.8);
    transform-origin: 50% 50%;
}
.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #f48224;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
.loader-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    opacity: 1;
    visibility: visible;
}
.loader-logo img {
    max-width: 100%;
    width: 99.99%;
}
.loaded .loader-logo {
    opacity: 0;
    visibility: hidden;
}
.loader:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loader-wrapper .loader-section {
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    background: transparent;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.loader-wrapper .loader-section.section-left {
    left: 0;
}
.loader-wrapper .loader-section.section-right {
    right: 0;
}
.loader-round {
    display: inline-block;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    opacity: 1;
    visibility: visible;
}
.path-frontpage header.header {
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    .path-frontpage header.header {
        background-color: #f48224;
    }
}
.path-frontpage .header .logo h1 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -10;
}
.home .section-home {
    height: 100vh;
    width: 100%;
}
.home .nav-slider {
    position: relative;
    width: 100px;
    height: 20px;
    z-index: 9;
}
.home .nav-slider:before {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.home .nav-slider span {
    display: inline-block;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
.home .nav-slider span:first-child {
    left: 0;
}
.home .nav-slider span:first-child svg {
    transform: rotate(180deg);
}
.home .nav-slider svg {
    width: 100%;
    height: 100%;
}
.home ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    pointer-events: none;
}
.home ul.slick-dots li {
    display: inline-block;
    vertical-align: bottom;
    width: 70px;
    height: 2px;
    margin-right: 5px;
    background-color: #ededed;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.home ul.slick-dots li button {
    display: none;
}
.home ul.slick-dots li.slick-active {
    height: 4px;
    background-color: #f48224;
}
.home .main-visual {
    width: 100%;
    height: 100vh;
    position: relative;
}
.home .main-visual .title {
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-animation: fadeInUp 0.3s both 0.5s;
    animation: fadeInUp 0.3s both 0.5s;
}
.home .main-visual .title-main {
    display: block;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 600;
    font-style: italic;
    color: #f48224;
    text-transform: uppercase;
    margin-bottom: 80px;
    -webkit-animation: fadeInUp 0.5s both 0.5s;
    animation: fadeInUp 0.5s both 0.5s;
}
.home .main-visual .btn {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px 50px 5px 14px;
    background: none;
    font-size: 16px;
    font-size: 1rem;
    -webkit-animation: fadeInUp 1s both 0.7s;
    animation: fadeInUp 1s both 0.7s;
}
.home .main-visual .btn:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    background-color: #f48224;
    width: 32px;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.home .main-visual .btn .text {
    position: relative;
    z-index: 1;
}
.home .main-visual .btn:hover:before {
    width: 100%;
}
.home .main-visual .btn-red-square {
    background: none;
    margin-left: 10px;
    z-index: 0;
}
.home .main-visual .background-video {
    height: 100vh;
    position: relative;
}
.home .main-visual .background-video .title {
    -webkit-animation: fadeInDown 0.3s both 0.5s;
    animation: fadeInDown 0.3s both 0.5s;
}
.home .main-visual .background-video .title-main {
    -webkit-animation: fadeInDown 0.5s both 0.5s;
    animation: fadeInDown 0.5s both 0.5s;
}
.home .main-visual .background-video .btn {
    -webkit-animation: fadeInDown 0.5s both 0.7s;
    animation: fadeInDown 0.5s both 0.7s;
}
.home .main-visual #player {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.home .main-visual .background-video .video {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.home .main-visual .background-video .infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.home .main-visual .background-video iframe {
    position: absolute;
    top: -60px !important;
    left: 0;
    width: 100%;
    height: 100vh;
}
.home .main-visual .slider-main-wrapper {
    position: relative;
}
.home .main-visual .slider-main-wrapper .nav-slider {
    position: absolute;
    right: 30%;
    bottom: 30%;
}
.home .main-visual .slider-main .slide-main {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}
.home .main-visual .slider-main .slide-main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.home .main-visual .slider-main .slide-main.slick-active .title {
    -webkit-animation: fadeInDown 0.3s both 0.5s;
    animation: fadeInDown 0.3s both 0.5s;
}
.home .main-visual .slider-main .slide-main.slick-active .title-main {
    -webkit-animation: fadeInDown 0.5s both 0.5s;
    animation: fadeInDown 0.5s both 0.5s;
}
.home .main-visual .slider-main .slide-main.slick-active .btn {
    -webkit-animation: fadeInDown 0.5s both 0.7s;
    animation: fadeInDown 0.5s both 0.7s;
}
.home .main-visual .slider-main ul.slick-dots {
    left: 30%;
    bottom: 30%;
}
.home .main-visual .main-visual-scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.home .main-visual .main-visual-scroll .main-visual-scroll-content {
    width: 65px;
    margin: auto;
    padding-left: 30px;
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: relative;
    height: 20px;
    transform-origin: left;
}
.home .main-visual .main-visual-scroll .main-visual-scroll-content span {
    display: block;
    -webkit-animation: bounceLight 1s infinite;
    animation: bounceLight 1s infinite;
}
.home .main-visual .main-visual-scroll .main-visual-scroll-content:before {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ededed;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
}
.home .main-visual.just-one .slick-dots {
    display: none;
}
.home .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background-color: #ededed;
    overflow: hidden;
}
.home .slider:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    background: transparent url(img/virgule-white.svg) center left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.home .slider .slider-row .title-grey {
    display: flex;
    justify-content: center;
    height: 100vh;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 140px;
    font-size: 8.75rem;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    color: #d9d9d9;
}
.home .slider > .title {
    display: flex;
    justify-content: center;
    height: 100vh;
    position: absolute;
    top: 23%;
    font-size: 140px;
    font-size: 8.75rem;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    color: #d9d9d9;
}
.home .slider .slider-row {
    width: 100%;
    position: relative;
}
.home .slider .slider-relative {
    position: relative;
}
.home .slider .slider-container {
    max-width: 730px;
    margin: auto;
    position: relative;
}
.home .slider .slider-content {
    width: 100% !important;
    height: 400px !important;
    min-height: 300px !important;
}
.home .slider .slider-content img {
    width: 100%;
    height: auto;
}
.home .slider .slider-content ul.slick-dots {
    display: none;
}
.home .slider .slider-content-0 {
    -moz-box-shadow: 0 0 25px 0 rgba(101, 101, 101, 0.8);
    -webkit-box-shadow: 0 0 25px 0 rgba(101, 101, 101, 0.8);
    -o-box-shadow: 0 0 25px 0 rgba(101, 101, 101, 0.8);
    box-shadow: 0 0 25px 0 rgba(101, 101, 101, 0.8);
}
.home .slider .slider-content-0 .slick-track,
.home .slider .slider-content-0 .slick-list {
    height: 100%;
}
.home .slider .slider-content-0 .slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home .slider .slider-content-1,
.home .slider .slider-container-2 {
    margin-top: 20px;
    width: 656px !important;
    height: 350px !important;
    position: absolute;
    top: auto;
    bottom: auto;
}
.home .slider .slider-content-1 .title,
.home .slider .slider-content-1 a,
.home .slider .slider-container-2 .title,
.home .slider .slider-container-2 a {
    display: none;
}
.home .slider .slider-content-1 {
    right: 0;
}
.home .slider .slider-container-2 {
    left: 0;
}
.home .slider .slider-container-2 .title,
.home .slider .slider-container-2 a {
    display: block;
}
.home .slider .slide-titles,
.home .slider .slide-links {
    width: 730px;
    height: 30px;
    position: absolute;
    top: auto !important;
}
.home .slider .slide-titles,
.home .slider .slide-titles-2 {
    height: 60px;
    bottom: -22px !important;
    left: -54px;
}
.home .slider .slide-titles .slide-title .slide-title-content,
.home .slider .slide-titles-2 .slide-title .slide-title-content {
    margin-left: 5%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.home .slider .slide-titles .slide-title .slide-title-content .title:before,
.home .slider .slide-titles-2 .slide-title .slide-title-content .title:before {
    display: none;
}
.home .slider .slide-titles .slide-title.slick-active .slide-title-content,
.home .slider .slide-titles-2 .slide-title.slick-active .slide-title-content {
    margin-left: 0;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}
.home .slider .slide-titles-2 {
    bottom: 64px !important;
    left: -38px;
}
.home .slider .slide-titles-2 .title {
    font-size: 40px !important;
    line-height: 40px !important;
}
.home .slider .slide-links {
    width: 130px;
    bottom: -15px !important;
    right: 50px;
}
.home .slider .slide {
    position: relative;
    outline: none;
}
.home .slider .slide .title {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
    font-weight: 600;
    font-style: italic;
    color: #f48224;
}
.home .slider .slide a {
    position: absolute;
    bottom: 0;
    right: 55px;
}
.home .slider ul.slick-dots li {
    height: 1px;
    background-color: #363636;
}
.home .slider ul.slick-dots li.slick-active {
    height: 3px;
    background-color: #f48224;
}
.home .slider .nav-slider {
    display: flex;
    align-items: center;
    position: absolute;
    right: 30%;
    bottom: 15%;
}
.home .slider .nav-slider:before {
    background-color: #363636;
}
.home .slider .nav-slider span {
    height: 7px;
}
.home .slider .nav-slider svg {
    position: absolute;
    top: 0;
}
.home .slider .nav-slider svg path {
    stroke: #000;
}
.home .slider ul.slick-dots {
    left: 30%;
    bottom: 15%;
}
.home .listing-home {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: auto;
}
.home .listing-home .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.home .listing-home .title .text {
    position: relative;
    font-size: 140px;
    font-size: 8.75rem;
    line-height: 103px;
    line-height: 6.4375rem;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    color: #d9d9d9;
    padding-left: 100px;
}
.home .listing-home .title .text:before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    background: transparent url(img/virgule-big-red.svg) center left;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 190px;
    height: 185px;
}
.home .listing-home-content {
    position: absolute;
    width: 100%;
}
.home .listing-home-content .listing-titles,
.home .listing-home-content .listing-images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
}
.home .listing-home-content .listing-titles {
    z-index: 2;
}
.home .listing-home-content .listing-images {
    position: absolute;
    top: 0;
    overflow: hidden;
}
.home .listing-home-content .titles {
    display: flex;
    flex-direction: column;
}
.home .listing-home-content .titles a {
    padding-bottom: 10px;
    text-align: center;
    opacity: 0;
    pointer-events: inherit;
}
.home .listing-home-content .titles a.hover {
    opacity: 0.7;
    color: #fff;
}
.home .listing-home-content .titles a:hover {
    opacity: 1;
}
.home .listing-home-content .titles a:hover h3 {
    font-size: 39px;
    font-size: 2.4375rem;
    color: #fff;
    font-weight: 600;
}
.home .listing-home-content .titles a:hover h3:before {
    left: -30px;
}
.home .listing-home-content .titles a h3 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.home .listing-home-content .titles a h3:before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #f48224;
    position: absolute;
    bottom: 3px;
    left: -40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.home .listing-home-content .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.home .listing-home-content .image.hover {
    transform: scale(1.1);
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.home .listing-home.show .titles a {
    pointer-events: inherit;
    -webkit-animation: fadeInUp 0.2s both 3s;
    animation: fadeInUp 0.2s both 3s;
    animation-fill-mode: forwards;
}
.home .listing-home.show .titles a:nth-child(1n) {
    animation-delay: 0.1s;
}
.home .listing-home.show .titles a:nth-child(2n) {
    animation-delay: 0.2s;
}
.home .listing-home.show .titles a:nth-child(3n) {
    animation-delay: 0.3s;
}
.home .listing-home.show .titles a:nth-child(4n) {
    animation-delay: 0.4s;
}
.home .listing-home.show .titles a:nth-child(5n) {
    animation-delay: 0.5s;
}
.home .listing-home.show .titles a:nth-child(6n) {
    animation-delay: 0.6s;
}
.home .listing-home.show .titles a:nth-child(7n) {
    animation-delay: 0.7s;
}
.home .listing-home.show .titles a:nth-child(8n) {
    animation-delay: 0.8s;
}
.home .listing-home.show .titles a:nth-child(9n) {
    animation-delay: 0.9s;
}
.home .listing-home.show .titles a:nth-child(10n) {
    animation-delay: 1s;
}
.home .listing-home.show .titles a:nth-child(11n) {
    animation-delay: 1.1s;
}
.home .listing-home.show .titles a:nth-child(12n) {
    animation-delay: 1.2s;
}
.home .listing-home.show .titles a:nth-child(13n) {
    animation-delay: 1.3s;
}
.home .listing-home.show .titles a:nth-child(14n) {
    animation-delay: 1.4s;
}
.home .listing-home.show .titles a:nth-child(15n) {
    animation-delay: 1.5s;
}
.home .listing-home.show .titles a:nth-child(16n) {
    animation-delay: 1.6s;
}
.home .listing-home.show .titles a:nth-child(17n) {
    animation-delay: 1.7s;
}
.home .listing-home.show .titles a:nth-child(18n) {
    animation-delay: 1.8s;
}
.home .listing-home.show .titles a:nth-child(19n) {
    animation-delay: 1.9s;
}
.home .listing-home.show .titles a:nth-child(20n) {
    animation-delay: 2s;
}
.home .listing-home.show .titles a:nth-child(21n) {
    animation-delay: 2.1s;
}
.home .listing-home.show .titles a:nth-child(22n) {
    animation-delay: 2.2s;
}
.home .listing-home.show .titles a:nth-child(23n) {
    animation-delay: 2.3s;
}
.home .listing-home.show .titles a:nth-child(24n) {
    animation-delay: 2.4s;
}
.home .listing-home.show .titles a:nth-child(25n) {
    animation-delay: 2.5s;
}
.home .component-short-content {
    background-color: #ededed;
    padding: 45px 0 100px;
    margin-top: 0;
}
.home .component-short-content:before {
    background-color: #ededed;
}
.home .component-short-content h2 {
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    .home .main-visual .main-visual-scroll {
        display: none;
    }
    .home .slider .slider-row .title-grey {
        top: -15%;
        font-size: 110px;
        font-size: 6.875rem;
        line-height: 100px;
        line-height: 6.25rem;
    }
    .home .slider:before {
        background-size: 70%;
        top: -110px;
    }
    .home .slider .slider-content-0 .slide {
        pointer-events: none;
    }
    .home .slider .slider-content-1,
    .home .slider .slider-container-2 {
        margin-top: 55px;
        width: 540px !important;
        height: 300px !important;
    }
    .home .slider .slider-content-1,
    .home .slider .slider-content-2 {
        height: 300px !important;
    }
    .home .slider .slide-titles,
    .home .slider .slide-titles-2 {
        bottom: -40px !important;
        left: -33px;
    }
    .home .slider .slide .title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem;
    }
    .home .slider .slide-titles-2 {
        bottom: 18px !important;
        left: -20px;
    }
    .home .slider .slide-titles-2 .title {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .home .slider .slide-links {
        width: 30px;
        bottom: -15px !important;
        right: 10px;
    }
    .home .slider .btn-medium {
        width: 30px;
        height: 30px;
        padding: 5px 20px 5px 10px;
        text-indent: -999px;
    }
    .home .slider .slider-controls {
        width: 100%;
        position: absolute;
        bottom: 54px;
        height: 55px;
    }
    .home .slider .nav-slider {
        right: 0;
        bottom: 10%;
        left: 0;
        margin: 0 auto;
    }
    .home .slider ul.slick-dots {
        right: 0;
        top: 0;
        left: 0;
        bottom: initial;
        margin: 0 auto;
        width: 200px;
    }
    .home .listing-home .title .text {
        font-size: 90px;
        font-size: 5.625rem;
        line-height: 50px;
        line-height: 3.125rem;
        padding-left: 100px;
    }
    .home .listing-home .title .text:before {
        left: 10px;
        bottom: -6px;
        width: 75px;
        height: 72px;
    }
}
@media only screen and (max-width: 767px) {
    .home .main-visual .title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem;
        margin-bottom: 5px;
        text-align: center;
    }
    .home .main-visual .title-main {
        display: block;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem;
        margin-bottom: 50px;
        text-align: center;
    }
    .home .slider .slider-row .title-grey {
        top: -11%;
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 50px;
        line-height: 3.125rem;
    }
    .home .slider h2 {
        margin-left: 0;
    }
    .home .slider:before {
        background-size: 90%;
        top: -240px;
    }
    .home .slider > .title {
        top: 20%;
    }
    .home .slider .slider-content {
        height: 350px !important;
    }
    .home .slider .slide-titles-2 {
        bottom: 68px !important;
    }
    .home .slider .slider-content-1,
    .home .slider .slider-container-2 {
        margin-top: 27px;
    }
    .home .listing-home .title .text {
        font-size: 55px;
        font-size: 3.4375rem;
        line-height: 55px;
        line-height: 3.4375rem;
        padding-left: 40px;
    }
    .home .listing-home .title .text:before {
        left: 0;
        bottom: 6px;
        width: 40px;
        height: 40px;
    }
    .home .component-short-content {
        padding: 45px 0 20px;
    }
    .home .component-short-content .block-text-shortcontent {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .home .main-visual #player {
        z-index: 10;
    }
    .home .listing-home-content .titles a h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 20px;
        line-height: 1.25rem;
    }
    .home .listing-home .title .text {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 45px;
        line-height: 2.8125rem;
        padding-left: 42px;
    }
    .home .listing-home .title .text:before {
        bottom: 6px;
        width: 35px;
        height: 35px;
    }
}
.bg-grey {
    background-color: #ededed;
}
.component ul {
    padding-left: 50px;
}
.component ul li {
    position: relative;
    margin-bottom: 10px;
}
.component ul li:before {
    content: "\2024";
    position: absolute;
    left: -20px;
    top: -10px;
    padding-right: 15px;
    font-size: 35px;
    font-size: 2.1875rem;
}
.block-system-main-block {
    position: relative;
}
.group .collapse {
    -webkit-transition: max-height 400ms ease-in-out;
    transition: max-height 400ms ease-in-out;
    max-height: 0;
    overflow: hidden;
}
.group.active .collapse {
    -webkit-transition: max-height 800ms ease-in-out;
    transition: max-height 800ms ease-in-out;
    max-height: 3000px;
}
#backtotop {
    display: none !important;
}
@media only screen and (max-width: 575px) {
    .component ul {
        padding-left: 35px;
    }
}
.layout-content ul {
    list-style: disc;
    padding-left: 2rem;
}
.layout-content ul li ul li {
    list-style: circle;
}
.form-store-locator-title {
    padding-bottom: 7px;
    margin: 30px 0 25px;
    border-bottom: solid 1px #ededed;
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
}
.store-locator-form-wrapper {
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
}
.store-locator-form-wrapper .disabled {
    opacity: 0.3;
    pointer-events: none;
}
.store-locator-form-wrapper .disabled .btn {
    color: rgba(255, 255, 255, 0.22);
}
.form-store-locator .part-one button,
.form-store-locator .part-one .form-item-country,
.form-store-locator .part-one .form-item-city-zipcode,
.form-store-locator .part-one .form-item-market,
.form-store-locator .part-one .form-item-category,
.form-store-locator .part-two button,
.form-store-locator .part-two .form-item-country,
.form-store-locator .part-two .form-item-city-zipcode,
.form-store-locator .part-two .form-item-market,
.form-store-locator .part-two .form-item-category {
/*
    display: inline-block;
*/
    vertical-align: middle;
}
.form-store-locator .part-one {
    padding-bottom: 15px;
}
.form-store-locator .part-one .locate-me {
    width: 176px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.form-store-locator .part-one .locate-me:before {
    content: "";
    display: block;
    width: 35px;
    height: 34px;
    background: #000 url(img/target-locate.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}
.form-store-locator .part-one .locate-me input {
    width: 140px;
    height: 34px;
    margin-left: 35px;
    color: #363636;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    line-height: 14px;
    line-height: 0.875rem;
    background: #f48224;
    border: 1px solid #f48224;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
}
.form-store-locator .part-one .locate-me:hover input {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.form-store-locator .part-one span {
    display: inline-block;
    margin: 0 5px;
    color: #000;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
}
.form-store-locator .part-one input {
    width: 240px;
}
.form-store-locator .part-one .form-item-country {
    margin-right: 10px;
}
.form-store-locator .part-one .form-required::after {
    content: "*";
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    color: #f48224;
    font-size: 16px;
    font-size: 1rem;
}
.form-store-locator .part-one .field-not-valid {
    border: 1px solid #f48224;
}
.form-store-locator .part-two {
    padding-top: 15px;
}
.form-store-locator .part-two select {
    width: 240px;
    margin-right: 10px;
}
.form-store-locator button.btn {
    width: 365px;
    height: 40px;
    padding: 0 10px;
    margin-top: 35px;
    cursor: pointer;
    float: right;
}
.form-store-locator button.btn input {
    width: 100%;
    height: 40px;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.form-store-locator button.btn .ajax-progress {
    font-style: italic;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
    opacity: 0.7;
}
.stores-results {
    display: flex;
    margin-top: 60px;
}
.stores-results .stores-map-wrapper {
    min-height: 800px;
    position: relative;
    width: 100%;
}
.stores-results .stores-map-wrapper #stores-map {
    width: 100%;
    height: 100%;
}
.stores-results .stores-map-wrapper .stores-message-location {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10% 15px 0 15px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.stores-results .stores-map-wrapper .stores-message-location svg {
    width: 22px;
    height: 22px;
    fill: #f48224;
    margin-right: 10px;
}
.stores-results .stores-map-wrapper.loading .stores-loader {
    visibility: visible;
    opacity: 1;
}
.stores-results .stores-map-wrapper .stores-loader {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10% 15px 0 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.stores-results .stores-map-wrapper .stores-loader .loader-wrapper {
    transform: inherit;
}
.stores-results .stores-map-wrapper .stores-loader .loader {
    width: 80px;
    height: 80px;
    top: 20%;
}
.stores-results .stores-map-wrapper .stores-loader .loader-round {
    display: none;
}
.stores-results .stores-list {
    display: none;
    width: 25%;
}
.stores-results.stores-has-results .stores-map-wrapper {
    width: 75%;
}
.stores-results.stores-has-results .stores-list {
    display: block;
}
.stores-results .stores-list #stores {
    height: 720px;
    overflow-y: auto;
    overflow-x: hidden;
}
.stores-results .stores-list #stores::-webkit-scrollbar {
    width: 3px;
}
.stores-results .stores-list #stores::-webkit-scrollbar-track {
    background: #fff;
}
.stores-results .stores-list #stores::-webkit-scrollbar-thumb,
.stores-results .stores-list #stores::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.stores-results .stores-list .store {
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
}
.stores-results .stores-list .store .store-content {
    width: 100%;
    height: 100%;
    border-top: solid 1px #ededed;
}
.stores-results .stores-list .store .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: #f48224;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    color: #000;
    font-style: italic;
    font-weight: 600;
    margin: 30px 30px;
    min-width: 30px;
}
.stores-results .stores-list .store__title {
    display: flex;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 16px;
    line-height: 1rem;
}
.stores-results .stores-list .store .name {
    background-color: #000;
    color: #fff;
    flex-grow: 1;
    padding: 0.75rem;
    width: 70%;
}
.stores-results .stores-list .store__distance {
    background-color: #f48224;
    color: #000;
    flex-grow: 1;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.75rem;
    width: 30%;
}
.stores-results .stores-list .store__content-section {
    display: flex;
}
.stores-results .stores-list .store__details {
    padding: 25px 30px 30px 0;
    width: 100%;
}
.stores-results .stores-list .store .address {
    margin-bottom: 1rem;
}
.stores-results .stores-list .store__contact-options {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.stores-results .stores-list .store__contact-options li {
    margin-bottom: 0.75rem;
    width: 50%;
}
.stores-results .stores-list .store__contact-options li a {
    border-bottom: 3px solid #f48224;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 0.25rem 0;
}
.stores-results .stores-list .store__contact-options li a:hover {
    background-color: #f48224;
}
.stores-results .stores-list .store__heading {
    font-size: 0.75rem;
    font-family: "Fira Sans", sans-serif;
}
.stores-results .stores-list .store__categories {
    list-style: none;
    padding-left: 0;
}
.stores-results .stores-list .store .store-information {
    margin-top: 25px;
}
.stores-results .stores-list .store .store-information .schedule,
.stores-results .stores-list .store .store-information .website {
    display: flex;
    align-items: center;
    height: 35px;
    border-bottom: solid 1px #ededed;
}
.stores-results .stores-list .store .store-information .schedule span,
.stores-results .stores-list .store .store-information .website span {
    display: inline-block;
    vertical-align: middle;
}
.stores-results .stores-list .store .store-information .schedule span:first-child,
.stores-results .stores-list .store .store-information .website span:first-child {
    width: 70px;
    margin-right: 5px;
    font-weight: 600;
}
.stores-results .stores-list .store .store-information .schedule {
    border-top: solid 1px #ededed;
}
.stores-results .stores-list .store .store-tools {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 32px;
}
.stores-results .stores-list .store .store-tools form button,
.stores-results .stores-list .store .store-tools a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    padding: 0;
    margin-top: 5px;
    background-color: #f48224;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
}
.stores-results .stores-list .store .store-tools form button .tooltip,
.stores-results .stores-list .store .store-tools a .tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f48224;
    display: flex;
    min-width: max-content;
    min-height: 48px;
    padding: 15px 20px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 0;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
    transition: all 300ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, 100%, 0);
}
.stores-results .stores-list .store .store-tools form button .tooltip::after,
.stores-results .stores-list .store .store-tools a .tooltip::after {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    position: absolute;
    top: 97%;
    right: 50%;
    margin-right: -3.5px;
    margin: auto;
    background: url(img/arrow-toolbar.svg) center no-repeat;
    z-index: 3;
    transition: all 120ms ease-in-out;
    transition-delay: 0s;
    transform: rotate(-90deg);
}
@media only screen and (max-width: 991px) {
    .stores-results .stores-list .store .store-tools form button .tooltip,
    .stores-results .stores-list .store .store-tools a .tooltip {
        display: none;
    }
}
.stores-results .stores-list .store .store-tools form button:hover .tooltip,
.stores-results .stores-list .store .store-tools a:hover .tooltip {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
    visibility: visible;
}
.stores-results .stores-list .store .store-tools form,
.stores-results .stores-list .store .store-tools a {
    margin-left: 7%;
}
.stores-results .stores-list .store .store-tools a:first-child {
    margin-left: 0;
}
.stores-results .stores-list .store .store-tools .store-choose {
    display: none;
}
.stores-results .stores-list .store .store-tools .mail svg {
    width: 24px;
    height: 24px;
}
.stores-results .stores-list .stores-active-filters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    padding: 30px;
    background-color: #f2f1f1;
}
.stores-results .stores-list .stores-active-filters .active-filters {
    margin-bottom: 10px;
}
.stores-results .stores-list .stores-active-filters .active-filters svg,
.stores-results .stores-list .stores-active-filters .active-filters .active-filters-content {
    display: inline-block;
    vertical-align: middle;
}
.stores-results .stores-list .stores-active-filters .active-filters svg {
    margin-right: 10px;
}
.stores-results .stores-list .stores-active-filters .number-filters {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-style: italic;
}
.stores-results .stores-list .stores-active-filters .number-filters span {
    font-weight: 600;
}
.stores-results .stores-list .stores-active-filters .different-country {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #f48224;
}
.js-phonedesk {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: 100% 50%;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}
.js-phonedesk.show {
    transform: scale(1);
}
.js-phonedesk .phonepop {
    background-color: #f48224;
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
.js-phonedesk .phone {
    display: flex;
    padding-top: 8px;
    align-items: center;
}
.js-phonedesk .js-close {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: none;
    cursor: pointer;
}
.js-phonedesk .js-close::before,
.js-phonedesk .js-close::after {
    content: "";
    height: 2px;
    width: 18px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    transform-origin: 50% 50%;
}
.js-phonedesk .js-close::before {
    transform: rotate(45deg);
}
.js-phonedesk .js-close::after {
    transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
    .form-store-locator .part-two {
        padding-top: 0;
    }
    .form-store-locator .part-two .form-item {
        margin-top: 15px;
    }
    .stores-results {
        display: block;
    }
    .stores-results .stores-map-wrapper {
        height: 500px;
    }
    .stores-results.stores-has-results .stores-map-wrapper {
        width: 100%;
    }
    .stores-results.stores-has-results .stores-list {
        width: 100%;
        height: 530px;
        position: relative;
    }
    .stores-results .stores-list {
        display: block;
    }
    .stores-results .stores-list .stores-active-filters {
        margin-left: 0;
    }
    .stores-results .stores-list #stores {
        height: 530px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .stores-results .stores-list .store {
        min-width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .form-store-locator .form-item {
        width: 100%;
    }
    .form-store-locator .form-item select,
    .form-store-locator .form-item input {
        width: 100%;
    }
    .form-store-locator .part-one .form-item {
        margin-top: 15px;
    }
    .form-store-locator button.btn {
        width: 285px;
    }
}
.path-product header.header {
    background: #fff;
}
.top-content-wrapper--product .top-content {
    top: -112px;
}
.btn-arrow {
    border: 2px solid #000;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 95px;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
}
.btn-arrow:before,
.btn-arrow:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-arrow:before {
    background: transparent url(img/chevron-black-bottom.svg) no-repeat center center;
    top: -2px;
}
.btn-arrow:after {
    background: #000 url(img/chevron-white-top.svg) no-repeat center 4px;
    top: 25px;
    transform: rotate(180deg);
}
.btn-arrow:hover:before {
    top: -19px !important;
}
.btn-arrow:hover:after {
    top: -2px !important;
}
.product-sheet-navbar {
    background: #000;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    z-index: 40;
    width: 100%;
}
.product-sheet-navbar.bottom {
    bottom: 0;
}
.product-sheet-navbar ul {
    display: flex;
    justify-content: center;
}
.product-sheet-navbar ul li {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 17px 52px 17px 52px;
    font-size: 24px;
    font-size: 1.5rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-left: 1px solid #d9d9d9;
}
.product-sheet-navbar ul li:last-child {
    border-right: 1px solid #d9d9d9;
}
.product-sheet-navbar ul li .btn-collapse {
    margin-left: 10px;
    right: 0;
}
.product-sheet-navbar ul li.active,
.product-sheet-navbar ul li:hover {
    color: #f48224;
}
.product-sheet-navbar ul li.active .btn-collapse:before,
.product-sheet-navbar ul li:hover .btn-collapse:before {
    top: -19px;
}
.product-sheet-navbar ul li.active .btn-collapse:after,
.product-sheet-navbar ul li:hover .btn-collapse:after {
    top: -2px;
}
@media only screen and (max-width: 991px) {
    .product-sheet-navbar {
        display: none;
    }
}
.product-sheet {
    position: relative;
    padding-top: 85px;
    padding-bottom: 65px;
    margin-left: 60px;
    margin-right: 60px;
}
@media only screen and (max-width: 767px) {
    .product-sheet {
        margin-left: 25px;
        margin-right: 25px;
    }
}
.product-sheet h1 {
    margin-top: 0;
    font-size: 3.25em;
}
.product-sheet h1 small {
    color: #f48224;
}
.product-sheet h2 {
    font-style: normal;
    max-width: 800px;
    padding: 18px 0 14px 70px;
    text-align: left;
    text-transform: uppercase;
    transform: translateX(-60px);
}
.product-sheet .slider-application {
    margin-top: 2rem;
}
.product-sheet__forms-container {
    display: flex;
    flex-wrap: nowrap;
}
.product-sheet__forms-container form {
    max-width: 50%;
}
.product-sheet .btn-full-size {
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    height: min-content;
}
.product-sheet .main .h2 {
    color: #000;
    font-style: normal;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    transform: none;
}
.product-sheet .main .active .description {
    max-height: 500px;
    transition: max-height 0.6s;
}
.product-sheet .main .active .see-more span:first-child {
    display: none;
}
.product-sheet .main .active .see-more .less {
    display: inline-block;
}
.product-sheet .main .active .see-more .btn-arrow {
    transform: rotate(-180deg);
}
.product-sheet .main .attributes {
    background-color: #d9d9d9;
    margin-bottom: 1rem;
    padding: 1rem;
}
@media only screen and (max-width: 1199px) {
    .product-sheet .main .attributes div:nth-child(2) .minimal-attribute {
        border-top: none;
    }
}
.product-sheet .main .attributes .minimal-attribute {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    font-size: 0.75rem;
}
.product-sheet .main .attributes .minimal-attribute label {
    font-weight: bold;
    margin-bottom: 0;
}
.product-sheet .main .attributes .minimal-attribute span {
    font-weight: 300;
}
.product-sheet .main .description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    max-height: 50px;
    transition: max-height 0.6s;
}
.product-sheet .main .slider-selected-picture {
    border: 1px solid #f6f6f6;
    margin-bottom: 1rem;
}
.product-sheet .main .slider-selected-picture div.slick-slide {
    display: flex;
    justify-content: center;
    max-height: 500px;
    outline: none;
}
.product-sheet .main .slider-selected-picture div.slick-slide img {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.product-sheet .main .slider-product-pictures {
    max-width: 171px;
}
.product-sheet .main .slider-product-pictures .slick-slide {
    border: 3px solid #fff;
/*
    height: 52px;
    width: 52px;
*/
    height: 102px;
    width: 102px!important;
    justify-content: center;
    margin-right: 5px;
    overflow: hidden;
}
.product-sheet .main .slider-product-pictures .slick-slide .container-img-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-sheet .main .slider-product-pictures .slick-slide .container-img-slider img {
/*
    max-height: 50px;
    max-width: 50px;
*/
    max-height: 100px;
    max-width: 100px;
    height: auto;
    width: auto;
}
.product-sheet .main .slider-product-pictures .slick-slide.slick-current {
    border: 3px solid #f48224;
}
.product-sheet .main .slider-product-pictures .next,
.product-sheet .main .slider-product-pictures .previous {
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
}
.product-sheet .main .slider-product-pictures .next {
    right: -67px;
}
.product-sheet .main .slider-product-pictures .previous {
    left: unset;
    right: -34px;
}
.product-sheet .main .see-more {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    margin: 25px 0 35px;
    padding-right: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-weight: 600;
    color: #000;
    position: relative;
}
.product-sheet .main .see-more .less {
    display: none;
}
.product-sheet .main .see-more .btn-collapse {
    right: 0;
}
.product-sheet #videos .embedresize {
    margin: auto;
}
.product-sheet #videos .embedresize div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.product-sheet #videos .embedresize iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100% !important;
}
.product-sheet #equipment {
    margin-top: 50px;
}
.product-sheet #equipment .bloc .image img {
    width: 100%;
    height: auto;
}
.product-sheet .bloc-media {
    padding-bottom: 55px;
}
.product-sheet .bloc-media h2 {
    margin-bottom: 25px;
}
.product-sheet .bloc-media .bloc .image {
    text-align: center;
}
.product-sheet .bloc-media .bloc .description {
    position: relative;
    display: flex;
    align-items: stretch;
}
.product-sheet .bloc-media .bloc .description .offset-bloc {
    padding: 40px 20% 20px 45px;
    background: #f6f6f6;
}
.product-sheet .bloc-media .bloc .description .offset-bloc .title {
    font-size: 28px;
    font-size: 1.75rem;
    padding-bottom: 30px;
    font-weight: 300;
    max-width: 300px;
}
.product-sheet .bloc-media .bloc .description .offset-bloc .title strong {
    color: #f48224;
    font-weight: bold;
}
.product-sheet .bloc-media .bloc .description .offset-bloc .resume {
    font-size: 15px;
    font-size: 0.9375rem;
    display: flex;
    padding-bottom: 50px;
}
.product-sheet .bloc-media .bloc .description .offset-bloc .resume:before {
    content: "";
    display: block;
    background: #f48224;
    height: 2px;
    width: 40px;
    margin-right: 10px;
    margin-top: 13px;
}
.product-sheet .bloc-media .bloc .description .offset-bloc .btn-full-size {
    color: #fff;
    width: fit-content;
}
@media only screen and (max-width: 767px) {
    .product-sheet .bloc-media .bloc .description .offset-bloc {
        margin-left: 0;
        margin-top: 20px;
        padding: 0;
    }
}
.product-sheet .slider-application h2 {
    margin-bottom: 30px;
}
.product-sheet .slider-application .next,
.product-sheet .slider-application .previous {
    top: 185px;
}
.product-sheet .slider-application .next {
    right: -21px;
}
.product-sheet .slider-application .previous {
    left: -21px;
}
.product-sheet .slider-application .slick-track {
    height: 400px;
}
.product-sheet .slider-application .slick-track .slick-slide {
    padding-right: 9px;
    padding-left: 9px;
}
.product-sheet .slider-application .slick-track .picture-application {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-sheet .slider-application .slick-track .picture-application.tiny-picture {
    height: 48%;
}
.product-sheet .slider-application .slick-track .picture-application.tiny-picture:first-child {
    margin-bottom: 4%;
}
.product-sheet .slider-application .slick-track .picture-application.big-picture {
    height: 100%;
}
.product-sheet .slide-chart {
    padding-left: 20px;
    padding-right: 20px;
}
.product-sheet .slide-chart .slide-label {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
}
.product-sheet #feature .btn-arrow {
    right: 85px;
}
.product-sheet #feature .features-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .product-sheet #feature .features-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
.product-sheet #feature .features-header .btn-full-size {
    max-width: max-content;
}
.product-sheet #feature .group {
    margin-bottom: 5px;
    cursor: pointer;
}
.product-sheet #feature .group .row {
    display: flex !important;
    padding: 30px 0;
}
.product-sheet #feature .group .container-chart {
    padding-right: 80px;
}
.product-sheet #feature .group .container-chart .chart {
    border: 1px solid #e2e2e2;
    padding: 15px;
}
.product-sheet #feature .group .h3 {
    background: #f48224;
    background: -moz-linear-gradient(56deg, #f48224 0%, #f48224 96%, rgba(255, 196, 37, 0) 96%);
    background: -webkit-linear-gradient(56deg, #f48224 0%, #f48224 96%, rgba(255, 196, 37, 0) 96%);
    background: linear-gradient(56deg, #f48224 0%, #f48224 96%, rgba(255, 196, 37, 0) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f48224",endColorstr="#ffffff",GradientType=1);
    border-bottom: none;
    font-style: normal;
}
@media only screen and (max-width: 991px) {
    .product-sheet #feature .group .h3 {
        background: #f48224;
    }
}
.product-sheet #feature .group.active .h3 {
    font-style: normal;
}
.product-sheet #feature .group.active .h3 .btn-collapse:before {
    top: -19px;
}
.product-sheet #feature .group.active .h3 .btn-collapse:after {
    top: -1px;
}
.product-sheet #feature .group.active .group-inner {
    padding: 3rem;
}
.product-sheet #feature .group.machine .group-inner {
    background: #fff;
    margin-bottom: 0.5rem;
}
.product-sheet #feature .group.machine .feature-line {
    display: flex;
    justify-content: space-between;
    max-width: 55%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(39, 39, 39, 0.2);
}
@media only screen and (max-width: 991px) {
    .product-sheet #feature .group.machine .feature-line {
        max-width: none;
    }
}
.product-sheet #feature .group.machine .feature-line:first-child {
    border-top: 1px solid rgba(39, 39, 39, 0.2);
}
.product-sheet #feature .group.machine .feature-line h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}
.product-sheet #feature .group.machine .feature-line .value {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    font-family: "Fira Sans", sans-serif;
    color: #333;
}
.product-sheet #feature .group .charac-tech-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
}
.product-sheet #feature .group .charac-tech-table.small-only {
    display: none;
}
.product-sheet #feature .group .charac-tech-table thead th {
    padding: 10px;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #f48224;
    background-color: #f6f6f6;
    text-align: left;
    max-width: 160px;
}
.product-sheet #feature .group .charac-tech-table thead th.th-first {
    padding: 0;
    background: none;
}
.product-sheet #feature .group .charac-tech-table tbody td {
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-weight: 600;
    color: #333;
    text-align: right;
    border-bottom: solid 1px #f6f6f6;
}
.product-sheet #feature .group .charac-tech-wrapper {
    position: relative;
}
.product-sheet #feature .group .charac-tech-scroller {
    width: 90%;
    margin-left: 20%;
    padding-bottom: 5px;
    overflow-x: auto;
    overflow-y: visible;
}
.product-sheet #feature .group .charac-tech-scroller::-webkit-scrollbar {
    height: 6px;
    border-radius: 5px;
}
.product-sheet #feature .group .charac-tech-scroller::-webkit-scrollbar-track {
    background: #fff;
}
.product-sheet #feature .group .charac-tech-scroller::-webkit-scrollbar-thumb,
.product-sheet #feature .group .charac-tech-scroller::-webkit-scrollbar-thumb:hover {
    background: #000;
    border-radius: 3px;
}
.product-sheet #feature .group .charac-tech-table .charac-tech-sticky-col {
    width: 20%;
    left: 0;
    position: absolute;
    top: auto;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    background-color: #f6f6f6;
    border-left: solid 1px #f6f6f6;
    border-right: solid 1px #f6f6f6;
}
.product-sheet #feature .group .charac-tech-mobile {
    display: none;
    border: 1px solid #d9d9d9;
}
.product-sheet #feature .group .charac-tech-mobile h4 {
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #f48224;
    background-color: #f6f6f6;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    padding-right: 20px;
    position: relative;
}
.product-sheet #feature .group .charac-tech-mobile h4 .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    background: transparent url(img/chevron-red-right.svg) no-repeat center center;
    transform: rotate(90deg);
}
.product-sheet #feature .group .charac-tech-mobile .feature-line {
    -webkit-transition: max-height 400ms ease-in-out;
    transition: max-height 400ms ease-in-out;
    max-height: 0;
    overflow: hidden;
}
.product-sheet #feature .group .charac-tech-mobile .feature-line.active {
    -webkit-transition: max-height 800ms ease-in-out;
    transition: max-height 800ms ease-in-out;
    max-height: 3000px;
}
.product-sheet #feature .group .charac-tech-mobile .feature-line > div {
    display: flex;
    justify-content: space-between;
}
.product-sheet #feature .group .charac-tech-mobile .feature-line .label,
.product-sheet #feature .group .charac-tech-mobile .feature-line .value {
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #333;
}
.product-sheet #feature .group .charac-tech-mobile .feature-line .label {
    width: 130px;
    background-color: #f6f6f6;
}
.product-sheet #feature .group .charac-tech-mobile .feature-line .value {
    font-weight: 600;
    text-align: right;
}
.product-sheet #feature .group .h3 {
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    margin: 0;
    padding: 15px 140px 12px 120px;
    position: relative;
    transition: font-weight 0.3s ease, font-style 0.5s ease;
}
@media only screen and (max-width: 767px) {
    .product-sheet #feature .group .h3 {
        padding: 15px 10px 15px 80px;
    }
    .product-sheet #feature .group .h3 .btn-collapse {
        right: 25px;
    }
    .product-sheet #feature .group .h3::before {
        left: 25px;
        width: 40px;
    }
}
.product-sheet #attachments h2 {
    margin-top: 70px;
}
.product-sheet #attachments .slider-attachments a {
    height: 240px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    position: relative;
    margin: 40px 10px 40px 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    outline: none;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-sheet #attachments .slider-attachments a h3 {
    display: flex;
    align-items: flex-end;
    min-height: 80px;
    padding: 0 37px 19px 37px;
    font-size: 19px;
    font-size: 1.1875rem;
    font-size: 21px;
    font-size: 1.3125rem;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}
.product-sheet #attachments .slider-attachments a .img-wrap {
    height: 90px;
    text-align: center;
    position: relative;
}
.product-sheet #attachments .slider-attachments a img {
    display: block;
    width: auto;
    height: 100px;
    margin: 0 auto;
}
.product-sheet #attachments .slider-attachments a:after {
    display: block;
    content: "";
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f48224;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-sheet #attachments .slider-attachments a:hover {
    bottom: 7px;
}
.product-sheet #attachments .slider-attachments a:hover:after {
    width: 42%;
}
.product-sheet #services {
    margin-top: 50px;
    margin-bottom: 20px;
}
.product-sheet #services .services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product-sheet #services .services .service-container {
    display: block;
    width: 175px;
    margin: 10px 0 0 15px;
    background: #fff;
    position: relative;
    border: solid 1px #d9d9d9;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-sheet #services .services .service-container .bloc-service {
    width: 100%;
    padding: 20px;
}
.product-sheet #services .services .service-container .bloc-service .picto-service {
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 10px 0;
}
.product-sheet #services .services .service-container .bloc-service h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 22px;
    font-size: 1.375rem;
    height: 2.5rem;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.product-sheet #services .services .service-container .bloc-service .subtitle {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    min-height: 100px;
}
.product-sheet #services .services .service-container .bloc-service .more-about {
    display: flex;
    width: 35px;
    padding-right: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f48224;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-sheet #services .services .service-container .bloc-service .more-about > span {
    display: flex;
    align-items: center;
    width: 175px;
    height: 35px;
    padding-left: 10px;
    font-style: italic;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    margin-left: 15px;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.product-sheet #services .services .service-container .bloc-service .more-about:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f48224 url(img/chevron-white-top.svg) no-repeat center center;
    transform: rotate(90deg);
}
.product-sheet #services .services .service-container:after {
    content: "";
    background: #f48224;
    display: block;
    bottom: -3px;
    width: 100%;
    height: 3px;
}
.product-sheet #services .services .service-container:hover {
    margin-bottom: 10px;
    margin-top: 0;
}
.product-sheet #services .services .service-container:hover .more-about {
    width: 100%;
}
.product-sheet #services .services .service-container:hover .more-about span {
    opacity: 1;
    margin-left: 0;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}
.product-sheet #markets {
    margin-top: 70px;
}
.product-sheet #markets .slider-markets {
    margin-top: 25px;
    margin-bottom: 40px;
}
.product-sheet #markets .slider-markets .previous {
    left: -15px;
    bottom: 36px;
    top: unset;
}
.product-sheet #markets .slider-markets .next {
    right: -18px;
    top: 40%;
}
.product-sheet #markets .slider-markets .slick-track {
    min-width: 100% !important;
}
.product-sheet #markets .slider-markets .slick-track .col-md-2 {
    padding-bottom: 3px;
}
.product-sheet #markets .slider-markets .slick-track .col-md-2 .market-bloc {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.product-sheet #markets .slider-markets .slick-track .col-md-2 .market-bloc:after {
    content: "";
    display: block;
    height: 3px;
    width: 90%;
    background: #f48224;
    position: absolute;
    right: 0;
    bottom: -3px;
}
.product-sheet #markets .slider-markets .slick-track .col-md-2 .market-bloc h3 {
    color: #fff;
    font-style: italic;
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    padding-left: 5px;
}
.product-sheet #markets .slider-markets .slick-track .col-md-2 .market-bloc h3:before {
    content: "";
    display: block;
    height: 3px;
    width: 18px;
    background: #f48224;
    position: absolute;
    left: -20px;
    bottom: 5px;
}
.product-sheet .previous,
.product-sheet .next {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    z-index: 5;
    background-color: #000;
    cursor: pointer;
    position: relative;
}
.product-sheet .previous:before,
.product-sheet .next:before {
    content: "";
    display: block;
    background: url(img/chevron-white-top.svg) no-repeat center center;
    transform: rotate(-90deg);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product-sheet .next {
    left: unset;
}
.product-sheet .next:before {
    transform: rotate(90deg);
}
.product-sheet ul.slick-dots {
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.product-sheet ul.slick-dots li {
    margin: 20px 5px 20px 5px;
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #363636;
    cursor: pointer;
}
.product-sheet ul.slick-dots li:only-child {
    display: none;
}
.product-sheet ul.slick-dots li.slick-active {
    background: #f48224;
    border-color: #f48224;
}
.product-sheet ul.slick-dots li button {
    display: none;
}
.container-bg {
    background: #f6f6f6;
}
@media only screen and (max-width: 1199px) {
    .product-sheet .bloc-media .bloc .description {
        padding: 40px 20px 20px 20px;
    }
    .product-sheet #feature .features-header .btn-full-size {
        max-width: 260px;
        height: auto;
    }
    .product-sheet #feature .next {
        right: -5px;
    }
    .product-sheet .main .h2 {
        display: block;
    }
    .product-sheet .main .h2::before {
        bottom: auto;
        top: 20px;
    }
    .product-sheet .main .slider-selected-picture div.slick-slide {
        min-height: 500px;
        align-items: center;
    }
    .product-sheet .main .slider-selected-picture div.slick-slide img  {
        height: auto;
        width: 100%;
        max-width: 90%;
    }
    .product-sheet #videos .embedresize iframe {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 991px) {
    .services {
        justify-content: flex-start;
    }
    .product-sheet #feature .group .h3 {
        padding: 12px 20px 12px 30px;
    }
    .product-sheet #feature .group .h3::before {
        width: 20px;
        left: 0px;
    }
    .product-sheet #feature .btn-arrow {
        right: 5px;
    }
    .product-sheet #videos .embedresize iframe {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
    .charac-tech-wrapper {
        display: none;
    }
    .product-sheet #feature .group .charac-tech-mobile {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .product-banner.top-content .title:before {
        left: -35px;
        bottom: 8px;
    }
    .product-banner.top-content .category-title {
        font-size: 22px;
        font-size: 1.375rem;
        margin-left: 0;
        padding-left: 10px;
    }
    .product-banner.top-content .category-title:after {
        border-bottom-width: 53px;
        border-right-width: 30px;
    }
    .product-banner + .container-bg-grey {
        width: auto;
        margin-left: 0;
        margin-right: 15px;
        padding-left: calc(8.33333% + 35px);
    }
    .product-banner + .container-bg-grey .product-list-filter .filters-header {
        padding-left: 0;
    }
    .product-banner.top-content .product-breadcrumb {
        right: 15px;
        left: 0;
        width: auto;
        padding-left: 10px;
    }
    .product-banner.top-content .product-breadcrumb ol {
        line-height: 27px;
    }
    .product-banner.top-content .product-breadcrumb:after {
        border-bottom-width: 27px;
        border-right-width: 13px;
    }
    .wrapper--features {
        margin-top: 2rem;
    }
    .wrapper--features > .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .product-sheet {
        padding-top: 15px;
    }
    .product-sheet .h1 {
        font-size: 40px;
        padding-top: 30px;
    }
    .product-sheet #videos .embedresize iframe {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 575px) {
    .product-sheet #services .services {
        margin: 0 -37px;
    }
    .product-sheet #services .services .service-container {
        width: calc((100% - 8px) / 2);
        min-width: 150px;
        margin: 10px 2px 0;
    }
    .product-sheet #services .services .service-container .bloc-service h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.product-sheet-main form {
    background-color: transparent;
    padding: 0;
    margin-bottom: 2rem;
    margin-left: 0;
}
.product-sheet-main .text-icon-link .icon-shield-check {
    color: #000;
}
.path-products header.header {
    background: #fff;
}
.product-list-filter-container {
    margin-top: 2em;
}
.container-bg-grey {
    width: 100%;
    background: #f6f6f6;
    padding: 20px;
}
.container-bg-grey form.row {
    margin-left: -50px;
    margin-right: -50px;
}
.container-bg-grey .product-list-filter form {
    margin: 1em 0 0 0;
    max-width: 100%;
    padding: 20px;
}
.container-bg-grey .product-list-filter form .form-item-range {
    padding: 0;
}
.container-bg-grey .product-list-filter .filters-header {
    display: flex;
    justify-content: space-between;
}
.container-bg-grey .product-list-filter .filters-header .results-bloc {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
}
.container-bg-grey .product-list-filter .filters-header .results-bloc strong {
    font-weight: bold;
    font-style: italic;
    color: #f48224;
}
.container-bg-grey .product-list-filter .filters-header .btn-collapse {
    cursor: pointer;
    margin-left: 30px;
}
.container-bg-grey .product-list-filter .filters-header .btn-collapse:before {
    content: "";
    background: transparent url(img/chevron-black-bottom.svg) no-repeat center center;
    display: block;
}
.container-bg-grey .product-list-filter .filters-header .collapse-bloc {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 30px;
}
.container-bg-grey .product-list-filter .filters-header .collapse-bloc .btn-collapse {
    right: 0;
}
.container-bg-grey .product-list-filter .filters-header .collapse-bloc .hide {
    display: none;
}
.container-bg-grey .product-list-filter .filters-header .collapse-bloc .show {
    display: block;
}
.container-bg-grey .product-list-filter .filters-header .collapse-bloc.active .show {
    display: none;
}
.container-bg-grey .product-list-filter .filters-header .collapse-bloc.active .hide {
    display: block;
}
@media only screen and (max-width: 575px) {
    .container-bg-grey .product-list-filter .filters-header {
        display: block;
    }
    .container-bg-grey .product-list-filter .filters-header .results-bloc {
        display: block;
        margin: 0 0 25px 0;
    }
}
.container-bg-grey .product-list-filter .form-item-range {
    display: block;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.container-bg-grey .product-list-filter .form-item-range label {
    display: block;
}
.container-bg-grey .product-list-filter fieldset.form-group {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid #e2e2e2;
}
.container-bg-grey .product-list-filter form > .form-item legend,
.container-bg-grey .product-list-filter form > .form-item label {
    padding-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}
.container-bg-grey .product-list-filter form > .form-item .fieldset-wrapper .form-checkboxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.container-bg-grey .product-list-filter form > .form-item .fieldset-wrapper .form-checkboxes .form-checkbox {
    height: 20px;
    width: 20px;
    opacity: 0;
    position: absolute;
}
.container-bg-grey .product-list-filter form > .form-item .fieldset-wrapper .form-checkboxes .form-checkbox + label {
    display: flex;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 30px;
    padding-top: 3px;
    position: relative;
    font-weight: normal;
}
.container-bg-grey .product-list-filter form > .form-item .fieldset-wrapper .form-checkboxes .form-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: block;
    background: #fff;
    border: 1px solid #f48224;
    height: 20px;
    width: 20px;
    border-radius: 0;
}
.container-bg-grey .product-list-filter form > .form-item .fieldset-wrapper .form-checkboxes .form-checkbox + label.checked {
    font-weight: bold;
}
.container-bg-grey .product-list-filter form > .form-item .fieldset-wrapper .form-checkboxes .form-checkbox + label.checked:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    height: 14px;
    width: 14px;
    display: block;
    background: #f48224;
    border-radius: 0;
}
.container-bg-grey .product-list-filter .container-range {
    margin-top: 15px;
    padding-left: 51px;
    padding-right: 51px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    border-right: 1px solid #e2e2e2;
}
.container-bg-grey .product-list-filter .container-range .container-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 15px;
}
.container-bg-grey .product-list-filter .container-range .container-input .form-item {
    display: flex;
    max-width: 45%;
}
.container-bg-grey .product-list-filter .container-range .container-input .form-item input {
    max-width: 80%;
    height: 30px;
    border: 1px solid #d9d9d9;
}
.container-bg-grey .product-list-filter .container-range .container-input .form-item div.unit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f48224;
    color: #fff;
    margin-right: 20px;
    height: 100%;
    width: 30px;
    min-width: 30px;
    font-weight: normal;
    font-style: italic;
}
.container-bg-grey .product-list-filter .container-range .noUi-horizontal {
    height: 6px;
    margin-bottom: 25px;
}
.container-bg-grey .product-list-filter .container-range .noUi-horizontal .noUi-connect {
    background: #f48224;
}
.container-bg-grey .product-list-filter .container-range .noUi-horizontal .noUi-handle {
    background: #000;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: none;
    border: none;
    top: -5px;
    right: -13px;
}
.container-bg-grey .product-list-filter .container-range .noUi-horizontal .noUi-handle:before,
.container-bg-grey .product-list-filter .container-range .noUi-horizontal .noUi-handle:after {
    content: none;
}
.container-bg-grey .product-list-filter .container-submit {
    padding-right: 0;
    padding-left: 0;
}
.container-bg-grey .product-list-filter .container-submit .btn-medium {
    background-color: #f48224;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.container-bg-grey .product-list-filter .container-submit .btn-medium:after {
    display: none;
}
.container-bg-grey .product-list-filter .container-submit .btn-medium input.form-submit {
    color: #000;
    margin-bottom: 0;
}
.container-bg-grey .product-list-filter .container-submit .btn-medium .btn-red-square {
    display: none;
    right: 43%;
}
@media only screen and (max-width: 991px) {
    .container-bg-grey .product-list-filter .container-submit .btn-medium .btn-red-square {
        right: 40%;
    }
}
@media only screen and (max-width: 767px) {
    .container-bg-grey .product-list-filter .container-submit .btn-medium .btn-red-square {
        right: 35%;
    }
}
.container-bg-grey .product-list-filter .container-submit .btn-medium .form-submit {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    cursor: pointer;
}
.container-bg-grey .active .collapse-bloc .show {
    display: none;
}
.container-bg-grey .active .collapse-bloc .hide {
    display: block;
}
.container-bg-grey .active .collapse-bloc .btn-collapse:before {
    background: #f48224 url(img/chevron-white-top.svg) no-repeat center 38%;
}
.btn-submit-filters {
    padding: 0 !important;
    position: relative;
}
.btn-submit-filters .ajax-progress {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 12px;
    line-height: 0.75rem;
    position: absolute;
    left: 45px;
    top: 8px;
    bottom: 0;
    margin: auto;
}
.product-list-products {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
.product-list-products .row {
    align-items: stretch;
}
.product-list-products .product-thumbnail {
    display: block;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0 20px 50px 20px;
}
.product-list-products .product-thumbnail:hover {
    box-shadow: 0px 0px 5px 0px rgba(255, 196, 37, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 196, 37, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 196, 37, 0.75);
}
@media (max-width: 600px) {
    .product-list-products .product-thumbnail {
        margin: 30px 0 0 0;
    }
}
.product-list-products .product-thumbnail .container-image {
    display: inline-block;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
}
.product-list-products .product-thumbnail .container-image .img-thumbnail {
    display: block;
    max-height: 163px;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.product-list-products .product-thumbnail .attributes {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .product-list-products .product-thumbnail .attributes div:nth-child(2) .minimal-attribute {
        border-top: none;
    }
}
.product-list-products .product-thumbnail .attributes .minimal-attribute {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-left: 18px;
    margin-right: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
}
.product-list-products .product-thumbnail .attributes .minimal-attribute label {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    width: 50%;
}
.product-list-products .product-thumbnail .attributes .minimal-attribute span {
    color: #000;
    font-weight: 300;
    padding-left: 10px;
    text-align: right;
}
.product-list-products .product-thumbnail .info-product {
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-list-products .product-thumbnail .info-product h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #000;
    margin-bottom: 0;
    padding: 18px;
}
.product-list-products .product-thumbnail .info-product h2:before {
    display: none;
}
.product-list-products .product-thumbnail .info-product .range-title {
    margin-bottom: 30px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 300;
}
.product-list-products .product-thumbnail .info-product .range-title span.red {
    color: #f48224;
    padding-right: 4px;
}
.product-list-products .product-thumbnail .info-product .range-title:before {
    content: "";
    display: inline-block;
    background: #f48224;
    height: 3px;
    width: 20px;
    margin-right: 5px;
    margin-bottom: 3px;
}
.product-list-products .product-thumbnail .info-product .more-about {
    background: #f48224;
    bottom: 0;
    color: #000;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}
.product-list-products .product-thumbnail .info-product .more-about > span {
    display: block;
    align-items: center;
    color: #000;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 7px 40px 7px 10px;
    text-align: right;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    width: 100%;
}
.product-list-products .product-thumbnail .info-product .more-about:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
    top: auto;
    background: #f48224 url(img/chevron-black-bottom.svg) no-repeat center center;
    transform: rotate(-90deg);
    z-index: 2;
}
.product-list-products .product-thumbnail:hover .info-product .more-about {
    transform: translateX(-27%);
}
.product-list-products .product-thumbnail:hover .info-product .more-about span {
    opacity: 1;
    margin-left: 0;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}
@media only screen and (max-width: 1199px) {
    .container-bg-grey form.row {
        margin-right: -40px;
    }
}
@media only screen and (max-width: 991px) {
    .container-bg-grey .product-list-filter .container-range .noUi-horizontal .noUi-handle-upper {
        right: 0;
    }
}
.form-contact {
    padding: 70px 0;
}
.form-contact .form-item {
    padding: 15px 0;
}
.form-contact fieldset,
.form-contact legend {
    margin: 0;
}
.form-contact input[type="text"],
.form-contact select {
    width: 100%;
}
.form-contact label,
.form-contact .fieldset-legend {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.form-contact .field-required .fieldset-legend::after,
.form-contact .field-required .js-form-type-textfield > label::after,
.form-contact .field-required .js-form-type-select > label::after,
.form-contact .form-required::after,
.form-contact span.field-required::before {
    content: "*";
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    color: #f48224;
    font-size: 16px;
    font-size: 1rem;
}
.form-contact span.field-required {
    color: red;
    font-weight: 700;
}
.form-contact .radios-button .js-form-type-radio {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
    padding: 0;
}
.form-contact .form-checkbox.error {
    color: #f48224;
}
.form-contact .form-item--error-message {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #f48224;
}
.form-contact .two-field {
    display: flex;
    justify-content: space-between;
}
.form-contact .two-field .form-item {
    width: 47%;
}
.form-contact .step {
    max-height: 1000px;
    margin: 80px 0 50px;
    padding: 30px 70px 135px;
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.form-contact .step:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.form-contact .step .step-title {
    display: flex;
    width: 95%;
    padding-left: 30px;
    position: absolute;
    top: -30px;
    left: 5%;
    z-index: 2;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 300;
    text-transform: uppercase;
    transition: top 0.5s ease, bottom 0.5s ease;
}
.form-contact .step .step-title:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #f48224;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form-contact .step .step-title:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(img/arrow-select.svg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}
.form-contact .step .step-title span {
    display: inline-block;
    margin-left: 6px;
    font-weight: 600;
    text-transform: initial;
}
.form-contact .step .step-title .slash {
    color: #f48224;
    margin: 0 2px;
}
.form-contact .step .step-btn {
    width: calc(100% + 2px);
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: -1px;
    background-color: #f48224;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
}
.form-contact .step .step-btn .btn {
    height: 40px;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
}
.form-contact .step .step-btn .btn-red-square {
    height: 40px;
    position: relative;
    top: 30px;
}
.form-contact .step .step-btn .btn-red-square::before {
    color: #000;
}
.form-contact .step .btn-medium:hover {
    transform: translate(0%, 0%);
}
.form-contact .step#step-2 .btn-add-product {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 20px 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #000;
    background-color: #ededed;
    position: relative;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.form-contact .step#step-2 .btn-add-product.hide {
    opacity: 0;
    height: 0;
}
.form-contact .step#step-2 .btn-add-product .btn-arrow {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 0 0 0 15px;
}
.form-contact .step#step-2 #add-product {
    position: relative;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.form-contact .step#step-2 #add-product.close {
    max-height: 0;
    padding: 0;
}
.form-contact .step#step-2 #add-product .h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 300;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    margin: 25px 0 50px;
}
.form-contact .step#step-2 #add-product .h2:before {
    width: 22px;
    height: 22px;
    bottom: -15px;
    left: -20px;
    background-size: 100%;
    transform: rotate(-90deg);
}
.form-contact .step#step-2 #add-product .btn-remove-product {
    padding-right: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-transform: inherit;
    background: none;
    position: absolute;
    right: -40px;
    top: 3px;
    z-index: 21;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.form-contact .step#step-2 #add-product .btn-remove-product:after {
    content: "˟";
    width: 20px;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
    text-align: center;
    color: #fff;
    background-color: #f48224;
}
.form-contact .step#step-3 {
    padding: 0 0 39px 0;
    border: 0;
}
.form-contact .step#step-3 .form-store-locator-title {
    display: none;
}
.form-contact .step#step-3 .store-locator-form-wrapper {
    padding: 60px;
    max-width: 740px;
}
.form-contact .step#step-3 .store-locator-form-wrapper input[type="text"],
.form-contact .step#step-3 .store-locator-form-wrapper select {
    width: auto;
}
.form-contact .step#step-3 .form-store-locator .part-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-contact .step#step-3 .form-store-locator .part-one input {
    min-width: auto;
}
.form-contact .step#step-3 #edit-part-two {
    display: flex;
    justify-content: space-between;
}
.form-contact .step#step-3 .form-store-locator .part-two .js-form-type-select {
    width: 45%;
}
.form-contact .step#step-3 .form-store-locator .part-two .js-form-type-select select {
    width: 100%;
}
.form-contact .step#step-3 .form-store-locator button.btn {
    width: 100%;
    margin-top: 15px;
}
.form-contact .step#step-3 .stores-map-wrapper {
    height: 550px;
}
.form-contact .step#step-3 .stores-results {
    margin: 0;
}
.form-contact .step#step-3 .stores-results.stores-has-results .stores-map-wrapper {
    width: 65%;
}
.form-contact .step#step-3 .stores-results .stores-list {
    width: 38%;
}
.form-contact .step#step-3 .stores-results .stores-list #stores {
    height: 430px;
}
.form-contact .step#step-3 .stores-results .stores-list .stores-active-filters {
    margin-left: 22px;
}
.form-contact .step#step-3 .stores-results .stores-list .store {
    position: relative;
    padding: 20px 20px 20px 50px;
}
.form-contact .step#step-3 .stores-results .stores-list .store:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 22px;
    background-color: #ededed;
}
.form-contact .step#step-3 .stores-results .stores-list .store .store-tools {
    justify-content: flex-start;
}
.form-contact .step#step-3 .stores-results .stores-list .store .store-tools a,
.form-contact .step#step-3 .stores-results .stores-list .store .store-tools button {
    display: none;
}
.form-contact .step#step-3 .stores-results .stores-list .store .store-tools .store-choose {
    display: block;
}
.form-contact .step#step-3 .stores-results .stores-list .store .store-tools .store-choose > div {
    display: none;
}
.form-contact .step#step-3 .stores-results .stores-list .store .store-tools .store-choose label {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 29px !important;
    color: #f48224;
    line-height: 21px;
    line-height: 1.3125rem;
}
.form-contact .step#step-3 .disabled {
    opacity: 0.3;
    pointer-events: none;
}
.form-contact .step#step-3 .disabled .btn {
    color: rgba(255, 255, 255, 0.22);
}
.form-contact .step#step-3 .disabled .btn-red-square:before {
    opacity: 0.3;
}
.form-contact .step.not-valid-step {
    border: 1px solid #f48224;
}
.form-contact .step.not-valid-step .field-not-valid {
    border: 1px solid #f48224;
}
.form-contact .step.not-valid-step label.field-not-valid {
    border: none;
    color: #f48224;
}
.form-contact .step.not-valid-step input[type="checkbox"] + label::before {
    border-color: #f48224;
}
.form-contact .hide,
.form-contact .close {
    max-height: 0;
    padding: 0 70px;
    margin: 0 0 2px 0;
    overflow: hidden;
}
.form-contact .close {
    max-height: 45px;
}
.form-contact .close:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.form-contact .close.hide {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0;
}
.form-contact .close.hide:before {
    display: none;
}
.form-contact .close .step-title {
    display: flex;
    align-items: center;
    height: 100%;
    top: auto;
    bottom: auto;
    margin: auto;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    cursor: pointer;
}
.form-contact .close .step-title:after {
    visibility: visible;
    opacity: 1;
}
.form-contact .close .step-btn {
    visibility: hidden;
    opacity: 0;
}
.form-contact .open,
.form-contact .current-step {
    max-height: 3000px;
}
.confirmation {
    padding: 100px 0 200px;
    text-align: center;
}
.confirmation .text {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 300;
}
.confirmation .text span {
    color: #f48224;
    font-weight: 600;
    font-style: italic;
}
.confirmation .text p {
    margin: 8px 0 12px;
}
.confirmation .btn {
    margin-top: 35px;
}
@media only screen and (max-width: 1199px) {
    .form-contact .step#step-3 .step {
        padding: 30px 75px 80px;
    }
    .form-contact .step#step-3 .store-locator-form-wrapper {
        padding: 40px 30px;
    }
    .form-contact .step#step-3 .form-store-locator .part-one {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991px) {
    .form-contact .step {
        padding: 30px 50px 80px;
    }
    .form-contact .step#step-2 #add-product .btn-remove-product {
        right: 0;
    }
    .form-contact .step#step-3 .store-locator-form-wrapper {
        padding: 40px 30px;
    }
    .form-contact .step#step-3 .form-store-locator .part-one {
        flex-wrap: wrap;
    }
    .form-contact .step#step-3 .stores-results.stores-has-results .stores-map-wrapper {
        width: 100%;
    }
    .stores-results .stores-list #stores {
        justify-content: flex-start;
    }
    .form-contact .step#step-3 .stores-results .stores-list {
        width: 100%;
    }
    .form-contact .step#step-3 .stores-results .stores-list .store {
        margin: -2px 0 0 30px;
    }
    .form-contact .step#step-3 .stores-results .stores-list .stores-active-filters {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .form-contact .step {
        padding: 30px 20px 80px;
    }
    .form-contact .step#step-2 #add-product .h2 {
        padding-left: 20px;
    }
    .form-contact .step#step-2 #add-product .h2:before {
        left: 0;
    }
    .form-contact .two-field {
        display: block;
    }
    .form-contact .two-field .form-item {
        width: 100%;
    }
    .form-contact .step#step-3 .form-store-locator .part-one {
        display: block;
    }
    .form-contact .step#step-3 .form-item-city-zipcode {
        width: 100%;
    }
    .form-contact .step#step-3 #edit-part-two {
        display: block;
    }
    .form-contact .step#step-3 .form-store-locator .part-two .js-form-type-select {
        width: 100%;
    }
    .form-contact .step#step-3 .store-locator-form-wrapper {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 575px) {
    .form-contact .step {
        padding: 0px 20px 50px;
    }
    .form-contact .step .step-title {
        width: calc(100% - 10px);
        left: 10px;
        padding-left: 20px;
        top: -50px;
        font-size: 12px;
        font-size: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .form-contact .step .step-title .recap {
        font-size: 0;
    }
    .form-contact .step .step-title .recap span {
        display: inline-block;
        font-size: 12px;
        font-size: 0.75rem;
        margin-left: 0;
    }
    .form-contact .step .step-title::before {
        width: 10px;
        left: -5px;
    }
    .form-contact .step.close .step-title {
        top: 0;
    }
    .form-contact .step .step-title:before {
        width: 15px;
    }
    .form-contact .step#step-2 #add-product .btn-remove-product {
        text-indent: -999px;
    }
    .form-contact .step#step-2 #add-product .btn-remove-product:after {
        text-indent: 0;
    }
    .form-contact .step#step-3 .store-locator-form-wrapper {
        padding: 40px 10px;
    }
}
.page-sitemap .menu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 90px;
}
.page-sitemap .menu > li {
    width: 33.33333%;
}
.page-sitemap .menu > li > a {
    font-weight: bold;
}
.page-sitemap .menu > li li {
    padding-left: 20px;
}
.page-sitemap .menu.larger > li {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .page-sitemap .menu > li,
    .page-sitemap .menu.larger > li {
        width: 100%;
        padding-bottom: 30px;
    }
}
.path-ad-portal .views-col {
    max-width: none;
}
@media (max-width: 1000px) {
    .path-ad-portal .views-row {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
    }
    .path-ad-portal .views-col {
        flex: 0 0 50%;
    }
}
@media (max-width: 650px) {
    .path-ad-portal .views-col {
        flex: 0 0 100%;
        padding: 0;
    }
    .path-ad-portal .views-col a {
        border: 1px solid #cccccc;
        margin: 1rem 0;
    }
}
.path-ad-portal .views-view-grid {
    margin-bottom: 2rem;
}
@media (max-width: 860px) {
    .path-ad-portal .views-exposed-form {
        flex-wrap: wrap;
        justify-content: center;
    }
    .path-ad-portal .views-exposed-form .js-form-item {
        margin-bottom: 15px;
    }
    .path-ad-portal .views-exposed-form .js-form-submit {
        min-width: 90px;
    }
}
#views-exposed-form-marketing-materials-marketing-materials-archive-page {
    display: flex;
    max-width: none;
    margin-top: 2rem;
    width: 100%;
}
#views-exposed-form-marketing-materials-marketing-materials-archive-page div {
    margin-right: 3rem;
}
#views-exposed-form-marketing-materials-marketing-materials-archive-page #edit-submit-marketing-materials {
    margin-bottom: 0;
    padding: 0.45rem;
}
.marketing-material {
    color: #000;
    display: block;
    padding: 2rem 1rem 3rem 1rem;
    text-align: center;
}
.marketing-material__image {
    height: 200px;
    margin-bottom: 1rem;
    overflow: hidden;
    width: 100%;
}
.marketing-material__btn {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    margin: 1rem auto 0 auto;
    font-weight: bold;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
}
.marketing-material:hover .marketing-material__btn {
    background-color: #000;
    color: #fff;
}
.node-news-item {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.news-item-full__image {
    margin: 60px 0 0 0;
}
.about-opening {
    background: url(../../../../themes/custom/gehl_theme/assets/dist/images/about-header.jpg) #649bd4;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1111px;
    padding-top: 200px;
}
@media (min-width: 1850px) {
    .about-opening {
        background-position: top;
    }
}
@media only screen and (max-width: 767px) {
    .about-opening {
        background-position: bottom;
        background-size: contain;
    }
}
@media (max-width: 900px) {
    .about-opening {
        padding-top: 5rem;
    }
}
@media (max-width: 706px) {
    .about-opening {
        padding-top: 4rem;
        min-height: 680px;
    }
}
.about-opening h1 {
    color: #000;
    font-size: 40px;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}
.about-opening h1 span {
    color: #f48224;
}
.about-opening p {
    text-align: center;
}
.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    height: auto;
    margin: 30px 2rem 30px 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btn:after {
    background: #f48224;
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.3s ease-in-out;
    width: 56px;
    z-index: -1;
}
.btn:hover:after {
    width: 100%;
}
.btn:focus {
    outline: none;
}
.btn--white {
    background-color: #fff;
    color: #000;
    padding: 20px;
}
.btn--angled {
    padding-right: 60px;
}
.btn--angled.btn--white {
    background: #fff;
    background: -moz-linear-gradient(76deg, #fff 88%, rgba(255, 255, 255, 0) 88%);
    background: -webkit-linear-gradient(76deg, #fff 88%, rgba(255, 255, 255, 0) 88%);
    background: linear-gradient(76deg, #fff 88%, rgba(255, 255, 255, 0) 88%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF",GradientType=1);
}
.btn--angled.btn--white:hover {
    background: #000;
    background: -moz-linear-gradient(76deg, #000 88%, rgba(0, 0, 0, 0) 88%);
    background: -webkit-linear-gradient(76deg, #000 88%, rgba(0, 0, 0, 0) 88%);
    background: linear-gradient(76deg, #000 88%, rgba(0, 0, 0, 0) 88%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    color: #fff;
}
.btn-medium {
    color: #000;
    height: auto;
    padding: 15px 20px 15px 20px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-size: 0.8125rem;
}
.btn-medium:hover {
    transform: translate(3%, 0%);
}
.btn-medium:hover .btn-red-square:before {
    transform: translate(0%, -50%);
    left: 0;
}
.btn-large {
    color: #000;
    height: auto;
    padding: 15px 20px 15px 20px;
    position: relative;
    z-index: 1;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: -50px;
    padding: 15px;
}
.btn-large:hover {
    transform: translate(3%, 0%);
}
.btn-large:hover .btn-red-square:before {
    transform: translate(0%, -50%);
    left: 0;
}
.btn-back-white {
    color: #000;
    height: auto;
    padding: 15px 20px 15px 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: solid 1px #000;
    padding-right: 40px;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.btn-back-white:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #f48224;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-back-white:hover:before {
    width: 100%;
}
.btn-without-back {
    background: none;
    padding-right: 40px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.btn-without-back:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #f48224;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-without-back:hover:before {
    width: 100%;
}
.btn-red-square {
    color: #fff;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f48224;
    overflow: hidden;
}
.btn-red-square:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(img/arrow-white.svg);
    background-size: 35px 8px;
    width: 60px;
    height: 8px;
    left: -30%;
    background-repeat: repeat-x;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
    .btn-back-white {
        height: auto;
        line-height: 13px;
        line-height: 0.8125rem;
    }
}
.button-slant {
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-flex;
    font-family: "Teko", sans-serif;
    line-height: 1;
    max-height: 100px;
    max-width: 250px;
    min-width: 100px;
    text-transform: uppercase;
}
.button-slant svg {
    height: 100%;
}
.button-slant__text {
    align-items: center;
    display: flex;
    padding: 10px 30px;
    text-align: center;
}
.button-slant__text,
.button-slant__slant {
    transition: 0.3s ease-in-out;
}
.button-slant--white .button-slant__text {
    background-color: #fff;
    color: #000;
}
.button-slant--white .button-slant__slant {
    color: #fff;
    width: 36px;
}
.button-slant--white:hover .button-slant__text {
    background-color: #000;
    color: #fff;
}
.button-slant--white:hover .button-slant__slant {
    color: #000;
}
.breadcrumb {
    background-color: #000;
    font-size: 0.875rem;
    padding: 0.35rem 0.35rem 0.35rem 15px;
    position: relative;
    z-index: 20;
    text-transform: none;
    width: 56%;
}
.breadcrumb ol {
    display: flex;
}
.breadcrumb ol li {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb ol li:last-child:after {
    background: none;
}
.breadcrumb ol li:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    padding-right: 10px;
    padding-left: 10px;
    background: url(img/chevron-white-bottom.svg) no-repeat center center;
    transform: rotate(-90deg) translateX(1px);
}
.breadcrumb ol li a:hover {
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .breadcrumb {
        width: auto;
    }
    .breadcrumb ol {
        flex-wrap: wrap;
    }
    .breadcrumb ol li {
        white-space: nowrap;
        padding: 0 0 6px 0;
    }
}
.component-listing-x5 {
    margin-bottom: 100px;
    position: relative;
    z-index: 20;
}
@media only screen and (max-width: 991px) {
    .component-listing-x5 {
        margin: 0 0 40px 0;
    }
    .component-listing-x5 .content-card-x5 {
        justify-content: space-around;
        margin-left: 0;
    }
}
.card-item-x5-wrapper {
    position: relative;
    height: 300px;
    margin: 0 0 20px 0;
}
.card-item-x5 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 1px #e9e9e9;
    overflow: hidden;
}
.card-item-x5:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    bottom: 1px;
    left: 0;
}
.card-item-x5 .title-item-x5 {
    background: #f48224;
    bottom: 0;
    color: #000;
    cursor: pointer;
    display: flex;
    height: 36px;
    margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}
.card-item-x5 .title-item-x5 h2 {
    display: block;
    align-items: center;
    color: #000;
    font-family: "Fira Sans", sans-serif;
    font-size: 0.85rem;
    line-height: 0.85rem;
    margin-bottom: 0;
    padding: 11px 40px 0px 10px;
    text-align: right;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    width: 100%;
}
.card-item-x5 .title-item-x5 h2:before,
.card-item-x5 .title-item-x5 h2:after {
    display: none;
}
.card-item-x5 .title-item-x5:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
    top: auto;
    background: #f48224 url(img/chevron-black-bottom.svg) no-repeat center center;
    transform: rotate(-90deg);
    z-index: 2;
}
.card-item-x5:hover .btn-card-x5 {
    bottom: -30px;
}
.card-item-x5:hover .btn-card-x5 .btn-red-square,
.card-item-x5:hover .btn-card-x5 .label-btn-card-x3 {
    opacity: 1;
    margin-top: 0;
}
.card-item-x5:hover .title-item-x5 {
    transform: translateX(-27%);
}
.block-image-item-x5 {
    overflow: hidden;
}
.block-image-item-x5 .image-item-x5 {
    text-align: center;
    overflow: hidden;
}
.block-image-item-x5 .image-item-x5 img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.title-item-x5 .btn-card-x5 {
    position: absolute;
    width: 88%;
    right: 0;
    bottom: -28px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.title-item-x5 .btn-card-x5:before {
    content: "";
    display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -100px;
    background-color: #fff;
}
.title-item-x5 .btn-card-x5 .label-btn-card-x3 {
    padding: 5px;
    margin-top: 10px;
}
.title-item-x5 .btn-card-x5 .label-btn-card-x3,
.title-item-x5 .btn-card-x5 .btn-red-square {
    margin-top: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.title-item-x5 .btn-card-x5:hover {
    transform: translate(0, 0%);
}
.title-item-x5 .btn-card-x5:hover .btn-red-square:before {
    left: -30%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
    .card-item-x5-wrapper {
        margin: 0 5px 20px 0;
    }
}
@media only screen and (max-width: 575px) {
    .card-item-x5-wrapper {
        height: 320px;
    }
    .block-image-item-x5 .image-item-x5 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .block-image-item-x5 .image-item-x5 img {
        width: auto;
    }
}
.component-listing-x3 {
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}
.component-listing-x3 .h2-wrapper {
    margin-bottom: 0;
    padding: 45px 30px;
}
.component-listing-x3 .h2-wrapper:before {
    content: "";
    display: block;
    width: 800px;
    height: 100%;
    position: absolute;
    right: -800px;
    left: inherit;
    top: 0;
    background-color: #f6f6f6;
}
.component-listing-x3 .h2-wrapper:after {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    left: -60px;
    top: 0;
    background-color: #f6f6f6;
}
.component-listing-x3 .h2 {
    position: relative;
    margin-top: 25px;
}
.component-listing-x3 .cards-x3 {
    display: flex;
    position: relative;
    z-index: 21;
}
.component-listing-x3 .btn-red-square {
    color: #fff;
    width: 45px;
    height: 100%;
    height: 45px;
    top: 45px;
}
.component-listing-x3 .btn-red-square:before {
    background-size: 50px 12px;
    width: 80px;
    height: 12px;
    left: -30%;
}
@media only screen and (max-width: 991px) {
    .component-listing-x3 {
        margin-bottom: 40px;
    }
    .component-listing-x3 .element-backgrey {
        width: 90%;
        right: auto;
        left: 0;
    }
    .component-listing-x3 h2 {
        margin-bottom: 35px;
    }
    .component-listing-x3 .cards-x3 {
        flex-direction: column;
        padding: 20px;
    }
    .component-listing-x3 .btn-red-square {
        width: 35px;
        height: 35px;
    }
    .component-listing-x3 .btn-red-square:before {
        left: -47%;
    }
    .component-listing-x3 .card-item-x3:hover .btn-red-square:before {
        left: -20%;
    }
}
.card-item-x3 {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.card-item-x3:hover .btn-red-square:before {
    transform: translate(0%, -50%);
    left: -2px;
}
.card-item-x3:hover .image-item-x3 img {
    transform: scale(1.1);
}
.card-item-x3:hover .title-item-x3:before {
    width: 60px;
    left: 0;
}
.block-image-item-x3 {
    max-height: 550px;
    margin-bottom: 2px;
    overflow: hidden;
}
.block-image-item-x3 .image-item-x3 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.title-item-x3 {
    position: relative;
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 31px;
    line-height: 1.9375rem;
    background-color: #fff;
    font-weight: bold;
    font-style: italic;
    color: #f48224;
    margin: 0 40px;
    top: -48px;
    padding: 20px 0 20px 45px;
}
.title-item-x3:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    left: 50px;
    bottom: 0;
    background-color: #f48224;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.title-item-x3 small {
    display: block;
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 39px;
    line-height: 2.4375rem;
    font-weight: 300;
    color: #000;
}
@media only screen and (max-width: 1199px) {
    .title-item-x3 {
        padding: 20px 0 20px 25px;
    }
}
@media only screen and (max-width: 575px) {
    .title-item-x3 {
        padding-left: 30px;
        margin: 0 20px;
    }
    .title-item-x3:before {
        left: 30px;
    }
}
.component-short-content {
    position: relative;
    padding-bottom: 60px;
    margin-top: 85px;
}
.component-short-content:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #f6f6f6;
    width: 100%;
    top: 70px;
    bottom: 0;
}
.component-short-content + .component-short-content {
    margin-top: 0;
    padding-top: 45px;
    background-color: #f6f6f6;
}
.component-short-content .img-short-right {
    order: 1;
}
.component-short-content .image-blockcontent {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transition-delay: 2s;
}
.component-short-content .image-blockcontent img {
    width: 100%;
    height: auto;
}
.component-short-content .block-text-shortcontent {
    margin-top: 90px;
    -webkit-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
    transition-delay: 4s;
}
.component-short-content .block-text-shortcontent .tag-blockcontent {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.component-short-content .block-text-shortcontent .title-shortcontent {
    position: relative;
    max-width: 250px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 75px 0;
}
.component-short-content .block-text-shortcontent .title-shortcontent strong {
    color: #f48224;
    font-weight: 600;
}
.component-short-content .block-text-shortcontent .title-shortcontent:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    bottom: -30px;
    background-color: #f48224;
}
.component-short-content .block-text-shortcontent .desc-shortcontent {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0 35px 35px 0;
    margin-left: 40px;
}
.component-short-content .block-text-shortcontent .btn {
    margin-left: 40px;
}
@media only screen and (max-width: 767px) {
    .component-short-content .image-blockcontent {
        text-align: center;
    }
    .component-short-content .block-text-shortcontent {
        margin-top: 50px;
    }
    .component-short-content .block-text-shortcontent .title-shortcontent {
        margin: 0 0 50px 0;
    }
}
.component-seo {
    font-weight: 300;
    text-align: center;
    padding: 30px 0;
}
.component-seo.component-seo-black {
    color: #fff;
    background-color: #000;
}
.component-seo.component-seo-white {
    color: #000;
    background-color: #fff;
}
.component-seo ul li {
    text-align: left;
    margin-bottom: 0;
}
.component-long-content {
    position: relative;
    padding: 20px 0;
}
.component-long-content h2:before {
    display: none;
}
.component-long-content h2,
.component-long-content .subtitle-longcontent {
    left: -50px;
}
.component-long-content .subtitle-longcontent {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
}
.component-long-content .subtitle-longcontent:before {
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    bottom: -10px;
    background: transparent url(img/virgule-red.svg) no-repeat center left;
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
}
.component-long-content .component-long-content-media.position-center {
    margin: 10px 0 20px;
}
.component-long-content .component-long-content-media.position-center .image {
    text-align: center;
}
.component-long-content .component-long-content-media.position-center img {
    display: inline-block;
}
.component-long-content .component-long-content-media.position-left {
    float: left;
    margin: 0 15px 10px -30%;
}
.component-long-content .component-long-content-media.position-right {
    float: right;
    margin: 0 -30% 10px 15px;
}
.component-long-content .text-longcontent {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 20px 0 45px;
}
.component-long-content .btn-back-white {
    margin: 0 0 20px 0;
}
@media only screen and (max-width: 991px) {
    .component-long-content .component-long-content-media {
        margin: 10px;
    }
    .component-long-content .component-long-content-media.position-right {
        margin-right: 0;
    }
}
@media only screen and (max-width: 575px) {
    .component-long-content .h2,
    .component-long-content .subtitle-longcontent {
        left: 0;
    }
    .component-long-content .component-long-content-media {
        margin: 10px 0;
    }
}
.component-listing-gamme {
    margin: 0 60px 80px 60px;
}
.component-listing-gamme .content-listing-marche-x5 {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.component-listing-gamme .content-listing-marche-x5:after {
    content: "";
    flex: 1 1 100%;
    max-width: 20%;
}
@media only screen and (max-width: 991px) {
    .component-listing-gamme {
        margin: 0 20px 80px 20px;
    }
}
.card-item-marche-x5 {
    position: relative;
    display: block;
    width: 20%;
    height: 350px;
    overflow: hidden;
    border-bottom: 4px solid #f48224;
    background-color: #000;
}
.card-item-marche-x5 .background {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.card-item-marche-x5 .title-item-marche-x5 {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.card-item-marche-x5 .title-item-marche-x5 .label-item-marche-x5 {
    position: relative;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 400;
    color: #fff;
    font-style: italic;
}
.card-item-marche-x5 .title-item-marche-x5 .label-item-marche-x5:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    left: -30px;
    bottom: 3px;
    background-color: #f48224;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.card-item-marche-x5 .title-item-marche-x5 .label-item-marche-x5:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -35px;
    bottom: -3px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 5px 4px 35px;
    z-index: -1;
    box-sizing: initial;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.card-item-marche-x5 .btn {
    width: 70%;
    position: absolute;
    bottom: -30px;
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.card-item-marche-x5:hover .background {
    transform: scale(1.1);
}
.card-item-marche-x5:hover .title-item-marche-x5 .label-item-marche-x5:before {
    width: 20px;
    left: -24px;
}
.card-item-marche-x5:hover .btn {
    bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .card-item-marche-x5 {
        width: 25%;
    }
}
@media only screen and (max-width: 1199px) {
    .card-item-marche-x5 .block-image-item-marche-x5 {
        max-height: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .component-listing-gamme .content-listing-marche-x5 {
        justify-content: space-between;
    }
    .card-item-marche-x5 {
        width: 50%;
        margin-bottom: 5px;
    }
    .card-item-marche-x5 .title-item-marche-x5 {
        bottom: 30px;
        left: 0;
        transform: none;
        margin-left: 30px;
    }
    .card-item-marche-x5 .title-item-marche-x5 .label-item-marche-x5 {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .card-item-marche-x5 {
        width: 49.2%;
        height: 150px;
        flex-basis: 49.2%;
    }
    .card-item-marche-x5 .title-item-marche-x5 {
        margin-left: 0;
    }
    .card-item-marche-x5 .title-item-marche-x5 .label-item-marche-x5 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.toolsbar {
    width: 48px;
    height: 400px;
    padding: 37px 0 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #000;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 40px 0 0;
}
.toolsbar .first-part svg {
    width: 48px;
    height: auto;
    position: relative;
    z-index: 2;
}
.toolsbar .first-part .tool-1 svg {
    width: 30px;
    margin: 0 auto;
}
.toolsbar .first-part > a,
.toolsbar .first-part > form button {
    display: flex;
    height: 48px;
    padding: 0;
    position: relative;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.toolsbar .first-part > form button:before,
.toolsbar .first-part > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
}
.toolsbar .first-part > form button:after,
.toolsbar .first-part > a:after {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    margin: auto;
    background: url(img/arrow-toolbar.svg) center no-repeat;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
    transition-delay: 0s;
}
.toolsbar .first-part > form button span,
.toolsbar .first-part > a span {
    display: flex;
    align-items: center;
    min-width: max-content;
    height: 48px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 48px;
    z-index: 0;
    background-color: #f48224;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.toolsbar .first-part > form button:hover:after,
.toolsbar .first-part > a:hover:after {
    right: -2px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transition-delay: 0.2s;
}
.toolsbar .first-part > form button:hover span,
.toolsbar .first-part > a:hover span {
    visibility: visible;
    opacity: 1;
}
.toolsbar .first-part > .tool-1:hover span {
    right: -155px;
}
.toolsbar .first-part > .tool-2:hover span {
    right: -192px;
}
.toolsbar .first-part > .tool-3:hover span {
    right: -70px;
}
.toolsbar .second-part {
    display: block;
    height: 100%;
    background-color: #f48224;
}
.toolsbar .second-part a {
    display: block;
    height: 100%;
    padding: 25px 0 20px;
}
.toolsbar .second-part svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto;
}
.toolsbar .second-part span {
    position: absolute;
    left: 25px;
    bottom: 25px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    font-style: italic;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: left;
    -webkit-transition: bottom 300ms ease-in-out;
    transition: bottom 300ms ease-in-out;
    transition-property: bottom, margin-left;
}
.toolsbar .second-part a:hover span {
    bottom: 45px;
}
@media only screen and (max-width: 991px) {
    .toolsbar {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 48px;
        padding: 0;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .toolsbar .first-part,
    .toolsbar .second-part {
        width: 50%;
    }
    .toolsbar .first-part {
        order: 2;
        display: flex;
        justify-content: space-between;
        padding: 0 40px 0 20px;
    }
    .toolsbar .first-part form button:hover span,
    .toolsbar .first-part form button:hover:after,
    .toolsbar .first-part a:hover:after,
    .toolsbar .first-part a:hover span,
    .toolsbar .first-part a:hover span:before,
    .toolsbar .first-part a:hover span:after {
        display: none;
    }
    .toolsbar .first-part a:before {
        background: none;
    }
    .toolsbar .second-part {
        order: 1;
        padding: 0 22px;
    }
    .toolsbar .second-part a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }
    .toolsbar .second-part a:hover {
        bottom: inherit;
        margin-left: 0px;
    }
    .toolsbar .second-part a:hover span {
        bottom: 0;
    }
    .toolsbar .second-part svg,
    .toolsbar .second-part span {
        margin: inherit;
    }
    .toolsbar .second-part svg {
        order: 2;
        height: 20px;
    }
    .toolsbar .second-part span {
        order: 1;
        position: relative;
        left: inherit;
        bottom: inherit;
        transform: rotate(0deg);
    }
}
.component-reassurance {
    position: relative;
}
.component-reassurance .image-reassurance {
    width: 100%;
    max-height: 425px;
    overflow: hidden;
    position: relative;
}
.component-reassurance .image-reassurance:after {
    display: block;
    content: "";
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.component-reassurance .content {
    position: absolute;
    width: 30%;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}
.component-reassurance .content .title-reassurance {
    position: relative;
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: 600;
    color: #fff;
    padding-left: 15px;
}
.component-reassurance .content .title-reassurance:before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    background: transparent url(img/virgule-red.svg) no-repeat center left;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
}
.component-reassurance .content .title-reassurance small {
    display: block;
    margin-left: -15px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    text-transform: uppercase;
}
.component-reassurance .content .description-reassurance {
    margin-left: 20px;
    margin-top: 80px;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 600;
}
.component-reassurance .content .btn-medium {
    margin-top: 24px;
    margin-left: 20px;
}
@media only screen and (max-width: 991px) {
    .component-reassurance .content {
        width: 70%;
    }
}
@media only screen and (max-width: 767px) {
    .component-reassurance .image-reassurance {
        max-height: 450px;
    }
    .component-reassurance .content {
        width: 80%;
        top: 50%;
        left: 10%;
    }
}
#sliding-popup h1,
#sliding-popup h2,
#sliding-popup h3,
#sliding-popup p,
#sliding-popup label,
#sliding-popup div,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-withdraw-tab {
    color: #000;
    line-height: 1.75em;
}
.eu-cookie-compliance-banner {
    padding: 25px 0;
    background-color: #ededed;
    color: #000;
}
.eu-cookie-compliance-message {
    margin: 0;
}
.eu-cookie-compliance-message p,
.eu-cookie-compliance-message button {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
    font-weight: 400;
    text-transform: initial;
}
.eu-cookie-compliance-message button {
    text-decoration: underline;
}
.eu-cookie-compliance-message > p:first-child {
    display: block;
    margin-bottom: 15px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    font-weight: 300;
    text-transform: uppercase;
}
.eu-cookie-compliance-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 300px;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category {
    width: 150px;
}
.eu-cookie-compliance-buttons {
    float: none;
    margin: 20px 0 0 0;
    max-width: initial;
}
.eu-cookie-compliance-buttons .btn-medium {
    padding-right: 33px;
}
.eu-cookie-compliance-buttons .agree-button {
    margin: 0;
    box-shadow: none;
    background-color: #f48224;
    background-image: none;
    border-radius: 0px;
    border: none;
    color: #fff;
    text-shadow: none;
}
.eu-cookie-compliance-buttons .eu-cookie-compliance-save-preferences-button {
    margin: 0 20px 0 0;
    border: none;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
}
body .eu-cookie-compliance-has-categories {
    display: flex;
}
@media only screen and (max-width: 767px) {
    body .eu-cookie-compliance-has-categories {
        flex-direction: column;
        max-width: 320px;
        margin: 0 auto;
    }
    body .eu-cookie-compliance-has-categories .eu-cookie-compliance-save-preferences-button {
        width: 100%;
    }
    body .eu-cookie-compliance-has-categories button {
        max-width: 250px;
    }
}
body .eu-cookie-compliance-categories-buttons {
    float: none;
}
body .agree-button.eu-cookie-compliance-default-button {
    color: #000;
}
body #popup-buttons.eu-cookie-compliance-buttons {
    display: inline-block;
}
body #popup-buttons.eu-cookie-compliance-buttons .btn {
    margin: 15px 30px 15px 0;
}
@media only screen and (max-width: 767px) {
    .eu-cookie-compliance-content {
        max-width: 100%;
        padding: 0 20px;
    }
    .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
        float: none;
        margin-top: 15px;
    }
    .eu-cookie-compliance-categories-buttons {
        margin: 0 0 1em 0;
        max-width: initial;
        float: none;
    }
    .eu-cookie-compliance-buttons button {
        margin-right: 0;
    }
}
.content-block .offset-sm-1 :first-child {
    margin-top: 60px;
}
.content-block .offset-sm-1 :last-child {
    margin-bottom: 60px;
}
.pointer {
    cursor: pointer;
}
.modal-open {
    overflow: hidden;
}
.modal {
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
    will-change: opacity;
    z-index: -2;
}
.modal--center {
    align-items: center;
}
.modal__container {
    background-color: #000;
    margin: auto;
    opacity: 0;
    position: relative;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
}
.modal__container--grow {
    animation: grow 0.5s;
}
.modal__container--reverse-grow {
    animation: reverseGrow 0.5s;
}
.modal__close {
    background-color: #f48224;
    cursor: pointer;
    line-height: 0.5;
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    z-index: 10;
}
.modal__content {
    color: #fff;
    padding: 4.5rem 2rem 1.5rem;
}
.modal__content iframe {
    height: calc(80vw / 1.77);
    margin: 0 auto;
    width: 80vw;
}
@media only screen and (max-width: 991px) {
    .modal__content iframe {
        height: calc(100vw / 1.77);
        width: 100vw;
    }
}
.modal--open {
    display: flex;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    z-index: 1250;
}
.modal--open .modal__container {
    opacity: 1;
    visibility: visible;
}
@keyframes grow {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes reverseGrow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}
.fullscreen-cover {
    height: calc(100vh - 92px);
    padding: 100px;
    position: relative;
    text-align: center;
    width: 100vw;
}
@media only screen and (max-width: 767px) {
    .fullscreen-cover {
        background-image: none !important;
        padding: 20px;
    }
}
.fullscreen-cover,
.fullscreen-cover__mobile {
    background-position: top center;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .fullscreen-cover,
    .fullscreen-cover__mobile {
        height: 140vh;
    }
}
.fullscreen-cover__mobile {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
}
@media only screen and (max-width: 767px) {
    .fullscreen-cover__mobile {
        display: block;
    }
}
.fullscreen-cover__container {
    position: relative;
}
.fullscreen-cover__title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 65px;
    line-height: 4.0625rem;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .fullscreen-cover__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 45px;
        line-height: 2.8125rem;
    }
}
.fullscreen-cover__title strong {
    color: #f48224;
}
.fullscreen-cover__content {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
    line-height: 1.875rem;
}
.inline-video {
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.inline-video__container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
}
.inline-video__video {
    display: none;
    height: 100%;
    width: 100%;
}
.inline-video__video iframe {
    display: block;
    height: 100%;
    width: 100%;
}
.side-by-side__background {
    background-size: cover;
}
.side-by-side--grey {
    background-color: #e5e5e5;
}
.side-by-side__content {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    justify-content: center;
    line-height: 1.75em;
    padding: 50px 120px;
}
@media only screen and (max-width: 767px) {
    .side-by-side__content {
        padding: 20px;
    }
}
.side-by-side__content h2 {
    color: #000;
    display: block;
    font-family: "Teko", sans-serif;
    font-style: normal;
    margin-bottom: 0.7333em;
    text-transform: uppercase;
}
.side-by-side__image {
    background-size: cover;
    height: 100%;
    max-height: 700px;
    min-height: 400px;
}
.cta {
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .cta {
        text-align: center;
    }
}
.cta a,
.cta .container {
    position: relative;
    z-index: 2;
}
.cta h2 {
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.cta__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.angled-list {
    padding: 60px 0;
}
.angled-list h2 {
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.angled-list .container {
    max-width: 1400px;
}
.angled-list [class^="col"]:nth-child(n + 4) .angled-list__item {
    margin-top: 70px;
}
@media only screen and (max-width: 767px) {
    .angled-list [class^="col"]:nth-child(n + 2) .angled-list__item {
        margin-top: 30px;
    }
}
.angled-list__item {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.angled-list__item:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 350px solid #fff;
    border-left: 100px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .angled-list__item:after {
        border-left-width: 45px;
        border-top-width: 150px;
    }
}
@media (max-width: 500px) {
    .angled-list__item:after {
        border-left-width: 30px;
        display: none;
    }
}
.angled-list__text {
    align-items: center;
    background-color: #f48224;
    font-weight: 600;
    margin-bottom: 7px;
    padding: 15px 130px 15px 30px;
}
@media only screen and (max-width: 767px) {
    .angled-list__text {
        padding-right: 30px;
    }
}
.angled-list__text p {
    margin: 0;
}
.angled-list__slant {
    color: #f48224;
}
.angled-list__slant svg {
    height: auto;
    width: 100%;
}
.rectangle-list {
    background-image: url(../../../../themes/custom/gehl_theme/assets/dist/images/bg-dirt-yellow.jpg);
    background-position: center;
    background-size: cover;
    color: #000;
    padding: 100px 0;
}
.rectangle-list__container {
    margin-bottom: 40px;
    margin-left: 6rem;
    max-width: 1100px;
}
@media (max-width: 1300px) {
    .rectangle-list__container {
        margin: 0 0 40px 0;
        width: 80%;
    }
}
.rectangle-list__container--left {
    margin-left: 6rem;
}
@media (max-width: 1300px) {
    .rectangle-list__container--left {
        margin-left: 10%;
    }
}
.rectangle-list__container--center {
    margin-left: auto;
    margin-right: auto;
}
.rectangle-list__container--center .rectangle-list__content {
    text-align: center;
    max-width: none;
    width: 100%;
}
.rectangle-list__content {
    margin: 1rem 0 4rem;
    max-width: 50%;
}
@media only screen and (max-width: 767px) {
    .rectangle-list__content {
        max-width: 100%;
    }
}
.rectangle-list__first-row {
    margin-top: 4rem;
}
.rectangle-list .container:not(.text-align-center) {
    margin: 0 60px;
}
@media only screen and (max-width: 767px) {
    .rectangle-list .container:not(.text-align-center) {
        margin: auto;
    }
}
@media only screen and (max-width: 767px) {
    .rectangle-list .col-xs-12 {
        margin-top: 2rem;
    }
}
.rectangle-list h2 {
    color: #000;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .rectangle-list h2 {
        margin-bottom: 30px;
    }
}
.rectangle-list--bg {
    color: #fff;
}
.rectangle-list--bg h2 {
    color: #f48224;
}
.rectangle-list [class^="col"]:nth-child(n + 3) .rectangle-list__item {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .rectangle-list [class^="col"]:nth-child(n + 3) .rectangle-list__item {
        margin-top: 0;
    }
}
.rectangle-list__item {
    background-color: rgba(255, 255, 255, 0.9);
    border: 3px solid rgba(235, 235, 235, 0.9);
    color: #000;
    height: 100%;
    padding: 30px;
    text-align: left;
}
.rectangle-list__item strong {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    line-height: 2.1;
}
.rectangle-list__item h2 {
    color: #000;
    font-family: "Fira Sans", sans-serif;
    font-size: 1.5em;
    margin-bottom: 15px;
    margin-top: 0;
}
.news-archive__category-list,
.path-news .news-archive__category-list {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 3rem !important;
    margin-top: 3rem;
    padding-left: 0;
}
.news-archive__category-list li,
.path-news .news-archive__category-list li {
    display: inline-block;
    margin: 0.5rem;
    overflow: hidden;
    padding-right: 22px;
}
.news-archive__category-list li a,
.path-news .news-archive__category-list li a {
    background-color: transparent;
    color: #000;
    display: block;
    font-family: "Teko", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem;
    position: relative;
    text-align: center;
}
@media (max-width: 700px) {
    .news-archive__category-list li a,
    .path-news .news-archive__category-list li a {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.news-archive__category-list li a:after,
.path-news .news-archive__category-list li a:after {
    border-bottom: 54px solid transparent;
    border-right: 22px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -22px;
    top: 0;
    width: 0;
}
.news-archive__category-list li a:hover,
.path-news .news-archive__category-list li a:hover {
    background-color: #f48224;
}
.news-archive__category-list li a:hover:after,
.path-news .news-archive__category-list li a:hover:after {
    border-bottom-color: #f48224;
}
.news-archive__news-list,
.news-archive ul,
.path-news .news-archive__news-list,
.path-news .news-archive ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none !important;
    margin-bottom: 3rem !important;
    padding-left: 0 !important;
}
.news-archive__item,
.path-news .news-archive__item {
    margin: 2.75rem 1rem 0 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 45%;
}
@media (max-width: 830px) {
    .news-archive__item,
    .path-news .news-archive__item {
        width: 100%;
    }
}
.news-archive__item-thumbnail,
.path-news .news-archive__item-thumbnail {
    height: 200px;
    margin-bottom: 1rem;
    overflow: hidden;
    width: 100%;
}
.news-archive__item-thumbnail img,
.path-news .news-archive__item-thumbnail img {
    height: auto;
    width: 100%;
}
@media (max-width: 830px) {
    .news-archive__item-thumbnail img,
    .path-news .news-archive__item-thumbnail img {
        height: 100%;
        width: auto;
    }
}
.news-archive__item-title,
.path-news .news-archive__item-title {
    background: #f48224;
    background: -moz-linear-gradient(90deg, #f48224 0%, #f48224 20%, #fff 20%);
    background: -webkit-linear-gradient(90deg, #f48224 0%, #f48224 20%, #fff 20%);
    background: linear-gradient(90deg, #f48224 0%, #f48224 20%, #fff 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f48224",endColorstr="#ffffff",GradientType=1);
    color: #000;
    display: inline-block;
    padding: 0.75rem 0.5rem 0 0.5rem;
    transition: all 1s ease-out;
    width: 100%;
}
.news-archive__item-title:hover,
.path-news .news-archive__item-title:hover {
    background: #f48224;
    background: -moz-linear-gradient(56deg, #f48224 0%, #f48224 70%, #fff 70%);
    background: -webkit-linear-gradient(56deg, #f48224 0%, #f48224 70%, #fff 70%);
    background: linear-gradient(56deg, #f48224 0%, #f48224 70%, #fff 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f48224",endColorstr="#ffffff",GradientType=1);
}
.news-archive__item-title h2,
.path-news .news-archive__item-title h2 {
    margin-top: 0;
}
.equipment_hover_block,
.layout-content .equipment_hover_block {
    background-size: cover;
    background-position: center;
    padding: 25rem 0 10rem 0;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .equipment_hover_block,
    .layout-content .equipment_hover_block {
        padding: 8rem 0 1rem 0;
    }
}
.equipment_hover_block__list,
.layout-content .equipment_hover_block__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none !important;
    margin: 0 auto;
    max-width: 80%;
    padding-left: 0;
    position: relative;
    z-index: 20;
}
@media only screen and (max-width: 767px) {
    .equipment_hover_block__list,
    .layout-content .equipment_hover_block__list {
        max-width: none;
        width: 100%;
    }
}
.equipment_hover_block__item,
.layout-content .equipment_hover_block__item {
    margin: 0 1rem 5rem 1rem;
    width: 200px;
}
@media only screen and (max-width: 767px) {
    .equipment_hover_block__item,
    .layout-content .equipment_hover_block__item {
        margin: 2% 2% 5rem 2%;
        max-width: 200px;
        width: 45%;
    }
}
@media only screen and (max-width: 575px) {
    .equipment_hover_block__item,
    .layout-content .equipment_hover_block__item {
        width: 80%;
    }
}
.equipment_hover_block__item a,
.layout-content .equipment_hover_block__item a {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #fff;
    display: block;
    height: 164px;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    width: 200px;
}
@media only screen and (max-width: 767px) {
    .equipment_hover_block__item a,
    .layout-content .equipment_hover_block__item a {
        width: auto;
    }
}
@media only screen and (max-width: 575px) {
    .equipment_hover_block__item a,
    .layout-content .equipment_hover_block__item a {
        width: 100%;
    }
}
.equipment_hover_block__item a:hover,
.layout-content .equipment_hover_block__item a:hover {
    background-color: #fff;
}
.equipment_hover_block__item a img,
.layout-content .equipment_hover_block__item a img {
    max-width: 100%;
}
.equipment_hover_block__image,
.layout-content .equipment_hover_block__image {
    display: inline-block;
    position: relative;
    transform: translateY(-30%);
    width: 100%;
    z-index: 10;
}
.equipment_hover_block__title,
.layout-content .equipment_hover_block__title {
    align-items: center;
    bottom: 0;
    color: #000;
    display: flex;
    font-family: "Teko", sans-serif;
    font-size: 24px;
    font-weight: 600;
    height: 85px;
    justify-content: center;
    left: 0;
    padding: 0 0.5rem;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 15;
}
.equipment_hover_block__bg,
.layout-content .equipment_hover_block__bg {
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    width: 100%;
}
.equipment_hover_block__bg--default,
.layout-content .equipment_hover_block__bg--default {
    opacity: 1;
    z-index: 10;
}
.equipment_hover_block__bg--active,
.layout-content .equipment_hover_block__bg--active {
    opacity: 1;
    z-index: 15;
}
.attachments-slider:not(.slick-initialized) {
    height: 0;
    overflow: hidden;
}
.attachments-slider .slick-list {
    margin-right: -27px;
}
.attachments-slider .slick-slide {
    margin-right: 27px;
}
.attachments-slider__nav {
    margin: 20px 0 40px;
    text-align: center;
}
.attachments-slider__nav .prev,
.attachments-slider__nav .next {
    font-size: 48px;
    font-size: 3rem;
    align-items: center;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "Teko", sans-serif;
    height: 48px;
    justify-content: center;
    line-height: 1;
    width: 48px;
}
@media only screen and (max-width: 991px) {
    .attachments-slider__nav .prev,
    .attachments-slider__nav .next {
        font-size: 28px;
        font-size: 1.75rem;
        height: 28px;
        width: 28px;
    }
}
.attachments-slider__nav .prev span,
.attachments-slider__nav .next span {
    position: relative;
    top: -2px;
}
.attachments-slider__nav .prev {
    margin-left: 5px;
}
.attachments-slider-static .attachments__row {
    display: flex;
    justify-content: space-evenly;
}
.attachments-slider-static .attachments .attachment-wrapper {
    margin-bottom: 40px;
    min-width: 220px;
    width: 18%;
}
.attachment {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
    padding: 10px;
}
.attachment img {
    align-self: start;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.attachment__title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    margin-top: 40px;
    text-transform: uppercase;
}
.attachment::after {
    align-self: flex-end;
    background-color: #f48224;
    content: "";
    display: block;
    height: 15px;
    margin: 10px -10px -10px;
    width: calc(100% + 20px);
}
.attachments {
    background-color: #fff;
    min-height: 200px;
}
.attachments__title {
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .attachments__title {
        font-size: 34px;
        font-size: 2.125rem;
    }
}
@media (max-width: 1225px) {
    .attachments__row {
        display: flex;
        flex-wrap: wrap;
    }
}
.attachments__header {
    margin-bottom: 40px;
}
.attachments__header,
.attachments__header .attachments__title {
    display: flex;
}
.attachments__header .attachments__title {
    font-size: 30px;
    font-size: 1.875rem;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-family: "Teko", sans-serif;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
    padding-left: 5vw;
    width: 30vw;
}
.attachments__slant {
    color: #000;
}
.attachments__slant svg {
    height: 100%;
}
.attachment-wrapper {
    width: 100%;
}
.find-attachment {
    border-top: 32px solid #000;
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
    .find-attachment .btn-mobile {
        background-color: #f48224;
        margin-right: 0;
        padding: 5px 20px;
    }
}
.find-attachment h2 {
    color: #000;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .find-attachment h2 {
        font-size: 34px;
        font-size: 2.125rem;
    }
}
.find-attachment__slider-wrapper {
    background-color: #000;
    position: relative;
}
.find-attachment__arrow {
    border-bottom: 20px solid #000;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    margin: 30px auto 0;
    width: 0;
}
.find-attachment__nav {
    bottom: 90px;
    color: #f48224;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .find-attachment__nav {
        width: 100%;
    }
}
.find-attachment__nav .next,
.find-attachment__nav .prev {
    cursor: pointer;
    display: inline-block;
}
.find-attachment__nav .next svg,
.find-attachment__nav .prev svg {
    height: 36px;
    width: 36px;
}
.find-attachment__nav .prev {
    margin-right: 400px;
    transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
    .find-attachment__nav .prev {
        margin-right: 0;
    }
}
.find-attachment__nav .next {
    transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
    .find-attachment__nav .next {
        float: right;
    }
}
.find-attachment__category-container {
    color: #fff;
    font-family: "Teko", sans-serif;
    height: 100%;
    padding: 60px 0;
}
.find-attachment__category-title {
    color: #000;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: "Teko", sans-serif;
}
.find-attachment__category-anchor {
    margin-top: 40px;
    text-transform: uppercase;
}
.find-attachment__category-anchor a {
    font-size: 24px;
    font-size: 1.5rem;
    color: #f48224;
}
.find-attachment .attachments__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 40px;
}
@media only screen and (max-width: 991px) {
    .find-attachment .attachments__row {
        padding: 0 20px;
    }
}
.find-attachment .attachment::after {
    background-color: transparent;
    height: 20px;
}
.find-attachment .attachment-wrapper {
    max-width: calc(1 / 5 * 100%);
}
.find-attachment .attachment-wrapper:nth-child(2):nth-last-child(2) .attachment::after,
.find-attachment .attachment-wrapper:nth-child(2):nth-last-child(3) .attachment::after,
.find-attachment .attachment-wrapper:nth-child(3):nth-last-child(3) .attachment::after {
    background-color: #f48224;
}
.find-attachment .attachment-wrapper + .attachment-wrapper {
    margin-left: 27px;
}
@media only screen and (max-width: 767px) {
    .find-attachment .attachment-wrapper {
        display: none;
    }
    .find-attachment .attachment-wrapper:nth-child(2):nth-last-child(2),
    .find-attachment .attachment-wrapper:nth-child(2):nth-last-child(3),
    .find-attachment .attachment-wrapper:nth-child(3):nth-last-child(3) {
        display: block;
    }
}
.recent-news {
    background-image: url(../../../../themes/custom/gehl_theme/assets/dist/images/dirt-splash.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 590px;
    padding-bottom: 3rem;
    padding-top: 12rem;
}
@media (max-width: 767px) {
    .recent-news {
        padding-bottom: 0;
        padding-top: 3rem;
    }
    .recent-news .container .row {
        flex-direction: column-reverse;
    }
}
.recent-news ul {
    list-style: none;
    padding-left: 0;
}
.recent-news .btn {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    z-index: 10;
}
@media (max-width: 767px) {
    .recent-news .btn {
        margin-left: 5%;
        width: 85%;
    }
}
.recent-news__featured-news-image {
    height: 260px;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    top: -70px;
    width: 90%;
    z-index: 5;
}
@media (max-width: 767px) {
    .recent-news__featured-news-image {
        top: auto;
        width: 100%;
    }
}
.recent-news__featured-news-image img {
    min-height: 100%;
    width: 100%;
}
.recent-news__featured-news-link {
    font-family: "Fira Sans", sans-serif;
    left: 30px;
    position: relative;
    top: -93px;
    z-index: 10;
}
@media (max-width: 767px) {
    .recent-news__featured-news-link {
        left: auto;
        top: auto;
    }
}
.fr-FR .testimonials {
    background-image: none !important;
    padding-bottom: 0 !important;
}
.testimonials {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #d4d4d4 0%, #fff 20%);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .testimonials {
        height: auto;
        padding-top: 0;
    }
}
@media (max-width: 950px) {
    .testimonials {
        padding-bottom: 33%;
    }
}
.testimonials__intro {
    transform: translateY(350%);
}
@media only screen and (max-width: 991px) {
    .testimonials__intro {
        padding: 1rem;
        transform: none;
    }
}
.testimonials h2 {
    color: #000;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
    .testimonials h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}
.testimonials__bg {
    bottom: 0;
    left: 0;
    user-select: none;
    width: 100%;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .testimonials__bg {
        position: static;
    }
}
.testimonials__nav {
    bottom: 20px;
    color: #000;
    display: block;
    font-weight: normal;
    left: 20px;
    position: absolute;
    width: 87px;
    z-index: 3;
}
@media only screen and (max-width: 991px) {
    .testimonials__nav {
        display: none;
    }
}
.testimonials__nav--mobile {
    bottom: auto;
    display: none;
    position: relative;
    top: 20px;
}
@media only screen and (max-width: 991px) {
    .testimonials__nav--mobile {
        display: block;
    }
}
.testimonials__nav--mobile .prev,
.testimonials__nav--mobile .next {
    height: 36px;
    width: 36px;
}
.testimonials__nav .prev,
.testimonials__nav .next {
    font-size: 36px;
    font-size: 2.25rem;
    align-items: center;
    background-color: #f48224;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}
@media only screen and (max-width: 991px) {
    .testimonials__nav .prev,
    .testimonials__nav .next {
        background-color: #000;
        color: #fff;
    }
}
.testimonials__nav .prev span,
.testimonials__nav .next span {
    position: relative;
    top: -1px;
}
.testimonials__nav .next {
    margin-left: 10px;
}
.testimonial {
    position: relative;
}
.testimonial__media {
    align-items: center;
    background-size: cover;
    display: flex;
    height: 450px;
    justify-content: center;
}
.testimonial__media img {
    max-width: 80px;
    width: 100%;
}
.testimonial__quote-container {
    transform: translate(82%, -7rem);
    width: 110%;
}
@media only screen and (max-width: 991px) {
    .testimonial__quote-container {
        transform: none;
        width: 100%;
    }
}
.testimonial__quote {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    font-family: "Teko", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    line-height: 1.1em;
    min-height: 118px;
    padding: 20px 55px 20px 130px;
    position: relative;
}
.testimonial__quote:before {
    color: #f48224;
    content: "“";
    font-size: 15rem;
    left: 8px;
    position: absolute;
    top: 50px;
}
.testimonial__quotation {
    color: #f48224;
    font-size: 15rem;
    line-height: 0.3;
    user-select: none;
}
@media only screen and (max-width: 991px) {
    .testimonial__quotation {
        left: -20px;
        line-height: 0.45;
        opacity: 0.3;
        position: absolute;
    }
}
.testimonial__text {
    align-self: center;
    flex: 1;
    line-height: 1.2;
    margin-right: 80px;
}
@media only screen and (max-width: 991px) {
    .testimonial__text {
        margin-right: 0;
        padding: 30px;
        position: relative;
        z-index: 2;
    }
}
.testimonial__by {
    background: #f48224;
    background: -moz-linear-gradient(56deg, #f48224 0%, #f48224 85%, rgba(255, 255, 255, 0) 85%);
    background: -webkit-linear-gradient(56deg, #f48224 0%, #f48224 85%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(56deg, #f48224 0%, #f48224 85%, rgba(255, 255, 255, 0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f48224",endColorstr="#ffffff",GradientType=1);
    font-weight: bold;
    margin-left: 100px;
    max-height: 150px;
    padding: 1.25rem 15% 1.25rem 1.25rem;
}
@media only screen and (max-width: 991px) {
    .testimonial__by {
        margin-left: 0;
    }
}
.testimonial__by .angled-list__text {
    display: block;
    font-family: "Fira Sans", sans-serif;
    max-height: 150px;
    max-width: 500px;
    padding: 40px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .testimonial__by .angled-list__text {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial__by .angled-list__slant {
        display: none;
    }
}
.testimonial__by a {
    color: #000;
    text-decoration: underline;
}
.equipment-categories {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.equipment-categories__list,
.equipment-categories ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.equipment-categories__item {
    flex-grow: 1;
    max-width: 50%;
    width: 50%;
}
.equipment-categories__item a {
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    display: flex;
    height: 100%;
    padding: 42px 0 42px 54px;
}
.equipment-categories__item a:hover {
    background-color: #e2e2e2;
}
@media (max-width: 1000px) {
    .equipment-categories__item a {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }
    .equipment-categories__item a div:nth-child(1n) {
        width: 100%;
    }
    .equipment-categories__item a div:nth-child(2n) {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .equipment-categories__item {
        max-width: 100%;
        width: 100%;
    }
    .equipment-categories__item a {
        border-top: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-bottom: none;
    }
    .equipment-categories__item:last-child a {
        border-bottom: 1px solid #e2e2e2;
    }
}
.equipment-categories__item:nth-child(1) a,
.equipment-categories__item:nth-child(2) a {
    border-top: 1px solid #e2e2e2;
}
.equipment-categories__item:nth-child(2n) a {
    border-left: none;
}
@media only screen and (max-width: 767px) {
    .equipment-categories__item:nth-child(2n) a {
        border-left: 1px solid #e2e2e2;
    }
}
.equipment-categories__item-content {
    width: 60%;
}
.equipment-categories__item-title {
    color: #000;
    display: inline-block;
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
    padding: 15px 0 10px 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.equipment-categories a:hover .equipment-categories__item-title {
    background-color: #f48224;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateX(-15px);
}
.equipment-categories__item-desc {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}
.equipment-categories__item-image {
    overflow: hidden;
    width: 40%;
}
.equipment-categories__item-image img {
    width: 100%;
}
.timeline {
    background-image: url(../../../../themes/custom/gehl_theme/assets/dist/images/bg-timeline-rocks.png), linear-gradient(to bottom, #fff 0%, rgba(212, 212, 212, 0) 20%);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 0 100px;
    z-index: 5;
}
@media (max-width: 1380px) {
    .timeline {
        background-size: 130%;
        padding: 0 0 50px;
    }
}
@media only screen and (max-width: 991px) {
    .timeline {
        background-size: 140%;
    }
}
.timeline,
.timeline__wrapper {
    position: relative;
}
.timeline__wrapper {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    z-index: 4;
}
.timeline__intro {
    left: 0;
    padding: 0 40px 40px 40px;
    position: absolute;
    top: 80px;
}
@media (max-width: 768px) {
    .timeline__intro {
        padding: 40px 20px;
        position: static;
    }
}
.timeline__intro [class*="col"] {
    background-color: rgba(255, 255, 255, 0.6);
}
.timeline__intro h2 {
    color: #000;
    margin-bottom: 20px;
}
.timeline__bg {
    bottom: -100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}
@media (max-width: 760px) {
    .timeline__bg {
        display: none;
    }
}
.timeline__decades {
    margin-top: 100px;
}
@media (max-width: 1380px) {
    .timeline__decades {
        margin-top: 50px;
    }
}
.timeline__decade {
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    width: 140px;
}
.timeline__decade--selected,
.timeline__decade:hover {
    background-color: #f48224;
    color: #000;
}
.timeline-item {
    color: #fff;
}
.timeline-item__content {
    max-width: 500px;
    padding: 0 40px 40px;
    width: 100%;
}
@media (max-width: 760px) {
    .timeline-item__content {
        background-image: url(../../../../themes/custom/gehl_theme/assets/dist/images/bg-timeline-rocks.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 200%;
        max-width: unset;
        padding: 40px 40px 60px;
    }
}
.timeline-item__decade {
    font-size: 48px;
    font-size: 3rem;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}
.timeline-item img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 760px) {
    .timeline-item img {
        height: auto;
    }
}
.timeline__nav {
    margin-top: 30px;
    text-align: center;
}
.timeline__nav .prev,
.timeline__nav .next {
    font-size: 48px;
    font-size: 3rem;
    align-items: center;
    background-color: #f48224;
    cursor: pointer;
    display: inline-flex;
    font-family: "Teko", sans-serif;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.timeline__nav .prev span,
.timeline__nav .next span {
    position: relative;
    top: 1px;
}
.timeline__nav .next {
    margin-left: 10px;
}
.card-grid {
    background-color: #e2e2e2;
    padding: 5rem 0 0 0;
}
.card-grid .container {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 730px) {
    .card-grid .container {
        flex-wrap: wrap;
    }
}
.card-grid__card {
    background-color: #fff;
    border-bottom: 15px solid #f48224;
    margin-bottom: 5rem;
    padding: 2.25rem;
    width: 45%;
}
@media (max-width: 730px) {
    .card-grid__card {
        width: 80%;
    }
}
@media (max-width: 530px) {
    .card-grid__card {
        width: 90%;
    }
}
.card-grid__card h2 {
    color: #000;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.card-grid__card p {
    margin-bottom: 2rem;
}
.card-grid__card a.btn {
    margin-bottom: 0;
}
.form {
    padding: 2rem 22%;
    width: 100%;
}
@media (max-width: 900px) {
    .form {
        padding: 2em;
    }
}
@media (max-width: 550px) {
    .form {
        padding: 2em 0;
    }
}
.form__container {
    background-color: #f6f6f6;
    padding: 2rem 4rem;
}
@media (max-width: 550px) {
    .form__container {
        padding: 1rem 2rem;
    }
}
.works-like-you {
    background: #fff url(../../../../themes/custom/gehl_theme/assets/dist/images/dirt-right-bg.jpg);
    background-repeat: no-repeat;
    background-position: 5% 0%;
    background-size: 70%;
    color: #fff;
    padding-top: 240px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .works-like-you {
        background-position: top right;
        padding-top: 230px;
    }
}
.works-like-you .black-angled-block {
    left: 0;
    overflow: hidden;
    padding-right: 80px;
    position: absolute;
    top: 0;
    width: 55%;
}
@media only screen and (max-width: 991px) {
    .works-like-you .black-angled-block {
        padding: 0;
        width: 100%;
    }
}
.works-like-you .black-angled-block__container {
    background: #000;
    padding: 40px 0 40px 38%;
}
@media only screen and (max-width: 991px) {
    .works-like-you .black-angled-block__container {
        padding: 2rem;
    }
}
.works-like-you .black-angled-block__container :first-child {
    margin-top: 0;
}
.works-like-you .black-angled-block__container :last-child {
    margin-bottom: 0;
}
.works-like-you .black-angled-block__container:after {
    border-bottom: 1000px solid #000;
    border-right: 320px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    right: -240px;
    width: 0;
}
@media only screen and (max-width: 991px) {
    .works-like-you .black-angled-block__container:after {
        display: none;
    }
}
.works-like-you .black-angled-block__title {
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}
.works-like-you .black-angled-block__link {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
.works-like-you .black-angled-block__link:hover {
    color: #fff;
}
.works-like-you__images {
    background-color: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}
@media only screen and (max-width: 991px) {
    .works-like-you__images {
        display: inline-block;
        position: relative;
        width: 100%;
    }
}
.works-like-you__image-block {
    border-bottom: 6px solid #000;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
}
.works-like-you__image-block img {
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}
.works-like-you__image-block:last-child {
    border-bottom: none;
}
.works-like-you__content-container {
    width: 70%;
}
@media only screen and (max-width: 991px) {
    .works-like-you__content-container {
        width: 100%;
    }
}
.works-like-you__content {
    background: #f48224 url(../../../../themes/custom/gehl_theme/assets/dist/images/bg-dirt-yellow.jpg);
    background-size: cover;
    color: #000;
    height: 40%;
    padding: 0 27% 7rem 27%;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .works-like-you__content {
        padding: 0 10% 4rem 10%;
    }
}
.works-like-you__content h2 {
    color: #000;
    font-size: 110px;
    font-size: 6.875rem;
    line-height: 6rem;
    position: relative;
    top: -2rem;
}
@media only screen and (max-width: 991px) {
    .works-like-you__content h2 {
        font-size: 80px;
        font-size: 5rem;
        line-height: 4rem;
    }
}
.works-like-you__content .btn {
    margin-top: 30px;
}
.type-toggle {
    background-color: #f48224;
    border-bottom: 1px solid #343434;
    border-top: 1px solid #343434;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.type-toggle:after,
.type-toggle:before {
    background-color: #fff;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    transform: skew(20deg);
    width: 150px;
}
.type-toggle:after {
    left: -20px;
}
.type-toggle:before {
    right: -20px;
}
@media (max-width: 820px) {
    .type-toggle:after {
        left: -13%;
    }
    .type-toggle:before {
        right: -13%;
    }
}
@media (max-width: 650px) {
    .type-toggle:after {
        left: -20%;
    }
    .type-toggle:before {
        right: -20%;
    }
}
@media (max-width: 540px) {
    .type-toggle:after,
    .type-toggle:before {
        display: none;
    }
}
.type-toggle__option {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 10px 18px 45px;
    position: relative;
}
.type-toggle__option:after,
.type-toggle__option:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 255px;
    -moz-border-radius: 255px;
    border-radius: 255px;
}
.type-toggle__option:after {
    border: 2px solid #000;
    content: "";
    height: 25px;
    left: 10px;
    top: 19px;
    width: 25px;
}
.type-toggle__option:before {
    background-color: transparent;
    content: "";
    height: 15px;
    left: 15px;
    top: 24px;
    width: 15px;
}
.type-toggle__option:hover:before {
    background-color: #000;
}
.type-toggle__option--active:before {
    background-color: #000;
}
.measure-toggle-container {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: right;
}
@media (max-width: 700px) {
    .measure-toggle-container {
        text-align: center;
    }
}
.measure-toggle {
    align-items: center;
    display: inline-flex;
    width: auto;
}
.measure-toggle__option {
    display: inline-block;
    font-weight: bold;
    padding: 1rem;
    cursor: pointer;
}
.measure-toggle__option:first-child {
    margin-right: 1rem;
}
.measure-toggle__option:last-child {
    margin-left: 1rem;
}
.measure-toggle__option:hover {
    background-color: #f48224;
}
.measure-toggle__option--active {
    background-color: #f48224;
}
.measure-toggle__spacer {
    background-color: #000;
    height: 55px;
    display: inline-block;
    width: 1px;
}
.text-link-blocks,
ul.text-link-blocks {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.text-link-blocks__item,
ul.text-link-blocks__item {
    background: #fff url(../../../../themes/custom/gehl_theme/assets/dist/images/concrete-texture.jpg);
    width: 25%;
}
@media only screen and (max-width: 767px) {
    .text-link-blocks__item,
    ul.text-link-blocks__item {
        width: 100%;
    }
}
.text-link-blocks__item:nth-child(1),
ul.text-link-blocks__item:nth-child(1) {
    background-position: top left;
}
.text-link-blocks__item:nth-child(2),
ul.text-link-blocks__item:nth-child(2) {
    background-position: bottom left;
}
.text-link-blocks__item:nth-child(3),
ul.text-link-blocks__item:nth-child(3) {
    background-position: top right;
}
.text-link-blocks__item:nth-child(4),
ul.text-link-blocks__item:nth-child(4) {
    background-position: bottom right;
}
.text-link-blocks__link,
ul.text-link-blocks__link {
    align-items: center;
    border-right: 1px solid #fff;
    color: #000;
    display: flex;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    padding: 60px 15%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.text-link-blocks__link:hover,
ul.text-link-blocks__link:hover {
    background-color: rgba(189, 138, 0, 0.5);
}
.text-link-blocks__drupal-link,
ul.text-link-blocks__drupal-link {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 28px;
}
.text-link-blocks__title,
ul.text-link-blocks__title {
    font-family: "Teko", sans-serif;
    font-weight: 600;
    line-height: 1.75rem;
}
@media only screen and (max-width: 767px) {
    .text-link-blocks__item:nth-child(1) .text-link-blocks__link,
    ul.text-link-blocks__item:nth-child(1) .text-link-blocks__link {
        border-bottom: 3px solid #fff;
        border-right-width: 3px;
    }
}
@media only screen and (max-width: 767px) {
    .text-link-blocks__item:nth-child(2) .text-link-blocks__link,
    ul.text-link-blocks__item:nth-child(2) .text-link-blocks__link {
        border-bottom: 3px solid #fff;
        border-right: none;
    }
}
@media only screen and (max-width: 767px) {
    .text-link-blocks__item:nth-child(3) .text-link-blocks__link,
    ul.text-link-blocks__item:nth-child(3) .text-link-blocks__link {
        border-right-width: 3px;
    }
}
.text-link-blocks__item:nth-child(4) .text-link-blocks__link,
ul.text-link-blocks__item:nth-child(4) .text-link-blocks__link {
    border-right: none;
}
.text-link-blocks__item--has-copy,
ul.text-link-blocks__item--has-copy {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .text-link-blocks__item--has-copy,
    ul.text-link-blocks__item--has-copy {
        width: 100%;
    }
}
.text-link-blocks__item--has-copy .text-link-blocks__link,
ul.text-link-blocks__item--has-copy .text-link-blocks__link {
    display: inline-block;
    padding: 15%;
    text-align: left;
}
.text-link-blocks__item--has-copy .text-link-blocks__title,
ul.text-link-blocks__item--has-copy .text-link-blocks__title {
    display: inline-block;
    padding-top: 5px;
    width: 100%;
}
.text-link-blocks__item--has-copy .text-link-blocks__copy,
ul.text-link-blocks__item--has-copy .text-link-blocks__copy {
    display: inline-block;
    font-size: 1rem;
    margin-top: 1rem;
    width: 100%;
}
.text-link-blocks__item--align-center,
ul.text-link-blocks__item--align-center {
    text-align: center;
}
.text-link-blocks__item--align-center .text-link-blocks__link,
ul.text-link-blocks__item--align-center .text-link-blocks__link {
    text-align: center;
}
.text-link-blocks__item--two-only,
ul.text-link-blocks__item--two-only {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .text-link-blocks__item--two-only,
    ul.text-link-blocks__item--two-only {
        width: 100%;
    }
}
.js-form-type-checkbox label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
}
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    padding-left: 25px !important;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 3px;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: "✓";
    width: 18px;
    height: 18px;
    background: #000;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 19px;
    line-height: 1.1875rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type="text"] {
    min-width: 400px;
    height: 34px;
    border: solid 1px #ededed;
    background-color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
}
input[type="text"]::-webkit-input-placeholder {
    color: #363636;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-style: italic;
}

.js-form-type-radio label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
}
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    padding-left: 35px !important;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}
input[type="radio"]:checked + label {
    font-weight: 600;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f48224;
    background: #fff;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #f48224;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
select {
/*
    min-width: 400px;
    height: 34px;
    border: solid 1px #ededed;
    background-color: #fff;
	color:#000000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
*/
    min-width: 400px;
    height: 34px;
    padding: 0 10px;
    border: solid 1px #ededed;
    color: #363636;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-style: italic;
/*
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
*/
    position: relative;
    background-color: #fff;
    background-image: url(img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 50%, 0 0;
}
select option {
/*
    color: rgba(255, 255, 255, 0.6);
*/
	color:#000000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-style: italic;
/*
    background-color: #363636;
*/
    background-color: #ffffff;
    border: solid 1px #363636;
}
select::-ms-expand {
    display: none;
}
textarea {
    width: 100%;
    padding: 5px;
    border: solid 1px #ededed;
    background-color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
}
ul.ui-autocomplete.ui-menu {
    max-height: 245px;
    overflow: auto;
    background: #363636;
    border: none;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item {
    display: flex;
    overflow: hidden;
    border: none;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a {
    display: block;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item > a {
    padding: 0 !important;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item > a a {
    padding: 10px;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: none;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    color: #ededed;
    background: #363636;
    font-family: "Fira Sans", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    padding: 11px 15px;
    border: none;
    transition: margin-left 0.2s ease, font-weight 0.2s ease, font-style 0.2s ease;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item .ui-menu-item-wrapper:hover {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 600;
    margin-left: 5px;
    border: none;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item .ui-menu-item-wrapper a {
    color: #ededed;
}
@media only screen and (max-width: 575px) {
    .g-recaptcha {
        display: flex;
        justify-content: center;
    }
}
/*
form {
    margin: 0 auto 4rem auto;
    max-width: 800px;
    padding: 3.5rem;
}
*/
form label {
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
form input {
    border: 1px solid #999999;
    height: auto;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 1.25rem;
    width: 100%;
}
form select {
/*
    border: 1px solid #999999;
    padding: 1.25rem;
*/
    height: 42px;
    font-size: 1rem;
    margin-bottom: 1rem;
    width: 100%;
	color:black;
}

.global-header {
    background-color: #f48224;
    line-height: 1rem;
    padding: 4px 0;
    width: 100%;
}
.global-header .container {
    text-align: right;
}
.global-header a {
    border: 1px solid transparent;
    color: #000;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.25rem;
}
.global-header a:first-child {
    margin-right: 20px;
}
.global-header a:hover {
    border-bottom-color: #000;
}
.global-header a.global-header--language-block {
    border-color: #000;
}
.global-header a.global-header--language-block:before,
.global-header a.global-header--language-block:after {
    display: inline-block;
    padding: 2px 0;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.global-header a.global-header--language-block:before {
    content: "\ec94";
    padding: 0 5px;
}
.global-header a.global-header--language-block:after {
    content: "\eddd";
    padding: 0 5px;
}
.global-header a.global-header--language-block:hover {
    background-color: #000;
    color: #f48224;
}
.image-block-row {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 2rem;
}
.image-block-row__block {
    width: 33%;
}
.image-block-row__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    margin-bottom: 2rem;
    overflow: hidden;
}
.image-block-row__image img {
    display: block;
    min-height: 100%;
    min-width: 100%;
}
.image-block-row__content {
    padding-right: 3rem;
    width: 100%;
}
ul.js-pager__items {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 1rem;
    width: 100%;
}
ul.js-pager__items li {
    padding: 0.5rem 0.75rem;
}
.top-content {
    position: relative;
    width: 100%;
}
.top-content__splash {
    min-height: 400px;
    position: relative;
}
.top-content__image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.top-content__splash-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.top-content__splash-content .breadcrumb:after {
    border-bottom: 34px solid #000;
    border-right: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 0;
}
.top-content__title {
    color: #000000;
    font-family: "Teko", sans-serif;
    font-size: 3em;
    font-weight: 600;
    background-color: #f48224;
    line-height: 1.2222em;
    margin: 0.6111em 0 0 0;
    padding: 1rem 2rem;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    width: 50%;
    z-index: 5;
}
@media (max-width: 850px) {
    .top-content__title {
        font-size: 2rem;
        width: 70%;
    }
}
@media (max-width: 475px) {
    .top-content__title {
        width: 88%;
    }
}
.top-content__title:after {
    border-bottom: 467px solid #f48224;
    border-right: 200px solid transparent;
    content: "";
    height: 0;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    right: -200px;
    top: 0;
    width: 0;
}
.top-content__description {
    background-color: #e2e2e2;
    margin-left: 28%;
    padding: 4.5rem 10% 4.5rem 5%;
    position: relative;
    width: 72%;
    z-index: 5;
}
@media only screen and (max-width: 991px) {
    .top-content__description {
        margin-left: 0;
        padding: 30px;
        width: 100%;
    }
    .top-content__description :first-child {
        margin-top: 0;
    }
    .top-content__description :last-child {
        margin-bottom: 0;
    }
}
.views-exposed-form {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 1rem;
}
.views-exposed-form .form-select {
    border-color: #ededed;
}
.views-exposed-form .js-form-item {
    margin-right: 15px;
}
.views-exposed-form .js-form-submit {
    font-size: 0.85rem;
    margin-bottom: 0;
    padding: 9px 12px;
}
/*
form {
    margin: 0 auto 4rem auto;
    max-width: 800px;
    padding: 3.5rem;
}
*/
form label {
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
form input {
    border: 1px solid #999999;
    height: auto;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 1.25rem;
    width: 100%;
}
.global-header {
    background-color: #f48224;
    line-height: 1rem;
    padding: 4px 0;
    width: 100%;
}
.global-header .container {
    text-align: right;
}
.global-header a {
    border: 1px solid transparent;
    color: #000;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.25rem;
}
.global-header a:first-child {
    margin-right: 20px;
}
.global-header a:hover {
    border-bottom-color: #000;
}
.global-header a.global-header--language-block {
    border-color: #000;
}
.global-header a.global-header--language-block:before,
.global-header a.global-header--language-block:after {
    display: inline-block;
    padding: 2px 0;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.global-header a.global-header--language-block:before {
    content: "\ec94";
    padding: 0 5px;
}
.global-header a.global-header--language-block:after {
    content: "\eddd";
    padding: 0 5px;
}
.global-header a.global-header--language-block:hover {
    background-color: #000;
    color: #f48224;
}
.image-block-row {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 2rem;
}
.image-block-row__block {
    width: 33%;
}
.image-block-row__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    margin-bottom: 2rem;
    overflow: hidden;
}
.image-block-row__image img {
    display: block;
    min-height: 100%;
    min-width: 100%;
}
.image-block-row__content {
    padding-right: 3rem;
    width: 100%;
}
ul.js-pager__items {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 1rem;
    width: 100%;
}
ul.js-pager__items li {
    padding: 0.5rem 0.75rem;
}
.top-content {
    position: relative;
    width: 100%;
}
.top-content__splash {
/*
    min-height: 1070px;
*/
    position: relative;
}
.top-content__image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.top-content__splash-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.top-content__splash-content .breadcrumb:after {
    border-bottom: 34px solid #000;
    border-right: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 0;
}
.top-content__title {
    color: #000000;
    font-family: "Teko", sans-serif;
    font-size: 3em;
    font-weight: 600;
    background-color: #f48224;
    line-height: 1.2222em;
    margin: 0.6111em 0 0 0;
    padding: 1rem 2rem;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    width: 50%;
    z-index: 5;
}
@media (max-width: 1440px) {

	.top-content__splash {
/*
	    min-height: 810px;
*/
	    position: relative;
	}

}

@media (max-width: 850px) {

 	.show-mobile {
    	display: block!important;
	}

 	.hide-mobile {
    	display: none!important;
	}

    .top-content__title {
        font-size: 2rem;
        width: 70%;
    }

	.top-content__splash {
/*
	    min-height: 478px;
*/
	    position: relative;
	}

}
@media (max-width: 475px) {
    .top-content__title {
        width: 88%;
    }

	.top-content__splash {
/*
	    min-height: 267px;
*/
	    position: relative;
	}
}
.top-content__title:after {
    border-bottom: 467px solid #f48224;
    border-right: 200px solid transparent;
    content: "";
    height: 0;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    right: -200px;
    top: 0;
    width: 0;
}
.top-content__description {
    background-color: #e2e2e2;
    margin-left: 28%;
    padding: 4.5rem 10% 4.5rem 5%;
    position: relative;
    width: 72%;
    z-index: 5;
}
@media only screen and (max-width: 991px) {
    .top-content__description {
        margin-left: 0;
        padding: 30px;
        width: 100%;
    }

	.top-content__splash {
/*
	    min-height: 557px;
*/
	    position: relative;
	}

    .top-content__description :first-child {
        margin-top: 0;
    }
    .top-content__description :last-child {
        margin-bottom: 0;
    }
}
.views-exposed-form {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 1rem;
}
.views-exposed-form .form-select {
    border-color: #ededed;
}
.views-exposed-form .js-form-item {
    margin-right: 15px;
}
.views-exposed-form .js-form-submit {
    font-size: 0.85rem;
    margin-bottom: 0;
    padding: 9px 12px;
}

