
@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;
}




:root {
    --font-family: 'Futura Now Text', sans-serif;
    --color-primary: #215193;
    --color-secondary: #e2624b;
    --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: #edecea;
    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, #094676 0%, #094676 51%, #257dd2 100%);
    */
    background: #f4f5fa;
    border-radius: 30px;
    color: var(--color-primary);
    border: 1px solid 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;
    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;
}

::placeholder{

    color: #fff !important;

}

.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-primary);
    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: 1650px;
    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: 4.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: center;




}



h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    text-align: center;
    padding: 20px 0;
    color: var(--color-secondary);
    font-family: 'Futura Now Headline Bolder';
    font-style: italic;
}

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;
}

.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);
}

/* CUSTOM */

#w-style .row{
    align-items: center;
}

#w-style .listPacks {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#w-style .packZone {
    position: relative;
    display: inline-block;
}

#w-style .packZone.nova-red .tarZone {
    position: absolute;
    left: -70px;
    top: 50px;
}

#w-style.packsPart .content{
    padding-top: 50px;
}

#w-style .packZone.nova-blue .tarZone {
    position: absolute;
    right: -80px;
    bottom: 50px;
}

.paragraphMob{
    display: none;
}

.header{
    padding: 20px 0;
}

.header h1{
    padding: 40px 0 0 0;
}

.header .column-6:nth-of-type(2){
    text-align: right;
}

.present .content{
    background: #fff;
    padding: 20px 0;
    text-align: center;
    border-radius: 20px;
    position: relative;
}

.present .content a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#menuArea input {
  display: none;
}

.logoInBurger{
    position: absolute;
    top: 20px;
    right: 110px;
}

.logoInBurger img{
    max-height: 60px;
}

.open {
  background-color: var(--color-primary);
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 8px;
  z-index: 999;
}

.open:before {
  content: "";
  background-color: var(--color-primary);
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: var(--color-primary);
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 15px;
  cursor: pointer;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

#menuToggle:checked ~ .menu{
    z-index: 99;
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  top: 20%;
  font-size: 3.0rem;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 0;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu ul li a {
  display: block;
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s;
  padding: 10px 0;
}

.menu ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.menu ul li:hover {
  background: white;
}

#menuArea.inactive #menuToggle:checked ~ .menuEffects{
    opacity: 0;
}

.menuEffects.open-menu{
    opacity: 1;
    visibility: visible;
}

#menuArea.inactive #menuToggle:checked ~ .menuOpen .open{
    background-color: var(--color-primary);
}

#menuArea.inactive #menuToggle:checked ~ .menuOpen .open:before{
    transform: rotate(0deg);
    top: -8px;
}

#menuArea.inactive #menuToggle:checked ~ .menuOpen .open:after{
    transform: rotate(0deg);
    top: 8px;
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
  background: #f5f4ef;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: var(--color-primary);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
 background-color: var(--color-primary);
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}


.present{
    padding: 25px 0 50px 0;
}

.present h2{
    padding-top: 0;padding-bottom: 0;
    margin-bottom: 10px;
}

.present .swiper-wrapper{
    

}

#w-concept .listPacks .packZone{
    padding: 0 10px !important;
}

.swiper-pagination-bullet{
    background: #fff !important;
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px;
}

.swiper-pagination{
    bottom: -50px;
    left: 0;
    right: 0;
}

.textPart{
    padding: 20px 0;
    text-align: center;
}

.textPart p{
    font-size: 2.4rem;
    color: var(--color-primary);
}

