*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

select {
    background-color: white;
}

@font-face {
    font-family: '317309';
    src: url('../fonts/317309.otf') format('opentype');
}

@font-face {
    font-family: 'LandmarkInline';
    src: url('../fonts/LandmarkInline.otf') format('opentype');
}

@font-face {
    font-family: 'Neutraface2DisplayBold';
    font-weight: bold;
    src: url('../fonts/Neutraface2DisplayBold.otf') format('opentype');
}

@font-face {
    font-family: 'Neutraface2DisplayTitling';
    src: url('../fonts/Neutraface2Display-Titling.otf') format('opentype');
}

@font-face {
    font-family: 'SurveyorDisplayMediumItalic';
    src: url('../fonts/SurveyorDisplayMediumItalic.otf') format('opentype');
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.hide {
    display: none
}

section {
    position: relative;
    height: 100%;
    background: rebeccapurple;
    margin: 0 auto;
    /* overflow: hidden; */
    /* padding: 10px; */
}

/* Home */

section.home {
    background-image: url('../images/home.png');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.ss-container {
    /* height: 100%; */
    /* position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; */
    /* height: 100vh !important; */
    padding: 20px;
}

h1 {
    font-family: 'Neutraface2DisplayTitling', sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    color: transparent;
    font-size: 3em;
}

h1.form-text {
    -webkit-text-stroke-color: #000;
}

h2 {
    font-family: 'Neutraface2DisplayTitling', sans-serif;
    color: white;
    font-size: 1em;
}

h3 {
    font-family: 'Neutraface2DisplayTitling', sans-serif;
    font-size: 0.9em;
    margin-top: 0.6em;
}

.h2-result {
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -20%;
}

.btn-container {
    position: absolute;
    text-align: center;
    bottom: 3em;
    left: 0;
    right: 0;
}

.btn {
    background-color: transparent;
    outline: none;
    padding: 10px 15px;
    border: 2px solid white;
    border-radius: 5px;
    font-family: 'Neutraface2DisplayTitling', sans-serif;
    font-size: 1em;
    color: white;
    margin: auto;
}

.btn-result {
    padding: 12px 20px;
    border-radius: 20px;
    border: 3px solid white;
}

.form-column {
    width: 100%;
    float: left;
    padding: 0;
}

.page-form {
    margin: auto;
}

.uppercase {
    text-transform: uppercase;
    font-family: 'Neutraface2DisplayTitling', sans-serif;
}

label {
    font-size: 0.8em !important;
}

/* Swiper */

.height-full {
    height: 100vh !important;
}

.swiper-slide {
    /* height: 100vh !important; */
}

.swiper-wrapper {
    height: 100% !important;
}

.swiper-button-prev, .swiper-button-next {
    color: white;
}

.select-button-container {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}

.select-button {
    font-family: 'Neutraface2DisplayTitling', sans-serif;
    font-size: 1em;
    color: white;
    background: transparent;
    transform: translateY(-50%);
    border: none;
    outline: none;
    max-width: 80%;
}

.swiper-button-next, .swiper-button-prev, .select-button-container {
    top: 90%;
    outline: none;
}

/* Result page */

.d-flex {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.form-el-container {
    padding: 5px 0;
}

input[type=text], input[type=email], input[type=number], input[type=tel], select {
    display: block;
    width: 100%;
    border-radius: 0;
    border: thin solid grey;
    height: 26px;
    margin-bottom: 5px;
    padding: 2px 10px;
}

.btn-signup {
    height: 35px;
    padding: 0px 55px;
    border-radius: 12px;
    border: 2px solid #000;
    background: transparent;
    margin: 20px 0;
}

.stroke-dark-blue {
    -webkit-text-stroke-color: rgba(21, 57, 101, 1) !important;
}

/* First Slider */

.gin1 {
    background-image: url('../images/gin1-0.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-tirkiz {
    background-color: rgba(68, 191, 217, 1);
}

.bg-lemon {
    background-image: url('../images/gin1-lemon.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-orange {
    background-image: url('../images/gin1-orange.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-raspberry {
    background-image: url('../images/gin1-raspberry.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Second Slider */

.gin2 {
    background-image: url('../images/gin2-0.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-yellow {
    background-color: rgba(248, 237, 20, 1);
}

.bg-orange-oregano {
    background-image: url('../images/gin2-orange-oregano.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-lemon-mint {
    background-image: url('../images/gin2-lemon-mint.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-bluberries-lemon-leaf {
    background-image: url('../images/gin2-bluberries-lemon-leaf.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Third Slider */

.gin3 {
    background-image: url('../images/gin3.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-pink {
    background-color: rgba(249, 200, 196, 1);
}

.bg-pink-rosemary {
    background-image: url('../images/gin3-pink-rosemary.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-pink-twist {
    background-image: url('../images/gin3-pink-twist.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-orange-strawberry {
    background-image: url('../images/gin3-orange-strawberry.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Fourth Slider */

.gin4 {
    background-image: url('../images/gin4.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-dark-orange {
    background-color: rgba(242, 140, 3, 1);
}

.bg-orange-olive {
    background-image: url('../images/gin4-orange-olive.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-peach-lemon {
    background-image: url('../images/gin4-peach-lemon.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-bluberries-orange {
    background-image: url('../images/gin4-bluberries-orange.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Fifth Slider */

.stroke-tirkiz {
    -webkit-text-stroke-color: rgba(68, 191, 217, 1) !important;
}

.stroke-white {
    -webkit-text-stroke-color: #ffffff !important;
}

.bg-food1-1 {
    background-image: url('../images/food1-1.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-food1-2 {
    background-image: url('../images/food1-2.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-food1-3 {
    background-image: url('../images/food1-3.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.stroke-yellow {
    -webkit-text-stroke-color: rgba(248, 237, 20, 1) !important;
}

.stroke-pink {
    -webkit-text-stroke-color: rgba(246, 183, 164, 1) !important;
}

.stroke-dark-orange {
    -webkit-text-stroke-color: rgba(242, 141, 31, 1) !important;
}

/* Results */

/* Results 1 */

.bg-skyblue {
    background-color: rgba(72, 190, 216, 1);
}

.stroke-darker-blue {
    -webkit-text-stroke-color: rgba(24, 57, 100, 1) !important;
}

.text-darker-blue {
    color: rgba(24, 57, 100, 1) !important;
}

.bg-res1 {
    background-image: url('../images/res1.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-res2 {
    background-image: url('../images/res2.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-res3 {
    background-image: url('../images/res3.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Results 2 */

.bg-lemon-yellow {
    background-color: rgba(254, 236, 4, 1);
}

.bg-res21 {
    background-image: url('../images/res21.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-res22 {
    background-image: url('../images/res22.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-res23 {
    background-image: url('../images/res23.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Results 3 */

.bg-pink2 {
    background-color: rgba(249, 200, 196, 1);
}

.bg-res31 {
    background-image: url('../images/res31.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-res32 {
    background-image: url('../images/res32.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-res33 {
    background-image: url('../images/res33.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Results 4 */

.bg-res41 {
    background-image: url('../images/res41.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-res42 {
    background-image: url('../images/res42.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-res43 {
    background-image: url('../images/res43.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Start Data Capture */

.bg-dc {
    background-image: url('../images/dc.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-dc1 {
    background-image: url('../images/dc1.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
    background-color: transparent;
}

/* Last Page */

.bg-aqua-blue {
    background-color: rgba(0, 180, 205, 1);
}

.bg-last {
    background-image: url('../images/last.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-gins {
    background-image: url('../images/gins-bg.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-last-blue {
    background-color: rgba(22, 181, 205, 1);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w-90 {
    width: 90% !important;
}

.img-last {
    width: 100%;
    margin: 2em auto;
}

.title-last {
    font-size: 4em;
}

.text-last {
    color: #fff;
}

.logo-top {
    position: absolute;
    top: 1.2em;
    right: 1.2em;
    max-width: 110px;
    z-index: 10000;
}

.logo-bottom {
    position: absolute;
    bottom: 1.2em;
    right: 1.2em;
    max-width: 110px;
    z-index: 10000;
}

.btn-double-arrow {
    font-weight: bold;
    font-size: 1.5em;
    border: thin dashed white;
    padding: 0 20px;
}

body:after {
    display: none;
    content: url('../images/dc.png') url('../images/dc1.png') url('../images/food1-1.png') url('../images/food1-1.png') url('../images/food1-2.png') url('../images/food1-3.png') url('../images/gin1-0.png') url('../images/gin1-lemon.png') url('../images/gin1-orange.png') url('../images/gin1-raspberry.png') url('../images/gin2-0.png') url('../images/gin2-bluberries-lemon-leaf.png') url('../images/gin2-lemon-mint.png') url('../images/gin2-orange-oregano.png') url('../images/gin3-orange-strawberry.png') url('../images/gin3-pink-rosemary.png') url('../images/gin3-pink-twist.png') url('../images/gin3.png') url('../images/gin4-bluberries-orange.png') url('../images/gin4-orange-olive.png') url('../images/gin4-peach-lemon.png') url('../images/gin4.png') url('../images/home.png') url('../images/last.png') url('../images/logo-con-arancia.png') url('../images/logo-con-limone.png') url('../images/logo-gin-rosa.png') url('../images/logo-originale.png') url('../images/res1.png') url('../images/res2.png') url('../images/res3.png') url('../images/res21.png') url('../images/res22.png') url('../images/res23.png') url('../images/res31.png') url('../images/res32.png') url('../images/res33.png') url('../images/res41.png') url('../images/res42.png') url('../images/res43.png')
}

.bg-orig-res1 {
    background-image: url('../images/ingredients/res-orig1.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-orig-res2 {
    background-image: url('../images/ingredients/res-org2.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-orig-res3 {
    background-image: url('../images/ingredients/res-org3.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-cl-res1 {
    background-image: url('../images/ingredients/res-cl1.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-cl-res2 {
    background-image: url('../images/ingredients/res-cl2.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-cl-res3 {
    background-image: url('../images/ingredients/res-cl3.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-gr-res1 {
    background-image: url('../images/ingredients/res-gr1.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-gr-res2 {
    background-image: url('../images/ingredients/res-gr2.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-gr-res3 {
    background-image: url('../images/ingredients/res-gr3.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-ca-res1 {
    background-image: url('../images/ingredients/res-ca1.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-ca-res2 {
    background-image: url('../images/ingredients/res-ca2.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.bg-ca-res3 {
    background-image: url('../images/ingredients/res-ca3.png') !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.inputError {
    border-color: red !important;
}

#preload {
    display: none;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rebeccapurple;
    text-align: center;
}

/* CSS Loader */

.lds-roller {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Media Queries */

@media (max-width: 576px) {
    .title-last {
        font-size: 3em !important;
    }
    .text-last {
        font-size: 1em !important;
    }
    h1.form-text {
        font-size: 1.7em !important;
        -webkit-text-stroke-width: 1px;
    }
}

@media (min-width: 576px) {
    h1 {
        font-size: 2.5em !important;
    }
    h2 {
        font-size: 1em !important;
    }
    h3 {
        font-size: 0.9em !important;
    }
    .form-column {
        width: 33.33333%;
        float: left;
    }
    .form-column-middle {
        padding: 0 5px;
    }
    .page-form {
        width: 90% !important;
    }
    input[type=text], input[type=email], input[type=number], input[type=tel], select, .btn-signup {
        height: 35px !important;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 6em !important;
        /* font-size: 7em !important; */
    }
    h2 {
        font-size: 2.2em !important;
    }
    h3 {
        font-size: 1.45em !important;
    }
    .btn-container {
        bottom: 5em !important;
    }
    .btn {
        font-size: 1.5em !important;
    }
    h1.h1-ita {
        font-size: 5em !important;
    }
    h1.form-text {
        font-size: 3em !important;
        /* font-size: 5em !important; */
    }
    .btn-result {
        padding: 20px 25px;
    }
    .title-last {
        font-size: 4em !important;
    }
    .text-last {
        font-size: 1.5em !important;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 4em !important;
    }
    h2 {
        font-size: 2.2em !important;
    }
    h3 {
        font-size: 1.45em !important;
    }
    .btn-container {
        bottom: 5em !important;
    }
    .btn {
        font-size: 1.5em !important;
    }
    h1.form-text {
        font-size: 3.5em !important;
        /* font-size: 7em !important; */
    }
    input[type=text], input[type=email], input[type=number], input[type=tel], select, .btn-signup {
        height: 50px !important;
        margin-bottom: 22px !important;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 8em !important;
    }
}

/* Landscape */

@media (max-height: 375px) and (orientation: landscape) {
    .bg-orig-res1, .bg-orig-res3, .bg-cl-res1, .bg-cl-res2, .bg-cl-res3, .bg-gr-res1, .bg-gr-res2, .bg-gr-res3, .bg-ca-res1, .bg-ca-res2, .bg-ca-res3 {
        background-position: 50% 130px !important;
    }
    .bg-orig-res2 {
        background-position: 50% 30px !important;
    }
}

@media (min-height: 376px) and (max-height: 414px) and (orientation: landscape) {
    .bg-orig-res1, .bg-orig-res3, .bg-cl-res1, .bg-cl-res2, .bg-cl-res3, .bg-gr-res1, .bg-gr-res2, .bg-gr-res3, .bg-ca-res1, .bg-ca-res2, .bg-ca-res3 {
        background-position: 50% 170px !important;
    }
    .bg-orig-res2 {
        background-position: 50% 70px !important;
    }
}

@media (min-height: 415px) and (max-height: 768px) and (orientation: landscape) {
    .bg-orig-res1, .bg-orig-res3, .bg-cl-res1, .bg-cl-res2, .bg-cl-res3, .bg-gr-res1, .bg-gr-res2, .bg-gr-res3, .bg-ca-res1, .bg-ca-res2, .bg-ca-res3 {
        background-position: 50% 350px !important;
    }
    .bg-orig-res2 {
        background-position: 50% 270px !important;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .img-last {
        width: 40% !important;
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    h1 {
        font-size: 3.3em !important;
    }
    h2 {
        font-size: 1.5em !important;
    }
    h3 {
        font-size: 1.45em !important;
    }
    h1.form-text {
        font-size: 2em !important;
        /* font-size: 7em !important; */
    }
    .btn-container {
        bottom: 1.5em !important;
    }
    .btn {
        font-size: 1.5em !important;
    }
    .img-last {
        width: 33% !important;
        margin: 1em auto !important;
    }
    .title-last {
        font-size: 3em !important;
    }
    .text-last {
        font-size: 1em !important;
    }
}

@media (min-width: 992px) and (orientation: landscape) {
    h1 {
        font-size: 6em !important;
    }
    h2 {
        font-size: 2em !important;
    }
    h3 {
        font-size: 1.45em !important;
    }
    .btn-container {
        bottom: 5em !important;
    }
    .btn {
        font-size: 1.5em !important;
    }
}

/* Portrait */

@media (max-width: 320px) and (orientation: portrait) {
    .bg-orig-res1, .bg-orig-res2, .bg-orig-res3, .bg-cl-res1, .bg-cl-res2, .bg-cl-res3, .bg-gr-res1, .bg-gr-res2, .bg-gr-res3, .bg-ca-res1, .bg-ca-res2, .bg-ca-res3 {
        background-position: 50% 300px !important;
    }
}

@media (min-width: 321px) and (max-width: 413px) and (orientation: portrait) {
    .bg-orig-res1, .bg-orig-res2, .bg-orig-res3, .bg-cl-res1, .bg-cl-res2, .bg-cl-res3, .bg-gr-res1, .bg-gr-res2, .bg-gr-res3, .bg-ca-res1, .bg-ca-res2, .bg-ca-res3 {
        background-position: 50% 240px !important;
    }
}

@media (min-height: 812px) and (max-height: 1023px) and (orientation: portrait) {
    .bg-orig-res1, .bg-orig-res2, .bg-orig-res3, .bg-cl-res1, .bg-cl-res2, .bg-cl-res3, .bg-gr-res1, .bg-gr-res2, .bg-gr-res3, .bg-ca-res1, .bg-ca-res2, .bg-ca-res3 {
        background-position: 50% bottom !important;
    }
}

@media (min-width: 414px) and (max-width: 576px) and (orientation: portrait) {
    .bg-orig-res1, .bg-orig-res2, .bg-orig-res3, .bg-cl-res1, .bg-cl-res2, .bg-cl-res3, .bg-gr-res1, .bg-gr-res2, .bg-gr-res3, .bg-ca-res1, .bg-ca-res2, .bg-ca-res3 {
        background-position: 50% 170% !important;
    }
}