@font-face {
    font-family: 'Poppins';
    /*a name to be used later*/
    src: url('../fonts/Poppins-Regular.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'BebasNeueProRegular';
    /*a name to be used later*/
    src: url('../fonts/Bebas-Neue-Pro-Regular.otf');
    /*URL to font*/
}

@font-face {
    font-family: 'BebasNeueProBold';
    /*a name to be used later*/
    src: url('../fonts/Bebas-Neue-Pro-Bold.otf');
    /*URL to font*/
}

:root {
    --main-color: #e16049;
    --black: #201e20;
    --palet-1: #f28a1b;
    --white: #f7f7f7;
}

* {
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}

section {
    padding: 9rem 5% !important;
}

img {
    width: 100%;
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    cursor: pointer;
    color: var(--black);
    border: 0.2rem solid var(--black) !important;
    background: no-repeat;
    font-size: 1.7rem;
    border-radius: 1rem;
    padding: 1rem 3rem;
}

.btn:hover {
    color: var(--white) !important;
    background: var(--black) !important;
}

.btn-contact {
    display: inline-block !important;
    margin-top: 1rem !important;
    cursor: pointer !important;
    color: var(--black) !important;
    border: 0.2rem solid var(--palet-1) !important;
    background: var(--palet-1) !important;
    font-size: 1.7rem !important;
    border-radius: 1rem !important;
    padding: 1rem 3rem !important;
}

.total {
    font-size: 16px !important;
}

td #id {
    font-size: 16px !important;
}

.btn-contact:hover {
    color: var(--white) !important;
    background: var(--black) !important;
}

.btn-shop {
    display: inline-block !important;
    margin-top: 1rem !important;
    cursor: pointer !important;
    font-size: 1.5rem !important;
    border-radius: 1rem !important;
    padding: 0.8rem 2.5rem 0.7rem 2.5rem !important;
    color: var(--white) !important;
    background: var(--black) !important;
}

.btn-shop:hover {
    color: var(--white) !important;
    background: var(--palet-1) !important;
}

.btn-steps {
    display: inline-block !important;
    margin-top: 1rem !important;
    cursor: pointer !important;
    color: var(--black) !important;
    background: var(--white) !important;
    font-size: 1.7rem !important;
    border-radius: 1rem !important;
    font-weight: bold;
    padding: 1rem 3rem !important;
}

.btn-link-i {
    display: inline-block !important;
    margin-top: 1rem !important;
    cursor: pointer !important;
    color: var(--white) !important;
    background: #f09433;
    border: none !important;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    font-size: 3rem !important;
    border-radius: 1rem !important;
    padding: 1rem 3rem !important;
}

.btn-link-f {
    display: inline-block !important;
    margin-top: 1rem !important;
    cursor: pointer !important;
    color: var(--white) !important;
    background: #3b5998 !important;
    font-size: 3rem !important;
    border-radius: 1rem !important;
    padding: 1rem 3rem !important;
    border: none !important;
}

.btn-steps:hover {
    color: var(--white) !important;
    background: var(--white) !important;
}

.header {
    z-index: 1000;
    padding: 1.5rem 1rem;
}

.header.active {
    background: #000;
    padding: 18px 0;
}

.header.active .logo {
    color: var(--white);
}

.header.active .nav a {
    color: var(--white);
    padding: 0px 7px 0px 7px;
}

.header.active .nav a:hover {
    color: var(--black);
    padding: 0px 7px 0px 7px;
    border-radius: 1rem;
    background-color: var(--white);
}

.header.active #menu-btn {
    color: var(--white);
}

.header .logo {
    font-size: 2.5rem;
    color: var(--white);
    font-weight: bolder;
}


/* a:hover {
    color: var(--main-color) !important;
} */

.logo-desing {
    width: 6.5%;
    height: auto;
}

.header .logo span {
    color: var(--palet-2);
}

.header .nav a {
    font-size: 20px;
    font-family: 'BebasNeueProRegular';
    padding: 0px 7px 0px 7px;
    margin-left: 18px;
    border-radius: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--white);
}

.header .nav a:hover {
    color: var(--main-color);
    padding: 0px 7px 0px 7px;
    border-radius: 1rem;
    font-weight: bold;
    background-color: var(--white);
}

.header #menu-btn {
    display: none;
    font-size: 18px;
    cursor: pointer;
    color: var(--white);
}

.shop {
    font-size: 2rem;
    cursor: pointer;
    color: var(--white);
}

.shop:hover {
    color: var(--white) !important;
}

.phone {
    z-index: 2;
    color: var(--white);
    background-color: var(--grey);
    animation: phone 1.5s var(--animation-curve) infinite alternate-reverse;
    display: grid;
    justify-content: center;
    align-items: center;
    border: 0px var(--white) solid;
}

@keyframes phone {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media(max-width: 768px) {
    .info {
        display: none;
    }
    .bars {
        display: block;
    }
    header .navigation {
        position: absolute;
        top: 81px;
        left: -100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .4s ease-in-out;
        flex-direction: column;
        height: 100vh;
        width: 50%;
        background: #000;
    }
    header .navigation li {
        margin: 10px 0px;
    }
}

.home .content {
    flex: 1 1 40rem;
    padding-top: 9.5rem;
    text-align: left;
}

.home .image {
    flex: 1 1 25rem;
    width: 100%;
}

.home .image img {
    width: 100%;
    padding: 1rem;
    object-fit: scale-down;
    /* animation: float 3s linear infinite; */
}

.home-2 .image img {
    width: 80%;
    height: 450px;
    padding: 1rem;
    object-fit: scale-down;
    /* animation: float 3s linear infinite; */
}

.home {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    width: 85%;
    gap: 1.5rem;
    min-height: 100vh;
    align-items: center;
    z-index: 2;
    background-size: cover;
    background-position: center;
}

.redir {
    cursor: pointer;
    width: 250px !important;
    margin-top: 1rem;
    height: auto !important;
}

.img-1-slideshow {
    background-image: url('../img/parallax/home-parallax-1.jpg');
    height: 100vh;
    background-size: cover;
    background-position: left !important;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    justify-content: center;
}


/* .img-1-slideshow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  } */


/* .slideshow__slide-image::before, .slideshow__slide-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.35;
  } */


/* .slideshow__slide-image::before {
    background-color: #1e1e22;
  } */


/* .slideshow__slide-image::after {
    background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
  } */

.img-2-slideshow {
    background-image: url('../img/parallax/home-parallax-2.jpg');
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    justify-content: center;
    z-index: 2;
}


/* .img-2-slideshow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/svg/line-effect.svg'), linear-gradient(to bottom, #1d003dab 0%, #270066e0 100%);
    height: 100vh;
    background-size: 20%, cover;
    background-position-y: bottom, center;
    background-position-x: right, center;
    background-repeat: no-repeat, no-repeat;
    z-index: -1;
  } */

.img-3-slideshow {
    background-image: url('../img/parallax/home-parallax-3.png');
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}


/* .img-3-slideshow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/svg/line-effect.svg'), linear-gradient(to bottom, #1d003dab 0%, #270066e0 100%);
    height: 100vh;
    background-size: 20%, cover;
    background-position-y: bottom, center;
    background-position-x: right, center;
    background-repeat: no-repeat, no-repeat;
    z-index: -1;
  } */

.text-header {
    width: 70%;
    height: auto;
}

.text-header-2 {
    width: 60%;
    height: auto;
}

.text-header-3 {
    width: 60%;
    height: auto;
}

.home-text,
home-img {
    width: 100%;
}

.pagination {
    position: absolute !important;
    width: 100%;
    text-align: center;
    right: 0;
    padding: 0 !important;
    bottom: 3rem;
    z-index: 999;
}

.pagination__item {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 5px;
    transition: 0.2s ease-in-out;
}

.pagination__item.is-current,
.pagination__item:hover {
    background-color: #fff;
}

.container {
    position: relative;
    margin: 0 auto;
}

.home-img {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    width: 80%;
}

.home .content {
    max-width: 80%;
    text-align: left;
    margin: 0 auto;
}

.home .content img {
    width: 100%;
    margin-bottom: 5rem;
}

.home .content .img-2 {
    width: 50% !important;
}

.home-img {
    animation: float 3s linear infinite;
    text-align: center;
}

.home-img img {
    width: 70%;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(-3.5rem);
    }
    50% {
        transform: translateY(1rem);
    }
}

