@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');
/* Root Start */

@font-face {
    font-family: 'Futura Now Var';
    src: url('../css/fonts/FuturaNowVar-Italic.eot');
    src: url('../css/fonts/FuturaNowVar-Italic.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FuturaNowVar-Italic.woff2') format('woff2'),
        url('../css/fonts/FuturaNowVar-Italic.woff') format('woff'),
        url('../css/fonts/FuturaNowVar-Italic.ttf') format('truetype'),
        url('../css/fonts/FuturaNowVar-Italic.svg#FuturaNowVar-Italic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Now Var';
    src: url('../css/fonts/FuturaNowVar-Roman.eot');
    src: url('../css/fonts/FuturaNowVar-Roman.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FuturaNowVar-Roman.woff2') format('woff2'),
        url('../css/fonts/FuturaNowVar-Roman.woff') format('woff'),
        url('../css/fonts/FuturaNowVar-Roman.ttf') format('truetype'),
        url('../css/fonts/FuturaNowVar-Roman.svg#FuturaNowVar-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Now Headline Bolder';
    src: url('../css/fonts/FuturaNowHeadline-Blk.eot');
    src: url('../css/fonts/FuturaNowHeadline-Blk.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FuturaNowHeadline-Blk.woff2') format('woff2'),
        url('../css/fonts/FuturaNowHeadline-Blk.woff') format('woff'),
        url('../css/fonts/FuturaNowHeadline-Blk.ttf') format('truetype'),
        url('../css/fonts/FuturaNowHeadline-Blk.svg#FuturaNowHeadline-Blk') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Now Text';
    src: url('../css/fonts/FuturaNowText-Bd.eot');
    src: url('../css/fonts/FuturaNowText-Bd.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FuturaNowText-Bd.woff2') format('woff2'),
        url('../css/fonts/FuturaNowText-Bd.woff') format('woff'),
        url('../css/fonts/FuturaNowText-Bd.ttf') format('truetype'),
        url('../css/fonts/FuturaNowText-Bd.svg#FuturaNowText-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Now Headline';
    src: url('../css/fonts/FuturaNowHeadline-Md.eot');
    src: url('../css/fonts/FuturaNowHeadline-Md.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FuturaNowHeadline-Md.woff2') format('woff2'),
        url('../css/fonts/FuturaNowHeadline-Md.woff') format('woff'),
        url('../css/fonts/FuturaNowHeadline-Md.ttf') format('truetype'),
        url('../css/fonts/FuturaNowHeadline-Md.svg#FuturaNowHeadline-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Now Text';
    src: url('../css/fonts/FuturaNowText-Rg.eot');
    src: url('../css/fonts/FuturaNowText-Rg.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FuturaNowText-Rg.woff2') format('woff2'),
        url('../css/fonts/FuturaNowText-Rg.woff') format('woff'),
        url('../css/fonts/FuturaNowText-Rg.ttf') format('truetype'),
        url('../css/fonts/FuturaNowText-Rg.svg#FuturaNowText-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Now Headline';
    src: url('../css/fonts/FuturaNowHeadline-Lt.eot');
    src: url('../css/fonts/FuturaNowHeadline-Lt.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FuturaNowHeadline-Lt.woff2') format('woff2'),
        url('../css/fonts/FuturaNowHeadline-Lt.woff') format('woff'),
        url('../css/fonts/FuturaNowHeadline-Lt.ttf') format('truetype'),
        url('../css/fonts/FuturaNowHeadline-Lt.svg#FuturaNowHeadline-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.pagination-detail {
    display: none !important;
}

.bootstrap-table.bootstrap5 .float-right {
    float: none !important;
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#modalMagazine,
#modalText {
    background: rgba(222, 222, 222, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999;
    display: none;
}

#modalMagazine .modalInside,
#modalText .modalInside {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-around;
}

#modalMagazine .filters {
    max-width: 800px;
    position: relative;
    padding: 30px;
    background: #f4f5fa;
    font-size: 14px;
    border-radius: 18px;
}

.insideText {
    max-width: 500px;
    position: relative;
    padding: 30px;
    background: var(--color-secondary);
    font-size: 14px;
    border-radius: 18px;
    color: #FFF;
    text-align: center;
    text-align: center;
}

.insideText p {
    font-size: 1.6rem;
    color: var(--color-primary);
}

#modalMagazine .filters input[type="text"] {}

#modalMagazine .filters input[type="text"]:placeholder {
    color: var(--color-primary);
    !important
}

#modalMagazine .filters h4 {
    text-transform: uppercase;
    font-size: 3rem;
    color: var(--color-secondary);
}

#judetFilter {
    float: right;
}

#closeMagazine {
    background: var(--color-secondary);
    width: 30px;
    height: 30px;
    display: block;
    color: var(--color-white);
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    border-radius: 99rem;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 38px;
    cursor: pointer;
}

a.page-link {
    color: var(--color-secondary);
}

#closeMagazine:hover {
    text-decoration: none;
}

:root {
    --font-family: 'Futura Now Text', sans-serif;
    --color-primary: #fce6c1;
    --color-secondary: #19184c;
    --color-dark: #000000;
    --color-white: #FFFFFF;
    --color-danger: #CC0000;
    --color-warning: #Fd7E14;
    --color-info: #1193ad;
    --color-success: #1a8a55;
    --color-border: #DDDDDD;
    --color-grey: #F5F5F5;
    --color-blue: #C8EBEE;
    --color-indigo: #6610f2;
    --color-purple: #DBC8EE;
    --color-pink: #FFC9CE;
    --color-red: #FFCCCC;
    --color-orange: #fd7e14;
    --color-yellow: #FFDE60;
    --color-green: #E1EEC8;
    --color-teal: #20c997;
    --color-cyan: #0dcaf0;
    --rp-gutter-x: 1.5rem;
    --rp-gutter-y: 0;
}



*,
*:after,
*:before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

#fixed.fixed-element {
    width: 100%;
    z-index: 999;
    background-color: rgba(122, 186, 234, 0.8);
    padding: 0;
    transition: all 0.5s ease;

}

.titleStill h3 span {
    display: block;
}

.titleStill.fixed-element h3 span:nth-of-type(1) {
    font-size: 4.2rem;
    display: block;
}


.titleStill.fixed-element h3 span:nth-of-type(2) {
    font-size: 3.2rem;
    display: block;
}

#loadingoverlay {
    position: fixed;
    z-index: 100001;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #7abaea;
    background-repeat: no-repeat;
    background-position: center center;
}

#loadingoverlay .spinner {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
}


body {
    font-family: var(--font-family);
    font-size: 1.5rem;
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: var(--color-dark);
    font-weight: 400;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.6;
    position: relative;


}

.infoForMob {
    display: none;
}



body.overflow .ribbon {
    display: block;
}



body.introBody {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;

}

.aboveFooter {
    position: relative;
}

.aboveFooter::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/Pattern.png);
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    width: 1920px;
    height: 1080px;
}

blockquote {
    border-left: 0.3rem solid var(--color-primary);
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin-bottom: 0;
}

