/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.bg-primarySub {
    background-color: #656464
}

.bg-primary {
    background-color: #e9c272 !important
}

.bg-secondary {
    background-color: #d5f90b !important
}

.bg-tertiary {
    background-color: #feeada !important
}

.bg-fourth {
    background-color: #feeada !important
}

.bg-gray {
    background-color: #333 !important
}

.bg-product {
    background-color: #fdd0b6 !important
}

.text-success {
    color: #e9c272 !important
}

.border-success {
    border-color: #e9c272 !important
}

.text-white {
    color: #fff
}

.clink {
    color: #e9c272;
    text-decoration: underline
}

.text-op {
    opacity: .6
}

.theme-form label {
    font-weight: bold
}

.theme-form .form-group {
    margin: 0 0 15px
}

.btn {
    padding: 10px 20px;
    font-weight: bold
}

.btn-primary {
    background-color: #e9c272
}

.bg-full {
    background-size: cover;
    background-position: center center
}

html {
    font-size: 17px
}

body {
    font-size: 1rem;
    line-height: 1.5
}

p {
    margin: 0 0 25px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 25px;
    font-weight: bold
}

h1 {
    font-size: 2.6rem
}

h2 {
    font-size: 2.2rem
}

h3 {
    font-size: 1.8rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.2rem
}

h6 {
    font-size: .9rem
}

a {
    color: #000;
    text-decoration: none
}

p,
ul,
ol {
    margin: 0 0 35px
}

.big-text {
    font-size: 1.25rem
}

.big-text--bold {
    font-weight: 600
}

html,
body {
    overflow-x: hidden
}

img {
    max-width: 100%
}

body {
    font-family: "Montserrat", sans-serif
}

.container:not(.container-fluid) {
    max-width: 1200px
}

input,
select {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 0 10px
}

.button,
button,
input[type=submit] {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    display: block;
    width: 100%
}

.loader {
    width: 80px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-right-color: #e9c272;
    animation: l15 1s infinite linear
}

.loader:before,
.loader:after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite
}

.loader:after {
    margin: 8px;
    animation-duration: 3s
}

@keyframes l15 {
    100% {
        transform: rotate(1turn)
    }
}