.home .content h3 {
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--white);
}

.home .content p {
    font-size: 8.5rem;
    line-height: 2;
    color: var(--white);
    padding: 2rem 0;
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    background: url('../img/patron/patron-4.svg');
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
}

.about .content .red {
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    color: var(--black);
    padding: 2rem 0rem 0rem 0rem;
}

.own-script {
    font-family: 'BebasNeueProBold';
    font-size: 7rem;
    color: var(--black);
}

.text-p {
    margin-top: -1rem;
    color: var(--white);
    font-weight: bold;
    padding: 0px 15px 0px 15px;
}

.text-c {
    margin-top: -1rem;
    color: var(--black);
    font-weight: bold;
    padding: 0px 15px 0px 15px;
    background-color: white;
    text-align: center;
    font-size: 4rem;
}

.own-script-p {
    font-family: 'BebasNeueProBold';
    font-size: 9rem;
    text-align: center;
    color: var(--white);
}

.own-script-c {
    font-family: 'BebasNeueProBold';
    font-size: 8.5rem;
    color: var(--palet-1);
    text-align: center;
}

.own-script-d {
    font-family: 'BebasNeueProBold';
    font-size: 9rem;
    text-align: center;
    color: var(--black);
}

.heading .reviews-title {
    font-family: 'Poppins';
    font-size: 4.5rem;
    margin-top: -2rem;
    font-weight: bold;
    text-align: center;
    color: var(--palet-1);
    padding-bottom: 5rem;
}

.heading .reviews-title-p {
    font-family: 'Poppins';
    font-size: 4.5rem;
    margin-top: -2rem;
    font-weight: bold;
    text-align: center;
    color: var(--white);
    padding-bottom: 5rem;
}

.about .image {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.about .image img {
    width: 100%;
    border-radius: 2rem;
}

.about .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.about .content .title {
    font-size: 6rem;
    margin-top: -3rem;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: var(--black);
}

.about .content p {
    font-size: 18px;
    line-height: 2;
    color: var(--black);
    padding: 2rem 0;
}

.about .content .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    flex-direction: column;
}

.bottom-right {
    margin-top: 23px;
}

.about .content .icons h3 {
    font-size: 3rem;
    text-transform: uppercase;
    color: var(--white);
}


/* end own about */

.bg-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    background: url(../img/patron/patron-5-color.svg) repeat;
    background-size: cover;
    background-position: right;
}

.bg-service .service-one {
    width: 33.3%;
    position: relative;
    overflow: hidden;
}

.service-one img {
    width: 100%;
    transition: 1s ease-in-out;
}

.service-one .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.service-one .over-txt {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #FFF;
}

.service-one .over-txt p {
    margin: 0;
    color: var(--main-color);
    text-transform: capitalize;
}

.service-one .over-txt h4 {
    text-transform: capitalize;
}

.service-one:hover img {
    transform: scale(1.1);
}

@media(max-width: 991px) {
    .bg-service .service-one {
        width: 49%;
    }
}

@media(max-width: 576px) {
    .bg-service .service-one {
        width: 100%;
    }
}


/* 
.select-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    list-style: none;
} */

