body {
    background: #ffffff !important;
}

a {
    color: #a0bc3b;
}

a:hover {
    color: #a0bc3b;
}

/* General Styles */
.call-to-action {
    width: 100%;
    background: #a0bc3b;
    padding: 20px 0;
}

.step-no {
    background: #a0bc3b;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    color: #fff;
    width: 28px;
    height: 28px;
}

.referrer-steps .step-no {
    background: #ffca3a;

}

.referrer-steps .step-title {
    color: #808080;
}


.step-no span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: inherit;
    font-size: 14px;
    color: #fff;
}

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

.hiw-item h4 {
    text-transform: capitalize;
}

.how-it-works {
    padding-top: 3%;
    padding-bottom: 3%;
}

.how-it-works .col-lg-3 {
    width: 24%;
    max-width: 24%;
}

.how-it-works .separator {
    margin-bottom: 20px;
    width: 100%;
}

.cta-content {
    margin-left: auto;
    margin-right: auto;
}

.cta-headline {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.cta-link {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
}

.cta-link a {
    color: #fff;
}

h3.text-primary {
    color: #a0bc3b !important;
    font-size: 22px;
    text-align: center;
}

.page-header .lead {
    color: #fff;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

ul.li-pb-1 li {
    padding-bottom: 0.5rem;
}

ul.li-pb-1 li:last-of-type {
    padding-bottom: 0px;
}

@media (max-width: 991.98px) {
    .topbar .topbar-nav.right {
        text-align: center
    }
}

.home-hero {
    border-bottom: solid 5px #a0bc3b
}

.text-transform-none {
    text-transform: none
}

body.modal-open {
    overflow: hidden !important;
    padding-right: 0px;
}

body.modal-open .home-chat-bubble {
    margin-right: 16px
}

.modal-menu {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.modal-menu .modal-dialog {
    max-width: 250px;
    margin: 0
}

.modal-menu .modal-content, .modal-menu .modal-dialog {
    height: 100%
}

.modal-menu .modal-content {
    border: 0;
    border-radius: 0
}

.modal-menu .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-menu .modal-body {
    padding: 0
}

.modal-menu .list-group-item {
    font-size: .9375rem;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.modal-menu .list-group-collapse .list-group > .list-group-item {
    font-size: .875rem
}

.modal-menu.fade .modal-dialog {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.modal-menu.show .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal-menu .modal-body, .modal-menu .modal-body .list-group-item {
    background-color: #a0bc3b;
    color: #fff
}

.modal-menu .list-group-item.active, .modal-menu .list-group-item:active {
    background-color: #f5f7fa;
    color: #fff;
    color: #4b4b4b;
    border-color: #f5f7fa;
}

.modal-menu .list-group-item:hover {
    background-color: #fff;
    color: #4b4b4b;
    border-color: #fff;
}

.modal-menu .list-group-item {
    border: none
}

/*
.terms {
  counter-reset: terms;
}
.terms li {
  counter-reset: terms2;
  counter-increment: terms2;
}
.terms li ol{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-inline-start: 40px;
}
.terms li ol li {
  list-style-type: none;
}
.terms li ol li::before {
  counter-increment: terms;
  content: counter(terms2) "." counter(terms) " ";
  margin-left: -2.2%;
  position: relative;
  left: -1.2%;
} */


ol.terms, ol.terms ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

ol.terms > li, ol.terms ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol.terms > li:before, ol.terms ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

ol.terms li ol > li {
    margin: 0;
}

ol.terms li ol > li:before {
    content: counters(item, ".") ". ";
}

ol.terms > li:last-of-type, ol.terms > li:last-of-type > ol:last-of-type {
    margin-bottom: 0px
}

/*

ol.terms, ol.terms ol {
  counter-reset: section;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-inline-start: 30px;
}

ol.terms li::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  margin-left: -2.2%;
  position: relative;
  left: -1.2%;
  display: inline-block;
}
*/
.borrower-card {
    background: #ff814f;
}

.bold {
    font-weight: bold;
}

.tcs-instruct {
    font-weight: bold;
    padding: 10px;
    border: 1px solid #000;
}

.borrower-card p {
    color: #fff;
}

.borrower-card h4 {
    color: #fff;
    text-align: center;
    text-transform: none;
}

.borrower-circle, .investor-circle, .referral-circle {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 1.25rem;
}

.investor-circle {
    background: #a0bc3b
}

.borrower-circle i, .investor-circle i, .referral-circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: inherit;
    font-size: 25px;
    color: #fff;
}

.referral-circle span {
    color: inherit !important
}

.investor-card {
    width: 29% !important;
    display: inline-block;
    background: #536730;
    margin: 20px;
    padding: 20px;
    border-radius: 3px;
}

.investor-card p {
    color: #fff;
}

.investor-card h4 {
    color: #fff;
    text-align: center;
    text-transform: none;
}

.investor-card .fa-check {
    font-size: 25px;
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    background: #a0bc3b;
    margin-bottom: 20px;
}

.home-chat-bubble {
    border-radius: 50%;
    background: #ff814f;
    position: fixed;
    padding: 15px;
    right: 3%;
    bottom: 3%;
    margin-top: -30px;
    z-index: 999;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 1.25rem;
    left: 1.25rem;
    display: none;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #a0bc3b;
    -webkit-box-shadow: -3px -3px 25px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -3px -3px 25px -10px rgba(0, 0, 0, 0.7);
    box-shadow: -3px -3px 25px -10px rgba(0, 0, 0, 0.7);
}

.back-to-top i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: inherit;
    font-size: 20px;
    color: #fff;
}

.back-to-top:hover {
    background-color: #79903c
}

.right {
    text-align: right;
}

.primary {
    background: #a0bc3b;
}

.investors-title {
    padding: 25px 0px;
    font-size: 30px;
    margin: 0;
    text-align: center;
}

.separator {
    height: 2px;
    background: #a0bc3b;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.inb-icons {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.bx-text {
    padding: 25px 0px;
    color: #4b4b4b;
    font-size: 16px;
    text-align: center;
}

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

.btn-outline-main {
    border: 1px solid #a0bc3b;
    padding: 7px 20px 7px 20px;
    color: #a0bc3b !important;
    text-align: center;
}

.btn-outline-white {
    border: 1px solid #ffffff;
    padding: 7px 20px 7px 20px;
    color: #ffffff !important;
    text-align: center;
    background: transparent;
}

h1.banner-title {
    font-size: 40px;
    color: #212121;
}

h3.banner-title {
    font-size: 35px;
}

.m-t-30 {
    margin-top: 30px;
}

.pad-r-40-p {
    padding-right: 40%;
}

.pad-r-20-p {
    padding-right: 20%;
}

.pad-l-40-p {
    padding-left: 40%;
}

.table-responsive {
    display: inline-table !important;
}

.pad-l-20-p {
    padding-left: 20%;
}

.home-left .container .row img {
    width: 100%;
}

.qualify-borrower {
    padding-top: 3%;
    padding-bottom: 3%;
    background: #ffffff;
}

.qualify-investor {
    padding-top: 3%;
    padding-bottom: 3%;
    background: #f2f2f2;
}

.contact-details {
    background: #f2f2f2;
    padding-top: 2%;
    padding-bottom: 2%;
}

.pull-right {
    width: 100%;
}

.pull-right .btn {
    float: right;
    margin-right: 15px;
}

section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

@media (max-width: 767.98px) {
    section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .plr-m-0 {
        padding-left: 0px !important;
        padding-right: 0px !important
    }
}

section.bg-light-grey {
    background: #f2f2f2 !important;
}

.home-right .container .row img {
    width: 100%;
}

.home-left {
    background: #f2f2f2;
    padding-top: 10%;
    padding-bottom: 10%;
}

.banner-sub {
    color: #6c757d;
}

.home-right {
    background: #ffffff;
    padding-top: 10%;
    padding-bottom: 10%; /* margin-bottom: -50px; */
}

.banner-sub {
    text-transform: uppercase;
    font-size: 18px;
}

.leaf-logo {
    opacity: 1;
    max-width: 100%;
}

.cookie-alert {
    background: #ffd141;
    padding: 10px;
    border: 5px;
    margin-bottom: 0;
}

.cookie-text {
    width: 73%;
    display: inline-block;
}

.cookie-btn {
    display: inline-block;
    margin-right: 30px;
}

.btn-white {
    color: #4b4b4b;
    background: #fff;
    font-weight: bold;
}

.btn-white:hover {
    color: #a0bc3b;
}

.scw-cookie-content {
    margin-left: 0px;
    background: #ffd141;
    font-size: 14px;
    color: #020202;
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
}

.cookie-icon i {
    font-weight: bold;
    padding: 5px 8px 5px 8px;
    color: #000;
    margin-top: 0.9%;
    vertical-align: top;
}

.dark-grey {
    color: #333 !important;
}

.close-alert {
    display: inline-block;
}

/* TOP BAR STYLES */
.topbar {
    color: #fff;
}

.topbar-nav {
    padding: 12px 0px;
}

/* NAV STYLES */


.middle-header {
    position: relative;
    z-index: 19;
    border-top: 2px solid #eeedeb;
    border-bottom: 2px solid #eeedeb;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.middle-header .logo {
    height: 61px
}

.middle-header .logo > img {
    height: auto;
}

.middle-header > .container {
    padding: 2rem 0px;
    color: #4b4b4b;
    margin-bottom: 0px;
}

.navbar {
    background: #fff;
    border: none;
}

.navbar-brand {
    padding: 1.25rem 0 1.25rem 0;
}

.navbar-nav li a {
    text-decoration: none;
    color: #4b4b4b;
    padding: 1rem;
}

@media (max-width: 1199.98px) {
    .navbar-nav li a {
        padding: 0.5rem;
    }
}

.navbar-nav li a:hover {
    background: none;
}

.navbar-nav li.active {
    font-weight: bold;
}

span.icon-bar {
    background: #fff;
}

.navbar-toggle {
    background: #ff814f;
}

.nav-btn {
    color: #fff !important;
    background: #ff814f;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 5px;
}

.nav-btn:hover {
    opacity: 0.7;
    background: #ff814f !important;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .navbar-collapse .nav-item {
        position: relative
    }

    .navbar-nav li a:not(.nav-btn) {
        display: inline-block;
        padding: 0.75rem 1.25rem 0.75rem 1.25rem
    }

    .scw-cookie-content {
        display: block;
        margin-top: 1.25rem
    }
}

.footer-copyright {
    background: #eeedeb;
    padding: 8px;
}

.footer-copyright p {
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.footer-subscribe {
    background: #212121;
    padding: 30px;
}

.footer-subscribe h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
    margin-right: 20px;
    display: inline-block;
}

.footer-subscribe input {
    background: transparent;
    display: inline-block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 30%;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none;
}

.footer-subscribe .subscribe-btn {
    vertical-align: bottom !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.footer-widgets {
    background: #536730;
    padding: 40px;
}

.footer-widgets h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-widgets a, .footer-widgets p {
    font-size: 14px;
    color: #fff;
}

.banner p {
    font-size: 20px;
    line-height: 1.5;
}


.referral-subscribe input {
    background: transparent;
    display: inline-block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 30%;
    border-bottom: 1px solid #020202;

    color: #020202;
    outline: none;
}

.referral-subscribe .subscribe-btn {
    vertical-align: bottom !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.referral-subscribe input::-webkit-input-placeholder {
    color: #020202 !important;
    opacity: 0.5;
}

.referral-subscribe input::placeholder {
    color: #020202 !important;
    opacity: 0.5;
}

.referral-subscribe input:-ms-input-placeholder {
    color: #020202 !important;
    opacity: 0.5;
}

.referral-subscribe input::-ms-input-placeholder {
    color: #020202 !important;
    opacity: 0.5;
}


/* MOBILE STYLES */

@media (max-width: 780px) {
    h1.banner-title {
        font-size: 40px;
    }

    .borrower-card {
        width: 60% !important;
        display: block;
        background: #ff814f;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }

    .investor-card {
        width: 60% !important;
        display: block;
        background: #ff814f;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }

    .navbar-nav {
        float: none;
        background: #eeedeb;
    }

    .nav-btn {
        border-radius: 0px;
    }

    .footer-subscribe input[type="text"] {
        background: transparent;
        display: block;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        margin-top: 20px;
        color: #fff;
        outline: none;
    }

    .footer-subscribe .subscribe-btn {
        width: 100%;
    }

    .pad-l-40-p {
        padding-left: 0;
    }

    .pad-r-40-p {
        padding-right: 0;
    }

    .col-lg-12 {
        padding-right: 0;
    }

    .btn-white {
        margin-top: 0px;
        color: #4b4b4b;
        background: #fff;
        font-weight: bold;
        padding: 5px 8px 5px 8px;
        width: 100%;
        margin-left: 0 !important;
    }

    .cookie-btn {
        margin-top: 10px;
        width: 85%;
        margin-left: 0 !important;
    }

    .cookie-icon {
        margin-top: 10px !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .videoAnimation {
        padding-top: 0px !important;
        max-width: 100% !important;
        width: 100% !important;
        display: block;
    }

    .nav-pills .nav-link.active {
        transform: scale(1) !important;
    }

    /*
      .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-link:hover {
        color: #000;
        background: #f6f6f6;
        transform: none !important;
        box-shadow: none !important;
      }
      */
    .nav-pills .nav-link {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .tab-content .card-header .btn {
        font-size: 14px !important;
    }
}

/* Mac Carousel */
#maccarousel {
    width: 100% !important;
    max-width: 100% !important;
    position: inherit !important;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

#maccarousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
    width: 100%;
    max-width: 100% !important;
}

.videoAnimation {
    width: 100%;
    background: none;
    display: block;
}

/* FAQ's Page Styles */

.nav-pills .nav-link {
    border-radius: 0;
    padding: 15px;
    margin: 8px;
    font-weight: bold;
    color: #000;
    background: #f6f6f6;
    transition: all .3s ease-in-out;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
    color: #000;
    background: #f6f6f6;
    transform: scale(1.1);
    box-shadow: 0px 0px 4px 0px #999;
}

div#v-pills-tabContent {
    background: #f6f6f6;
    padding: 20px;
}

.tab-content#v-pills-tabContent .card {
    background: none;
}

.tab-content#v-pills-tabContent .card-header .btn {
    padding: 0px;
    color: #a0bc3b;
    text-decoration: none;
}

.tab-content#v-pills-tabContent .card-header {
    border-radius: 0px;
    border-top: 1px solid #ccc;
}

.tab-content#v-pills-tabContent .accordion {
    border-bottom: 1px solid #ccc;
}

.tab-content#v-pills-tabContent .card-header, .tab-content#v-pills-tabContent .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.tab-header-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.accord-toggle {
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none !important;
    line-height: 1.5;
}

.accordion .card-header h5 {
    text-transform: none
}

.accordion .card-header .icon-plus:hover {
    text-decoration: none !important;
}

.accordion .card-header .icon-plus {
    font-size: 1.5em;
    text-decoration: none !important;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fa-rotate-45 {
    transform: rotate(45deg);
    color: #ff814f
}

.plus-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    border: 2px solid;
    vertical-align: top;
    margin-top: -0.2%;
    border-radius: 50%;
    font-size: 30px;
}

.plus-circle p {
    margin-top: -35%;
}

.minus-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    border: 2px solid;
    vertical-align: top;
    margin-top: -0.2%;
    border-radius: 50%;
    font-size: 30px;
}