.loader-wrapper {
    position: fixed;
    z-index: 9999999999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.text-center {
    text-align: center
}

.white {
    color: #fff
}

.primary {
    color: #e9c272
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.button {
    display: inline-block;
    background-color: #e9c272;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 15px 70px;
    width: auto;
    font-size: 1.2rem;
    color: #000
}

@media only screen and (max-width: 991px) {
    .button {
        padding: 15px 30px
    }
}

.button--block {
    width: 100%;
    display: block
}

.abs,
.res img,
.res video,
.res embed,
.res iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.logo {
    padding: 20px 0 0
}

.logo img {
    max-height: 50px
}

.g60dayseal {text-align: right !important}

@media only screen and (max-width: 991px) {
    .logo img {
        max-height: 30px
    }
}

.logo-2 {
    margin-top: -20px
}

.logo-2 img {
    max-height: 40px
}

.xilerate-logo {
    text-align: center
}

.xilerate-logo img {
    max-height: 170px
}

.text-stnewver {
    text-shadow: 2px 1px 0 #fff !important; color: #e9c272 !important;
    text-transform: uppercase; line-height: 3.5rem;
    font-size: 2.6rem; font-weight: 600; margin-bottom: 0px;
}

.text-stnewverlg {
    text-shadow: 2px 1px 0 #fff !important; color: #e9c272 !important;
    text-transform: uppercase; line-height: 3.8rem; margin-top: -4px;
    font-size: 3.8rem; font-weight: 600;
}

.res {
    padding-top: 56.25%;
    position: relative
}

.video {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 991px) {
    .video {
        max-width: 100%
    }
.text-stnewver {
    text-shadow: 2px 1px 0 #fff !important; color: #e9c272 !important;
    text-transform: uppercase; line-height: 3.5rem;
    font-size: 1.9rem; font-weight: 600; margin-bottom: 0px;
}

.text-stnewverlg {
    text-shadow: 2px 1px 0 #fff !important; color: #e9c272 !important;
    text-transform: uppercase; line-height: 3.8rem; margin-top: -4px;
    font-size: 2.6rem; font-weight: 600;
}
h5 {
    font-size: 1.0rem;
}
.yellow-list {
    color: #e9c272; font-size: 1.1rem !important}
.text-st small {
    display: block;
    font-size: 60%;
    line-height: 98% !important;
}	
}

.title {
    font-size: 2.2rem;
    margin: 0 0 40px
}

.title--white {
    color: #fff
}

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

.title small {
    display: block;
    font-size: 80%;
    font-weight: 400
}

.ic {
    margin: 0 auto 60px;
    max-width: 450px
}

.ic img {
    max-height: 100px;
    margin: 0 0 20px
}

.doc {
    display: flex;
    background-color: #fff;
    border-radius: 122px 25px 25px 122px;
    align-items: center;
    margin: 0 0 50px
}

.doc--invert {
    flex-direction: row-reverse;
    text-align: right;
    border-radius: 25px 122px 122px 25px
}

@media only screen and (max-width: 991px) {
    .doc--invert {
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .doc {
        border-radius: 20px;
        display: block;
        text-align: center;
        padding-top: 20px
    }
}

.doc img {
    max-width: 240px
}

@media only screen and (max-width: 991px) {
    .doc img {
        margin: auto
    }
}

.doc>div {
    flex: 1;
    padding: 30px 20px
}

.doc>div p {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 1.1rem
}

.xi {
    margin: 0 0 30px
}

@media only screen and (min-width: 992px) {
    .xi {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width: 991px) {
    .xi {
        margin: 0 0 40px
    }
}

.xi img {
    max-width: 67%;
    margin-bottom: -50px
}

.xi>div {
    background-color: #fff;
    border-radius: 25px;
    padding: 75px 22px 30px
}

.xi>div h5 {
    margin: 0 0 10px
}

.xi>div p:last-child {
    margin: 0
}

.xsbs {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px
}

@media only screen and (max-width: 991px) {
    .xsbs {
        color: #000;
        text-align: center;
        margin-bottom: 30px
    }
}

.xsbs--invert .row {
    flex-direction: row-reverse
}

.xsbs--invert .xsbs__img {
    text-align: right
}

@media only screen and (max-width: 991px) {
    .xsbs--invert .xsbs__img {
        text-align: center
    }
}

.xsbs__img img {
    max-height: 350px
}

@media only screen and (max-width: 991px) {
    .xsbs__img img {
        max-height: 200px;
        margin: 0 0 30px
    }
}

.xsbs__content {
    font-size: 1.1rem
}

.ing {
    margin: 0 0 40px
}

@media only screen and (min-width: 992px) {
    .ing {
        margin-left: 20px;
        margin-right: 20px
    }
}

.ing img {
    margin: 0 0 15px;
    max-height: 130px
}

.ing h5 {
    margin: 0 0 10px
}

.logo-bot {
    margin: 0 0 30px
}

.logo-bot img {
    max-height: 60px
}

.bottext {
    margin: 0;
    text-align: right;
    font-size: .8rem;
    padding-top: 30%
}

@media only screen and (max-width: 991px) {
    .bottext {
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    .sec6text {
        background-color: rgba(255, 255, 255, .4);
        padding: 30px 25px;
        border-radius: 15px
    }
}

.sec--1 {
    background: url(../images/bg.webp) no-repeat center top;
    background-size: cover;
    padding-bottom: 5%;
    position: relative;
    z-index: 100
}

@media only screen and (max-width: 991px) {
    .sec--1 {
        padding-bottom: 25%
    }
}

.sec--1:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: -25%;
    width: 150%;
    height: 100px;
    background: #000409;
    transform: rotate(-3deg)
}

.sec--2 {
    background: url(../images/bg2.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    z-index: 90;
    padding: 8% 0 22%
}

@media only screen and (max-width: 991px) {
    .sec--2 {
        padding: 32% 0 40%
    }
}

.sec--3 {
    background: url(../images/bg3_version2.png) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 90;
    padding: 20% 0 25%;
    margin-top: -13%
}

@media only screen and (max-width: 991px) {
    .sec--3 {
        margin-top: -33%;
        padding: 47% 0 50%
    }
}

.sec--4 {
    background: url(../images/bg4-1_bags.png) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 95;
    padding: 15% 0 22%;
    margin-top: -14%
}

@media only screen and (max-width: 991px) {
    .sec--4 {
        margin-top: -41%;
        padding: 40% 0 38%;
        background-image: url(../images/bg2.png);
        z-index: 80
    }
}

.sec--4 .title {
    font-size: 7.8vw;
    line-height: 1
}

.sec--4 .title small,
.sec--4 .title span,
.sec--4 .title big {
    font-weight: 800;
    display: block
}

.sec--4 .title small {
    font-size: 3vw
}

.sec--4 .title span {
    font-size: 4.6vw
}

@media only screen and (max-width: 991px) {
    .sec--4 .title {
        font-size: 3rem
    }
    .sec--4 .title small {
        font-size: 1.15rem
    }
    .sec--4 .title span {
        font-size: 1.8rem
    }
}

.sec--4 .sec4-content {
    padding-top: 75%;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .sec--4 .sec4-content {
        padding-top: 0
    }
}

.sec--4 .sec4-content p:last-child {
    margin: 0
}

.sec--5 {
    background-image: linear-gradient(white, #f8f7f8);
    position: relative;
    z-index: 100;
    padding: 8% 0 0%;
    margin-top: -10%
}

.sec--5:before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: -25%;
    width: 150%;
    height: 130px;
    transform: rotate(-3deg)
}

.sec--6 {
    background: url(../images/bg5.png) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 100;
    padding: 30% 0 20px
}

.login-main {
    height: 100vh;
    background-color: #000
}

.login-holder {
    padding: 0 20px
}

.login-logo img {
    max-width: 290px
}

@media only screen and (max-width: 991px) {
    .login-logo img {
        max-width: 240px
    }
}

.login-form {
    max-width: 450px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(8, 21, 66, .0509803922);
    margin: 0 auto;
    background-color: #fff
}

@media only screen and (max-width: 991px) {
    .login-form {
        padding: 25px
    }
}



/**
* Custom CSS
*/
.mob{display: none;}
.button--green{background-color: #29e87a; font-weight: bold; font-size: 1.3rem; padding: 17px 70px}
.text-st{text-shadow: 2px 2px 0 #e9c272; text-transform: uppercase; font-size: 5rem;}
.text-st small{display: block; font-size: 62%; line-height: 62%;}
.text-b{font-size: 1.1rem; font-weight: bold;}
.text-un{text-decoration: underline;}
.rl p:not(:last-child){margin: 0 0 10px;}
.espace{height: 30px;}
.xilerate-logo h4{color: white; text-transform: uppercase; margin: 0; font-size: 1.7rem;}
.xilerate-logo h4 small{font-size: 73%; display: block;}

.video{max-width: 100%;}
.text-white2w{color: #fff; font-weight: 500;font-size: 1.2rem;    text-shadow: 3px 3px 6px #000;}
.text-yellow{color: #e9c272; font-weight: 500;font-size: 1.2rem;    text-shadow: 3px 3px 6px #000;}
.yellow-list{color: #e9c272; font-size: 1.4rem;margin: 0;padding: 0 0 0 33px;font-weight: bold;}
.yellow-list li{margin: 0 0 10px;}

.moneyback{text-align: center;}
.moneyback img{max-width: 160px;}

.sec--1:before{left: -10px !important;}
.sec--5{padding: 10% 0 10%; margin-top: 0; z-index: 1; margin-bottom: 90px;}
.sec--5:before{bottom: 0px; top: auto;}

.sec--n1{background: url(../images/nbg1.jpg) no-repeat center top; background-size: cover; padding: 10% 0 10%; position: relative; z-index: 100;}
.sec--n1:after{content: "";display: block;position: absolute;bottom: -50px;left: -10px;width: 1920px;height: 100px;background: #01080B;transform: rotate(-3deg);max-width: 1920px;margin: 0 auto;}
.sec--n1:before{content: "";display: block;position: absolute;top: -50px;left: -25%;width: 150%;height: 130px;background: #000;transform: rotate(-3deg);}

.sec--3{padding: 12% 0 19%; margin-top: -14%; z-index: 91;}
/* .sec--3:after{content: "";display: block;position: absolute;bottom: -50px;left: -10px;width: 1920px;height: 100px;background: #01080B;transform: rotate(-3deg);max-width: 1920px;margin: 0 auto;} */

.sec--2{padding: 14% 0 16%; margin-top: -8%;}

.doc>div p{font-size: 1rem;}
.doc img{max-width: 280px;}
.doc{border-radius: 135px 25px 25px 135px;}
.doc--invert{border-radius: 25px 135px 135px 25px;}

.sec--n2{background: url(../images/nbg4_blk.png) no-repeat center top; background-size: cover; padding: 5% 0 10%; position: relative; z-index: 100; margin-top: -14%;}

.foot{
    padding-top: 13%;
}
.carrow{display: flex; height: 42px; width: 42px; border-radius: 50%; background-color: white; color: #e9c272; justify-content: center; align-items: center; font-size: 1.2rem; position: absolute; top: 50%; transform: translateY(-50%);}
.carrow--prev{left: 10px;}
.carrow--next{right: 10px;}

@media only screen and (min-width: 1770px) {
    .sec--3{padding-bottom: 23%;}
}

@media only screen and (max-width: 991px) {
    h2{font-size: 2rem;}
    .xilerate-logo h4{font-size: 1.3rem; margin: 0 0 35px;}
    .video .res{margin: 0 0 30px;}
    .moneyback img{margin: 0 0 30px;}
    .button--green{padding: 17px 25px; border-radius: 16px; font-size: 1.2rem;}
    .sec--1{padding-bottom: 18%;}
    .sec--5{padding: 30% 0 34%;}
    .sec--n1{padding: 30% 0 10%;}
    .ing img{max-height: 89px; font-size: .9rem;}
    .ing h5{font-size: 1.1rem;}
    .secn1-img{display: none;}
    .desk{display: none;}
    .mob{display: block;}
    .ltext{text-align: center;}
    .ltext h2{font-size: 1.6rem;}
    .sec--3{padding: 30% 0 42%; margin-top: -17%;}
    .xi{padding: 0 80px; line-height: 1.1; font-size: .9rem;}
    .xi img{display: inline-block;}
    .sec--2{padding: 37% 0 22%; margin-top: -26%;}
    .doc{border-radius: 18px !important; margin-top: 140px;}
    .doc img{max-width: 180px; margin-top: -130px;}
    .sec--2{padding: 18% 0 35%;}
    .sec--n2{padding: 2% 0 10%; margin-top: -25%;}
    .text-st{font-size: 3.4rem;}
    .row-mob-column{flex-direction: column-reverse;}
}

@media only screen and (max-width: 767px) {
.g60dayseal {
    text-align: center !important
}}