#item-1 {
    background: linear-gradient(to right, #25252570, #38383880), url('../images/products/fruits.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

#item-2 {
    background: linear-gradient(to right, #25252570, #38383880), url('../images/products/verduras.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

#item-3 {
    background: linear-gradient(to right, #25252570, #38383880);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

#item-4 {
    background: linear-gradient(to right, #25252570, #38383880);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

#item-5 {
    background: linear-gradient(to right, #25252570, #38383880);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

#item-6 {
    background: linear-gradient(to right, #25252570, #38383880);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

#item-7 {
    background: linear-gradient(to right, #25252570, #38383880);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

#item-8 {
    background: linear-gradient(to right, #25252570, #38383880);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

#item-9 {
    background: linear-gradient(to right, #25252570, #38383880);
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 30%);
}

.btn-tertiary {
    background-color: var(--black) !important;
    color: white !important;
}


/* .select-list li {
    width: 280px;
    border: solid;
    margin: 7px 7px 7px 7px;
    padding: 0px 7px 0px 7px;
    line-height: 4rem;
    font-weight: bolder;
    cursor: pointer;
    text-align: center;
    color: var(--white);
} */

.select-list li a {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1.5rem !important;
}

.select.isOpen .select_item:hover {
    background: rgba(204, 204, 204, 0.06);
}

.owl-filter-class {
    display: flex;
    justify-content: center;
}

.select-list .select_item .btn:hover {
    background: none !important;
    color: var(--white) !important;
    border: solid var(--palet-2) !important;
}

.select_item:hover {
    background: var(--black) !important;
    color: var(--white) !important;
    border: solid var(--palet-1) !important;
}

#item-6:hover {
    background: linear-gradient(to right, #161616c9, #070707af), ;
    color: var(--white) !important;
    border: solid var(--palet-2) !important;
}

.select.isOpen .select_item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.select_item--other {
    padding: 0;
}

.select_item--other input {
    color: black;
    outline: 0;
    border: 0;
    display: block;
    min-width: 100%;
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 10px 10px;
}

.select:not(.isOpen) .select_item--other input {
    border-radius: 10px;
}

.select-list .li.button-active {
    background: #bebcbc;
}

.service-item:hover img {
    margin-top: 0px
}

.service-item:hover .service-text {
    height: calc(100% + 40px)
}

@media (max-width: 768px) {
    .reviews-sec {
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
    #carousel-id {
        padding-bottom: 6rem;
    }
}

.service-item .service-text {
    position: absolute;
    width: 100%;
    height: calc(100% + 86px);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: rgba(33, 30, 28, 0.5);
    transition: .5s;
    z-index: 1;
}

#carousel-id {
    padding-top: 6rem;
}

.bg-shop {
    width: 100%;
    background: url('../img/patron/patron-5.svg'), url('../img/back.png') repeat-y, radial-gradient(circle, rgba(208, 210, 214, 1) 0%, rgba(222, 224, 228, 1) 54%, rgba(211, 213, 219, 1) 100%);
    background-size: cover, 200%, cover;
    background-position: center;
    background-color: var(--black);
}

.bg-shop .shop-links {
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 40px;
    align-items: center;
    color: #FFF;
    flex-wrap: wrap;
    flex-direction: column;
}

.bg-shirt {
    width: 100%;
    background: url('../img/patron/patron-4.svg'), radial-gradient(circle, rgba(208, 210, 214, 1) 0%, rgba(222, 224, 228, 1) 54%, rgba(211, 213, 219, 1) 100%);
    background-size: contain;
    background-position: center;
    background-color: var(--black);
}

.products-list-items {
    display: flex;
    box-shadow: 1px 8px 29px -10px rgba(148, 148, 148, 1);
    background-color: var(--white);
    width: 100%;
    overflow-x: auto;
}

.products-list-items .select-list {
    display: flex;
    list-style-type: none;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    position: relative;
    float: left;
}

.products-list-items .select_item {
    display: inline-block;
    list-style-type: none;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 110px !important;
    z-index: 300 !important;
    margin-bottom: 5rem;
}

.products-list-items .select-list {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.products-list-items .select_item {
    width: max-content;
}

.select-list .select_item a {
    font-size: 2rem !important;
    cursor: pointer;
    margin: 1rem;
    font-weight: bold;
    color: var(--black) !important;
}

.select-list .select_item a:hover {
    color: var(--white) !important;
}

.select_item:is(:hover,
 :focus,
.active) {
    text-decoration: underline 2px solid #f1f1f1;
    border-bottom: 3px solid var(--white) !important;
    color: var(--white) !important;
    text-underline-offset: 5px;
    opacity: 1;
}

.bg-shirt .shop-links {
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 40px;
    align-items: center;
    color: #FFF;
}

.details {
    justify-content: center;
}

.shop-links h3 {
    text-transform: capitalize;
    font-family: 'Poppins';
    font-size: 4.5rem !important;
    text-align: center;
}

.shop-links .links {
    display: flex;
    align-items: center;
}

.shop-links .links li {
    margin-left: 16px;
    font-size: 16px;
    cursor: pointer;
    list-style: none;
    transition: .4s ease-in-out;
}

.shop1 img {
    height: 280px;
    width: 100%;
    object-fit: contain;
}

.shop1 .img-c {
    object-fit: cover !important;
    border-radius: 2rem 2rem 0px 0px;
}

.shop1 .container {
    margin-top: -4.5rem;
    margin-bottom: 4.5rem;
}

.shop1 .container .details {
    color: var(--black);
    font-size: 1.4rem;
    font-weight: bold;
    align-items: center;
    background-color: var(--white);
    border-radius: 0rem 0rem 2rem 2rem;
    justify-content: center;
    margin-bottom: 0rem !important;
}

.shop1 .container .details p {
    margin-bottom: 0rem !important;
}

.shop-links .links li:hover {
    color: var(--main-color);
}

.bg-shop .shop-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    grid-row-gap: 20px;
    grid-column-gap: 30px;
}

.bg-shirt .shop-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-row-gap: 20px;
}

.shop-flex .shop1 {
    width: 24%;
    color: #FFf;
}

.shop1 .shop-image {
    position: relative;
    overflow: hidden;
    padding: 20px 5px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 8px 32px 0 rgba(135, 119, 31, 0.089);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 0px 0px 2rem 2rem;
}

.shop-image img {
    width: 100%;
    height: 400px;
    object-fit: scale-down;
    transition: .6s ease-in-out;
}

.shop-image:hover img {
    transform: scale(1.05);
}

.shop-image .price {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid var(--main-color);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
}

.shop-image .social {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.shop-image .social a {
    text-decoration: none;
    color: #FFf;
    font-size: 10px;
    border: 1px solid #FFF;
    padding: 5px 7px;
    transition: .4s ease-in-out;
}

.shop-image .social a:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}

.shop-image:hover .social {
    animation: animate1 .6s ease-in-out forwards;
}

.shop-image .social {
    animation: animate2 .6s ease-in-out;
}

@keyframes animate1 {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: 30px;
    }
}

@keyframes animate2 {
    0% {
        opacity: 1;
        bottom: 30px;
    }
    100% {
        opacity: 0;
        bottom: -100px;
    }
}

.shop1 h2 {
    text-transform: capitalize;
    font-size: 2rem;
}

.shop1 .gold {
    color: var(--main-color);
}

.shop1 .stars {
    margin-bottom: 10px;
}

.shop1 .stars i {
    margin: 0px -2px;
    font-size: 12px;
}

.shop1 article {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}

.shop1 span {
    color: #555;
    text-decoration: line-through;
}

@media(max-width: 991px) {
    .shop-flex .shop1 {
        width: 49%;
    }
}

@media(max-width: 576px) {
    .shop-flex .shop1 {
        width: 100%;
    }
    .bg-shop .shop-links {
        flex-direction: column;
        justify-content: center;
    }
    .bg-shirt .shop-links {
        flex-direction: column;
        justify-content: center;
    }
}

.bg-menu {
    background-image: url(../img/about1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.menu__name {
    color: var(--black);
    text-transform: uppercase;
}

.menu__desc {
    color: var(--black);
    font-style: italic;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.menu-title {
    margin-bottom: 50px;
    text-align: center;
    color: #FFF;
}

.menu-title-steps {
    text-align: center;
    color: var(--black);
}

.menu-title section {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--main-color);
}

.menu-title h1 {
    font-size: 2.8rem;
    margin-top: 4px;
    font-family: 'BebasNeueProBold';
    text-transform: uppercase;
}

.menu-title-steps h1 {
    font-size: 4rem;
    margin-top: 4px;
    font-family: 'BebasNeueProBold';
    text-transform: uppercase;
}

.card {
    background-color: var(--black) !important;
}

.card-body {
    color: var(--white);
}

.text-stand {
    color: var(--white);
    font-size: 18px;
}

.menu-title hr {
    margin: 15px auto;
    width: 150px;
    background: var(--white);
}

.menu-title-steps hr {
    margin: 15px auto;
    width: 150px;
    background: var(--black);
}

.menu-flex {
    width: 90%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-flex .menu1 {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    margin-bottom: 20px;
}

.menu1 img {
    width: 100px;
    margin-right: 10px;
}

.menu1 h4 {
    text-transform: capitalize;
    letter-spacing: -1px;
    white-space: nowrap;
}

.menu1 .line {
    margin-top: 10px;
    border-top: 1px dotted var(--main-color);
    width: 52%;
}

.menu-link {
    text-align: center;
    margin: 30px 0;
}

.menu-link a {
    background: var(--palet-1) !important;
    color: var(--black) !important;
    font-size: 18px !important;
    padding: 10px 18px !important;
    border-radius: 1rem !important;
    display: inline-block !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    transition: .4s ease-in-out !important;
}

.menu-link a:hover {
    color: var(--black) !important;
    background: var(--white) !important;
}

.img-stand-pro {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.text-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media(max-width: 991px) {
    .menu-flex .menu1 {
        width: 100%;
    }
}

.bg-gallery {
    margin: 100px 0;
}

.bg-gallery .gallery-flex {
    display: flex;
}

.gallery-flex .image-one {
    width: 40%;
}

.gallery-flex img {
    width: 100%;
    cursor: pointer;
}

.inside-gallery {
    display: flex;
    width: 40%;
}

.inside-gallery .left {
    display: flex;
    flex-direction: column;
}

.inside-gallery .right {
    display: flex;
    flex-direction: column;
}

.last-image {
    width: 20%;
}

.bg-gallery .event {
    position: relative;
}

.bg-gallery .overlay {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s ease-in-out;
}

.bg-gallery .event:hover .overlay {
    opacity: 1;
}

@media(max-width: 768px) {
    .revert-info {
        flex-direction: column-reverse;
    }
    .img-stand-pro {
        margin-bottom: 3rem;
    }
    .header.active .nav a {
        color: var(--dark);
    }
    .bg-gallery .gallery-flex {
        flex-wrap: wrap;
    }
    .gallery-flex .image-one {
        width: 50%;
    }
    .inside-gallery {
        width: 50%;
    }
    .bg-gallery .last-image {
        display: none;
    }
}

@media(max-width: 576px) {
    .gallery-flex .image-one {
        width: 100%;
    }
    .inside-gallery {
        width: 100%;
    }
}

.bg-about {
    margin: 100px 0;
    width: 100%;
}

.bg-about .about-flex {
    display: flex;
}

.about-flex .about1 {
    width: 50%;
    position: relative;
}

.about-flex .about1 img {
    width: 100%;
}

.about1 .image-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about1-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
}

.about1-txt h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Pushster', cursive;
    width: 100%;
    text-align: center;
}

.about1-txt .txt-inside {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.txt-inside section {
    text-transform: capitalize;
}

@media(max-width: 768px) {
    .about-flex {
        flex-wrap: wrap;
    }
    .about-flex .about1 {
        width: 100%;
    }
}

.contact .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}

.contact .row .map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40rem;
    flex: 1 1 40rem;
    width: 100%;
}

.contact .row .form .icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.contact .row .form .icons-container .icons {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 17rem;
    flex: 1 1 17rem;
    text-align: center;
}

.contact .row .form .icons-container .icons i {
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    border-radius: 50%;
    background: var(--black);
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.contact .row .form .icons-container .icons h3 {
    padding: 1rem 0;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: 'BebasNeueProBold';
    color: var(--black);
}

.contact .row .form .icons-container .icons p {
    font-size: 1.8rem;
    line-height: 2;
    color: var(--black);
}

.img-stand {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.footer {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
    padding: 3rem 9% !important;
}

.footer .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
}

.footer .box-container .box h3 {
    font-size: 2rem;
    color: var(--palet-1);
    font-weight: bold;
    padding: 1rem 0;
}

.footer .box-container .box a {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: normal;
    color: var(--white);
    padding: .5rem 0;
    display: block;
}

.footer .box-container .box a i {
    padding-right: .5rem;
    color: var(--palet-1);
}

.footer .box-container .box a:hover {
    color: var(--palet-1) !important;
    font-weight: bold;
}

.footer .box-container .box p {
    font-size: 1.8rem;
    line-height: 2;
    color: var(--white);
}

.footer .box-container .box .email {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.6rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.2);
    margin: 1rem 0;
}

.footer .credit {
    text-align: center;
    font-size: 2rem;
    color: var(--white);
    padding: 0 1rem;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.footer .credit span {
    color: var(--white);
}

.location span {
    margin-left: -30px;
    display: inline-block;
    margin-right: 13px;
}

.location a {
    text-decoration: none;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: inline-block;
}

.location section {
    margin-bottom: 4px;
}

.footer1 form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: #FFF;
    border-radius: 30px;
    overflow: hidden;
}

.footer1 form input {
    border: none;
    outline: none;
    padding-left: 10px;
    font-size: 13px;
    color: var(--main-color);
    width: 75%;
}

.footer1 form a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    color: #FFF;
    background: var(--main-color);
    width: 25%;
    text-align: center;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

.loader-container img {
    height: 150px;
    width: auto;
}

.loader-container.fade-out {
    top: -120%;
}

.check {
    margin-top: 20px;
}

.check label {
    font-size: 14px;
}

a:link {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}


/* WHATSAPP BUTTON */

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px;
}

@media (max-width: 360px) {
    .nav-bottom {
        width: 320px;
    }
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: 0.3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #77bb4a;
    animation: pulse 1.2s 4s ease 4;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 85px;
    right: 6px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: #fff;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight 0.6s 0s both;
}

.popup-whatsapp>div {
    margin: 5px;
}

.about-us-cards {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: var(--tertiary);
    padding: 12px 32px;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}


/* MODAL */

.img-modal {
    height: 3rem;
}

.modal-footer {
    justify-content: space-around;
}

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-content {
    border-radius: 2rem !important;
}

.modal-body {
    height: auto;
    max-height: 50vh;
    overflow-y: auto;
}


/* FORM */

.table {
    font-size: 14px;
}

.modal input {
    position: relative;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    padding: 6px 0 6px 6px;
    font-size: 1.25em;
    margin: 0px 0px 9px 0px;
    border: 1px solid #dddddd;
    color: #444;
}

.modal input {
    z-index: 99;
    width: 100%;
}

.modal textarea {
    width: 100%;
    height: 6em;
}

.modal label {
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 100;
    top: 0.75em;
    left: 0.375em;
    height: 1.1111em;
    padding: 0 0.375em;
    transition: 0.3s all ease-in-out;
    color: var(--palet-1);
}

.modal input:focus~label {
    z-index: 9999;
}

.modal input:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

@media (max-width: 680px) {
    .popup-whatsapp p {
        font-size: 0.9em;
    }
}

.popup-whatsapp>.content-whatsapp.-top {
    display: flex;
    flex-direction: column;
}

.popup-whatsapp>.content-whatsapp.-top p {
    color: #585858;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 2em;
}

.popup-whatsapp>.content-whatsapp.-bottom {
    display: flex;
    flex-direction: row;
}

.closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #f76060;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
    background-color: #f71d1d;
    transition: 0.3s;
}

.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
}

.is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight 0.6s 0s both;
}

input.whats-input[type=text] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #fff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #fff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: 0.3s;
}