.minus-circle p {
    margin-top: -50%;
}

.blog-posts, .blog-card p {
    color: #4b4b4b
}

.blog-card:not(.pinnded-post) a:not(.btn) {
    color: #79903c;
    text-decoration: underline
}

.blog-posts h2, .blog-card h2, .blog-card h2 > a:not(.btn) {
    font-size: 30px !important;
    text-decoration: none !important;
    color: #020202 !important
}

.blog-card p, .blog-card a:not(.btn) {
    font-size: 18px
}

.blog-card .text-white {
    color: #fff !important
}

.blog-posts .single-blog-content h1, .blog-posts .single-blog-content h2, .blog-posts .single-blog-content h3, .blog-posts .single-blog-content p {
    margin-bottom: 1.25rem
}

.blog-posts .truncate {
    width: 100%;
    overflow: hidden;
    max-height: 2.4em;
    line-height: 1.2;
}

.blog-posts .blog-card-hero {
    display: block;
    width: 100%;
    height: 220px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.pinnded-post .card-img-overlay {
    max-width: 70%;
    right: inherit !important;
    bottom: 0;
    top: inherit !important;
    max-height: 100%;
    min-height: 50%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    padding: 0rem;
}

.pinnded-post .card-img-overlay > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.25rem;
    margin: 1.25rem;
}