blockquote cite {
    font-size: 80%;
    font-style: normal;
    color: rgba(0, 0, 0, 0.5);
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.button.disabled,
.button:disabled {
    opacity: 0.5;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {

    background-image: linear-gradient(to right, #dca850 0%, #fdd367 51%, #ffe873 100%);
    /*
    background: url(../img/tarBg.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    border-radius: 15px;
    color: var(--color-secondary);
    cursor: pointer;
    display: inline-block;
    font-family: 'Futura Now Headline Bolder';
    font-weight: normal;
    font-size: 1.8rem;
    padding: 1.15rem 3rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin: 20px auto;
    border: 1px solid var(--color-primary);
    width: 280px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.button-secondary {
    background: #f4f5fa;
    border-radius: 30px;
    color: var(--color-primary);
    cursor: pointer;
    display: inline-block;
    font-family: 'Futura Now Headline';
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: .1rem;
    padding: 1.75rem 3rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin: 20px auto;
    width: 280px;
    border: 1px solid var(--color-primary);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.welcomeImg {
    padding: 30px 0;
    display: block;
    margin: 0 auto;
}

.button-secondary.disabled {
    opacity: 0.6;
    cursor: not-allowed;

}

.button-secondary.disabled:hover {
    cursor: not-allowed;
    background: none;
    color: var(--color-primary);
    text-decoration: none;
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
    background: var(--color-secondary);
    color: var(--color-white);
    transition: 0.15s;

}


.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
    cursor: default;
    opacity: .5;
}

.introPacks {
    text-align: center;
}


input[type='color']:disabled,
input[type='date']:disabled,
input[type='datetime']:disabled,
input[type='datetime-local']:disabled,
input[type='email']:disabled,
input[type='month']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='text']:disabled,
input[type='url']:disabled,
input[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
    background: var(--color-border);
}

input[type='color']::placeholder,
input[type='date']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='email']::placeholder,
input[type='month']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='text']::placeholder,
input[type='url']::placeholder,
input[type='week']::placeholder,
input:not([type])::placeholder,
textarea::placeholder,
select::placeholder {
    color: #000;
}

.button-primary {
    background-color: rgba(255, 255, 255, 0.4) !important;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    padding: 10px 30px;
}

.button-secondary {}


.button-warning {
    background-color: var(--color-warning) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-warning) !important;
}


.button-success {
    background-color: var(--color-success) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-success) !important;
}


.button-info {
    background-color: var(--color-info) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-info) !important;
}

.button-danger {
    background-color: var(--color-danger) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-danger) !important;
}

.button-link {}

.button-outline-primary {
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.button-outline-secondary {
    color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}

.button-outline-warning {
    color: var(--color-warning) !important;
    border-color: var(--color-warning) !important;
}

.button-outline-success {
    color: var(--color-success) !important;
    border-color: var(--color-success) !important;
}

.button-outline-info {
    color: var(--color-info) !important;
    border-color: var(--color-info) !important;
}

.button-outline-danger {
    color: var(--color-danger) !important;
    border-color: var(--color-danger) !important;
}

.button-primary:hover {
    opacity: 0.9;
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-white) !important;
}

.button-secondary:hover {
    background: var(--color-primary);
    color: var(--color-white);
    transition: 0.15s;
    text-decoration: none;
}

.button-warning:hover {
    opacity: 0.9;
    background-color: var(--color-warning) !important;
    color: var(--color-white) !important;
}

.button-success:hover {
    opacity: 0.9;
    background-color: var(--color-success) !important;
    color: var(--color-white) !important;
}

.button-info:hover {
    opacity: 0.9;
    background-color: var(--color-info) !important;
    color: var(--color-white) !important;
}

.button-danger:hover {
    opacity: 0.9;
    background-color: var(--color-danger) !important;
    color: var(--color-white) !important;
}

.button-outline-primary:hover {
    background-color: var(--color-white) !important;
    color: var(--color-white);
}

.button-outline-secondary:hover {
    background-color: var(--color-secondary) !important;
    color: var(--color-white) !important;
}

.button-outline-warning:hover {
    background-color: var(--color-warning) !important;
    color: var(--color-white) !important;
}

.button-outline-success:hover {
    background-color: var(--color-success) !important;
    color: var(--color-white) !important;
}

.button-outline-danger:hover {
    background-color: var(--color-danger) !important;
    color: var(--color-white) !important;
}


.button-outline-info:hover {
    background-color: var(--color-info) !important;
    color: var(--color-white) !important;
}


.button-small {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
}

.button-large {
    font-size: 1.4rem;
    padding: 2rem 5rem;
}


code {
    background: var(--color-border);
    border-radius: .4rem;
    font-size: 86%;
    margin: 0 .2rem;
    padding: .2rem .5rem;
    white-space: nowrap;
}

pre {
    background: var(--color-border);
    border-left: 0.3rem solid var(--color-primary);
    overflow-y: hidden;
    padding: 1rem;
}

pre>code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

address {
    font-style: normal;
    margin-bottom: 1rem;
}

figcaption,
caption {
    font-size: 75%;
}

figure {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


summary {
    cursor: pointer;
}

hr {
    border: 0;
    border-top: 0.1rem solid var(--color-border);
    margin: 3.0rem 0;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea,
select {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.1rem solid var(--color-border);
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    padding: 1.25rem 1.25rem;
    font-size: 1.4rem;
    line-height: 1.3;
    font-family: var(--font-family);
    font-weight: 300;

}



input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='week']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
    border-color: var(--color-primary);
    outline: 0;
}

select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    padding-right: 3.0rem;
}

select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%239b4dca" d="M0,0l6,8l6-8"/></svg>');
}

select[multiple] {
    background: none;
    height: auto;
}

textarea {
    min-height: 6.5rem;
}

label,
legend {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: .5rem;
}

.container-fluid {
    margin: 0 auto;
    padding-right: var(--rp-gutter-x, 0.75rem);
    padding-left: var(--rp-gutter-x, 0.75rem);
    position: relative;
    width: 100%;
}

.container {
    margin: 0 auto;
    padding-right: var(--rp-gutter-x, 0.75rem);
    padding-left: var(--rp-gutter-x, 0.75rem);
    position: relative;
    max-width: 1500px;
    width: 100%;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--rp-gutter-y) * -1);
    margin-right: calc(var(--rp-gutter-x) / -2);
    margin-left: calc(var(--rp-gutter-x) / -2);
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rp-gutter-x) / 2);
    padding-left: calc(var(--rp-gutter-x) / 2);
    margin-top: var(--rp-gutter-y);
}

.column {
    flex: 1 0 0%;
}

.column-auto {
    flex: 0 0 auto;
    width: auto;
}

.column-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.column-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.column-3 {
    flex: 0 0 auto;
    width: 25%;
}

.column-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.column-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.column-6 {
    flex: 0 0 auto;
    width: 50%;
}

.column-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.column-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.column-9 {
    flex: 0 0 auto;
    width: 75%;
}

.column-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.column-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.column-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}


.fluid {
    width: 100%;
}

.inline {
    display: inline-block;
}

.center-text {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.5rem;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.overlayBackgroundBlue {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 9;
    /*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=072a6b&c2=09388d&gt=l&gd=dtt
*/
    background: rgba(7, 42, 107, 1.0);
    background: linear-gradient(180deg, rgba(7, 42, 107, 1.0), rgba(9, 56, 141, 1.0));
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}


.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1031;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}


.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

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

.text-muted {
    color: var(--color-grey);
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: underline;
}

dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

ol {
    list-style: decimal inside;
}

ul {
    list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
    margin-bottom: 1.0rem;
}

fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem;
}

blockquote,
details,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 2.5rem;
}

table {
    border-spacing: 0;
    display: block;
    overflow-x: auto;
    text-align: left;
    width: 100%;
}

td,
th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem;
}

th {
    background: var(--color-border);
}

b,
strong {
    font-weight: bold;
}

p {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-bottom: 2.0rem;
    margin-top: 0;
}

.box {
    width: 60%;
    margin: 50px auto;
}

#layer_2 path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 7;
    stroke-dasharray: 1800px;
    stroke-dashoffset: 1800px;
    animation: line 3s 0.4s forwards;
}

@keyframes line {
    0% {
        stroke-dashoffset: 1800px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

#layer_2 path.point {
    animation: line 1s 2.4s forwards;
}

#layer_1 {
    mask: url(#out);
    stroke: #000;
}

h1 {
    font-size: 5.0rem;
    line-height: 1.2;
    color: var(--color-primary);
    /*
    background: #CDBA8F;
background: linear-gradient(to bottom, #CDBA8F 0%, #948262 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
    text-align: left;



}



h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    text-align: left;
    color: var(--color-white);
    /*text-shadow: 1px 2px 6px #000000;*/
}

h3 {
    font-size: 5.0rem;
    line-height: 1.3;
    color: #fff;
}

h4 {
    font-size: 4.0rem;
    line-height: 1.35;
    color: #fff;
}

h5 {
    font-size: 1.8rem;
    letter-spacing: -.05rem;
    line-height: 1.5;
}

h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: table;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--color-grey);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}

/* VERTICAL MENU */

.vertical-menu {
    position: relative;
}

.vertical-menu span {
    display: inline-block;
    margin-bottom: 2.5rem;
}

.vertical-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertical-menu li {
    position: relative;
}

.vertical-menu li a {
    display: block;
    color: var(--color-dark);
    font-weight: 400;
    padding: 1rem 2rem;
    border-radius: .4rem;
}

.vertical-menu li a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.vertical-menu li a.active {
    background: var(--color-border);
}


/* HORIZONTAL MENU */

.horizontal-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.horizontal-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.horizontal-menu li {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    position: relative;
}

.horizontal-menu li ul {
    display: none;
}

.horizontal-menu li:hover>ul {
    display: block;
    position: absolute;
    background: var(--color-border);
    border-radius: 0.4rem;
    right: 0;
}