@media (max-width: 420px) {
    input.whats-input[type=text] {
        width: 225px;
    }
}

input.whats-input::placeholder {
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
}

input.whats-input[type=text]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: 0.3s;
}

.icon-whatsapp-small {
    width: 24px;
    height: 24px;
}

.icon-whatsapp {
    width: 45px;
    height: 45px;
}

.icon-font-color {
    color: #fff;
}

.icon-font-color--black {
    color: #333;
}


/* END WHATSAPP */

@media (max-width: 1200px) {
    section {
        padding: 9rem 2rem;
    }
    .home {
        grid-template-columns: repeat(auto-fit, minmax(32rem, auto));
    }
}

@media(max-width: 991px) {
    .footer-flex .footer1 {
        width: 49%;
    }
    .logo-desing {
        width: 10%;
        height: auto;
    }
    .about {
        flex-direction: column;
    }
}

@media(max-width: 576px) {
    .sticky {
        top: 80px !important;
    }
    .shop-links h2 {
        font-size: 3.5rem !important;
    }
    .text-stand {
        color: var(--white);
        font-size: 14px;
    }
    .footer-flex .footer1 {
        width: 100%;
    }
    .logo-desing {
        width: 12%;
        height: auto;
    }
    .home-text {
        padding-bottom: 1.5rem;
    }
    .home-img img {
        width: 80%;
    }
    .about .content .title {
        font-size: 4rem;
        margin-top: -2rem;
    }
}