.present .swiper-container{
    max-width: 1450px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.present .swiper-container .swiper-slide{

}

.packsPart{
    padding: 30px 0;
}

.packsPart h2{
    padding-top: 0;
    font-size: 6.0rem;
    margin-top: -10px;
}

.packsPart .title{
    margin-top: -50px;
}

.packsPart .title span{
    color: var(--color-primary);
    font-weight: 500;
   font-family: 'Futura Now Var';
   display: block;
   font-size: 6.0rem;
   text-align: center;
   margin: 0 auto;
}

.packsPart p{
    font-size: 2.0rem;
    color: var(--color-primary);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

#w-nove .packZone{
    position: relative;
    display: inline-block;
}

#w-nove .packZone.nova-red{
    top: -20px;
}

#w-nove .listPacks{
    display: block;
    margin: 0 auto;
    text-align: center;
}

#w-superline .listPacks{
    padding-left: 120px;
    margin-top: -60px;
}

#w-superline .listPacks .pack1{
    position: relative;
    z-index: 9;
}

#w-superline .listPacks .pack2{
    position: relative;
    z-index: 8;
    margin-left: -60px;
    margin-top: 50px;
}

#w-superline .listPacks .pack3{
    position: relative;
    z-index: 7;
    margin-left: -60px;
    margin-top: 90px;
}

#w-superline .listPacks .pack4{
    position: relative;
    z-index: 6;
    margin-left: -80px;
    margin-top: 120px;
}

#w-superline .listPacks .pack5{
    position: relative;
    z-index: 5;
    margin-left: -80px;
    margin-top: 110px;
}

#w-superline .listPacks .pack1 img{
    max-width: 150px;
}

#w-superline .listPacks .pack2 img{
    transform: rotate(345deg);
    max-width: 150px;
}

#w-superline .listPacks .pack3 img{
    transform: rotate(350deg);
    max-width: 150px;
}

#w-superline .listPacks .pack4 img{
    max-width: 200px;
}

#w-superline .listPacks .pack5 img{
    max-width: 200px;
}

#w-core .core1{
    position: relative;
    z-index: 9;
}

#w-core .core2{
    position: relative;
    z-index: 8;
    margin-left: -60px;
}

#w-core .core3{
    position: relative;
    z-index: 7;
    margin-left: -50px;
}

#w-core .core3 img{
        transform: rotate(356deg);
}

#w-core .core4{
    position: relative;
    z-index: 6;
    margin-left: -40px;
}

#w-core .core4 img{
    max-width: 180px;
}

#w-selection .listPacks{
    display: block;
    margin: 0 auto;
    text-align: center;
}

#w-core.packsPart .title{
    margin-top: 0;
}

#w-selection .listPacks .packZone{
    display: inline-block;
}

#w-selection.packsPart .title{
    margin-top: 0;
}

#w-nove .packZone.nova-red .tarZone{
    position: absolute;
    left: -70px;
    top: 50px;
}

#w-nove .packZone.nova-blue .tarZone{
    position: absolute;
    right: -80px;
    bottom: 50px;
}

.packsPart h3{
    font-size: 1.6rem;
    font-family: 'Futura Now Text';
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 0;
    padding-bottom: 0;
}

.packsPart .content{
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 1450px;
    margin: 0 auto;
    display: block;
}

.listPacks{
    display: flex;
}

.listPacks .packZone{
    padding: 0 5px;

}

.listPacks .packZone .tarZone{
     animation: myPulse 2s ease 0s infinite normal forwards;
}

@keyframes myPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.packsPart .packZone.c-xspression{
    margin-top: -30px;
}

.packsPart .packZone.c-blue{
    margin-top: -50px;
}

.packsPart .packZone.c-black{
    margin-top: -30px;
    margin-left: -15px;
}

.packsPart .packZone.c-caster{
    margin-top: -20px;
}



.packsPart .packZone{
    text-align: center;
}

.packsPart h4{
    font-size: 2.0rem;
    font-family: 'Futura Now Text';
    font-weight: bold;
    color: var(--color-primary);
}

.packsPart h4 span{
    font-size: 1.6rem;
    font-weight: 500;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--color-secondary) !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;
}

.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: 150px;
}

.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: 400px;
    
}