.horizontal-menu li ul li {
    display: block;
    margin-right: 0;
}

.horizontal-menu li:last-of-type {
    margin-right: 0;
}

.horizontal-menu li.has-children a:after {
    content: "+";
    display: inline-block;
    margin-left: 3px;
}

.horizontal-menu li.has-children li a:after {
    display: none;
}

.horizontal-menu li a {
    display: block;
    color: var(--color-dark);
    font-size: 90%;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: .4rem;
}

.horizontal-menu li a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.horizontal-menu li a.active {
    background: var(--color-border);
}


/* CARDS */

.card {
    border: 1px solid var(--color-border);
    border-radius: 0.4rem;
    margin-bottom: 2.5rem;
}

.card .card-header {
    padding: 2rem;
}

.card .card-body {
    padding: 2rem;
}

.card .card-header img {
    display: block;
}

.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6 {}

.card .card-header h1 {
    font-weight: 700;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 90%;
}

.breadcrumb ol,
.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb .item {
    display: inline-block;
    margin-bottom: 0;
}

.breadcrumb .item:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
}

.breadcrumb .item:last-of-type:after {
    display: none;
}

.breadcrumb .active {
    color: var(--color-grey);
}

.pagination ol,
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination .item {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 0;
}

.pagination .item:last-of-type {
    margin-right: 0;
}

.pagination .active {
    font-weight: 700;
}

.pagination .active a {
    text-decoration: underline;
}

/* Badges */
.badge {
    padding: 0.2rem 0.7rem;
    border-radius: 0.4rem;
    font-weight: normal;
    font-size: 90%;
    margin: 0 5px;
}

/* Notification  */

.notification {
    padding: 1rem 2rem;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 90%;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.notification-primary {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-white);
}

.notification-secondary {
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
    color: var(--color-white);
}

.notification-success {
    border: 1px solid var(--color-success);
    background: var(--color-success);
    color: var(--color-white);
}

.notification-danger {
    border: 1px solid var(--color-danger);
    background: var(--color-danger);
    color: var(--color-white);
}

.notification-warning {
    border: 1px solid var(--color-warning);
    background: var(--color-warning);
    color: var(--color-white);
}

.notification-info {
    border: 1px solid var(--color-info);
    background: var(--color-info);
    color: var(--color-dark);
}

.notification-light {
    border: 1px solid var(--color-border);
    background: var(--color-white);
    color: var(--color-dark);
}