.pinnded-post .card-img-overlay p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
}

.pinnded-post .card-img-overlay > div p:last-of-type {
    margin-bottom: 0px
}

.blog-posts #social-links ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    width: 100%
}

.blog-posts #social-links ul li {
    margin-right: 1rem;
    max-width: 30px;
    max-height: 50px;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.blog-posts #social-links ul li img {
    display: inline-block
}

@media (max-width: 780px) {
    .pinnded-post .card-img-overlay {
        max-width: 100%;
    }

    .pinnded-post .card-img-overlay > div {
        margin: 1rem;
    }
}

.embed-responsive.embed-responsive-16by9 {
    margin-bottom: 1.25rem
}


.repayment-notify-card h4 {
    font-size: 20px;
    font-weight: 600
}

.repayment-notify-card .rd-alert {
    border: solid 1.5px #a0bc3b !important;
    max-width: 650px;
}

.repayment-notify-card .rd-alert h4 {
    font-size: 18px;
    font-weight: normal
}

.repayment-notify-card .rd-alert.text-dark {
    color: #4b4b4b !important;
    border-color: #4b4b4b !important;
}


@media (max-width: 767.98px) {
    .home-stats-container {
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

}

@media (max-width: 669px) {
    .home-stats-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .stat-card .card-body {
        padding: 1rem
    }

    .stat-card .card-body h1 {
        font-size: 20px;
    }
}


@media (max-width: 576px) {
    .home-stats-container {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
}


.home-stats-parent {
    position: absolute;


    top: 50%;
    padding: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-stats-parent .stat-card img {
    max-height: 25px
}

.home-stats-parent .stat-card {
    border-radius: 5px;
    background: rgb(255, 203, 79);
    background: linear-gradient(180deg, rgba(255, 203, 79, 1) 0%, rgba(255, 129, 79, 1) 45%, rgba(255, 129, 79, 1) 100%);
    -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.5);
}