.magnifiedImg2{
    display: block;
    max-width: 400px;
    
}

.magn{
    margin-top: -100px;
    margin-left: 90px;
}

.packBigDetail{
    position: absolute;
    text-align: center;
    right: 0;
    top: 180px;
}

.videoColumn img{
    max-height: 650px;
}

.magnRed{
    margin-left: 0;
    padding-left: 250px;
}

.packBigDetail.forRed{
    position: absolute;
    text-align: center;
    left: 0;
    right: inherit;
    top: 200px;
}

.packBigDetail .price{
    
    width: 125px;
    /* height: 50px; */
    font-size: 20px;
    color: #fff;
    background: #009de3;
    margin: 0 auto;
    border-radius: 50%;
    padding: 0 0 20px 0;
}

.packBigDetail .price1{
    display: none;
}

.packBigDetail .price2{
    display: none;
}

.packBigDetail .price span{
    font-size: 60px;
}

.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: 40%;
    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: 42%;
    z-index: 99;
    z-index: 9999;
}

.atent4{
    position: absolute;
    bottom: 20px;
    right: 190px;
    z-index: 99;
    z-index: 9999;
}


.section3{
    text-align: center;
    padding: 50px 0;
}

.section3 p{
    font-size: 2.0rem;
    color: var(--color-primary);
}

.section3 .content{
    max-width: 500px;
    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{
    margin-top: -50px;
    margin-bottom: -50px;
 }


@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{

}

.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 #43bfed;
  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: rgba(27,91,141,1);*/
  background: #009de3;
  background-repeat: no-repeat;
}

.magnify2{
  border-radius: 50%;
  border: 2px solid #43bfed;
  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: rgba(27,91,141,1);*/
  background: #009de3;
  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: -97px;
    top: 40%;
    z-index: 5;
    border-radius: 30px 30px 0 0;
    
    background: #f4f5fa;

    transform: rotate(90deg);
    padding: 10px 20px 20px;
    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-primary);
}

.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;
}

.info p{
    display: inline-block;
    font-size: 1.6rem;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.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;
}


.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);
}

#ageForm h2{
    font-style: normal;
}

.imageZone img{
    max-height: 138px;
}

.imageZone img.smallest{
    max-height: 125px;
}

::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: #f4f5fa;
    padding: 25px;
    border-radius: 20px;
    max-width: 800px;
}

.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{
    background: #efedeb;
    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: 30px;
    text-align: left;
    padding-right: 100px;
}

footer .infoLine{
    text-align: left;
    font-size: 2.0rem;
    font-weight: bolder;
    color: #000;
    max-width: 300px;
    padding-top: 15px;
    border-top: 2px solid #000;
}

footer .infoLine a{
    color: #000;
}

footer .container{
    max-width: 1450px;
}

footer ul li{
    list-style-type: none;
    font-size: 1.6rem;
    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: #000;
}

.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: 1600px) {

    footer .container{
        max-width: 1200px;
    }

    footer ul{
        padding-right: 50px;
    }


}






@media only screen and (max-width: 1450px) {

}


@media screen and (max-width: 1520px) {

}

@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: 1450px) {

    .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;
    }

    #w-superline .listPacks{
        padding-left: 30px;
    }

    #w-nove .title{
        margin-top: 0 !important;
    }

    .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: 40px;
    }

    .packBigDetail .price{
        width: 100px;
        padding: 10px 0 20px 0;
    }

    h2{
        font-size: 3.0rem;
    }

    body{
            background-position: center -130px;
    }

    .packBigDetail.forRed{
        top: 100px;
    }

    .packBigDetail {
        top: 100px;
    }

}


