@font-face {
	font-family: 'rootstock-sans-headline';
    src: url('../../fonts/WEB/Rootstock-Sans-Headline.woff2') format('woff2'), /* Super Modern Browsers */
	url('../../fonts/WEB/Rootstock-Sans-Headline.woff') format('woff'), /* Ptty Modern Browsers */
    url('../../fonts/WEB/Rootstock-Sans-Headline.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/WEB/Rootstock-Sans-Headline.otf') format('otf'), 
	url('../../fonts/WEB/Rootstock-Sans-Headline.svg') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'rootstock-sans-body';
    src: url('../../fonts/WEB/Rootstock-Sans-Body.woff2') format('woff2'), /* Super Modern Browsers */
	url('../../fonts/WEB/Rootstock-Sans-Body.woff') format('woff'), /* Ptty Modern Browsers */
    url('../../fonts/WEB/Rootstock-Sans-Body.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/WEB/Rootstock-Sans-Body.otf') format('otf'), 
	url('../../fonts/WEB/Rootstock-Sans-Body.svg') format('svg'); /* Legacy iOS */
}
html {
    overflow-x: hidden
}


body {
    font-family: 'rootstock-sans-body', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    line-height: 28px;
    background-color: #000;
}

/* ==== COMMON STYLES ====*/
section {
    padding-top: 80px;
    padding-bottom: 100px;
}

@media (max-width:1200px) {
    .falsebreak {
        display: none;
    }
}


@media (max-width:991px) {
    .ml-4{
    margin-left: 0 !important;
    margin-top: 15px;
    }
}




/* CUSTOM MARGINS AND PADDINGS */
.mt-5 {
    margin-top: 5rem
}

.mt-6 {
    margin-top: 6rem
}

.mb-6 {
    margin-bottom: 6rem
}

.my-6 {
    margin-top: 7rem;
    margin-bottom: 7rem
}

/* ==== FONTS AND TIPOS ===== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1_subtitle {
    font-family: 'rootstock-sans-body', sans-serif;
    line-height: 1;
}

h1,
.step-by-step h2,
h3,
.h1_subtitle {
    font-size: 47px
}

h1,
h3 {
    font-weight: 400;
}

h4 {
    color: #000;
}


.h1_subtitle {
    margin-bottom: 30px;
}

@media (max-width:576px) {

    h1,
    h3 {
        font-size: 30px
    }
}

a:hover {
    text-decoration: none;
}

hr {
    border-top: 3px solid #00B520;
    margin: 0 auto 20px;
    width: 445px
}

@media (max-width:991px) {
    hr {
        width: 65%
    }
}

.light {
    font-weight: 300
}

.semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700 !important
}

a{
    color: #FF9100;
}

a:hover{
    color: #cc7400;
}



.Quicksand {
    font-family: 'rootstock-sans-body', sans-serif;
}

.f-18 {
    font-size: 18px;
}

.f-28 {
    font-size: 28px;
}

.rsk-blue {
    color: #008cff
}

.rsk_green {
    color: #00B520 !important;
}

.black {
    color: #000000;
}




/* === PROGRESS === */
.progress {
    background: #e6e7e8;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 12px;
    width: 100%;
  }
  
  .progress-value {
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #FF9100 ;
    height: 12px;
    width: 0;
  }
  
  @keyframes load {
    0% { width: 33%; }
    100% { width: 100%; }
  }

/*======= FAQS==========*/


.video_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    /* Equals 16:9 */
    height: 0;
}

.video_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#faqs{
    margin-bottom: 3.7rem;
    background-color: #000;
}


#accordion-faqs {
    border-radius: 7px;
}

.faq_row{
    width: 100%;
    display: block;
}

#accordion-faqs .card {
    border-radius: 7px;
    background-color: #000;
    padding: 5px 0 5px 0;
    outline: none;
    z-index: 1;
}

#accordion-faqs .card-header {
    background-color: unset;
    border-bottom: unset;
    padding: 0;
    width: 100%;
}



#accordion-faqs .card-body {
    z-index: 1;
    padding: 0;
}

#accordion-faqs [data-toggle="collapse"] .fa:before {
    content: "\f056";
}

#accordion-faqs [data-toggle="collapse"].collapsed .fa:before {
    content: "\f055";
}

@media (max-width: 991px) {

    #accordion-faqs [data-toggle="collapse"] .fa:before,
    #accordion-faqs [data-toggle="collapse"].collapsed .fa:before {
        top: 4px;
    }

    #accordion-faqs .card-body {
        padding: 1rem;
    }
}

#accordion-faqs [data-toggle="collapse"] {
    color: #00b520;
    font-weight: 500;
    text-decoration: none;
}

#accordion-faqs [data-toggle="collapse"].collapsed {
    color: white;
}

/*#accordion-faqs .btn-link{color:#000;}*/
#accordion-faqs h3 {
    margin-bottom: 0px;
    /*font-weight: 700;*/
}

#accordion-faqs .btn-link {
    font-size: 1.3rem;
    font-family: 'rootstock-sans-body', sans-serif;
    width: 100%;
    text-align: left;
}

#accordion-faqs .btn-link:hover {
    text-decoration: none;
    color: #cc7400 !important;
}
.btn-link{
    color: white !important;
}

.btn-link:focus{
    color: white !important;
}
.btn-link:active{
    color: white !important;
    outline: none;
}