@media (max-width: 768px) {
    .select-list .select_item a {
        font-size: 1.5rem !important;
        text-align: center;
    }
    .products-list-items {
        overflow-x: scroll;
    }
    .products-list-items .select-list {
        display: flex;
        list-style-type: none;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        position: relative;
        float: left;
    }
    .products-list-items .select_item {
        display: inline-block;
        list-style-type: none;
        overflow: scroll;
        overflow-x: show;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .home-2 .image img {
        width: 80% !important;
    }
    .home-2 .content {
        flex: 1 1 20rem;
    }
    .home .content img {
        margin-bottom: 0rem;
    }
    .home .content img {
        margin-top: 1rem;
    }
    .home .image img {
        width: 100%;
    }
    .content .redir {
        padding-top: 2rem;
        width: 200px !important;
    }
    .home .content img {
        width: 100%;
    }
    .header {
        padding-left: 18px;
        padding-right: 18px;
    }
    .header.active {
        padding-left: 18px;
        padding-right: 18px;
    }
    .header #menu-btn {
        display: inline-block;
    }
    .header #menu-btn.fa-times {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header .nav {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 1rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .header .nav.active {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .header .nav a {
        color: var(--dark);
        margin: 1rem 2rem;
    }
    .home {
        flex-direction: column;
    }
    .home-text {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .home-img {
        display: flex;
        justify-content: center;
    }
    .home {
        background: none;
        grid-template-columns: repeat(auto-fit, minmax(22rem, auto));
    }
    .home-1 {
        width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        gap: 3.5rem;
        z-index: 1;
        background: url(../img/banner-ver.jpg) no-repeat;
        background-size: cover;
        flex-wrap: wrap;
        background-position: center;
        justify-items: center;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .home .content h3 {
        font-size: 2.5rem;
    }
    .about {
        flex-direction: column;
        background: url('../img/patron/patron-4.svg');
        background-position-x: center;
        background-position-y: center;
        background-size: 50%, 70%, cover;
    }
}

.background-absolute {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.slideshow {
    position: relative;
    color: #fff;
    background-color: #1e1e22;
    overflow: hidden;
    height: 100vh;
    min-height: 400px;
}

.slideshow__slide {
    visibility: hidden;
    transition: visibility 0s 1.7s;
}

.slideshow__slide.is-current {
    visibility: visible;
    transition-delay: 0s;
}

@media (max-width: 699px) {
    .slideshow .slideshow__slide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 700px) {
    .slideshow .slideshow__slide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.slideshow__slide-background-load-wrap {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
    overflow: hidden;
}

@media (min-width: 1200px) {
    .o-scroll {
        height: 100%;
    }
}

.is-loaded .slideshow__slide-background-load-wrap {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
    transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
    transform: none !important;
}

.slideshow__slide-background-load {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, -50%, 0);
}

.is-loaded .slideshow__slide-background-load {
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
    transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: none;
}

.slideshow__slide-background {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transform: scale(1);
    overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background,
.slideshow__slide.is-next .slideshow__slide-background {
    transform: scale(0.5);
    transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background,
.slideshow__slide.is-next-section .slideshow__slide-background {
    transform: scale(0.5);
    transition-delay: 0s;
    transition: none;
}

.slideshow__slide-image-wrap {
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
    transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image,
.slideshow__slide.is-next .slideshow__slide-image {
    transform: scale(1.25);
    transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-image,
.slideshow__slide.is-next-section .slideshow__slide-image {
    transform: scale(1.25);
    transition-delay: 0s;
    transition: none;
}


/* .slideshow__slide-image::before, .slideshow__slide-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.35;
 } */


/* .slideshow__slide-image::before {
    background-color: #1e1e22;
 } */


/* .slideshow__slide-image::after {
    background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
 } */

.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
    transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
    transform: none !important;
}

.slideshow__slide-caption-text {
    position: relative;
    height: 100%;
    padding-top: 25vh;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-caption-text {
    transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-caption-text {
    transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
    transform: translate3d(0, -100%, 0);
    transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-caption-text {
    transform: translate3d(0, 100%, 0);
    transition: none;
}

.slideshow__slide-caption {
    position: relative;
    height: 100%;
    transform: translate3d(0, 100%, 0);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-loaded .slideshow__slide-caption {
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-title {
    line-height: 1;
}

@media (max-height: 500px) {
    .slideshow__slide-caption-title {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 699px) {
    .slideshow__slide-caption-title {
        font-size: 40px;
        margin-bottom: 150px;
    }
    .slideshow.-full .slideshow__slide-caption-title {
        margin-bottom: 30px;
    }
    .slideshow__slide-caption-text {
        padding-top: 33vh;
    }
}

@media (min-width: 700px) {
    .slideshow__slide-caption-title {
        font-size: 5.625rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .slideshow__slide-caption-title {
        font-size: 4.375rem;
    }
}

@media (min-width: 1600px) {
    .slideshow__slide-caption-title {
        font-size: 6.25rem;
    }
}

.slideshow__slide-caption-title.-full {
    width: 100%;
}

.slideshow__slide-caption-subtitle {
    display: inline-block;
    padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
    transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -webkit-transform: translate3d(0, 3.75rem, 0);
    transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load,
body[data-route-option="next-section"] .slideshow__slide-caption-subtitle.-load {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
    transform: translateX(20px);
}


/* OLD */

.c-header-home_heading {
    line-height: 1;
}

@media (max-height: 500px) {
    .c-header-home_heading {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 699px) {
    .c-header-home_heading {
        font-size: 40px;
        margin-bottom: 150px;
    }
    .c-header-home.-full .c-header-home_heading {
        margin-bottom: 30px;
    }
}

@media (min-width: 700px) {
    .c-header-home_heading {
        font-size: 5.625rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_heading {
        font-size: 4.375rem;
    }
}

@media (min-width: 1600px) {
    .c-header-home_heading {
        font-size: 6.25rem;
    }
}

.c-header-home_heading.-full {
    width: 100%;
}

.c-header-home_subheading {
    display: inline-block;
    padding: 1.875rem 0;
}

.c-header-home_subheading.-load {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .c-header-home_subheading.-load {
    transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_subheading.-load,
body[data-route-option="next-section"] .c-header-home_subheading.-load {
    transform: translate3d(0, 0, 0);
}

.c-header-home_footer {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 3rem;
    left: 0;
}

.c-header-home_controls,
.c-header-home_buttons {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 40px;
    }
}

@media (min-width: 700px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 5.625rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 3.75rem;
    }
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons,
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="next-section"] .c-header-home_buttons {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
    transition-delay: 0.65s;
}

@media (min-width: 700px) {
    .c-header-home_controls {
        float: left;
    }
}

.c-header-home_buttons {
    transition-delay: 0.75s;
}

@media (max-width: 699px) {
    .c-header-home_buttons {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1000px) {
    .c-header-home_buttons {
        float: right;
    }
}

@media (max-width: 699px) {
    .c-header-home_button {
        width: 50% !important;
    }
    .text-header {
        width: 100%;
    }
    .text-header-2 {
        width: 100%;
    }
    .text-header-3 {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .c-header-home_button {
        width: 15.625rem;
    }
}

button,
.c-header-filters_button,
.o-button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:hover,
.c-header-filters_button:hover,
.o-button:hover {
    text-decoration: none;
}

::-moz-selection {
    background: #0084c0;
    color: #fff;
}

::selection {
    background: #0084c0;
    color: #fff;
}


/* a, .o-link {
    color: #1a0dab;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 } */


/* a:hover, .o-link:hover {
    color: #13097c;
 } */

a.-normal,
.o-link.-normal {
    color: currentColor;
    text-decoration: none;
}

a.-normal:hover,
.o-link.-normal:hover {
    text-decoration: underline;
}

a.-blue:hover,
.o-link.-blue:hover {
    text-decoration: none;
    color: #0084c0;
}

a.-hover,
.o-link.-hover {
    position: relative;
    text-decoration: none;
    color: #fff;
}

a.-hover::after,
.o-link.-hover::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
}

a.-hover:hover::after,
.o-link.-hover:hover::after {
    transform: scaleX(1);
}

p {
    margin: 0;
}

.o-wrap {
    overflow: hidden;
}

.o-page.-anim {
    transform: translate3d(0, 9.375rem, 0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
    transform: translate3d(0, 0, 0);
}

.o-barba,
.o-barba_container {
    height: 100%;
}

strong {
    font-weight: 700;
}

.js-parallax {
    transform: translateZ(0);
    will-change: transform;
}

.scroll-content {
    overflow: hidden;
}

.o-blockquote.-nomargin {
    margin: 0;
}

.o-action-link {
    display: block;
    padding-top: 12.8125rem;
    padding-bottom: 7.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 699px) {
    .o-action-link {
        font-size: 40px;
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    .o-action-link {
        color: #1e1e22;
    }
}

@media (min-width: 700px) {
    .o-action-link {
        font-size: 5.625rem;
    }
}

@media (min-width: 1200px) {
    .o-action-link {
        color: #fff;
    }
}

.o-action-link:hover {
    color: #fff;
}

.o-action-link_label {
    display: inline-block;
    position: relative;
}

.o-action-link_label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 0.1875rem solid;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
    transform: scaleX(1);
}

.o-h,
h1,
.o-h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
h5,
.o-h5,
h6,
.o-h6 {
    font-weight: 700;
    margin-top: 0;
    line-height: 1.1;
}

@media (max-width: 699px) {
    h1,
    .o-h1 {
        font-size: 26px;
    }
}

@media (min-width: 700px) {
    h1,
    .o-h1 {
        font-size: 60px;
    }
}

@media (min-width: 1600px) {
    h1,
    .o-h1 {
        font-size: 4.375rem;
    }
}

@media (max-width: 1599px) {
    h2,
    .o-h2 {
        font-size: 1.5625rem;
    }
}

@media (min-width: 1600px) {
    h2,
    .o-h2 {
        font-size: 2.25rem;
    }
}

h3,
.o-h3 {
    font-size: 1.5625rem;
}

h4,
.o-h4 {
    font-size: 1rem;
}

h5,
.o-h5 {
    font-size: 0.8125rem;
}

h6,
.o-h6 {
    font-size: 0.6875rem;
}

.o-hsub {
    font-size: 0.75rem;
    padding: 1.25rem 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.o-hsub::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid;
    width: 1.5rem;
    background-color: #1e1e22;
    margin-right: 1.125rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
}

.o-hsub.-link {
    color: #fff;
    text-decoration: none;
}

.o-hsub.-link:hover::before,
.o-hsub-wrap:hover .o-hsub.-link::before {
    transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
    color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
    color: #1e1e22;
}

.o-hsub.-h {
    vertical-align: middle;
}

@media (max-width: 699px) {
    .o-hsub.-h {
        display: block;
        margin-top: 20px;
    }
}

@media (min-width: 700px) {
    .o-hsub.-h {
        margin-left: 2.5rem;
    }
}

.o-hsub_label {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label,
.o-hsub-wrap:hover .o-hsub_label {
    transform: translateX(20px);
}

.is-loaded .o-loader {
    visibility: hidden;
    transition-delay: 0.6s;
}

.o-container {
    position: relative;
    margin: 0 auto;
}

@media (max-width: 699px) {
    .o-container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .o-container.-small {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 700px) and (max-width: 1599px) {
    .o-container {
        padding-right: 7.5rem;
        padding-left: 7.5rem;
        max-width: 140rem;
    }
}

@media (min-width: 1600px) {
    .o-container {
        padding-right: 9.5625rem;
        padding-left: 9.5625rem;
        max-width: 144.125rem;
    }
}

.o-section {
    position: relative;
}

.o-section.-offset {
    margin-top: -9.375rem;
    background-color: #f6f6f6;
}

.o-section.-padding {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.o-section.-padding-top {
    padding-top: 7.5rem;
}

@media (max-width: 699px) {
    .o-section.-bottom {
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) {
    .o-section.-bottom {
        padding-bottom: 7.5rem;
    }
}

.o-section.-left {
    margin-right: 15rem;
}

.o-section.-right {
    margin-left: 15rem;
}

.o-section.-left-large {
    margin-right: 22.5rem;
}

.o-section.-right.-padding {
    padding-left: 9.5625rem;
}

.o-section_image {
    position: relative;
    overflow: hidden;
}

.o-section_image.-small {
    padding-bottom: 57.144%;
}

.o-section_image.-large {
    padding-bottom: 55%;
}

.o-section_image.-padding-left {
    margin-left: 7.5rem;
}

.o-section_image.-left {
    margin-right: 15rem;
}

@media (max-width: 1599px) {
    .o-section_image.-left {
        margin-left: -7.5rem;
    }
}

@media (min-width: 1600px) {
    .o-section_image.-left {
        margin-left: -9.5625rem;
    }
}

.o-section_image.-right {
    margin-left: 15rem;
}

@media (max-width: 1599px) {
    .o-section_image.-right {
        margin-right: -7.5rem;
    }
}

@media (min-width: 1600px) {
    .o-section_image.-right {
        margin-right: -9.5625rem;
    }
}

.o-section_image img {
    width: 100%;
}

.o-grid {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
}

.o-grid.-margin {
    margin-left: -3.75rem;
}

.o-grid_item {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
}

@media (max-width: 699px) {
    .o-grid_item.-button {
        width: 100%;
    }
    /* .img-2-slideshow::after {
       background: url('../img/svg/line-effect.svg'), linear-gradient(to bottom, #1d003dab 0%, #270066e0 100%);
       background-size: 50%, cover;
       background-position-y: bottom, center;
       background-position-x: right, center;
       background-repeat: no-repeat, no-repeat;
       z-index: -1;
    } */
    .img-3-slideshow {
        background-position: -15rem !important;
    }
    /* .img-3-slideshow::after {
       background: url('../img/svg/line-effect.svg'), linear-gradient(to bottom, #1d003dab 0%, #270066e0 100%);
       background-size: 50%, cover;
       background-position-y: bottom, center;
       background-position-x: right, center;
       background-repeat: no-repeat, no-repeat;
       z-index: -1;
    } */
}

@media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-button {
        margin-bottom: 60px;
    }
}

@media (min-width: 1000px) {
    .o-grid_item.-button {
        width: 18.75rem;
    }
}

@media (max-width: 699px) {
    .o-grid_item.-button-content {
        margin-bottom: 30px;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-button-content {
        margin-bottom: 60px;
    }
}

@media (min-width: 1000px) {
    .o-grid_item.-button-content {
        width: calc(100% - 18.75rem);
    }
}

.o-grid.-margin .o-grid_item {
    padding-left: 3.75rem;
}

@media (min-width: 700px) {
    .o-grid_item.-half {
        width: 50%;
    }
}

@media (min-width: 700px) and (max-width: 1199px) {
    .o-grid_item.-half.-large {
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .o-grid_item.-half.-medium {
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 1199px) {
    .o-grid_item.-third {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .o-grid_item.-third {
        width: 33.3333333333%;
    }
}

.o-form {
    padding-bottom: 11.25rem;
}

@media (max-width: 699px) {
    .o-form_item {
        margin-bottom: 35px;
    }
}

@media (min-width: 700px) {
    .o-form_item {
        margin-bottom: 2.9375rem;
    }
}

.o-form_fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

@media (max-width: 699px) {
    .o-form_fieldset {
        margin-bottom: 20px;
    }
}

@media (min-width: 700px) {
    .o-form_fieldset {
        margin-bottom: 3.75rem;
    }
}

.o-form_button {
    text-align: right;
}

.o-label {
    display: block;
    height: 100%;
    color: #b3b3b3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.875rem;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
    .o-label {
        font-size: 9px;
    }
}

@media (min-width: 700px) {
    .o-label {
        font-size: 0.5625rem;
    }
}

.o-input-wrap .o-label {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input:focus~.o-label,
.o-select:focus~.o-label,
.o-textarea:focus~.o-label,
.o-label.is-active {
    -webkit-transform: translateY(-1.875rem);
    -ms-transform: translateY(-1.875rem);
    transform: translateY(-1.875rem);
}

.o-input.has-error~.o-label,
.has-error.o-select~.o-label,
.has-error.o-textarea~.o-label {
    color: #cc3d3d;
}

.o-input-wrap {
    position: relative;
}

.o-input,
.o-select,
.o-textarea {
    padding: 0.875rem;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
    .o-input,
    .o-select,
    .o-textarea {
        font-size: 14px;
    }
}

@media (min-width: 700px) {
    .o-input,
    .o-select,
    .o-textarea {
        font-size: 0.875rem;
    }
}

.o-input::-webkit-input-placeholder,
.o-select::-webkit-input-placeholder,
.o-textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.o-input:-ms-input-placeholder,
.o-select:-ms-input-placeholder,
.o-textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.o-input::placeholder,
.o-select::placeholder,
.o-textarea::placeholder {
    color: #b3b3b3;
}

.o-input.-search,
.-search.o-select,
.-search.o-textarea {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    border-bottom: none;
}

@media (max-width: 699px) {
    .o-input.-search,
    .-search.o-select,
    .-search.o-textarea {
        font-size: 26px;
    }
}

@media (min-width: 700px) {
    .o-input.-search,
    .-search.o-select,
    .-search.o-textarea {
        font-size: 3.75rem;
    }
}

.o-input.-search::-webkit-input-placeholder,
.-search.o-select::-webkit-input-placeholder,
.-search.o-textarea::-webkit-input-placeholder {
    color: #000;
}

.o-input.-search:-ms-input-placeholder,
.-search.o-select:-ms-input-placeholder,
.-search.o-textarea:-ms-input-placeholder {
    color: #000;
}

.o-input.-search::placeholder,
.-search.o-select::placeholder,
.-search.o-textarea::placeholder {
    color: #000;
}

.-mobile .o-input.-search,
.-mobile .-search.o-select,
.-mobile .-search.o-textarea {
    font-size: 26px;
    padding: 0;
}

.o-input.-search.-light,
.-search.-light.o-select,
.-search.-light.o-textarea {
    color: #1e1e22;
}

.o-input.-search.-light::-webkit-input-placeholder,
.-search.-light.o-select::-webkit-input-placeholder,
.-search.-light.o-textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.o-input.-search.-light:-ms-input-placeholder,
.-search.-light.o-select:-ms-input-placeholder,
.-search.-light.o-textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.o-input.-search.-light::placeholder,
.-search.-light.o-select::placeholder,
.-search.-light.o-textarea::placeholder {
    color: #b3b3b3;
}

.o-input.has-error,
.has-error.o-select,
.has-error.o-textarea {
    border-color: #cc3d3d;
}

.o-input:focus,
.o-select:focus,
.o-textarea:focus {
    outline: none;
}

.o-input-line {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #1e1e22;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.o-input:focus~.o-input-line,
.o-select:focus~.o-input-line,
.o-textarea:focus~.o-input-line {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.o-input-lines::before,
.o-input-lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-right: 1px solid #b3b3b3;
    height: 0.375rem;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input.has-error~.o-input-lines::before,
.has-error.o-select~.o-input-lines::before,
.has-error.o-textarea~.o-input-lines::before,
.o-input.has-error~.o-input-lines::after,
.has-error.o-select~.o-input-lines::after,
.has-error.o-textarea~.o-input-lines::after {
    border-color: #cc3d3d;
}

.o-input-lines::before {
    left: 0;
    transition-delay: 0.3s;
}

.o-input-lines::after {
    right: 0;
}

.o-input:focus~.o-input-lines::before,
.o-select:focus~.o-input-lines::before,
.o-textarea:focus~.o-input-lines::before,
.o-input:focus~.o-input-lines::after,
.o-select:focus~.o-input-lines::after,
.o-textarea:focus~.o-input-lines::after {
    border-color: #1e1e22;
}

.o-input:focus~.o-input-lines::before,
.o-select:focus~.o-input-lines::before,
.o-textarea:focus~.o-input-lines::before {
    transition-delay: 0s;
}

.o-input:focus~.o-input-lines::after,
.o-select:focus~.o-input-lines::after,
.o-textarea:focus~.o-input-lines::after {
    transition-delay: 0.3s;
}

.o-checkbox,
.o-radio {
    position: absolute;
    width: 0;
    opacity: 0;
}

.o-checkbox:checked+.o-checkbox-label::after,
.o-radio:checked+.o-checkbox-label::after,
.o-checkbox:checked+.o-radio-label::after,
.o-radio:checked+.o-radio-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.o-checkbox-label,
.o-radio-label {
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
    line-height: 1.4;
    margin-right: 4.0625rem;
    cursor: pointer;
    padding-top: 0.125rem;
}

@media (max-width: 699px) {
    .o-checkbox-label,
    .o-radio-label {
        font-size: 12px;
        padding-left: 27px;
    }
}

@media (min-width: 700px) {
    .o-checkbox-label,
    .o-radio-label {
        font-size: 0.875rem;
        padding-left: 1.1875rem;
    }
}

.o-checkbox-label.-uppsercase,
.-uppsercase.o-radio-label {
    text-transform: uppercase;
}

.o-checkbox-label::before,
.o-radio-label::before,
.o-checkbox-label::after,
.o-radio-label::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    padding: 0;
    content: "";
    border: 1px solid;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
    .o-checkbox-label::before,
    .o-radio-label::before,
    .o-checkbox-label::after,
    .o-radio-label::after {
        width: 12px;
        height: 12px;
        margin-top: -6px;
    }
}

@media (min-width: 700px) {
    .o-checkbox-label::before,
    .o-radio-label::before,
    .o-checkbox-label::after,
    .o-radio-label::after {
        margin-top: -0.28125rem;
        width: 0.5625rem;
        height: 0.5625rem;
    }
}

.o-checkbox-label::after,
.o-radio-label::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #1e1e22 transparent transparent transparent;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
    .o-checkbox-label::after,
    .o-radio-label::after {
        border-width: 12px 12px 0 0;
    }
}

@media (min-width: 700px) {
    .o-checkbox-label::after,
    .o-radio-label::after {
        border-width: 0.5625rem 0.5625rem 0 0;
    }
}

.o-checkbox-label.has-error::before,
.has-error.o-radio-label::before {
    border-color: #cc3d3d;
}

.o-checkbox-label_text {
    display: inline-block;
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.o-checkbox-label:hover .o-checkbox-label_text,
.o-radio-label:hover .o-checkbox-label_text {
    -webkit-transform: translateX(0.3125rem);
    -ms-transform: translateX(0.3125rem);
    transform: translateX(0.3125rem);
}

.o-radio-label::before,
.o-radio-label::after {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.o-radio-label::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
    background-size: 6px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}

.o-radio:checked+.o-radio-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.o-select {
    position: relative;
    z-index: 1;
    padding-right: 2.5rem;
}

.o-select:focus {
    border-bottom-color: #1e1e22;
}

.o-select-wrap {
    position: relative;
}

.o-select-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
}

.o-textarea-wrap {
    position: relative;
}

.o-textarea {
    min-height: 9.375rem;
}

.o-button {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #1e1e22;
    white-space: nowrap;
    font-size: 0;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.o-button * {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1rem;
}

@media (max-width: 699px) {
    .o-button {
        height: 50px;
        padding: 0 20px;
    }
}

@media (min-width: 700px) {
    .o-button {
        height: 3.75rem;
        padding: 0 1.875rem;
    }
}

.o-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1e1e22;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:hover {
    color: #fff;
    transition-delay: 0s;
}

.o-button:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 0s;
}

@media (min-width: 1200px) {
    .o-button.-anim {
        border-color: transparent;
    }
}

.o-button.-left::after {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.o-button.-white {
    border-color: #fff;
}

.o-button.-white::after {
    background-color: #fff;
}

.o-button.-white:hover {
    color: #000;
}

@media (max-width: 699px) {
    .o-button.-width {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .o-button.-width {
        width: 15rem;
    }
}

.o-button.-form {
    width: 11.25rem;
}

.o-button.-form:focus {
    color: #fff;
    transition-delay: 0s;
}

.o-button.-form:focus::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 0s;
}

.o-button.-square {
    padding: 0;
}

@media (max-width: 699px) {
    .o-button.-square {
        width: 50px;
    }
}

@media (min-width: 700px) {
    .o-button.-square {
        width: 3.75rem;
    }
}

.o-button-group .o-button+.o-button {
    border-left: none;
}

@media (max-width: 699px) {
    .o-button.-padding {
        padding: 1.25rem;
    }
}

@media (min-width: 700px) {
    .o-button.-padding {
        padding: 1.25rem 2.5rem;
    }
}

.o-button_label {
    display: inline-block;
    position: relative;
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    line-height: 1.4;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
    font-size: 0.75rem;
}

.o-button:hover .o-button_label {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    transition-delay: 0.075s;
}

.o-button.-left:hover .o-button_label {
    -webkit-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
}

.o-button.-square:hover .o-button_label {
    -webkit-transform: translateX(0.375rem);
    -ms-transform: translateX(0.375rem);
    transform: translateX(0.375rem);
}

.o-button.-left.-square:hover .o-button_label {
    -webkit-transform: translateX(-0.375rem);
    -ms-transform: translateX(-0.375rem);
    transform: translateX(-0.375rem);
}

.o-button-group {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
}

.o-button_icon {
    position: relative;
    width: 1.1875rem;
    height: 1.1875rem;
    fill: #1e1e22;
    transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
    fill: #fff;
}

.o-button:hover .o-button_icon {
    fill: #f6f6f6;
    transition-delay: 0s;
}

.o-button.-white:hover .o-button_icon {
    fill: #1e1e22;
}

.o-button_line::before,
.o-button_line::after {
    content: "";
    position: absolute;
    background-color: #1e1e22;
}

.is-mobile .o-button_line::before,
.is-mobile .o-button_line::after {
    display: none;
}

.o-button_line::before {
    width: 1px;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line::after {
    height: 1px;
    right: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line:first-of-type::before {
    left: 0;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.o-button_line:first-of-type::after {
    top: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.o-button_line:last-of-type::before {
    right: 0;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}

.o-button_line:last-of-type::after {
    bottom: 0;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.o-button.is-inview .o-button_line::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.o-button.is-inview .o-button_line:first-of-type::before {
    transition-delay: 1.15s;
}

.o-button.is-inview .o-button_line:first-of-type::after {
    transition-delay: 0.1s;
}

.o-button.is-inview .o-button_line:last-of-type::before {
    transition-delay: 0.55s;
}

.o-button.is-inview .o-button_line:last-of-type::after {
    transition-delay: 0.7s;
}

.c-header-home_footer {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 5rem;
    left: 0;
}

.c-header-home_controls,
.c-header-home_buttons {
    margin-left: 0;
    letter-spacing: normal;
    font-size: 0;
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 40px;
    }
}

@media (min-width: 700px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 5.625rem;
    }
}

@media (min-width: 700px) and (max-width: 749px) {
    .c-header-home_controls,
    .c-header-home_buttons {
        padding-bottom: 3.75rem;
    }
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons,
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="next-section"] .c-header-home_buttons {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
    transition-delay: 0.65s;
}

@media (min-width: 700px) {
    .c-header-home_controls {
        float: left;
    }
}

.c-header-home_buttons {
    transition-delay: 0.75s;
}

@media (max-width: 699px) {
    .c-header-home_buttons {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1000px) {
    .c-header-home_buttons {
        float: right;
    }
}

@media (max-width: 699px) {
    .c-header-home_button {
        width: 50% !important;
    }
}

@media (min-width: 700px) {
    .c-header-home_button {
        width: 15.625rem;
    }
}