@media only screen and (max-width: 992px) {

    body {}
    .magnifier{
        position: relative;
    }

        #w-style .column-6:nth-of-type(1):before {
        content: '';
        position: absolute;
        top: 50px;
        left: 10px;
        background: #fff;
        border-radius: 20px;
        width: 95%;
        height: 280px;
        right: 0;
    }

        #w-style .listPacks img {
        max-height: 200px;
    }

    #w-style .packZone.nova-red .tarZone{
        left: -50px;
    }

    #w-style .packZone.nova-blue .tarZone {
    position: absolute;
    right: -50px;
    bottom: 90px;
}

    .ribbon .content a{
        font-size: 1.1rem;
    }

    #w-concept .listPacks .packZone{
        padding: 0 5px !important;
    }

    .packsPart .packZone.c-black{
        margin-left: -10px;
    }

    #w-concept .column-6{
        padding-left: 0;
        padding-right: 0;
    }

    #w-concept .listPacks .packZone.c-black{
        padding-left: 0;
    }

    #w-concept .listPacks .packZone.c-blue{
        padding-right: 0;
    }

    .ribbon{
            padding: 5px 25px 50px;
            z-index: 99999999999999999999;
    }


    #w-superline .listPacks .packZone img{
        max-width: 120px !important;
    }

    #w-superline .listPacks{
        padding-left: 0;
    }

    .header{
        padding-bottom: 0;
    }

    #w-superline .listPacks .pack3 img{
        transform: rotate(356deg);
    }

    #w-superline .listPacks .pack5 img{
        transform: rotate(368deg);
    }

    #w-superline .listPacks .pack2 {
        margin-left: -50px;
        margin-top: 30px;
    }

    #w-superline .listPacks .pack3 {
        margin-left: -50px;
        margin-top: 70px;
    }

    #w-superline .listPacks .pack4 {
        margin-left: -50px;
        margin-top: 100px;
    }

    #w-superline .listPacks .pack5 {
        margin-left: -50px;
        margin-top: 120px;
    }

    #w-core .core4 img{
        max-width: 100px;
    }

    #w-core .content{
        padding-top: 0;
    }

    #w-selection{
        margin-top: -50px;
    }

    #w-nove .content{
        padding-top: 0;
    }

    #w-superline{
        margin-top: -50px;
    }

    #w-core .core2{
        margin-left: -40px;
    }

    #w-core .core3{
        margin-left: -40px;
    }

    #w-core .core4{
        margin-left: -40px;
    }

    #w-nove .packZone.nova-red {
        top: -10px;
    }

    .paragraphMob{
        display: block;
    }

    .textPart p{
        font-size: 1.6rem;
    }

    .packsPart{
        padding: 15px 0;
    }

    .packsPart .title span{
        font-size: 2.8rem;
    }

    .packsPart .column-6:nth-of-type(1){
        border-radius: 20px;
        padding-bottom: 100px;
        padding-top: 20px;
    }

    #w-style.packsPart .column-6:nth-of-type(1){
        padding-bottom: 60px;
    }

    .listPacks{
        margin-top: -60px;
    }

    .packsPart h3{
        font-size: 1.2rem;
    }

    .packsPart h4{
        font-size: 1.4rem;
    }

    #w-nove .packZone.nova-red .tarZone {
        left: -55px;
        top: 30px;
    }

    #w-nove .packZone.nova-blue .tarZone{
        right: -60px;
    }

    .packsPart p{
        font-size: 1.6rem;
        max-width: 100%;
    }

    .packsPart .title h2{
        font-size: 2.8rem;
    }

    .packsPart .content{
        padding-top: 50px;
        background: transparent;
    }

    .packsPart span.paragraphMob {
        color: var(--color-primary);
        font-weight: 500;
        font-family: 'Futura Now Var';
        display: block;
        font-size: 2.8rem;
        text-align: center;
        margin: 0 auto;
    }

    #w-selection .listPacks{
        display: flex;
    }

    #w-selection .listPacks .packZone:nth-of-type(2){
        margin-top: -20px;
    }

    .packsPart h2.paragraphMob{
        font-size: 2.8rem;
    }

    .paragraphdesktop{
        display: none !important;
    }

    #w-superline .column-6:nth-of-type(1){
        margin-top: 0 !important;
    }



    #w-nove .listPacks{
        margin-top: -100px;
        padding-bottom: 20px;
    }

    #w-nove .listPacks img{
        max-height: 200px;
    }

    #w-nove .listPacks img.bigMob{
        max-height: 220px;
    }

    #w-superline  .column-6:nth-of-type(2){
        margin-top: 0 !important;
    }

    #w-superline .listPacks{
        margin-top: 0;
    } 

    #w-selection .column-6:nth-of-type(1){
        padding-bottom: 10px;
    }


    #w-core .column-6:nth-of-type(1){
        padding-bottom: 100px;
        background: #fff; border-radius: 20px;
    }

    #w-nove .column-6:nth-of-type(1){
        background: #fff; border-radius: 20px;
    }

    #w-core .listPacks {
        margin-top: -110px;
    }

    #w-selection .column-6:nth-of-type(1):before{
        content: '';
        position: absolute;
        top: 50px;
        left: 10px;
        background: #fff;
        border-radius: 20px;
        width: 95%;
        height: 280px;
        right: 0;

    }

    #w-superline .column-6:nth-of-type(1):before{
        content: '';
        position: absolute;
        top: 50px;
        left: 10px;
        background: #fff;
        border-radius: 20px;
        width: 95%;
        height: 280px;
        right: 0;

    }

    #w-superline .column-6:nth-of-type(1){
        padding-bottom: 0;
    }


    #w-concept .column-6:nth-of-type(1){
        background: #fff;
    }

    .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;
    }


    .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;
    }




    .info{
        display: none;
    }

    .infoForMob{
        display: block;
        text-align: center;
        position: absolute;
        left: 80px;
        top: 10px;
    }


    .packBigDetail.forRed{
        left: 20px;
        top: 100px;
    }

    .magn {
        padding-top: 50px;
    }

    .magn.magnRed{
        padding-top: 0;
    }

    .infoForMob p{
        display: block;
        font-size: 1.2rem;
    }

    .infoForMob img{
        display: block;
        margin: 0 auto;
    }

    h1{
        font-size: 2.8rem;
    }

    .header .gifPart {
        position: absolute;
        top: 50px;
        right: 0px;
    }

    .textFOrDesktop{
        display: none;
    }

    .textFOrMobile{
        display: block;
    }

    .header .row{
        display: flex;
    }

    .header .row .column-6{
        width: 50%;
    }

    .logoInBurger img {
        max-height: 40px;
    }

    .logoInBurger{
        right: 30px;
    }

    .menu .menuContent{
        font-size: 1.6rem;
    }

    .swiper-slide .imageZone{
        display: flex;
        justify-content: center;
    }

    .swiper-slide .imageZone img{
        padding: 0 1px;
        max-height: 80px;
    }

    .present h2{
        margin-bottom: 0;
    }

   

    .header .contentGif{
        padding-bottom: 70px;
    }

    .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(2){
        display: none;
    }

    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.0rem;
    }


    .magnifiedImg{
        max-width: 200px;
    }

    .magnifiedImg2{
        max-width: 200px;
    }

    .magnRed{
        padding-left: 150px;
    }

    .packBigDetail .price{
        font-size: 14px;
        width: 60px;
        padding: 5px 0 10px 0;
    }

    .packBigDetail .price span{
        font-size: 26px;
    }

    .packBigDetail .name{
        font-size: 1.8rem;
        line-height: 24px;
    }

    footer ul li{
        padding-bottom: 10px;
    }

    .demoZoom{
        display: block;
        position: absolute;
        top: -20px;
        left: 10px;
    }

    .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: inherit;
        top: 60px;
        right: 100px;
    }

    .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 screen and (min-device-width: 360px) 
    and (max-device-width: 800px) {




}

@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) {