#accordion-faqs .btn-link .fa {
    margin-right: 15px;
    font-size: 25px
}

@media (max-width: 991px) {
    #accordion-faqs .btn-link .fa {
        font-size: 21px;
    }
}

#accordion-faqs [data-toggle="collapse"] .fa:before {
    content: "\f056";
}

#accordion-faqs [data-toggle="collapse"].collapsed .fa:before {
    content: "\f055";
}




/* ==== MAIN ==== */
.main_cont{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    margin-bottom: 60px;
}
.main_row{
    width: 60%;
}


.card-title-ans{
    text-align: left;
    font-weight: bold;
    line-height: 3rem;
    margin-top: 2rem;
}
.card-title-ans h2{
    font-family: 'rootstock-sans-headline', sans-serif;
    font-weight: bold;
    font-size: 56px;
    color: white;
    margin-bottom: 3.5rem;
}



@media (max-width:753px) {
    .card-title-ans h2{
       font-size: 36px;
    }
    .progbar p{
        font-size: 18px;
    }
    .main_row{
        width: 85%;
    }
    #accordion-faqs .btn-link {
        font-size: 20px;
    }
    .white-outline-btn{
        width: 250px !important;
        font-size: 18px !important;
        text-align: center;
    }
    .back_btn{
        width: 250px !important;
        margin-bottom: 25px;
        font-size: 18px !important;
    }
    .btn_row{
        display: flex;
        flex-direction: column;
    }
    .btn_container{
        display: flex;
        justify-content: center;
    }
}

.progbar {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 24px;
}


.heading-icon{
    width: 30px;
    margin-top: 15px;
}


/* ==== NAVBAR ==== */
.logo {
    width: 150px;
    height: auto;
    transition: all .5s ease
}

.logo.header-scrolled {
    width: 90px !important;
}




.nav-link{
    font-size: 18px;
    font-family: 'rootstock-sans-body', sans-serif;
    background-color: #000;
    border: 1px solid #faf9f5;
    color: #faf9f5 !important;
    width: fit-content;
    border-radius: 40px;
    padding: 10px 15px !important;
    position: relative;
    display: block;
    width: fit-content;
}





.nav-link:after {
    border: 1px solid #faf9f5;
    border-radius: 40px;
    content: "";
    display: inline-block;
    height: 100%;
    left: 5px;
    padding: inherit;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: -1;
}

.nav-link:hover{
    background-color: #faf9f5;
    color: #000 !important;
}


@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .nav-link {
        font-size: 18px;
    }
}

.navbar-nav {
    padding-top: 15px
}

.navbar {
    transition: all .5s ease;
    background: black;
    z-index: 1;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-toggle::after {
    vertical-align: .100em;
}

.dropdown .dropdown-menu .dropdown-toggle::after {
    vertical-align: .110em;
    transform: rotate(-90deg);
}

.navbar-expand-lg .navbar-nav .dropdown-submenu {
    padding-left: 30px;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-submenu {
        position: absolute;
        left: 100%;
        top: 0;
        background: white;
        border-radius: .25rem;
        padding-left: 0px;
    }

    .dropdown>.dropdown-menu,
    .dropdown>.dropdown-submenu {
        transform: scale(0);
        transition: 0.3s all ease-in-out;
        display: block;
        border: 1px solid #00B520;
    }

    .dropdown:hover>.dropdown-menu,
    .dropdown:hover>.dropdown-submenu {
        transform: scale(1);
        display: block;
    }

    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

.noevent {
    pointer-events: none;
    cursor: default !important;
}


/* ==== BUTTONS ====*/

.btn_container{
    margin-bottom: 10vh;
    width: 100%;
}
.btn_row{
    display: flex;
    justify-content: space-between;
}

.back_btn {
    font-family: 'rootstock-sans-body', sans-serif;
    font-size: 20px;
    text-align: center;
    color: white;
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.back_btn:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
}

.white-outline-btn{
    font-size: 18px;
    font-family: 'rootstock-sans-body', sans-serif;
    background-color: #000;
    border: 1px solid #faf9f5 !important;
    color: #faf9f5;
    border-radius: 40px;
    padding: 10px 15px;
    position: relative;
    display: block;
    width: fit-content;
    text-decoration: none;
}



.white-outline-btn:after {
    border: 1px solid #faf9f5;
    border-radius: 40px;
    content: "";
    display: inline-block;
    height: 100%;
    left: 5px;
    padding: inherit;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: -1;
}

.white-outline-btn:hover{
    background-color: #faf9f5;
    color: #000 !important;
}

.back_btn:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
}


.faq_btn{
    font-size: 18px;
    font-family: 'rootstock-sans-body', sans-serif;
    background-color: #000;
    border: 1px solid #faf9f5 !important;
    color: #faf9f5;
    border-radius: 40px;
    padding: 10px 15px;
    position: relative;
    display: block;
    width: fit-content;
    margin-top: 25px;
    margin-bottom: 25px;
}

.faq_btn:after {
    border: 1px solid #faf9f5;
    border-radius: 40px;
    content: "";
    display: inline-block;
    height: 100%;
    left: 5px;
    padding: inherit;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: -1;
}

.faq_btn:hover{
    background-color: #faf9f5;
    color: #000;
}
button:active{
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
button:focus{
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.btn{
    padding: 0;
}