* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    touch-action: pan-x pan-y;
}

:root {
    --text-highlight-color: #CDEEDA;
}

@font-face {
    font-family: 'tusker_grotesk2700_bold';
    src: url('../fonts/tuskergrotesk-2700bold-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-2700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tusker_grotesk3700_bold';
    src: url('../fonts/tuskergrotesk-3700bold-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-3700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tusker_grotesk4500_medium';
    src: url('../fonts/tuskergrotesk-4500medium-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-4500medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tusker_grotesk4600_semibold';
    src: url('../fonts/tuskergrotesk-4600semibold-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-4600semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tusker_grotesk4700__bold';
    src: url('../fonts/tuskergrotesk-4700bold-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-4700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tusker_grotesk5500_medium';
    src: url('../fonts/tuskergrotesk-5500medium-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-5500medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tusker_grotesk5700_bold';
    src: url('../fonts/tuskergrotesk-5700bold-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-5700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tusker_grotesk6700_bold';
    src: url('../fonts/tuskergrotesk-6700bold-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-6700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tusker_grotesk7700_bold';
    src: url('../fonts/tuskergrotesk-7700bold-webfont.woff2') format('woff2'), url('../fonts/tuskergrotesk-7700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    padding-top: 107px;
    color: #FFE6E6;
    background-color: #122418;
}

.position-content {
    margin-top: 85px;
}

.logo {
    width: 152px;
}

.logo-header {
    width: 152px;
    margin-top: 10px;
}

.icon-social {
    padding-right: 20px;
}

.icon-social-header {
    padding-right: 20px;
}

.icon-social-header-end {
    padding-right: 0px;
}

.icon-app {
    height: 48px;
}

.align-center {
    text-align: center;
}

.align-icon {
    text-align: right;
    padding-top: 30px;
}

.align-icon-app {
    text-align: right;
    padding-top: 0;
}

.align-icon-header {
    text-align: right;
    padding-top: 15px;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
}

.fixed-header {
    top: 0;
    width: 100%;
    position: fixed;
    background: #FFE6E6;
    padding: 10px 0;
    opacity: 0.9;
    z-index: 10;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    border: 0;
    height: 0;
    border-bottom: 1px solid #E0FFDE;
    width: 100%;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.copyright {
    color: #E0FFDE;
    font-size: 0.875rem;
    text-align: left;
}

.bg-green-basket {
    background-color: #00CC73;
    min-height: 538px;
}

h1 {
    font-family: 'tusker_grotesk4700__bold';
    color: #FFE6E6;
    padding-top: 34px;
}

p {
    color: #122418;
}

.uppercase {
    text-transform: uppercase;
}

.tusker-4700 {
    font-family: 'tusker_grotesk4700__bold';
}

.font62 {
    font-size: 62px;
    line-height: 70px;
    letter-spacing: 1px;
}

.font48 {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 1px;
}

.font46 {
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1px;
}

.font42 {
    font-size: 52px;
    letter-spacing: 1px;
}

.font38 {
    font-size: 38px;
    line-height: 48px;
}

.font36 {
    font-size: 36px;
}

.font30 {
    font-size: 28px;
    line-height: 32px;
}

.font12 {
    font-size: 12px;
    line-height: 14px;
}

.basket {
    min-height: 712px;
    background: url("../images/basket.png") no-repeat -34px -24px;
    background-size: auto;
    background-size: cover;
    position: absolute;
    z-index: 1;
    height: 712px;
    top: 95px;
    width: 566px;
    height: 712px;
}

.mao {
    min-height: 333px;
    background: url("../images/icon-13.png") no-repeat center;
    background-size: auto;
    background-size: 192px;
}

.division {
    background: url("../images/division.png") no-repeat center;
}

.green-footer {
    background-color: #00CC73;
}

.bg-green {
    background-color: #00d167;
}

.pinkish {
    background-color: #FFE6E6;
}

.p-pinkish {
    color: #FFE6E6;
}

.green {
    color: #00CC72;
}

.black {
    background-color: #122418;
    max-height: 334px;
}

.logo-footer-p {
    margin-top: 28px;
    margin-bottom: 5px;
}

.padding-85 {
    padding: 85px;
}

.padding-50 {
    padding: 50px;
}

.padding-30 {
    padding: 10px 0 12px 0;
}

.button {
    border: none;
    color: white;
    border-radius: 30px;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button-mini {
    border: none;
    color: white;
    border-radius: 30px;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: #3366FF;
    color: #FFE6E6;
    font-weight: 700;
}

.button1:hover {
    background-color: #4468D0;
    color: #FFE6E6;
}

.button-mini-vertical {
    margin-right: 20px;
    vertical-align: text-top;
}

.slick-pix-arrow {
    position: relative;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    top: -213px;
    left: 264px;
}

.slick-mob-arrow {
    width: 300px;
    height: 50px;
    margin: 0 auto;
}

.slick-disabled {
    opacity: 0.3;
}

strong {
    font-weight: 700;
}

.bullet {
    width: 70%;
    margin-top: 8px;
    vertical-align: text-top;
}

.bullet-p {
    margin-top: 0;
}

.pt76 {
    padding-top: 76px;
}

.fixed {
    background-color: #da1414;
    padding-top: 10px;
    padding-bottom: 0px;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
}

@media (max-width: 480px) {
    body {
        padding-top: 96px;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .logo-header {
        width: 100px;
        margin-top: 15px;
        margin-left: 15px;
    }
    .align-icon {
        text-align: center;
        padding-top: 14px;
    }
    .align-icon-app {
        text-align: center;
        padding-top: 0;
    }
    .icon-social-header {
        padding-right: 8px;
        width: 38px;
    }
    .icon-social-header-end {
        padding-right: 8px;
        width: 38px;
    }
    .line {
        padding: 0 0 8px 0;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .padding-30 {
        padding: 10px 0 14px 0;
    }
    .center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .copyright {
        width: 204px;
        text-align: center;
    }
    .padding-top100 {
        margin-top: -136px;
        text-align: center;
    }
    .padding-top0 {
        margin-top: -41px;
        text-align: center;
    }
    .font30 {
        font-size: 15px;
    }
    .font-green {
        letter-spacing: 0px;
        font-size: 24px;
        padding: 19px;
        margin-top: 50px;
    }
    .align-center {
        padding-bottom: 0px;
    }
    .padding-tb {
        margin-bottom: 70px;
        margin-top: 32px;
    }
    h1 {
        padding-top: 16px;
    }
    .bullet-2 {
        width: 68%;
    }
    .bullet-p {
        font-size: 12px;
        line-height: 13px;
    }
    .font62 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .font42 {
        font-size: 38px;
        line-height: 44px;
    }
    .font48 {
        font-size: 24px;
        line-height: 32px;
    }
    .font12 {
        font-size: 11px;
        line-height: 13px;
    }
    .bg-green-basket {
        min-height: 150px;
    }
    .margin-15 {
        margin: 15px;
    }
    .padding-85 {
        padding: 45px;
    }
    .bullet {
        width: 92%;
    }
    .black {
        background-color: #122418;
        min-height: 754px;
    }
    .mao {
        background: url("../images/icon-13.png") no-repeat center 30px;
        min-height: 242px;
        background-size: 153px;
    }
    .division {
        background: url("../images/division-mobile.png") no-repeat center;
        height: 58px;
    }
    .footer-415 {
        height: 415px;
    }
    .mobile-fixed {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #01CC72;
        padding: 20px 0px 14px 0px;
        box-shadow: 0px -7px 15px rgb(51, 63, 76, 0.2);
    }
}