.notification-dark {
    border: 1px solid var(--color-dark);
    background: var(--color-dark);
    color: var(--color-white);
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.close {
    font-weight: 400;
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 999rem;
    cursor: pointer;
    transform: rotate(45deg);
}

.row.logo {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    left: 180px;
}

.logoPart {
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.logoPart .column-6:nth-of-type(1) {
    text-align: left;
}

.logoPart .column-6:nth-of-type(2) {
    text-align: right;
    padding-right: 50px;
}

.box {}

@-webkit-keyframes animate-stripes {
    100% {
        background-position: -100px 0px;
    }
}

@keyframes animate-stripes {
    100% {
        background-position: -100px 0px;
    }
}


@-webkit-keyframes moveIndeterminate {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

@keyframes moveIndeterminate {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 2rem;
}

progress[value]::-webkit-progress-bar {
    background-color: var(--color-border);
    border-radius: 0.4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
}

progress:not([value]) {
    /* Styling here */
}

.progress::-moz-progress-bar {
    background-color: #4a4a4a;
}

.progress::-ms-fill {
    background-color: #4a4a4a;
    border: none;
}

.progress:indeterminate {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveIndeterminate;
    animation-name: moveIndeterminate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #ededed;
    background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%;
}

.progress-primary::-webkit-progress-value {
    background-color: var(--color-primary);
}

.progress-secondary::-webkit-progress-value {
    background-color: var(--color-secondary);
}

.progress-success::-webkit-progress-value {
    background-color: var(--color-success);
}

.progress-danger::-webkit-progress-value {
    background-color: var(--color-danger);
}

.progress-warning::-webkit-progress-value {
    background-color: var(--color-warning);
}

.progress-info::-webkit-progress-value {
    background-color: var(--color-info);
}

.progress-dark::-webkit-progress-value {
    background-color: var(--color-dark);
}

.packDet {}

.packDet .new {
    background: url(../img/tarBg.png);
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 10px;
    padding: 0 20px 0 80px;
    color: var(--color-secondary);
    font-family: 'Futura Now Headline Bolder';
    font-size: 45px;
    text-align: center;
    max-width: 380px;
}

.packDet .tarPart {
    background: url(../img/tarBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 0 0 0 50px;
    color: var(--color-secondary);
    text-align: center;
    max-width: 190px;
    margin-top: 30px;
}

.packDet {
    position: absolute;
    right: 0;
    right: 75px;
    bottom: 130px;
    z-index: 3;
}

.packDet .tarPart h4 {
    font-size: 4.0rem;
    display: inline-block;
    color: var(--color-secondary);
    margin: 0;
    padding: 0;
    line-height: normal;
    line-height: 40px;
}

.packDet .tarPart span {
    display: inline-block;
    font-size: 2.0rem;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.packDet .new span {}

.middleContent {
    padding: 20px 0;
}

.middleContent h2 {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 4.0rem;
}

.middleContent .row {
    padding-top: 50px;
    align-items: center;
}

.middleContent .row .column-6 {}

.middleContent .row .column-6 img {
    max-height: 600px;
}

.middleContent .row .column-6 .packdDet {
    text-align: center;
    padding: 0 50px;
}

.middleContent .row .contentCol {
    text-align: center;
}

.middleContent .row .column-6 .packdDet h3 {
    font-size: 2.6rem;
    color: var(--color-primary);
    margin-bottom: 0;
}

.middleContent .row .column-6 .packdDet .tar {
    font-family: 'Futura Now Headline';
    color: var(--color-secondary);
    font-size: 3.0rem;
    line-height: 40px;
    background: url(../img/tarBg.png);
    background-repeat: no-repeat;
    width: 113px;
    margin: 30px auto;
    background-size: 110px;
    padding: 0 0 5px 0;

}

.middleContent .row .column-6 .packdDet .tar span {
    font-size: 1.6rem;
    font-weight: 100;
}


/* CUSTOM */

/* bifa*/
.customCheckbox {
    align-items: center;
    max-width: 730px;
    margin: 0 auto;
    justify-content: center;
}

.bifa {
    padding: 15px 0;
    margin: 0 auto;
    position: relative;
}

.customCheckbox input {
    margin-right: 5px;
    width: 35px;
    height: 15px;
    margin: 0;
    display: inline-block;
    position: relative;
}

.customCheckbox input:before {
    border: 1px solid var(--color-primary);
    margin-right: 10px;
    content: '';
    position: absolute;
    top: -4px;
    left: 8px;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
}

.customCheckbox input:after {
    transform: scaleX(-1) rotate(135deg);
    content: "";
    animation: none;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -5px;
    font-size: 25px;
    left: 0px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    height: 25px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: scale 250ms cubic-bezier(.24, .22, .015, 1.56);
    transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.customCheckbox input:checked:after {
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.customCheckbox input:checked:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #f4f5fa;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-primary) !important;
}

input[type="checkbox"]:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(32deg) !important;
    width: 8px !important;
    height: 15px !important;
    position: absolute;
    background: transparent;
    top: -1px;
    right: 0;
    bottom: 0;
    font-size: 25px;
    left: 17px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    height: 25px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: scale 250ms cubic-bezier(.24, .22, .015, 1.56);
    transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.customCheckbox input[type="checkbox"]:checked:before {
    border: 1px solid #f3f3f3;
}

.customCheckbox input:checked:before {
    border: 1px solid #f3f3f3;
}

.customCheckbox p {
    font-size: 2.0rem !important;
    line-height: 26px;
    width: 85%;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    text-align: left !important;
    padding: 0 !important;
}


#videoSecondMobile {
    display: none;
    max-width: 100%;
    margin: 0 auto;
}



.demoZoom {
    display: none;
}

#videoSecond {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#sample-watch {
    margin: 0 auto;
}



.hideImageBulletsMobile {
    display: none;
}

.slideList .content {
    position: relative;
}

.onlyMobilePart {
    display: none !important;
}

#carLinks img {
    max-width: 100px;
}

.slideList .content .tar {
    position: absolute;
    background: #000;
    bottom: 80px;
    left: 277px;
}

.slideList .content .tar h4 {
    text-align: center;
    padding: 0 35px 5px;
    margin: 0;
    font-size: 3.2rem;
}

.slideList .content .tar h4 span {
    font-size: 12px;
}

.forBreakOnlyMobile {
    display: none;
}

.textSection2 {
    height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
}

.textSection2 h3.otherDetails {
    font-size: 6.0rem;
}

.textSection2 h3.otherDetails span {
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
}

.textSection2 h3 {
    font-size: 4.6rem;
    text-align: center;
}

.textSection2 h3.otherDetails {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
}

.textSection2 h2 {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
}

.gama h2 {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
}

.textSection2 h2 span {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(1px 1px #000);
}

.packPresentation.section {
    padding-top: 50px;
    position: relative;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 100px;
}

.packPresentation .container {
    position: initial;
}

.packPresentation .column-3 button {
    display: block;
}

.packPresentation.section .packs img {
    max-height: 500px;
}

.packPresentation.section .packs {
    position: absolute;
}

.packPresentation.section .packRight {
    right: 70px;
    top: 390px;
}

.packPresentation.section .packLeft {
    top: 290px;
    left: -20px;
}

.listIcons .premium {
    margin-top: 180px;
}

.listIcons .imageIcon {
    display: inline-block;
}

.listIcons .icon1 {
    display: flex;
    align-items: center;
}

.listIcons img {
    max-height: 110px;
}

.gama {
    position: relative;
    height: 90vh;
    display: flex;
    /*align-items: center;*/
    padding-top: 50px;
}

.gama h3 {
    text-align: center;
}

.listIcons .icon2 {
    display: flex;
    align-items: center;
}

.listIcons {
    position: absolute;
    right: 0;
    bottom: 250px;
    left: 43%;
}

.ShowOnlyBreakMob {
    display: none;
}

.listIcons .textIcon {
    display: inline-block;
    margin-top: 90px;
    margin-left: -50px;
}

.packPresentation.section .packTop {
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.second .txt {
    text-align: center;
    padding-bottom: 50px;
}

.second .txt h2 {
    color: var(--color-primary);
    font-sie: 3.0rem;
}

.second .txt p {
    color: var(--color-primary);
    font-size: 2.0rem;
}

.header.section {
    position: relative;
    align-items: center;
    height: 90vh;
}

.header.section-err {
    position: relative;
    align-items: center;
}

.header.section .row {
    align-items: center;
}

.header .gifPart {
    position: absolute;
    top: 60px;
    right: 100px;
}

.header .contentGif {
    position: relative;
    padding-bottom: 100px;
}

.header .contentGif .gifPart img {
    max-width: 350px;
}

.header.section .logo img {
    max-height: 100px;
}

.header.section-err .logo img {
    max-height: 100px;
}

.header p {
    font-size: 2.0rem;
    color: var(--color-primary);
    line-height: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}


#videoHome {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    object-fit: contain;

}

#videoHomeMobile {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.header.section .container {
    text-align: center;
}


#videoHome {
    margin: 0 auto;
}


.header.section h1 {}

@keyframes scale {
    100% {
        transform: scale(1);
    }
}

.second .expander {
    opacity: 0;
}

.third .expander {
    opacity: 0;
}

.four .expander {
    opacity: 0;
}



.expander p {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: normal !important;
    font-size: 24px !important;
    margin-bottom: 0 !important;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



h1 span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}



h1 span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(5) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(6) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(7) {
    animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(8) {
    animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(9) {
    animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(10) {
    animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(11) {
    animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(12) {
    animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(13) {
    animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(14) {
    animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(15) {
    animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

h1 span:nth-child(16) {
    animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.textSection {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.textSection {
    text-align: center;
}

.textSection p {
    float: left;
    text-align: center;
    font-size: 4.0rem;
    color: var(--color-white);
    padding-bottom: 100px;
}

.textSection h2 {
    opacity: 0;
}

.textSection h2 {
    opacity: 1;
}



.textSection h3 {
    margin: 0 auto;
    display: block;
    color: #d3bd6d;
    padding-top: 50px;
    font-size: 4.6rem;
    text-transform: uppercase;
    text-align: center;
}

.textSection h2 {
    font-size: 7.6rem;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(1px 1px #000);
}

.textSection h2>span {
    display: inline-block;

}

/*
.textSection h2 span.word:nth-of-type(1){
    font-weight: bolder;
}
*/

.textSection h2 span.word .char1 {
    font-weight: bolder;
}

.textSection h2 span.word .char2 {
    font-weight: bolder;
}

.textSection h2 span.word .char3 {
    font-weight: bolder;
}

.textSection h2 span.word .char4 {
    font-weight: bolder;
}

.textSection h2 span.word .char5 {
    font-weight: bolder;
}

.textSection h2 span.word .char6 {
    font-weight: bolder;
}

.textSection h2 span.word .char7 {
    font-weight: bolder;
    margin-right: 5px;
    padding-right: 10px;
}


span span {
    opacity: 0;
    backface-visibility: visible;
    transition-property: all;
    transition-duration: 660ms;
    transition-timing-function: ease-in-out;
    transform-origin: 50% 50% 0px;
    transform: perspective(1050px) rotateY(0deg) scale(0.5);
    -webkit-transition-property: all;
    -webkit-transition-duration: 660ms;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transform-origin: 50% 50% 0px;
    -webkit-transform: perspective(1050px) rotateY(0deg) scale(0.5);
    display: inline-block;
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.char8 {
    font-weight: 400;
}

.char9 {
    font-weight: 400;
}

.char10 {
    font-weight: 400;
}

.char11 {
    font-weight: 400;
}

.char12 {
    font-weight: 400;
}

.char12 {
    font-weight: 400;
}

.char13 {
    font-weight: 400;
}

.char14 {
    font-weight: 400;
}

.char15 {
    font-weight: 400;
}

.char16 {
    font-weight: 400;
}

#inViewText {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100px;
}

#inViewGama {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100px;
}

#inViewPacks {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100px;
}

#inViewText2 {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 100px;
}

.textSection .container {
    opacity: 0;
}

.lineMobile {
    display: none;
}

.textSection.active .container {
    opacity: 1;
}

#inViewSecond {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 50%;
}

#inViewThird {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 50%;
}

.demoZoom2 {
    display: none;
}

#inViewFour {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 50%;
}

.magnifiedImg {
    margin: 0 auto;
    display: block;
    max-width: 380px;
    z-index: 5;
    position: relative;

}

.magnifiedImg2 {
    display: block;
    max-width: 320px;

}

.magn {

    z-index: 9;
}

.packBigDetail {
    position: absolute;
    text-align: center;
    right: 0;
    top: 3px;
}

.videoColumn img {
    max-height: 650px;
}

.magnRed {
    margin-left: 0;
    padding-left: 250px;
}

.packBigDetail.forRed {
    position: absolute;
    text-align: center;
    left: 0;
    right: inherit;
    top: 0;
}

.packBigDetail .price {

    width: 125px;
    /* height: 50px; */
    font-size: 20px;
    color: #fff;
    /*background: #009de3;*/
    background: rgb(30, 80, 160);
    margin: 0 auto;
    border-radius: 50%;
    padding: 20px 0 30px 0;
    zoom: 1.3;
}


.packBigDetail .price span {
    font-size: 40px;
}

.packBigDetail .name {
    font-size: 3.0rem;
    color: var(--color-primary);
    line-height: 40px;
    padding-top: 30px;
}

.packBigDetail .tar img {
    max-height: 150px;
}

.pulsating-circle {
    position: absolute;

    transform: translateX(-50%) translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 999999;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #43c0ee;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #43c0ee;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}


.red .pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #e19dc9;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.red .pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e19dc9;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}




.atent1 {
    position: absolute;
    top: 70px;
    left: 35%;
    z-index: 99;
    z-index: 9999;
}

.atent2 {
    position: absolute;
    bottom: 20px;
    left: 30%;
    z-index: 99;
    z-index: 9999;
}

.atent3 {
    position: absolute;
    top: 80px;
    left: 46%;
    z-index: 99;
    z-index: 9999;
}

.atent4 {
    position: absolute;
    bottom: 20px;
    right: 190px;
    z-index: 99;
    z-index: 9999;
}


.section3 {
    text-align: center;
    padding: 0;
    padding-bottom: 50px;
}

.section3 h2 {
    padding-bottom: 30px;
    text-align: center;
}

.disclaimerFooter {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
    font-size: 1.2rem;
}

.section3 p {
    font-size: 2.0rem;
    color: var(--color-white);
}

.section3 .content {
    max-width: 1100px;
    margin: 0 auto;
}

.section3 .content img {}

.detailsPack {
    position: absolute;
    right: 0;
    left: 50%;
    text-align: center;
}

.detailsPack h3 {
    font-size: 3.6rem;
}

.detailsPack img {
    max-width: 300px;
}

.section3 .content img {}


@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

.second.section {
    height: 100%;

    align-items: center;
    padding-top: 100px;

}

.revendica {
    text-align: center;
    position: relative;
}

.forBg {
    position: relative;
}

.second .detailHeading {
    padding: 30px 0;
    text-align: center;
    color: var(--color-primary);
}

.forBg .img {
    position: absolute;
    top: -90px;
}

/*
.forBg .img img{
    max-height: 1000px;
}
*/

.revendica h2 {

    background: linear-gradient(to right, #75bad1 0%, #e3f1f6 50%, #75bad1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

.packPresentation .introPacks h2 {
    background: linear-gradient(to right, #75bad1 0%, #e3f1f6 50%, #75bad1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packPresentation .introPacks p {
    background: linear-gradient(to right, #75bad1 0%, #e3f1f6 50%, #75bad1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.6rem;
}

.revendica h2 span {
    display: block;
    text-transform: uppercase;
    font-family: 'Futura Now Headline';
    letter-spacing: 5px;
}

.revendica p {
    color: var(--color-primary);
    text-align: center;
    font-size: 2.0rem;
    margin: 10px 0;
}

.bulletsImage {
    position: absolute;
    top: 110px;
}

.carousel.slides {
    max-width: 600px;
    height: 660px;
    margin: 20px auto;
    position: relative;
    padding-top: 30px;
}

.slideList {
    padding-top: 100px;

}

.container-small.text h3 {
    text-align: center;
}

.packPresentation .column-6 {
    width: 75%;
}

.slideList li {
    position: absolute;
    display: none;
    width: 100%;
}

.slideList li .mg {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-left: 10px;
}

.slideList li.active {
    display: block;
}

.carousel.slides .slideList ul {
    left: 0;
    width: 710px;
    list-style-type: none;
}

/**** Carousel Tabs ****/

.carousel.slides .carouselLinks ul {
    list-style-type: none;
    margin-bottom: 0;
}

.carousel.slides .carouselLinks li.selected {
    display: none;
}

.carousel.slides .carouselLinks li.test {
    position: relative;
    top: -25px;
}

.carousel.slides .carouselLinks li p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.carousel.slides .carouselLinks li p span {
    display: block;
}

.carousel.slides .carouselLinks li p strong {
    font-weight: bolder;
}

.carousel.slides .carouselLinks {
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translateY(-45%);
}

.forBg .column-3 {
    text-align: center;
    position: absolute;
    z-index: 9999;
    right: 0;
    width: 60%;
    padding-top: 100px;
}

.forBg .column-3 .button {
    display: block;
}

.button:hover {
    text-decoration: none;
}

.forBg .column-3 h3 {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 0;
}

.carousel.slides .carouselLinks ul {
    position: relative;
    width: auto;
}

.carousel.slides>.carouselLinks li {

    position: relative;
    display: block;
    width: 300px;
    padding: 0 5px;

}

/*
.carousel.slides > .carouselLinks li#line3{
    margin-top: -130px;
}

.carousel.slides > .carouselLinks li#line2{
    margin-top: -130px;
}

.carousel.slides > .carouselLinks li#line1{
    margin-top: -130px;
}

.carousel.slides > .carouselLinks li#line4{
    margin-top: -130px;
}

.carousel.slides > .carouselLinks li#line5{
    margin-top: -130px;
}
*/

.listPacks .content:nth-of-type(1) {
    z-index: 5;
}

.listPacks .content:nth-of-type(2) {
    z-index: 4;
}

.listPacks .content:nth-of-type(3) {
    z-index: 3;
}

.listPacks .content:nth-of-type(4) {
    z-index: 2;
}



.listPacks img {
    display: block;
    margin-top: -130px;
    max-width: 180px;
    z-index: 9999;
    position: relative;
}

.gradient1 {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 42%, rgba(0, 0, 0, 0) 85%);
    width: 100%;
    height: 170px;
}

.gradient2 {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0) 85%);
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
}

.listPacks .content {
    position: relative;
}

.listPacks .content .tar {
    position: absolute;
    background: #000;
    padding: 0px 30px 5px;
    left: -65px;
    bottom: 30px;
}

.listPacks .content .tar h4 {
    font-size: 2.0rem;
    margin: 0;
    padding: 0;
}

.listPacks .content .tar h4 span {
    font-size: 10px;
}


.carousel.slides>.carouselLinks li#line3 {
    margin-top: -70px;
}

.carousel.slides>.carouselLinks li#line2 {
    margin-top: -70px;
}

.carousel.slides>.carouselLinks li#line1 {
    margin-top: -70px;
}

.carousel.slides>.carouselLinks li#line4 {
    margin-top: -70px;
}

.carousel.slides>.carouselLinks li#line5 {
    margin-top: -70px;
}

.revendica {
    background: #f4f5fa;
}

.revendica .box {
    border-radius: 20px;
    padding: 20px 50px;
    background-size: cover;
    max-width: 1100px;
    margin: 20px auto;
    display: block;
    margin-top: 50px;
    z-index: 9999;
    position: relative;
}

.magnify {
    border-radius: 50%;
    border: 2px solid rgb(30, 80, 160);
    position: absolute;
    z-index: 9999;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
    display: none;
    cursor: none;
    background: rgb(30, 80, 160);
    /* background: #009de3;*/
    background-repeat: no-repeat;
}

.magnify2 {
    border-radius: 50%;
    border: 2px solid rgb(30, 80, 160);
    position: absolute;
    z-index: 9999;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
    display: none;
    cursor: none;
    background: rgb(30, 80, 160);
    background-repeat: no-repeat;
}

.img-magnifier-glass {
    position: absolute;
    border: 2px solid #43bfed;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 150px;
    height: 150px;
}

div.scroll-down {
    left: 50%;
    transform: translateY(0%) rotate(45deg);

    opacity: 0;
}

@keyframes scrolldown {
    0% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }

    50% {
        transform: translateY(0%) rotate(45deg);
        opacity: 0.2;
    }

    100% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
}


.second.section h2 {}

.second.section h2 span {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gama h2 {
    font-size: 8.0rem;
    filter: drop-shadow(2px 2px #333);
}

.lineMobile {
    dsiplay: none;
}

.gama h2 span {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gama h3.moreBig {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.0rem;
    text-transform: uppercase;


    filter: drop-shadow(2px 2px #333);
}

.gama h2 span.word:nth-of-type(1) {
    font-weight: bolder;
}

.gama .container {
    opacity: 0;
    padding-bottom: 100px;
}

.bottomLine {
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
}

.gama.active .container {
    opacity: 1;
}

.gama h3 {
    font-size: 4.6rem;
}

.second.section .row {
    align-items: center;
}

.third.section {
    height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
}

.third.section h2 {
    filter: drop-shadow(1px 1px #000);
}

.third.section h2 span {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.third.section .row {
    align-items: center;
}

.four.section {
    height: 100vh;
    position: relative;
    align-items: center;
    display: flex;

}

.four.section h2 {
    filter: drop-shadow(1px 1px #000);
}

.four.section h2 span {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.four.section .row {
    align-items: center;
}




.expander {
    width: 80px;
    background-color: #042358;
    color: #d3bd6d;
    font-size: 24px;
    text-align: center;
    padding: 9px 10px 16px 10px;
    font-weight: bolder;
    border-radius: 10px;
    border: 5px solid #d3bd6d;
    z-index: 999;
    margin: 40px auto;

}

.lineSkyline {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
}

.third.section .column-6:nth-of-type(1) {
    text-align: right;
}

.lineSunrise {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
}

.lineNight {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
}

.section .pack {
    max-height: 650px;
    z-index: 9;
    position: relative;
}



.section .tigareta {
    max-height: 500px;
    margin-left: -150px;
    margin-bottom: 70px;
    z-index: 1;
}

.section .tigareta.aos-animate {
    max-height: 500px;
    margin-left: 100px;
    margin-bottom: 70px;
}

.showOnlyOnMobilePart {
    display: none;
}


.ribbon {
    position: fixed;
    left: -95px;
    top: 40%;
    z-index: 5;
    border-radius: 0 0 20px 20px;
    background: #f4f5fa;
    transform: rotate(270deg);
    padding: 5px 35px 10px;
    z-index: 9999999999;
    box-shadow: 1px 5px 30px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 5px 30px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 5px 30px -6px rgba(0, 0, 0, 0.75);
}

.ribbon .content {
    cursor: pointer;
}

.ribbon .content a {
    margin-bottom: 0;
    color: var(--color-secondary);
}

.third.section .tigareta {
    margin-right: -150px;
    margin-left: 0 !important;
}

.third.section .tigareta.aos-animate {
    margin-right: 100px;
}

.info {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: 35%;
}

.info p {
    display: inline-block;
    font-size: 1.6rem;
    color: var(--color-primary);
    margin-bottom: 10px;
    line-height: 18px;
}

.info img {
    display: inline-block;
    max-height: 30px;
}

.forMob {
    display: none !important;
}

.forDesktop {
    display: block !important;
}

.second.section .container {
    /*opacity: 0;*/
    z-index: 99;
    position: relative;
}

/*
.second.section .lineSkyline{
    opacity: 0;
}


.second.section.active .lineSkyline{
    opacity: 1;
}
*/

.second.section.active .container {
    opacity: 1;
}

.third.section .container {
    opacity: 0;
    z-index: 99;
    position: relative;
}

.third.section.active .container {
    opacity: 1;
}

.four.section .container {
    opacity: 0;
    z-index: 99;
    position: relative;
}

.four.section.active .container {
    opacity: 1;
}


.second.section h2 span {
    display: none;
}

.second.section.active h2 span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.second.section.active h2 span:nth-child(1) {
    animation: fade-in 0.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(2) {
    animation: fade-in 0.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(3) {
    animation: fade-in 0.2s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.moreBig.demoText3 span.char {
    opacity: 1 !important;
}

.stopVideo #inViewRoata {
    display: none !important;
}

.second.section.active h2 span:nth-child(4) {
    animation: fade-in 0.2s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(5) {
    animation: fade-in 0.2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(6) {
    animation: fade-in 0.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(7) {
    animation: fade-in 0.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(8) {
    animation: fade-in 0.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(9) {
    animation: fade-in 0.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(10) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(11) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(12) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(13) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(14) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(15) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(16) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(17) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(18) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.second.section.active h2 span:nth-child(19) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection h2 {
    filter: drop-shadow(1px 1px #000);
}

.textSection.active h2 span:nth-child(1) {
    animation: fade-in 0.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(2) {
    animation: fade-in 0.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(3) {
    animation: fade-in 0.2s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(4) {
    animation: fade-in 0.2s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(5) {
    animation: fade-in 0.2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(6) {
    animation: fade-in 0.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(7) {
    animation: fade-in 0.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(8) {
    animation: fade-in 0.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(9) {
    animation: fade-in 0.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(10) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(11) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(12) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(13) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(14) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(15) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.textSection.active h2 span:nth-child(16) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection.active h2 span:nth-child(17) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.textSection h2 {}

.textSection h2 span {
    background: #D9C598;
    background: linear-gradient(to top, #D9C598 0%, #A1895F 50%, #98835C 50%, #C6AC70 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: none;
}

.textSection.active h2 span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}


.third.section h2 span {
    display: none;
}

.third.section.active h2 span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.third.section.active h2 span:nth-child(1) {
    animation: fade-in 0.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(2) {
    animation: fade-in 0.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(3) {
    animation: fade-in 0.2s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(4) {
    animation: fade-in 0.2s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(5) {
    animation: fade-in 0.2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(6) {
    animation: fade-in 0.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(7) {
    animation: fade-in 0.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(8) {
    animation: fade-in 0.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(9) {
    animation: fade-in 0.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(10) {
    animation: fade-in 0.2s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(11) {
    animation: fade-in 0.2s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(12) {
    animation: fade-in 0.2s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(13) {
    animation: fade-in 0.2s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(14) {
    animation: fade-in 0.2s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(15) {
    animation: fade-in 0.2s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(16) {
    animation: fade-in 0.2s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(17) {
    animation: fade-in 0.2s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(18) {
    animation: fade-in 0.2s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(19) {
    animation: fade-in 0.2s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(20) {
    animation: fade-in 0.2s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(21) {
    animation: fade-in 0.2s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(22) {
    animation: fade-in 0.2s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(23) {
    animation: fade-in 0.2s 2.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(24) {
    animation: fade-in 0.2s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.third.section.active h2 span:nth-child(25) {
    animation: fade-in 0.2s 2.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.four.section h2 span {
    display: none;
}

.four.section.active h2 span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.four.section.active h2 span:nth-child(1) {
    animation: fade-in 0.2s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(2) {
    animation: fade-in 0.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(3) {
    animation: fade-in 0.2s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(4) {
    animation: fade-in 0.2s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(5) {
    animation: fade-in 0.2s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(6) {
    animation: fade-in 0.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(7) {
    animation: fade-in 0.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(8) {
    animation: fade-in 0.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(9) {
    animation: fade-in 0.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(10) {
    animation: fade-in 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(11) {
    animation: fade-in 0.2s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(12) {
    animation: fade-in 0.2s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(13) {
    animation: fade-in 0.2s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


.four.section.active h2 span:nth-child(14) {
    animation: fade-in 0.2s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(15) {
    animation: fade-in 0.2s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(16) {
    animation: fade-in 0.2s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(17) {
    animation: fade-in 0.2s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(18) {
    animation: fade-in 0.2s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(19) {
    animation: fade-in 0.2s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(20) {
    animation: fade-in 0.2s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(21) {
    animation: fade-in 0.2s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(22) {
    animation: fade-in 0.2s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.four.section.active h2 span:nth-child(23) {
    animation: fade-in 0.2s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.header.section .contentHeader {
    margin: 0 auto;
}

.header.section .logo {}

.birthday-inputs {
    display: flex;
    justify-content: center;
    max-width: 500px;
    padding-top: 20px;
    margin: 0 auto;
}

.videoColumn video {
    max-height: 500px;
}

.intro .video-wrapper video {
    width: 650px !important;
}


.intro {
    height: 100vh;
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
    width: 100%;
}


.section video {
    /* width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;*/
    max-width: 100%;
}


.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    background-image: url(../img/desktop-bg-winston.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.hideOnDesktop {
    display: none;
}

.loading video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.forView {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100px;
}

.titleStill {
    padding: 50px 0;
    text-align: center;
}

.section .pachet {
    position: absolute;
    left: 0;
    top: 0;

}



.section.rightEl .tigareta {
    left: 50px;
}

.section.rightEl .pachet {
    left: inherit;
    right: 0;
}

.displayOnlyOnMob {
    display: none;
    text-align: center;
}


.section .tigareta img {
    display: block;
}

.section.mBot .tigareta img.hideOnDesktop {
    display: none;
}

.section.rafinat .tigareta img.hideOnDesktop {
    display: none;
}

.section .textWrapper {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 70%;
    padding: 0 20px;

}



.titleStill h3 span:nth-of-type(1) {
    font-family: 'Futura Now Headline Bolder', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-size: 6.0rem;
}

.titleStill.aboveFooter h3 span:nth-of-type(1) {
    font-family: 'Futura Now Text', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 5.0rem;
}

.titleStill.aboveFooter h3 span:nth-of-type(2) {
    font-family: 'Futura Now Headline Bolder', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-size: 6.0rem;
}

.titleStill h3 span:nth-of-type(2) {
    font-family: 'Futura Now Headline', sans-serif;
}

.section .mg {
    background: #8cb8d9;
    padding: 10px 0 20px 0;
    color: #fff;
    border-radius: 10px;
    max-width: 80px;
    margin: 20px auto;
    box-shadow: -1px 9px 6px -3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: -1px 9px 6px -3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 9px 6px -3px rgba(0, 0, 0, 0.18);
}

.section .mg span {
    font-size: 24px;
}

.section .mg span.nr {
    font-size: 34px;
}

.section .textWrapper h4 span {
    font-family: 'Futura Now Headline Bolder', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-size: 6.0rem;
}

.section #inViewRoata {}

.field {
    position: relative;
    text-align: center;
    border: solid 1px var(--color-primary) !important;
    font-weight: bolder;
    outline: none;
    font-size: 20px !important;
    background-color: transparent !important;
    color: var(--color-primary) !important;
    margin: 0 10px;
    padding: 2.0rem 1.25rem !important;
}

.birth-month {
    width: 25%;
}

.birth-day {
    width: 25%;
    margin-left: 0;

}

.birth-day::placeholder {
    color: var(--color-primary) !important;
}

.birth-month::placeholder {
    color: var(--color-primary) !important;
}

.birth-year::placeholder {
    color: var(--color-primary) !important;
}

.birth-year {
    width: 35%;
    margin-right: 0;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--color-primary);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--color-primary);
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--color-primary);
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-primary);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-primary);
}

#ageForm .button {
    border: 1px solid var(--color-primary);
}

::placeholder {
    /* Most modern browsers support this now. */
    color: var(--color-primary);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-primary);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-primary);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-primary);
}


.terms,
.underline {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    display: block;
}

.red {
    font-size: 16px;
    color: red !important;
    margin: 20px;
    font-weight: 100;
    margin-bottom: 0;
}


.wrapper.intro {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 5%;
}

.wrapper.intro p {
    text-align: center;
    color: var(--color-primary);
    padding-top: 10px;
    margin-bottom: 0;
}

.wrapper.intro .container {
    background: #1C4179;
    padding: 25px;
    border-radius: 20px;
    max-width: 800px;
}

.wrapper.intro .container h2 {
    text-align: center;
}

.wrapper.intro p:nth-of-type(2) {
    margin-bottom: 0;
    padding-bottom: 0;
}



.intro h2 {
    color: var(--color-primary);
    margin-bottom: 0;
}

.ml2 {
    font-weight: 300;
    font-size: 3.5em;
}

.ml2 {
    font-weight: 900;
    font-size: 3.5em;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

.ml22 .letter {
    display: inline;
    line-height: 1em;
}



.wrapper.intro h2 {
    color: var(--color-primary);
    font-size: 3.2rem;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-family: 'Futura Now Headline';
}

.wrapper.intro .line {
    margin: 20px auto;
    width: 300px;
    height: 2px;
    background: #1b5eba;
}

.titleWrapp h2 {
    text-align: right;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #C9B68A, #DACFB6, #C9B68A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 4.0rem;
    top: -40px;

}

.bottomTxt {
    padding: 50px 0;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.bottomTxt h4:nth-of-type(1) {
    color: var(--color-white);
}

.bottomTxt h4:nth-of-type(2) {
    background: -webkit-linear-gradient(45deg, #C9B68A, #DACFB6, #C9B68A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

footer {
    position: relative;
    z-index: 9;
    padding: 30px 0;
}

footer .row {
    align-items: end;
}

footer .row .column-6:nth-of-type(2) {
    text-align: right;
}

footer .row .column-6:nth-of-type(2) img {
    max-height: 70px;
}

footer p {
    margin-bottom: 0;
    text-align: left;
    color: var(--color-primary);
    padding-bottom: 20px;
}

footer ul {
    list-style-type: none;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: left;
    padding-right: 100px;
}

footer .infoLine {
    text-align: left;
    font-size: 2.0rem;
    font-weight: bolder;
    color: var(--color-white);
    padding-top: 15px;
    text-align: right;

}

footer .infoLine a {
    color: var(--color-white);
}

footer ul li {
    list-style-type: none;
    font-size: 1.4rem;
    padding-right: 20px;
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
}

footer ul li:nth-of-type(3) {
    border-right: none;
}

footer ul li a {
    color: var(--color-white);
}

footer .freedom {
    font-size: 2.4rem;
    text-align: left;
    display: block;
    color: var(--color-white);
    font-family: 'Futura Now Headline Bolder';
    padding-bottom: 20px;
    text-decoration: none;
}

footer .freedom:hover {
    text-decoration: none;
}

.footer-bottom {
    background: #fff;
    padding: 50px 0;
    text-align: center;
    z-index: 9999;
    position: relative;
}

.footer-bottom p {
    text-align: left;
}

.footer-bottom img {
    max-width: 700px;
}

.top {
    height: 100vh;
}

.displayOnlyMobilePart {
    display: none;
}

.displayOnMobilePart {
    display: none;
}

/* CUSTOM */

.textFOrMobile {
    display: none;
}





@media only screen and (max-width: 1850px) {}


@media only screen and (max-width: 1700px) {

    footer .container {
        max-width: 1200px;
    }

    footer ul {
        padding-right: 50px;
    }

    .magnifiedImg {
        max-width: 320px;
    }

    .packDet .new {
        font-size: 3.5rem;
    }

    .packDet .tarPart {
        max-width: 160px;
    }

    .packDet .tarPart h4 {
        font-size: 3.0rem;
    }

    .packDet {
        right: 135px;
    }

    .container {
        max-width: 1550px;
    }



}






@media only screen and (max-width: 1650px) {
    .container {
        max-width: 1100px;
    }

    .hideMob {
        display: none;
    }

    h1 {
        font-size: 3.6rem;
    }

    .middleContent h2 {
        font-size: 3.6rem;
    }

    footer .container {
        max-width: 1050px;
    }

    .packDet {
        right: 15px;
    }

    footer .column-6:nth-of-type(1) {
        width: 70%;
    }

    footer .column-6:nth-of-type(2) {
        width: 30%;
    }
}




@media screen and (max-device-width: 1440px) and (max-device-height: 900px) {}

@media only screen and (max-width: 1350px) {}

@media only screen and (max-width: 1100px) {}

@media screen and (max-device-width: 1680px) and (max-device-height: 1050px) {}

@media screen and (max-device-width: 1600px) and (max-device-height: 1200px) {}

@media screen and (max-device-width: 1440px) and (max-device-height: 900px) {}

@media screen and (max-device-width: 1280px) and (max-device-height: 1024px) {}

@media screen and (max-device-width: 1280px) and (max-device-height: 800px) {}

@media screen and (max-device-width: 1024px) and (max-device-height: 768px) {}

@media screen and (max-device-width: 2048px) and (max-device-height: 1536px) {}

@media screen and (max-device-width: 2560px) and (max-device-height: 1600px) {}

@media screen and (max-device-width: 1920px) and (max-device-height: 1080px) {}

@media only screen and (max-width: 1520px) {}

@media only screen and (max-width: 1540px) {}


@media screen and (max-device-width: 1366px) and (max-device-height: 768px) {}

@media screen and (max-device-width: 1280px) and (max-device-height: 800px) {}

@media screen and (max-width: 1650px) {

    .magnifiedImg {
        max-width: 320px;
    }

    .magnifiedImg2 {
        max-width: 320px;
    }

    .atent3 {
        top: 150px;
        left: 50%;
    }

    .header .gifPart {
        right: 40px;
    }

    .packBigDetail.forRed {
        left: 45px;
        top: 55px;
    }

    .packBigDetail.forRed {}

    .packBigDetail {
        top: 35px;
    }

    .second .detailHeading {
        padding-top: 20px;
    }


    .second.section .row {
        margin-top: 200px;
    }

}


@media only screen and (max-width: 1400px) {

    .header .contentGif {
        padding-bottom: 100px;
    }

    .textFOrDesktop p {
        padding: 0 50px;
    }

    .videoColumn img {
        max-height: 490px;
    }

    .header.section .logo img {
        max-height: 100px;
    }

    .header.section .logo {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .HideOnTablet {
        display: none;
    }

    .packBigDetail .price span {
        font-size: 30px;
    }

    .packBigDetail .price {
        width: 100px;
        padding: 20px 0 30px 0;
    }

    h2 {
        font-size: 3.0rem;
    }

    body {
        background-position: center -130px;
    }

    .packBigDetail.forRed {
        top: 100px;
    }

    .packBigDetail {
        top: 100px;
    }

}

@media screen and (max-width: 1370px) {

    .magnifiedImg {
        max-width: 270px;
    }

}


@media only screen and (max-width: 992px) {

    body {
        background-image: url(../img/mobile-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    .magnifier {
        position: relative;
    }

    .section3 .content img {}

    #scurtFilter {
        width: 160px;
    }

    .logoPart {
        padding-bottom: 0;
    }

    footer .freedom {
        padding-left: 20px;
        font-size: 2.0rem;
    }

    .customCheckbox p {
        font-size: 1.6rem !important;
    }

    footer {
        padding: 30px 0 10px 0;
    }

    .customCheckbox {
        display: flex !important;
    }

    .customCheckbox input:before {
        left: 0px;
    }

    .customCheckbox input {
        width: 25px;
    }

    input[type="checkbox"]:after {
        left: 10px;
    }

    .ribbon .content a {
        font-size: 1.1rem;
    }

    .ribbon {
        z-index: 99999999999999999999;
        padding: 50px 19px 0px;
    }

    .header .contentGif .gifPart img {
        max-height: 90px;
    }

    div.scroll-down {
        width: 1em !important;
        height: 1em !important;
        left: 90%;

    }

    div.scroll-down.onePart {
        bottom: 70px !important;
    }

    div.scroll-down.twoPart {
        bottom: 80px !important;
    }


    .ribbon .content {
        margin-top: 0;
    }

}

@media only screen and (max-width: 992px) {
    .row {
        display: block;
    }

    #closeMagazine {
        right: 20px;
        top: 20px;
    }

    #modalMagazine .filters input[type="text"] {
        max-width: 136px;
    }

    #modalMagazine .filters h4 {
        font-size: 2rem;
    }

    #modalMagazine .filters {
        font-size: 11px;
        padding: 15px 5px;
    }

    .column-1,
    .column-2,
    .column-3,
    .column-4,
    .column-5,
    .column-6,
    .column-7,
    .column-8,
    .column-9,
    .column-10,
    .column-11,
    .column-12 {
        width: 100%;
    }

    #ageForm .button {
        margin-top: 20px;
    }

    .second.section .row {
        margin-top: 0;
    }

    .packBigDetail {
        top: 140px;
    }

    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5,
    .offset-6,
    .offset-7,
    .offset-8,
    .offset-9,
    .offset-10,
    .offset-11,
    .offset-12 {
        margin: 0;
    }

    .second.section .textFOrMobile p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .logoPart .column-6:nth-of-type(2) {
        display: none;
    }

    .logoPart .column-6 {
        text-align: center;
    }

    .logo {
        text-align: center;
        padding-bottom: 20px;
    }

    h1 {
        font-size: 2.4rem;
        text-align: center;
        padding: 20px 0;
        line-height: 36px;
    }

    .hideit {
        display: none;
    }


    .info {
        display: none;
    }

    .infoForMob {
        display: block;
        text-align: center;
        position: absolute;
        left: 0px;
        top: -40px;
    }


    .packBigDetail.forRed {
        left: 20px;
        top: 100px;
    }

    .magn {
        padding-top: 50px;
    }

    .magn.magnRed {
        padding-top: 0;
    }

    .infoForMob p {
        display: block;
        font-size: 1.2rem !important;
        line-height: 18px !important;
    }

    .packDet .new {
        font-size: 2.8rem;
    }

    .packDet .tarPart h4 {
        font-size: 2.2rem;
        line-height: 34px;
    }

    .packDet .tarPart span {
        font-size: 1.4rem;
    }

    .packDet .tarPart {
        max-width: 140px;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .infoForMob img {
        display: block;
        margin: 0 auto;
    }


    .header .gifPart {
        position: absolute;
        top: 50px;
        right: 0px;
    }

    .textFOrDesktop {
        display: none;
    }

    .magnifiedImg {
        margin: inherit;
    }

    .packDet {
        right: 40px;
        bottom: 100px;
    }

    .textFOrMobile {
        display: block;
    }

    .header .contentGif {
        padding-bottom: 70px;
    }

    .displayOnlyOnMob {
        display: block;
        font-size: 2.8rem;
    }

    .middleContent h2 {
        font-size: 2.4rem;
        padding-top: 50px;
    }

    .middleContent .row {
        display: flex;
    }

    .middleContent .row {
        padding-top: 0;
    }

    .middleContent .row .column-6 .packdDet {
        padding: 0 5px;
    }

    .middleContent .row .column-6 .packdDet h3 {
        text-align: center;
        font-size: 1.8rem;
    }

    .middleContent .row .column-6 .packdDet .tar {
        font-size: 2.0rem;
        line-height: 30px;
        width: 78px;
        margin: 10px auto;
        background-size: 75px;
        padding: 0 0 5px 0;
    }

    .paddT {
        padding-top: 5px;
    }

    .middleContent .row .column-6 .packdDet .tar span {
        font-size: 1.2rem;
    }

    .middleContent .row .column-6 .packdDet .tar {}

    .middleContent .row .column-6.princ {
        width: 100%;
    }

    .middleContent .row .column-6 {
        width: 50%;
    }

    .middleContent .column-6 h2 {
        display: none;
    }

    .header.section .logo img {
        max-height: 80px;
    }

    .header p {
        line-height: 24px;
        font-size: 1.6rem;
    }

    .field {
        font-size: 1.6rem !important;
    }

    .button-secondary {
        width: 210px;
        font-size: 1.6rem;
        padding: 1.10rem 3rem;
    }

    .button {
        width: 210px;
        font-size: 1.6rem;
        padding: 1.10rem 3rem;
        margin-top: 0;
    }

    .hideBreakOnMobile {
        display: none;
    }

    .second.section {
        padding-top: 40px;
    }

    .second .txt p {
        font-size: 1.6rem;
        padding: 0 20px;
    }

    .revendica p {
        font-size: 1.6rem;
    }

    .section3 .content {
        max-width: 100%;
    }

    footer .row .column-6:nth-of-type(1) {
        width: 70% !important;
    }

    footer .row .column-6:nth-of-type(2) {
        width: 30% !important;
    }

    footer .row {
        display: flex;
    }

    footer .infoLine {
        font-size: 1.4rem;
    }

    .footer-bottom .container {
        padding: 0 30px;
    }

    .section3 h2 {
        padding-bottom: 0;
    }

    footer ul li {
        display: block;
        padding-left: 20px;
    }

    .section3 {
        padding: 20px 0;
    }

    .detailHeading {
        font-size: 1.6rem;
        padding: 140px 15px 15px 15px !important;
    }

    .ShowOnlyBreakMob {
        display: block;
    }

    .atent1 {
        display: none;
    }

    .atent2 {
        display: none;
    }

    .atent3 {
        display: none;
    }

    .atent4 {
        display: none;
    }

    .section3 p {
        font-size: 1.6rem;
    }

    footer ul {
        max-width: 100%;
        padding: 0;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .section3 .content {
        padding: 0 20px;
    }

    footer .infoLine {
        max-width: 100%;
        text-align: right;
        border: 0;
    }

    .revendica .box {
        max-width: 100%;
        padding: 20px;
        width: 100%;
    }

    h2 {
        font-size: 2.4rem;
    }


    .magnifiedImg {
        max-width: 240px;
    }

    .magnifiedImg2 {
        max-width: 200px;
    }

    .magnRed {
        padding-left: 150px;
    }

    .packBigDetail .price {
        font-size: 14px;
        width: 65px;
        padding: 15px 0 20px 0;
    }

    .packBigDetail .price span {
        font-size: 19px;
    }

    .packBigDetail .name {
        font-size: 1.8rem;
        line-height: 24px;
    }

    footer ul li {
        padding-bottom: 5px;
    }

    .demoZoom {
        display: block;
        position: absolute;
        top: 0px;
        z-index: 999;
        right: 90px;
        width: 120px;
    }

    .demoZoom img {
        max-height: 130px;
    }

    .magnify {
        width: 150px !important;
        height: 150px !important;
    }

    .magnify2 {
        width: 150px !important;
        height: 150px !important;
    }

    .demoZoom2 {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
    }

    .demoZoom2 img {
        max-height: 120px;
    }

    .infoForMob.blue {
        display: block;
        text-align: center;
        position: absolute;
        left: 0px;
        top: -40px;
    }

    .packBigDetail .tar img {
        max-height: 80px;
    }

    .magn {
        margin-left: 0;
        margin-top: 0;
    }

    .atent3 {
        top: 100px;
        left: 8%;
    }

    .atent4 {
        right: 40px;
    }

    .atent1 {
        top: 70px;
        left: 43%;
    }

    body {
        overflow-x: hidden;
    }

    html {
        overflow-x: hidden;
    }
}


@media only screen and (max-width: 420px) {

    .packDet {
        left: 40%;
        width: 164px;
        margin-left: 10px;
    }
}



@media screen and (min-device-width: 360px) and (max-device-width: 800px) {

    .packDet {
        left: 40%;
        width: 164px;
        margin-left: 30px;
    }


}

@media screen and (min-device-width: 390px) and (max-device-width: 844px) {}

@media screen and (min-device-width: 414px) and (max-device-width: 886px) {}

@media screen and (min-device-width: 360px) and (max-device-height: 740px) {}

@media screen and (min-device-width: 375px) and (max-device-height: 667px) {}