@charset "UTF-8";
a {
    font-weight: 400;
}

.animation {
    width: 100%;
}

.animation-flipped {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-top: 4rem;
    margin-left: 4rem;
    position: absolute;
}

@media (min-width: 768px) {
    .animation-flipped {
        margin-top: 5rem;
        margin-left: initial;
    }
}

.text-color-primary {
    color: black;
}

.text-color-second {
    color: #4D158C !important;
}

.text-color-accent {
    color: #FF595A !important;
}

#animation-dog-container {
    float: right;
    min-width: 100%;
    margin-top: -245px;
}

#animation-nino-1 {
    margin-top: 50px;
}

#animation-nino-2 {
    margin-top: 26px;
}

#animations-footer {
    margin-bottom: -1.7%;
}

@media (min-width: 768px) {
    #animations-footer {
        margin-bottom: -0.7%;
    }
}

#animations-top {
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    #animations-top img {
        max-width: 100%;
        height: auto;
    }
}

.showcase-benefits {
    padding: 0 7rem;
}

@media (max-width: 768px) {
    .showcase-benefits {
        padding: initial;
    }
}

@media (max-width: 768px) {
    .benefits h2 {
        font-size: 31px !important;
    }

    .benefits ul li {
        max-width: 100%;
    }

    .benefits .img-benefits {
        margin-top: 4rem !important;
        padding-right: 2rem;
    }
}

.benefits h2 {
    margin-top: 125px;
    color: #1A1919;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.benefits ul li {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    list-style-type: none;
    margin-top: 16px;
}

.benefits ul li [data-icon] {
    color: #634198;
}

.benefits .img-benefits {
    height: auto;
    max-width: 80%;
    margin-top: 8rem;
}

.card-intro {
    background-color: #fff;
    min-height: 388px;
    padding-bottom: 62px;
    padding-top: 62px;
    border-radius: 0.5rem;
    box-shadow: 10px 10px 45px 0 rgba(48, 0, 98, 0.3);
}

.card-intro h4 {
    color: #1A1919;
    font-weight: 700;
}

.background-gradient-1 {
    background: linear-gradient(to bottom left, white, #a1a1a1);
}

.card-intro-icon-float-personal-loan {
    position: absolute;
    top: -21px;
    right: 3px;
    width: 5rem;
}

/* .container-item {

  @media (min-width: 768px) {
    padding-left: 136px;
  padding-right: 136px;
  }
} */
[data-icon] {
    font-size: 16px;
}

.explain {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .explain {
        margin-top: 40px;
    }
}

.explain .features-icons-item {
    margin-top: 144px;
    /* .card-icon {
    align-items: center;
    border: 1px solid $purple;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    [data-icon] {
      color: $purple;
      font-size: 40px;
    }
  } */
    /* .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 47px;

  } */
}

.explain .features-icons-item .lead-title {
    color: #4D158C;
    font-weight: 700;
    font-size: 18px;
}

.explain .features-icons-item .lead-text {
    color: #5E5E5E;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.explain h2 {
    color: #1A1919;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}

.explain p.explain-intro {
    /* @media (min-width: 768px){
    width: 780px;
  } */
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 48.75rem;
}

html {
    font-size: 16px;
}

header.sticky-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1020;
}

header {
    background-color: #4D158C;
}

header * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 12vh;
}

header nav ul li {
    list-style: none;
}

header .logo {
    display: flex;
    color: #fff;
}

header .logo .header-logo {
    min-width: 120px;
    height: auto;
}

header .nav-links-two {
    display: flex;
    padding-left: 5rem;
    justify-content: space-around;
    align-items: center;
}

header .menu-toggle {
    display: none;
    cursor: pointer;
}

header .menu-toggle div {
    width: 25px;
    height: 3px;
    background-color: whitesmoke;
    margin: 5px;
    transition: all 0.3s ease;
}

header a {
    color: #fff;
    font-weight: 500;
}

header a:hover {
    color: #F2746E;
    text-decoration: none;
}

header nav > a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}

header .btn-primary {
    color: #4D158C;
    background-color: #fff;
    border-color: #4D158C;
}

header .btn-primary:hover {
    color: #fff;
    background-color: #F2746E;
    border-color: #4c3274;
}

.option-menu {
    font-size: 0.8rem;
    margin: 0 0.4rem;
}

@media (min-width: 1025px) {
    header .option-menu-mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    header {
        /* nav {
      justify-content: space-around;
      min-height: 10vh;
    }
    .nav-links-two {
      margin-left: 5rem;
      padding-left: 5rem;
      width: 100%;
    } */
    }

    header nav {
        justify-content: space-between;
        min-height: 10vh;
    }

    header .nav-links-two {
        background-color: #4D158C;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        align-items: center;
        right: 0;
        height: 92vh;
        height: 100%;
        top: 10vh;
        width: 100%;
        margin: 0;
        padding: 0;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        z-index: 1000;
    }

    header .nav-links-two li {
        opacity: 0;
        padding: 1.3rem;
    }

    header .nav-links-two .btn-primary {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

    header .nav-links-two .hr-text {
        line-height: 1em !important;
        position: relative !important;
        outline: 0 !important;
        border: 0 !important;
        color: black !important;
        text-align: center !important;
        height: 1.5em !important;
        opacity: 0.5 !important;
    }

    header .nav-links-two .hr-text:before {
        content: "";
        background: linear-gradient(to right, transparent, #818078, transparent) !important;
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        width: 100% !important;
        height: 1px !important;
    }

    header .nav-links-two .hr-text:after {
        content: attr(data-content) !important;
        position: relative !important;
        display: inline-block !important;
        color: black !important;
        padding: 0 0.5em !important;
        line-height: 1.5em !important;
        color: #818078 !important;
        background-color: #fcfcfa !important;
    }

    header .menu-toggle {
        display: block !important;
    }
}

@media (max-width: 768px) {
    header {
        /* nav {
      justify-content: space-between;
    } */
    }

    header .logo .header-logo-mobile {
        width: 45px !important;
        height: auto;
        padding-left: 0.7rem;
    }
}

header .nav-activate {
    transform: translateX(0%);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translate(50px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}

header .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

header .toggle .line2 {
    opacity: 0;
}

header .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.wave-group {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
    /*height: 130px;*/
    transform: scaleX(-1);
    padding-top: 17px;
}

.wave-group-invert {
    transform: scaleY(-1);
}

.wave-group-img {
    /*position: absolute;*/
    filter: drop-shadow(0px -0.4rem 0px #E5E1E6);
    /*box-sizing: unset !important;*/
    /*transform: translate(0px, -90%);*/

}

/*.wave-group > .last-element {*/
/*  top: 12px;*/
/*}*/

.section-first {
    padding-top: 5rem;
    margin-bottom: 1rem;
}

.section-gradient {
    background-image: linear-gradient(180deg, #4D158C 0%, #7B35AA 100%);
    background-size: 100% 100%;
    line-height: 1;
    /*min-height: 72rem;*/
}


.section-gradient::before,
.section-gradient::after {
    box-sizing: border-box;
}


.section-gradient-2 {
    background-image: linear-gradient(180deg, #7B35AA 0%, #4D158C 100%);
    background-size: 100% 100%;
    /*min-height: 72rem;*/
}

.section-gradient-3 {
    background-image: linear-gradient(90deg, #7B35AA 0%, #4D158C 100%);
    background-size: 100% 100%;
    /*min-height: 72rem;*/
}

.products-bg {
    background: url("/static/images/Gradient_1.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    min-height: 72rem;
}

.products-bg .card-intro {
    height: 100% !important;
}

.product-option-block-menu .image-character {
    height: 50%;
    max-height: 400px;
}

.features-icons-icon-img {
    max-height: 5.5rem;
}

@media (max-width: 768px) {
    .products-bg {
        background-size: cover;
    }
}

.products-main-description {
    color: white;
}


@media (max-width: 950px) {
    .products-main-description {
        color: black;
    }
}

.intro.hero-bg {
    background: url("/static/images/Gradient_1.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 280px;
}

@media (min-width: 1370px) {
    .intro.hero-bg {
        background-size: cover;
        min-height: 95rem;
    }
}

.intro {
    margin-top: 128px;
}

@media (max-width: 768px) {
    .intro {
        margin-top: 70px;
    }

    .intro .intro-text {
        margin-top: 1.5rem;
    }
}

.intro a.link-video {
    color: #4D158C;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.intro a.link-video:hover {
    color: #F2746E;
}

.intro .comparative {
    padding-bottom: 136px;
}

.intro .comparative-desc {
    color: #fff;
}

@media (min-width: 768px) {
    .intro .comparative-desc {
        padding: 53px;
    }
}

.intro .comparative-desc h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}

.intro .comparative-desc p {
    /* @media (min-width: 768px){
    width: 480px;
  } */
    min-height: 102px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.intro .comparative-desc .btn {
    border: 2px solid;
    font-weight: 500;
}

.intro .comparative-desc .btn-outline-light:hover {
    color: #fff;
    background-color: #F2746E;
    border-color: #F2746E;
    font-weight: 500;
}

.intro h1 {
    color: #F2746E;
    font-size: 46px;
    font-weight: 700;
    line-height: 57px;
}

@media (max-width: 768px) {
    .intro h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

.intro .intro-intro {
    min-height: 540px;
}

@media (max-width: 960px) {
    .intro .intro-intro {
        min-height: 460px;
    }
}

.intro .intro-text {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.intro .rate-text, .intro .rate-value {
    /*height: 19px;
  width: 104px;*/
    color: #F2746E;
}

.intro .rate-text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.intro .rate-value {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

.button-fixed-actions {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.fixed-actions {
    height: 280px;
    border-radius: 43px;
    background-color: #F2746E;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .fixed-actions {
        height: auto;
        border-radius: 0;
    }

    .fixed-actions .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .fixed-actions .cta-buttons .custom-btn {
        margin-bottom: 1.5rem;
    }
}

.fixed-actions .cta-buttons {
    display: flex;
    justify-content: space-evenly;
    padding-top: 1.3rem;
    padding-bottom: 4.813rem;
}

.fixed-actions .cta-buttons .custom-btn {
    height: 50px;
    width: 200px;
    padding: 0.8rem 1rem;
    font-weight: 500;
}

.fixed-actions h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: #fff;
    padding-top: 4.813rem;
}

@media (min-width: 768px) {
    .fixed-actions hr {
        display: none;
    }
}

.fixed-actions hr {
    border-top: 1px solid #f8f9fa !important;
}

footer.footer-bg {
    background-image: linear-gradient(180deg, #7B35AA 0%, #4D158C 100%);
    color: #fff;
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8rem;
}

.footer-subtitle-1 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.footer-subtitle-2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.footer-subtitle-3 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.footer-branding-logo {
    width: 120px;
    height: auto;
}

@media (min-width: 768px) {
    footer.footer-bg {
        padding: 3rem;
    }
}

footer.footer-bg a {
    color: #fff;
    font-weight: 400;
}

footer.footer-bg a:hover {
    color: #F2746E;
}

footer.footer-bg.container {
    padding: 132px 110px 80px;
}

footer.footer-bg .contact img {
    width: 140px;
}

footer.footer-bg .contact p {
    font-size: 20px;
    margin-top: 16px;
    line-height: 24px;
}

footer.footer-bg .links {
    margin-bottom: 24px;
    margin-top: 4rem;
    line-height: 3;
}

@media (min-width: 768px) {
    footer.footer-bg .links {
        margin-top: 130px;
    }
}

footer.footer-bg .links a {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 500;
}

footer.footer-bg h5 {
    margin-bottom: 20px;
}

footer.footer-bg .social-links h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
}

footer.footer-bg .social-links ul {
    margin-top: 20px;
}

footer.footer-bg .social-links ul [data-icon] {
    font-size: 24px;
}

footer.footer-bg .social-links .logos {
    margin-top: 50px;
}

footer.footer-bg .social-links .logos img {
    margin-right: 12px;
}

.social-links-header > .social-icon-container,
.social-links-header > .social-links-header-mobile {
    margin-right: 10px;
}

.social-links-header > .social-icon-container > a {
    margin-right: 10px;
    width: 1.5rem !important;
}

.social-links-header-mobile > .social-icon-container > a {
    margin-right: 10px;
    width: 2rem !important;
}

.social-links-footer > .social-icon-container > a {
    margin-right: 10px;
    width: 2rem !important;
}

.social-icon-fab {
    font-size: 1.2rem;
    line-height: 0;
}

header .header-icons-group,
header.header-dash .header-icons-group {
    display: flex;
    order: 3;
    margin-left: auto;
    height: 100%;
}

@media (max-width: 1024px) {
    header .header-icons-group,
    header.header-dash .header-icons-group {
        display: contents;
    }
}

header .c-header-icon,
header.header-dash .c-header-icon {
    position: relative;
    display: flex;
    float: left;
    max-width: 100%;
    padding: 0 1.2rem 0 1.2rem;
    height: 12vh;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #4D158C;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

header .c-header-icon i,
header.header-dash .c-header-icon i {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

header .c-header-icon-amount,
header.header-dash .c-header-icon-amount {
    position: relative;
    display: flex;
    height: 12vh;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

header .basket,
header .basket-two,
header.header-dash .basket,
header.header-dash .basket-two {
    background-color: #390B6D;
}

header .basket,
header .basket-amount,
header.header-dash .basket,
header.header-dash .basket-amount {
    flex-direction: column;
}

header .basket span,
header.header-dash .basket span {
    font-size: 14px;
    font-weight: 600;
}

header .basket-amount,
header.header-dash .basket-amount {
    font-size: 0.8em;
}

header .basket-amount span,
header.header-dash .basket-amount span {
    font-size: 1.5em;
    font-weight: 600;
}

header .c-header-icon:hover i,
header .c-header-icon:hover,
header.header-dash .c-header-icon:hover i,
header.header-dash .c-header-icon:hover {
    color: #F2746E;
}

footer.footer-bg-dash {
    color: #4D158C;
    font-size: 14px;
}

footer.footer-bg-dash .links {
    margin-bottom: 24px;
    margin-top: 4rem;
    line-height: 3;
}

@media (min-width: 768px) {
    footer.footer-bg-dash .links {
        margin-top: 130px;
    }
}

footer.footer-bg-dash .links a {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 500;
}

.rich-text h1,
.rich-text h2 {
    text-align: center;
    padding-bottom: 5rem;
}

.rich-text p {
    text-align: left;
    color: #5E5E5E;
    font-weight: 500;
    line-height: 26px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.switch-container {

    background-color: #F2F2F2;
    padding: 7px 0px 7px 0px;
    border-radius: 25px;

}

@media (max-width: 768px) {
    .switch-container {
        display: grid;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0;

    }
}

.switch-btn {
    cursor: pointer;
    padding: 10px 50px 10px 50px;
    color: #5E5E5E;
    font-weight: 500;
}

.switch-btn.active {
    background-color: #4D158C;
    box-shadow: 0 0 16px 0 rgba(78, 20, 140, 0.5);
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
}

.switch-2-btn:active {

    text-decoration: none !important;
}

.switch-2-btn {
    background-color: #fff;
    border-radius: 20px;
    color: #4D158C;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px 8px 10px;
}


.switch-2-btn.active {
    background-color: #FF595A;
    border-radius: 20px;
    color: #fff;
}


@media (max-width: 768px) {
    .switch-btn.active {
        border-radius: 0;

    }
}


.switch-btn:hover {
    text-decoration: none;

}


.testimonies.hero-bg-testimonies {
    background: url("/static/images/Gradient_2.svg");
    background-repeat: no-repeat;
    background-position: bottom;
}

@media (min-width: 1370px) {
    .testimonies.hero-bg-testimonies {
        min-height: 48rem;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .testimonies.hero-bg-testimonies {
        background-size: cover;
        padding-top: 3rem;
        background-position: right;
    }
}

.testimonies {
    /*height: 46.4375rem;*/
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .testimonies {
        padding: initial;
        height: 54rem;
    }
}

.testimonies .testimonies-content {
    padding-top: 0rem;
}

.testimonies h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

@media (max-width: 768px) {
    .testimonies h2 {
        font-size: 2.3rem;
    }
}

.testimonies h2 b {
    color: #F2746E;
    font-weight: 700;
}

.testimonies .testimony {
    color: #fff;
}

.testimonies .testimony .icon-arrow {
    align-items: center;
    display: flex;
    cursor: pointer;
}

.testimonies .testimony .icon-arrow [data-icon] {
    font-size: 40px;
    cursor: pointer;
}

.testimonies .testimony-text {
    font-size: 1.3rem;
    margin-top: 25px;
    font-weight: 500;
}

.slide {
    /* .image-container {
    img {
      max-width: 100%;
      height: auto;
      border: 2px solid #F2746E;
    }
    float: left;
    // width: 200px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  } */
}

.slide img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.slide .title {
    font-size: 1.33rem;
    line-height: 28px;
    text-align: left;
    font-weight: 500;
}

.slide .sub-title {
    font-size: 1.17rem;
    line-height: 28px;
    text-align: left;
}

.slide .teaser {
    text-align: left;
    display: inline-flex;
    height: 10rem;
}

#slider {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

#overflow {
    max-width: 100%;
    overflow: hidden;
}

/* #slides .inner {
  width: 400%;
} */
#slides .inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#slides article {
    float: left;
}

#slide1:checked ~ #slides .inner {
    margin-left: 0;
}

#slide2:checked ~ #slides .inner {
    margin-left: -100%;
}

#slide3:checked ~ #slides .inner {
    margin-left: -200%;
}

#slide4:checked ~ #slides .inner {
    margin-left: -300%;
}

input[type=radio] {
    display: none;
}

.content-about .background-about {
    width: 100%;
    background-color: #4D158C;
    background: url("/static/images/bkg_nosotros.svg") no-repeat;
}

@media (min-width: 1370px) {
    .content-about .background-about {
        background-size: contain;
    }
}

@media (max-width: 768px) {
    .content-about .background-about {
        background-size: cover;
    }
}

.content-about .showcase {
    margin-bottom: 5rem;
}

.content-about .showcase .space-header {
    /* @media (min-height: 768px){
    padding: 0 7rem;
  } */
    padding-top: 4.5rem;
}

.content-about .showcase .showcase-text {
    padding: initial;
    padding-top: 1.5rem;
}

@media (min-width: 768px) {
    .content-about .showcase .showcase-text {
        padding: 5rem;
    }
}

@media (min-width: 2000px) {
    .content-about .showcase .about-top-img {
        padding: 7rem;
    }
}

.content-about .showcase-comment {
    /* .text-blog-two {
    @media (min-width: 768px){
      padding: 5rem 0rem 5rem 10rem;
    }
  } */
}

.content-about .showcase-comment .img-custom {
    /* @media (max-width: 768px) {
    img {
      max-width: 100%;
    }
  } */
}

.content-about .showcase-comment .img-custom img {
    border-radius: 24px;
    box-shadow: 1px 1px 32px rgba(78, 20, 140, 0.5);
}

.content-about .showcase-comment .showcase-item {
    margin-bottom: 7rem;
}

.content-about .showcase-comment .text-blog-one h2,
.content-about .showcase-comment .text-blog-two h2 {
    color: #1A1919;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 34px;
}

.content-about .showcase-comment .text-blog-one p,
.content-about .showcase-comment .text-blog-two p {
    color: #5E5E5E;
    font-size: 1.125rem;
    font-weight: 500;
}

.content-about .showcase-comment .text-blog-one p span,
.content-about .showcase-comment .text-blog-two p span {
    color: #1A1919;
    font-weight: 700;
}

@media (min-width: 768px) {
    .content-about .showcase-comment .text-blog-one {
        padding: 2rem;
    }
}

.content-about .button-fixed-actions .fixed-actions h2 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .content-about .showcase-buttons .fixed-actions {
        border-radius: 43px;
    }
}

.content-simulator .chartjs-wrapper {
    overflow: hidden;
    width: 100%;
}

.content-simulator .chartjs-wrapper canvas {
    max-height: 100% !important;
}

.content-simulator .showcase-calculator {
    padding: 2rem 0rem;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator {
        padding: initial;
    }
}

.content-simulator .showcase-calculator h2 {
    color: #1A1919;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}

.content-simulator .showcase-calculator .intro-text {
    color: #F2746E;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-simulator .showcase-calculator .label-text-calc {
    color: #1A1919;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 1rem;
}

.content-simulator .showcase-calculator .card-intro {
    width: 100%;
    min-height: 342px;
}

.content-simulator .showcase-calculator .form-group {
    margin-bottom: 2rem;
}

.content-simulator .showcase-calculator .card-custom {
    box-shadow: 10px 10px 45px 0 rgba(48, 0, 98, 0.3);
    border-radius: 5px;
    max-width: 600px;
    display: flex;
    height: 280px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .card-custom {
        flex-direction: column;
        height: auto;
    }
}

.content-simulator .showcase-calculator .card-custom .card-left {
    padding: 20px;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    min-width: 50%;
}

.content-simulator .showcase-calculator .card-custom .card-left .card__investor {
    align-items: left;
}

.content-simulator .showcase-calculator .card-custom .card-left .total-amount {
    color: #F2746E;
    line-height: 32px;
}

.content-simulator .showcase-calculator .card-custom .card-left span {
    text-align: center;
    color: #1A1919;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0.5rem;
}

.content-simulator .showcase-calculator .card-custom .card-left img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.content-simulator .showcase-calculator .card-custom .card-right {
    padding: 20px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    min-width: 50%;
    border-radius: 0 5px 5px 0;
}

.content-simulator .showcase-calculator .card-custom .card-right .total-amount {
    color: #F2746E;
    line-height: 32px;
}

.content-simulator .showcase-calculator .card-custom .card-meta {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    color: #1A1919;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-simulator .showcase-calculator .card-custom .card-meta .detail-span {
    color: #5E5E5E;
    font-size: 14px;
    line-height: 18px;
}

.content-simulator .showcase-calculator .card-custom a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.content-simulator .showcase-calculator .card-custom .card-link {
    color: #1A1919;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.content-simulator .showcase-calculator .detail-pay {
    color: #4D158C;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.content-simulator .showcase-calculator .notice {
    color: #5E5E5E;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.content-simulator .showcase-calculator .can-toggle {
    position: relative;
}

.content-simulator .showcase-calculator .can-toggle *, .content-simulator .showcase-calculator .can-toggle *:before, .content-simulator .showcase-calculator .can-toggle *:after {
    box-sizing: border-box;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox][disabled] ~ label {
    pointer-events: none;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}

.content-simulator .showcase-calculator .can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch {
    position: relative;
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-align: center;
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-align: center;
    background: #4D158C;
    transform: translate3d(0, 0, 0);
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox][disabled] ~ label {
    color: rgba(51, 51, 51, 0.5);
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .content-simulator .showcase-calculator .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #333;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #1a1a1a;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:hover ~ label {
    color: #262626;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked ~ label:hover {
    color: #55bc49;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #70c767;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #4fb743;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #5fc054;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #47a43d;
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__label-text {
    flex: 1;
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #404040;
    cursor: pointer;
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #333;
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(183px, 0, 0);
}

.content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle label {
    font-size: 14px;
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch {
    height: 40px;
    flex: 0 0 370px;
    border-radius: 25px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:before {
    left: 185px;
    font-size: 12px;
    line-height: 40px;
    width: 185px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 25px;
    width: 183px;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-simulator .showcase-calculator .can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.can-toggle--size-small label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 2px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(78px, 0, 0);
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-large label {
    font-size: 14px;
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-large label .can-toggle__switch {
    height: 50px;
    flex: 0 0 160px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.can-toggle--size-large label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
    left: 80px;
    font-size: 14px;
    line-height: 50px;
    width: 80px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 4px;
    width: 78px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-simulator .showcase-calculator .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
    color: rgba(204, 204, 204, 0.5);
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #ccc;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #b3b3b3;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label {
    color: #bfbfbf;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label:hover {
    color: #c4c4c4;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #d9d9d9;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #bfbfbf;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #ccc;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #b3b3b3;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 label .can-toggle__label-text {
    flex: 1;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 label .can-toggle__switch {
    transition: background-color 0.3s ease-in-out;
    background: #d9d9d9;
    cursor: pointer;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
    color: #5e5e5e;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    color: #ccc;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
    color: rgba(68, 68, 68, 0.5);
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #444;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #2b2b2b;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label {
    color: #373737;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label:hover {
    color: #62b125;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #75d32d;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #5da924;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #69be28;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #52941f;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
    flex: 1;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #515151;
    cursor: pointer;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.7);
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    color: #444;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(68px, 0, 0);
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label {
    font-size: 13px;
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    height: 60px;
    flex: 0 0 140px;
    border-radius: 60px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    left: 70px;
    font-size: 13px;
    line-height: 60px;
    width: 70px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 60px;
    width: 68px;
    line-height: 56px;
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-simulator .showcase-calculator .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-simulator .showcase-calculator .form-control-lg {
    height: calc(2.875rem + 16px);
}

@media (max-width: 768px) {
    .content-simulator .showcase-calculator .form-control-lg {
        color: rgba(77, 21, 140, 0.479);
        border: 2px solid #4D158C;
    }
}

.content-simulator .showcase-simulator {
    padding-top: 5rem;
    padding-bottom: 8rem;
    /* @media (max-width: 768px) {
    padding: initial;
  } */
}

.content-simulator .showcase-comment {
    padding-bottom: 8rem;
}

.content-simulator .showcase-comment .showcase-item {
    margin-bottom: 7rem;
}

@media (max-width: 768px) {
    .content-simulator .showcase-comment .showcase-item {
        margin-bottom: 4rem;
    }
}

.content-simulator .showcase-comment .showcase-item .lead-title {
    color: #1A1919;
    font-weight: 700;
    font-size: 18px;
}

.content-simulator .showcase-comment .showcase-item .lead-text {
    color: #5E5E5E;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.content-simulator .showcase-comment .img-custom img {
    border-radius: 24px;
    box-shadow: 1px 5px 38px rgba(78, 20, 140, 0.3);
    max-width: 100%;
    height: auto;
}

.content-simulator .background-simulator {
    width: 100%;
    background-color: #4D158C;
    background: url("/static/images/bkg_creditos_edit2.svg") no-repeat;
    background-size: cover;
    background-position: inherit;
}

@media (min-width: 1500px) {
    .content-simulator .background-simulator {
        padding-bottom: 24rem;
    }
}

.content-simulator .showcase-text h1 {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 700;
    line-height: 57px;
}

@media (max-width: 768px) {
    .content-simulator .showcase-text h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

.content-simulator .showcase-text .intro-text {
    max-width: 480px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-simulator .text-item-one {
    padding-left: 7rem;
}

@media (max-width: 768px) {
    .content-simulator .text-item-one {
        padding: initial;
    }
}

.content-simulator .text-item-two {
    padding-right: 7rem;
}

@media (max-width: 768px) {
    .content-simulator .text-item-two {
        padding: initial;
    }
}

.content-simulator .text-item-one .card-title,
.content-simulator .text-item-two .card-title {
    color: #1A1919;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

.content-simulator .text-item-one .card-text,
.content-simulator .text-item-two .card-text {
    max-width: 460px;
    color: #5E5E5E;
    font-size: 18px;
    font-weight: 500;
}

.content-simulator .testimonies {
    margin-bottom: 1rem;
}

.content-simulator .testimonies .testimonies-content {
    padding-top: 0rem;
}

.content-simulator .testimonies .testimonies-content .card-intro {
    min-height: auto;
    max-height: none;
}

@media (max-width: 768px) {
    .content-simulator .testimonies h2 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

.content-rejected .showcase-rejected {
    color: #5E5E5E;
    line-height: 26px;
    margin-top: 5rem;
}

.content-rejected .showcase-text h1 {
    color: #3A3A3A;
    font-size: 46px;
    font-weight: 700;
    line-height: 57px;
}

.content-rejected .showcase-item h2,
.content-rejected .showcase-item h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.content-rejected .showcase-item h2 {
    color: #4E148C;
}

.content-rejected .showcase-item h3 {
    color: #1A1919;
}

.content-rejected .showcase-item .card {
    min-height: 483px !important;
    max-width: 380px !important;
    border: inherit;
    /* Bar container */
}

.content-rejected .showcase-item .card .card-title {
    color: #4D158C;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-rejected .showcase-item .card h2 {
    color: #1A1919;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.content-rejected .showcase-item .card .progress-radial {
    margin-right: 30px;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0px solid #555555;
    background-color: #4E148C;
}

.content-rejected .showcase-item .card .progress-radial .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 142px;
    height: 142px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 4px;
    text-align: center;
    line-height: 150px;
}

.content-rejected .showcase-item .card .progress-radial .percent {
    color: #4D158C;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}

.content-rejected .text-blog-one span {
    color: #1A1919;
    font-weight: 700;
    line-height: 26px;
}

.content-approval .showcase-approval {
    margin-top: 5rem;
    color: #5E5E5E;
    line-height: 26px;
}

.content-approval .showcase-approval .showcase-profile h2 {
    color: #1A1919;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
}

.content-approval .showcase-approval .showcase-profile p {
    font-weight: 500;
    line-height: 26px;
}

.content-approval .showcase-text h1 {
    color: #3A3A3A;
    font-size: 46px;
    font-weight: bold;
    line-height: 57px;
}

.content-approval .showcase-item h2,
.content-approval .showcase-item h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.content-approval .showcase-item h2 {
    color: #4E148C;
}

.content-approval .showcase-item h3 {
    color: #1A1919;
}

.content-approval .showcase-item .card-profile {
    min-height: 574px !important;
    max-width: 482px !important;
    border: inherit;
}

.content-approval .showcase-item .card {
    min-height: 483px !important;
    max-width: 380px !important;
    border: inherit;
    /* Bar container */
}

.content-approval .showcase-item .card .card-title {
    color: #4D158C;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .showcase-item .card h2 {
    color: #1A1919;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.content-approval .showcase-item .card .progress-radial {
    margin-right: 30px;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0px solid #555555;
    background-color: #4E148C;
}

.content-approval .showcase-item .card .progress-radial .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 142px;
    height: 142px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 4px;
    text-align: center;
    line-height: 150px;
}

.content-approval .showcase-item .card .progress-radial .percent {
    color: #4D158C;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}

.content-approval .text-blog-one .detail-months {
    background-color: #FFF7F6;
}

.content-approval .text-blog-one .contract-text {
    color: #5E5E5E;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .text-blog-one span {
    color: #5E5E5E;
    font-weight: bold;
    line-height: 26px;
}

.content-approval .text-blog-one .total-amount {
    color: #F2746E;
    font-size: 52px;
    font-weight: bold;
    line-height: 63px;
}

.content-approval .can-toggle {
    position: relative;
}

.content-approval .can-toggle *, .content-approval .can-toggle *:before, .content-approval .can-toggle *:after {
    box-sizing: border-box;
}

.content-approval .can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.content-approval .can-toggle input[type=checkbox][disabled] ~ label {
    pointer-events: none;
}

.content-approval .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}

.content-approval .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}

.content-approval .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}

.content-approval .can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.content-approval .can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.content-approval .can-toggle label .can-toggle__switch {
    position: relative;
}

.content-approval .can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-align: center;
}

.content-approval .can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-align: center;
    background: #4D158C;
    transform: translate3d(0, 0, 0);
}

.content-approval .can-toggle input[type=checkbox][disabled] ~ label {
    color: rgba(51, 51, 51, 0.5);
}

.content-approval .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .content-approval .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #333;
}

.content-approval .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #1a1a1a;
}

.content-approval .can-toggle input[type=checkbox]:hover ~ label {
    color: #262626;
}

.content-approval .can-toggle input[type=checkbox]:checked ~ label:hover {
    color: #55bc49;
}

.content-approval .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #70c767;
}

.content-approval .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #4fb743;
}

.content-approval .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-approval .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #5fc054;
}

.content-approval .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #47a43d;
}

.content-approval .can-toggle label .can-toggle__label-text {
    flex: 1;
}

.content-approval .can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #404040;
    cursor: pointer;
}

.content-approval .can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}

.content-approval .can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #333;
}

.content-approval .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(183px, 0, 0);
}

.content-approval .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle label {
    font-size: 14px;
}

.content-approval .can-toggle label .can-toggle__switch {
    height: 40px;
    flex: 0 0 370px;
    border-radius: 25px;
}

@media (max-width: 768px) {
    .content-approval .can-toggle label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-approval .can-toggle label .can-toggle__switch:before {
    left: 185px;
    font-size: 12px;
    line-height: 40px;
    width: 185px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-approval .can-toggle label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-approval .can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 25px;
    width: 183px;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-approval .can-toggle label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-approval .can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.content-approval .can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.content-approval .can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.can-toggle--size-small label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-approval .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-approval .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 2px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-approval .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(78px, 0, 0);
}

.content-approval .can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.can-toggle--size-large label {
    font-size: 14px;
}

.content-approval .can-toggle.can-toggle--size-large label .can-toggle__switch {
    height: 50px;
    flex: 0 0 160px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.can-toggle--size-large label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-approval .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
    left: 80px;
    font-size: 14px;
    line-height: 50px;
    width: 80px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-approval .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 4px;
    width: 78px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-approval .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
    color: rgba(204, 204, 204, 0.5);
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch, .content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #ccc;
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #b3b3b3;
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label {
    color: #bfbfbf;
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label:hover {
    color: #c4c4c4;
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #d9d9d9;
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #bfbfbf;
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #ccc;
}

.content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #b3b3b3;
}

.content-approval .can-toggle.demo-rebrand-1 label .can-toggle__label-text {
    flex: 1;
}

.content-approval .can-toggle.demo-rebrand-1 label .can-toggle__switch {
    transition: background-color 0.3s ease-in-out;
    background: #d9d9d9;
    cursor: pointer;
}

.content-approval .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
    color: #5e5e5e;
}

.content-approval .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    color: #ccc;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
    color: rgba(68, 68, 68, 0.5);
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch, .content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #444;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #2b2b2b;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label {
    color: #373737;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label:hover {
    color: #62b125;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #75d32d;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #5da924;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #69be28;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #52941f;
}

.content-approval .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
    flex: 1;
}

.content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #515151;
    cursor: pointer;
}

.content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.7);
}

.content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    color: #444;
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(68px, 0, 0);
}

.content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .can-toggle.demo-rebrand-2 label {
    font-size: 13px;
}

.content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    height: 60px;
    flex: 0 0 140px;
    border-radius: 60px;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    left: 70px;
    font-size: 13px;
    line-height: 60px;
    width: 70px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 60px;
    width: 68px;
    line-height: 56px;
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-approval .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .contrato .card,
.content-approval .caratula .card,
.content-approval .pagare .card,
.content-approval .domiciliar .card {
    min-height: inherit !important;
    max-width: inherit !important;
    border: 1px solid rgba(4, 12, 14, 0.125);
}

.content-approval .contrato hr,
.content-approval .caratula hr,
.content-approval .pagare hr,
.content-approval .domiciliar hr {
    margin-top: 5rem;
    border-top: 1px solid #212529;
}

@media print {
    @page {

    .content-approval .contrato,
    .content-approval .caratula,
    .content-approval .pagare,
    .content-approval .domiciliar {
        margin: 0.5rem;
    }
}

.content-approval .contrato table,
.content-approval .caratula table,
.content-approval .pagare table,
.content-approval .domiciliar table {
    -pdf-keep-in-frame-mode: shrink !important;
}

.content-approval .contrato tr:nth-child(even) td,
.content-approval .caratula tr:nth-child(even) td,
.content-approval .pagare tr:nth-child(even) td,
.content-approval .domiciliar tr:nth-child(even) td {
    background-color: red !important;
    -webkit-print-color-adjust: exact;
}

.content-approval .contrato .row,
.content-approval .caratula .row,
.content-approval .pagare .row,
.content-approval .domiciliar .row {
    display: inline-block;
    border: solid 1px #ccc;
    margin: 0.2cm;
}

.content-approval .contrato .row,
.content-approval .caratula .row,
.content-approval .pagare .row,
.content-approval .domiciliar .row {
    display: block;
    margin: solid 2px black;
    margin: 0.2cm 1cm;
}

.content-approval .contrato body,
.content-approval .caratula body,
.content-approval .pagare body,
.content-approval .domiciliar body {
    color: #000;
    background: #fff;
}

.content-approval .contrato h1,
.content-approval .caratula h1,
.content-approval .pagare h1,
.content-approval .domiciliar h1 {
    color: #000;
    background: none;
}

.content-approval .contrato nav, .content-approval .contrato aside,
.content-approval .caratula nav,
.content-approval .caratula aside,
.content-approval .pagare nav,
.content-approval .pagare aside,
.content-approval .domiciliar nav,
.content-approval .domiciliar aside {
    display: none;
}

.content-approval .contrato body, .content-approval .contrato article,
.content-approval .caratula body,
.content-approval .caratula article,
.content-approval .pagare body,
.content-approval .pagare article,
.content-approval .domiciliar body,
.content-approval .domiciliar article {
    width: 100%;
    margin: 0;
    padding: 0;
}

.content-approval .contrato h1, .content-approval .contrato h2, .content-approval .contrato h3, .content-approval .contrato h4, .content-approval .contrato h5, .content-approval .contrato h6,
.content-approval .caratula h1,
.content-approval .caratula h2,
.content-approval .caratula h3,
.content-approval .caratula h4,
.content-approval .caratula h5,
.content-approval .caratula h6,
.content-approval .pagare h1,
.content-approval .pagare h2,
.content-approval .pagare h3,
.content-approval .pagare h4,
.content-approval .pagare h5,
.content-approval .pagare h6,
.content-approval .domiciliar h1,
.content-approval .domiciliar h2,
.content-approval .domiciliar h3,
.content-approval .domiciliar h4,
.content-approval .domiciliar h5,
.content-approval .domiciliar h6 {
    page-break-after: avoid;
}

.content-approval .contrato img,
.content-approval .caratula img,
.content-approval .pagare img,
.content-approval .domiciliar img {
    max-width: 100% !important;
}

.content-approval .contrato article,
.content-approval .caratula article,
.content-approval .pagare article,
.content-approval .domiciliar article {
    page-break-before:  always;
}

.content-approval .contrato ul, .content-approval .contrato img,
.content-approval .caratula ul,
.content-approval .caratula img,
.content-approval .pagare ul,
.content-approval .pagare img,
.content-approval .domiciliar ul,
.content-approval .domiciliar img {
    page-break-inside:  avoid;
}

.content-approval .contrato article a,
.content-approval .caratula article a,
.content-approval .pagare article a,
.content-approval .domiciliar article a {
    font-weight: bolder;
    text-decoration: none;
}

.content-approval .contrato article a[href^=http]:after,
.content-approval .caratula article a[href^=http]:after,
.content-approval .pagare article a[href^=http]:after,
.content-approval .domiciliar article a[href^=http]:after {
    content: " <" attr(href) "> ";
}

.content-approval .contrato article a[href^="#"]:after,
.content-approval .caratula article a[href^="#"]:after,
.content-approval .pagare article a[href^="#"]:after,
.content-approval .domiciliar article a[href^="#"]:after {
    content: "";
}

.content-approval .contrato header,
.content-approval .caratula header,
.content-approval .pagare header,
.content-approval .domiciliar header {
    background: none;
    color: #000;
}

.content-approval .contrato header img,
.content-approval .caratula header img,
.content-approval .pagare header img,
.content-approval .domiciliar header img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.content-approval .contrato .card,
.content-approval .caratula .card,
.content-approval .pagare .card,
.content-approval .domiciliar .card {
    min-height: inherit !important;
    max-width: inherit !important;
    border: 1px solid rgba(4, 12, 14, 0.125);
}

.content-approval .contrato hr,
.content-approval .caratula hr,
.content-approval .pagare hr,
.content-approval .domiciliar hr {
    margin-top: 5rem;
    border-top: 1px solid #212529;
}

}
.content-approval .content-summary .showcase-summary {
    margin-top: 5rem;
    color: #5E5E5E;
    line-height: 26px;
}

.content-approval .content-summary .showcase-text h1 {
    color: #3A3A3A;
    font-size: 46px;
    font-weight: bold;
    line-height: 57px;
}

.content-approval .content-summary .showcase-item h2,
.content-approval .content-summary .showcase-item h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.content-approval .content-summary .showcase-item h2 {
    color: #4E148C;
}

.content-approval .content-summary .showcase-item h3 {
    color: #1A1919;
}

.content-approval .content-summary .showcase-item .card {
    min-height: auto !important;
    max-width: 380px !important;
    border: inherit;
    /* Bar container */
}

.content-approval .content-summary .showcase-item .card .card-title {
    color: #4D158C;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .content-summary .showcase-item .card .custom {
    background-color: lavenderblush;
}

.content-approval .content-summary .showcase-item .card .custom span {
    font-weight: 500;
}

.content-approval .content-summary .showcase-item .card h2 {
    color: #1A1919;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.content-approval .content-summary .showcase-item .card .progress-radial {
    margin-right: 30px;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0px solid #555555;
    background-color: #4E148C;
}

.content-approval .content-summary .showcase-item .card .progress-radial .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 142px;
    height: 142px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 4px;
    text-align: center;
    line-height: 150px;
}

.content-approval .content-summary .showcase-item .card .progress-radial .percent {
    color: #4D158C;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}

.content-approval .content-summary .text-blog-one span {
    color: #1A1919;
    font-weight: bold;
    line-height: 26px;
}

.content-approval .content-summary .text-blog-one h6 {
    color: #4D158C;
    font-size: 20px;
    line-height: 24px;
}

.content-approval .content-updocument .showcase-updocument {
    color: #5E5E5E;
    line-height: 26px;
    margin-top: 80px;
    /*.list-group-item {
    border: none;
  }*/
}

.content-approval .content-updocument .showcase-updocument .total-amount {
    color: #F2746E;
    font-size: 52px;
    font-weight: bold;
    line-height: 63px;
}

.content-approval .content-updocument .showcase-updocument .card-custom {
    box-shadow: 10px 10px 45px 0 rgba(48, 0, 98, 0.3);
    border-radius: 5px;
    max-width: 600px;
    display: flex;
    height: 280px;
}

@media (max-width: 768px) {
    .content-approval .content-updocument .showcase-updocument .card-custom {
        flex-direction: column;
        height: auto;
    }
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-left {
    padding: 20px;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    min-width: 50%;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-left .card__investor {
    align-items: left;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-left .total-amount {
    color: #F2746E;
    line-height: 32px;
    font-size: 40px;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-left span {
    text-align: left;
    color: #1A1919;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0.5rem;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-left img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-right {
    padding: 20px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    min-width: 50%;
    border-radius: 0 5px 5px 0;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-right .total-amount {
    color: #F2746E;
    line-height: 32px;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-meta {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    color: #1A1919;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-meta .detail-span {
    color: #5E5E5E;
    font-size: 14px;
    line-height: 18px;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-meta [data-icon] {
    color: #4D158C;
}

.content-approval .content-updocument .showcase-updocument .card-custom a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.content-approval .content-updocument .showcase-updocument .card-custom .card-link {
    color: #1A1919;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.content-approval .content-updocument .showcase-updocument .card-custom .panel-heading {
    background-color: #FBF7FF;
}

.content-approval .content-updocument .showcase-updocument .card-custom .panel-heading a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.content-approval .content-updocument .showcase-updocument .label-text-calc {
    color: #1A1919;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 1rem;
}

.content-approval .content-updocument .showcase-updocument .intro-text {
    color: #F2746E;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .content-updocument .showcase-updocument .notice {
    color: #5E5E5E;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.content-approval .content-updocument .showcase-updocument .detail-pay {
    color: #4D158C;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.content-approval .content-updocument .showcase-updocument .card-intro h4 {
    font-size: 1.4rem;
}

.content-approval .content-updocument .showcase-updocument .rate-text, .content-approval .content-updocument .showcase-updocument .rate-value {
    /*height: 19px;
  width: 104px;*/
    color: #F2746E;
}

.content-approval .content-updocument .showcase-updocument .rate-text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.content-approval .content-updocument .showcase-updocument .rate-value {
    font-size: 56px;
    line-height: 68px;
    font-weight: 500;
}

.content-approval .content-updocument .showcase-text h1 {
    color: #3A3A3A;
    font-size: 46px;
    font-weight: 700;
    line-height: 57px;
}

.content-approval .content-updocument .showcase-item h2,
.content-approval .content-updocument .showcase-item h3 {
    font-weight: 700;
    line-height: 34px;
}

.content-approval .content-updocument .showcase-item h2 {
    color: #4E148C;
    font-size: 28px;
}

.content-approval .content-updocument .showcase-item h3 {
    color: #1A1919;
    font-size: 20px;
}

.content-approval .content-updocument .showcase-item .sidebar-nav-faq .active {
    color: #4E148C;
}

.content-approval .content-updocument .showcase-item .sidebar-nav-faq .active h6 {
    font-size: 18px;
    font-weight: bold;
}

.content-approval .content-updocument .showcase-item .faqs .panel-heading {
    background-color: #FBF7FF;
    padding: 0.5rem;
}

.content-approval .content-updocument .text-blog-one span {
    color: #1A1919;
    font-weight: 700;
    line-height: 26px;
}

.content-approval .content-updocument .form-group label {
    color: #1A1919;
    font-size: 14px;
    font-weight: 500;
}

.content-approval .content-updocument .form-group .custom-file-label {
    border: 1px solid #4E148C;
    color: #4E148C !important;
    background-color: #FBF7FF;
    display: flex;
    align-items: center;
}

.content-approval .content-updocument .form-group .custom-file-label {
    height: calc(2.25rem + 16px);
}

.content-approval .content-updocument .form-group .custom-file-label::after {
    color: inherit;
    content: "";
    background-color: transparent;
    border-left: none;
}

.content-approval .content-updocument .panel-title a {
    display: block;
    padding: 15px 20px 15px 0;
    color: #634198;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}

.content-approval .content-updocument .panel-heading a [data-icon] {
    float: right;
    transition: all 0.5s;
}

.content-approval .content-updocument .panel-heading.active a [data-icon] {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.content-approval .content-request .showcase-request {
    margin-top: 5rem;
    color: #5E5E5E;
    line-height: 26px;
}

.content-approval .content-request .showcase-request .custom-pharagrap {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
}

.content-approval .content-request .showcase-text h1 {
    color: #3A3A3A;
    font-size: 46px;
    font-weight: bold;
    line-height: 57px;
}

.content-approval .content-request .showcase-item h2,
.content-approval .content-request .showcase-item h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.content-approval .content-request .showcase-item h2 {
    color: #4E148C;
}

.content-approval .content-request .showcase-item h3 {
    color: #1A1919;
}

.content-approval .content-request .showcase-item .card {
    min-height: 483px !important;
    max-width: 380px !important;
    border: inherit;
    /* Bar container */
}

@media (max-width: 768px) {
    .content-approval .content-request .showcase-item .card.mobile-card {
        min-height: auto !important;
    }
}

.content-approval .content-request .showcase-item .card .card-title {
    color: #4D158C;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .content-request .showcase-item .card h2 {
    color: #1A1919;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.content-approval .content-request .showcase-item .card .progress-radial {
    margin-right: 30px;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0px solid #555555;
    background-color: #4E148C;
}

.content-approval .content-request .showcase-item .card .progress-radial .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 142px;
    height: 142px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 4px;
    text-align: center;
    line-height: 150px;
}

.content-approval .content-request .showcase-item .card .progress-radial .percent {
    color: #4D158C;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}

.content-approval .content-request .text-blog-one .detail-months {
    background-color: #FFF7F6;
}

.content-approval .content-request .text-blog-one span {
    color: #5E5E5E;
    font-weight: bold;
    line-height: 26px;
}

.content-approval .content-request .text-blog-one .total-amount {
    color: #F2746E;
    font-size: 52px;
    font-weight: bold;
    line-height: 63px;
}

.content-approval .content-request .text-blog-one .card-header {
    background-color: initial;
}

.content-approval .content-request .text-blog-one .upload_custom .form-group label {
    color: #1A1919;
    font-size: 14px;
    font-weight: 500;
}

.content-approval .content-request .text-blog-one .upload_custom .form-group .custom-file-label {
    border: 1px solid #4E148C;
    color: #4E148C !important;
    background-color: #FBF7FF;
    display: flex;
    align-items: center;
}

.content-approval .content-request .text-blog-one .upload_custom .form-group .custom-file-label {
    height: calc(2.25rem + 16px);
}

.content-approval .content-request .text-blog-one .upload_custom .form-group .custom-file-label::after {
    color: inherit;
    content: "";
    background-color: transparent;
    border-left: none;
}

.content-approval .content-request .text-blog-one .form-group {
    margin-top: 32px;
    /* .custom-control {
    padding-left: 2.5rem;
    margin-right: 6rem;
  } */
}

.content-approval .content-request .text-blog-one .form-group .custom-file-label {
    height: 50px;
    border: 1px solid #5E5E5E;
}

.content-approval .content-request .text-blog-one .form-group .form-control-lg {
    font-size: 1rem;
}

.content-approval .content-request .text-blog-one .form-group .form-control {
    color: #1A1919;
    border: 1px solid #5E5E5E;
    font-weight: 500;
}

.content-approval .content-request .text-blog-one .form-group .custom-terms {
    color: #5E5E5E;
    font-size: initial;
    font-weight: 500;
}

.content-approval .content-request .text-blog-one .form-group label {
    color: #1A1919;
    font-size: 14px;
    font-weight: 700;
}

.content-approval .content-request .text-blog-one .form-group input::placeholder {
    color: #5E5E5E;
}

.content-approval .content-request .text-blog-one .form-group .custom-control-label::before {
    width: 1.1875rem;
    height: 1.1875rem;
    border: 1px solid #5E5E5E;
    background-color: #F2F2F2;
}

.content-approval .content-request .text-blog-one .form-group .custom-control-label::after {
    width: 1.1875rem;
    height: 1.1875rem;
}

.content-approval .content-request .text-blog-one .form-group .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff !important;
    background-color: #634198 !important;
}

.content-approval .content-request .text-blog-one .form-group .custom-select-lg {
    font-size: 1rem;
}

.content-approval .content-request .text-blog-one .form-group .custom-select {
    background: initial;
    color: #5E5E5E;
    border: 1px solid #5E5E5E;
    background-color: #FFFFFF;
}

.content-approval .content-dash .showcase-dash {
    margin-top: 5rem;
    color: #5E5E5E;
    line-height: 26px;
}

.content-approval .content-dash .showcase-dash .showcase-profile h2 {
    color: #1A1919;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
}

.content-approval .content-dash .showcase-dash .showcase-profile p {
    font-weight: 500;
    line-height: 26px;
}

.content-approval .content-dash .showcase-dash .card-custom {
    box-shadow: 10px 10px 45px 0 rgba(48, 0, 98, 0.3);
    border-radius: 5px;
    max-width: 100%;
    display: flex;
    height: auto;
}

.content-approval .content-dash .showcase-text h1 {
    color: #3A3A3A;
    font-size: 46px;
    font-weight: bold;
    line-height: 57px;
}

.content-approval .content-dash .showcase-item h2,
.content-approval .content-dash .showcase-item h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.content-approval .content-dash .showcase-item h2 {
    color: #4E148C;
}

.content-approval .content-dash .showcase-item h3 {
    color: #1A1919;
}

.content-approval .content-dash .showcase-item .card-profile {
    height: 574px !important;
    width: 482px !important;
    border: inherit;
}

.content-approval .content-dash .showcase-item .card {
    min-height: auto !important;
    max-width: 380px !important;
    border: inherit;
    /* Bar container */
}

.content-approval .content-dash .showcase-item .card .card-title {
    color: #4D158C;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .content-dash .showcase-item .card .svg-inline--fa.fa-w-16 {
    width: 0.5em;
    color: #6320A1;
}

.content-approval .content-dash .showcase-item .card h2 {
    color: #1A1919;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.content-approval .content-dash .showcase-item .card .chart-text {
    fill: #4D158C;
    -moz-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
}

.content-approval .content-dash .showcase-item .card .chart-title {
    font-size: 0.2em;
    line-height: 1;
    text-anchor: middle;
    -moz-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
    fill: #000;
}

.content-approval .content-dash .showcase-item .card .chart-label {
    font-size: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    text-anchor: middle;
    -moz-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
    fill: #4D158C;
}

.content-approval .content-dash .showcase-item .card .progress-radial {
    margin-right: 30px;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0px solid #555555;
    background-color: #4E148C;
}

.content-approval .content-dash .showcase-item .card .progress-radial .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 142px;
    height: 142px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 4px;
    text-align: center;
    line-height: 150px;
}

.content-approval .content-dash .showcase-item .card .progress-radial .percent {
    color: #4D158C;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}

.content-approval .content-dash .text-blog-one .detail-months {
    background-color: #FFF7F6;
    padding: 0.5rem;
}

.content-approval .content-dash .text-blog-one .contract-text {
    color: #5E5E5E;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .content-dash .text-blog-one span {
    color: #5E5E5E;
    line-height: 26px;
    font-size: 14px;
}

.content-approval .content-dash .text-blog-one span a {
    color: #4D158C;
    font-weight: 500;
    line-height: 19px;
}

.content-approval .content-dash .text-blog-one .total-amount {
    color: #F2746E;
    font-size: 52px;
    font-weight: bold;
    line-height: 63px;
}

.content-approval .content-dash .text-blog-one .total-amount-investment {
    color: #4D158C;
    font-size: 40px;
    font-weight: bold;
    line-height: 49px;
}

.content-approval .content-dash .text-blog-one .total-amount-details {
    color: #302F2F;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
}

.content-approval .content-dash .text-blog-one .total-amount-details-history {
    color: #F2746E !important;
    font-size: 24px;
}

.content-approval .content-dash .text-blog-one .timeline-content {
    height: 100px;
    width: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 45px 0 rgba(181, 181, 181, 0.3);
}

.content-approval .content-dash .text-blog-one .timeline-content #timeline-wrap {
    margin: 0 10% 0 10%;
    top: 40%;
    position: relative;
}

.content-approval .content-dash .text-blog-one .timeline-content #timeline {
    height: 2px;
    width: 100%;
    border: 2px solid #F4F4F4;
    position: relative;
}

.content-approval .content-dash .text-blog-one .timeline-content .line-2 {
    width: 50%;
    border: 1px solid #4D158C;
    position: relative;
    background-color: #4D158C;
    /* @media (min-width: 1497px){
    width: 16vw;
  }
  @media (max-width: 768px) {
    width: 38vw;
  } */
}

.content-approval .content-dash .text-blog-one .timeline-content .line-2:before {
    position: absolute;
    border: 1px solid #333;
}

.content-approval .content-dash .text-blog-one .timeline-content .line-2.line-3 {
    width: 100%;
}

.content-approval .content-dash .text-blog-one .timeline-content .marker {
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    margin-left: -17px;
    background-color: #4D158C;
    border-radius: 50%;
}

.content-approval .content-dash .text-blog-one .timeline-content .title-one {
    position: absolute;
    top: 2rem;
    left: -1.5rem;
    color: #4D158C;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.content-approval .content-dash .text-blog-one .timeline-content .fa-pencil:before {
    content: "";
}

.content-approval .content-dash .text-blog-one .timeline-content .title-two {
    position: absolute;
    top: 1.79rem;
    left: -2.5rem;
    color: #1A1919;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.content-approval .content-dash .text-blog-one .timeline-content .title-three {
    position: absolute;
    top: 2rem;
    left: -1.5rem;
    color: #1A1919;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.content-approval .content-dash .text-blog-one .timeline-content .timeline-icon.one {
    background-color: #4D158C;
}

.content-approval .content-dash .text-blog-one .timeline-content .timeline-icon.one.title {
    color: #333;
    display: block;
}

.content-approval .content-dash .text-blog-one .timeline-content .timeline-icon.two {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background-color: #4D158C;
    border: 4px solid #F4F4F4;
    border-radius: 50%;
    text-align: center;
    line-height: 50px -10;
    color: #DADBDD;
    font-size: 0.8em;
    font-style: normal;
    position: absolute;
    top: -9px;
    left: 50%;
    font-weight: bold;
    box-shadow: 0 2px 8px 0 rgba(181, 181, 181, 0.4);
}

.content-approval .content-dash .text-blog-one .timeline-content .timeline-icon.three {
    background-color: #F4F4F4;
}

.content-approval .content-dash .text-blog-one .timeline-content .mfirst {
    top: -9px;
    border: 4px solid #4D158C;
}

.content-approval .content-dash .text-blog-one .timeline-content .m2 {
    top: -9px;
    left: 50%;
}

.content-approval .content-dash .text-blog-one .timeline-content .m3 {
    top: -9px;
    left: 100% !important;
}

.content-approval .table-striped tbody tr:nth-of-type(odd) {
    background-color: #FBF7FF;
}

.content-approval .table-striped .concept-detail {
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.content-approval .table-striped th, .content-approval .table-striped td {
    border-top: none !important;
    border-bottom: none !important;
}

.table-slim {
    line-height: 15px;
    font-size: 14px;
}

@media (min-width: 1024px) {
    .content-approval .investment-confirmation-page {
        margin-top: 3rem;
    }
}

.content-approval .investment-confirmation-page .showcase-request {
    margin-top: 5rem;
    color: #5E5E5E;
    line-height: 26px;
}

.content-approval .investment-confirmation-page .showcase-request .custom-pharagrap {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
}

.content-approval .investment-confirmation-page .showcase-text h1 {
    color: #3A3A3A;
    font-size: 46px;
    font-weight: bold;
    line-height: 57px;
}

.content-approval .investment-confirmation-page .showcase-item h2,
.content-approval .investment-confirmation-page .showcase-item h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.content-approval .investment-confirmation-page .showcase-item h2 {
    color: #4E148C;
}

.content-approval .investment-confirmation-page .showcase-item h3 {
    color: #1A1919;
}

.content-approval .investment-confirmation-page .showcase-item .card {
    min-height: 483px !important;
    max-width: 380px !important;
    border: inherit;
}

.content-approval .investment-confirmation-page .showcase-item .card .card-title {
    color: #4D158C;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content-approval .investment-confirmation-page .showcase-item .card h2 {
    color: #1A1919;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.content-approval .investment-confirmation-page .showcase-item .card .progress-radial {
    margin-right: 30px;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0px solid #555555;
    background-color: #4E148C;
}

.content-approval .investment-confirmation-page .showcase-item .card .progress-radial .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 142px;
    height: 142px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 4px;
    text-align: center;
    line-height: 150px;
}

.content-approval .investment-confirmation-page .showcase-item .card .progress-radial .percent {
    color: #4D158C;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}

.content-approval .investment-confirmation-page .text-blog-one .detail-months {
    background-color: #FFF7F6;
}

.content-approval .investment-confirmation-page .text-blog-one span {
    color: #5E5E5E;
    font-weight: bold;
    line-height: 26px;
}

.content-approval .investment-confirmation-page .text-blog-one .total-amount {
    color: #F2746E;
    font-size: 52px;
    font-weight: bold;
    line-height: 63px;
}

.content-approval .investment-confirmation-page .text-blog-one .card-header {
    background-color: initial;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group {
    margin-top: 32px;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .custom-file-label {
    height: 50px;
    border: 1px solid #5E5E5E;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .form-control-lg {
    font-size: 1rem;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .form-control {
    color: #1A1919;
    border: 1px solid #5E5E5E;
    font-weight: 500;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .custom-terms {
    color: #5E5E5E;
    font-size: initial;
    font-weight: 500;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group label {
    color: #1A1919;
    font-size: 14px;
    font-weight: bold;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group input::placeholder {
    color: #5E5E5E;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .custom-control-label::before {
    width: 1.1875rem;
    height: 1.1875rem;
    border: 1px solid #5E5E5E;
    background-color: #F2F2F2;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .custom-control-label::after {
    width: 1.1875rem;
    height: 1.1875rem;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff !important;
    background-color: #634198 !important;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .custom-select-lg {
    font-size: 1rem;
}

.content-approval .investment-confirmation-page .text-blog-one .form-group .custom-select {
    background: initial;
    color: #5E5E5E;
    border: 1px solid #5E5E5E;
    background-color: #FFFFFF;
}

@media (min-width: 1024px) {
    .content-approval .investment-confirmation-page .container {
        margin-top: 6rem;
    }
}

.content-approval .investment-confirmation-page .subtitle-container .subtitle {
    color: #4E148C;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
}

.content-approval .investment-confirmation-page .description-container p {
    border-top: 1px solid #D5D5D5;
    text-align: center;
    color: #5E5E5E;
    font-size: 16px;
    line-height: 26px;
}

.content-approval .investment-confirmation-page .button-container button {
    border-radius: 25px;
    height: 50px;
    width: 200px;
    font-size: 14px;
    line-height: 18px;
}

.content-approval .investment-confirmation-page .button-container .button-invest {
    color: #FFFFFF;
}

.content-approval .investment-confirmation-page .button-container .button-go-back {
    color: #4D158C;
    border: none;
}

.content-approval .investment-confirmation-page .button-container .button-go-back:hover {
    text-decoration: underline;
}

.content-approval .investment-confirmation-page .card-container {
    box-shadow: 10px 10px 45px 0 rgba(48, 0, 98, 0.3);
    border-radius: 6px;
}

@media (max-width: 992px) {
    .content-approval .investment-confirmation-page .card-container {
        padding: 2rem;
    }
}

@media (max-width: 992px) {
    .content-approval .investment-confirmation-page .card-container .contact-reason-container {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .content-approval .investment-confirmation-page .card-container .contact-reason-container {
        padding: 2rem 0 2rem 2rem;
    }
}

.content-approval .investment-confirmation-page .card-container .avatar-container img {
    height: 93px;
    width: 93px;
    border-radius: 50%;
}

.content-approval .investment-confirmation-page .card-container .contact-infos-container .name-age-content {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.content-approval .investment-confirmation-page .card-container .contact-infos-container .name-age-content span {
    font-weight: 600;
}

.content-approval .investment-confirmation-page .card-container .contact-infos-container .detail-content {
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}

.content-approval .investment-confirmation-page .card-container .infos-investment-container .investment-motif p {
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
}

.content-approval .investment-confirmation-page .card-container .infos-investment-container .investment-resume-container p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
}

.content-approval .investment-confirmation-page .card-container .infos-investment-container .investment-resume-container p span {
    font-weight: 500;
}

.content-approval .investment-confirmation-page .card-container .risk-infos-container {
    padding: 0;
}

@media (min-width: 1024px) {
    .content-approval .investment-confirmation-page .card-container .risk-infos-container {
        border-left: 1px solid #EDEDED;
    }
}

.content-approval .investment-confirmation-page .card-container .risk-infos-container .percentage-container {
    border-bottom: 1px solid #EDEDED;
    text-align: center;
}

@media (min-width: 1024px) {
    .content-approval .investment-confirmation-page .card-container .risk-infos-container .percentage-container {
        height: 50%;
    }
}

@media (max-width: 992px) {
    .content-approval .investment-confirmation-page .card-container .risk-infos-container .rank-content {
        width: 60%;
    }
}

@media (min-width: 1024px) {
    .content-approval .investment-confirmation-page .card-container .risk-infos-container .rank-content {
        width: 100%;
    }
}

.content-approval .investment-confirmation-page .card-container .risk-infos-container .percentage-risk {
    font-size: 30px;
    line-height: 37px;
}

.content-approval .investment-confirmation-page .card-container .risk-infos-container .percentage-risk.very-risky {
    color: #F2746E;
}

.content-approval .investment-confirmation-page .card-container .risk-infos-container .percentage-risk.risky {
    color: #f5b06a;
}

.content-approval .investment-confirmation-page .card-container .risk-infos-container .percentage-risk.not-risky {
    color: #8cee8c;
}

.content-approval .investment-confirmation-page .card-container .risk-infos-container .percentage-risk span {
    font-size: 16px;
}

.content-approval .investment-confirmation-page button:focus {
    outline: none;
    box-shadow: none;
}

.content-approval .investment-confirmation-page .noUi-horizontal .noUi-handle {
    width: 34px;
    height: 34px;
    left: -17px;
    top: -12px;
    border-radius: 50%;
    background-color: #4D158C;
}

.content-approval .investment-confirmation-page .noUi-horizontal {
    height: 12px;
}

.content-approval .investment-confirmation-page .noUi-connect {
    background-color: #4D158C;
}

.content-approval .investment-confirmation-page .noUi-handle {
    border: 1px solid #D9D9D9;
    cursor: pointer;
    box-shadow: none;
}

.content-approval .investment-confirmation-page .noUi-handle:after, .content-approval .investment-confirmation-page .noUi-handle:before {
    content: none;
}

.content-approval .investment-confirmation-page .section-filters-and-results a {
    color: #4D158C;
    font-weight: 500;
    line-height: 19px;
}

.content-approval .investment-confirmation-page .section-filters-and-results .filters-titles-container p {
    color: #1A1919;
    font-weight: 600;
    line-height: 19px;
}

.content-approval .investment-confirmation-page .section-filters-and-results .amount-term-filters-container .from-content,
.content-approval .investment-confirmation-page .section-filters-and-results .amount-term-filters-container .to-content {
    color: #4D158C;
    font-weight: 600;
    line-height: 19px;
}

.content-approval .investment-confirmation-page .can-toggle {
    position: relative;
}

.content-approval .investment-confirmation-page .can-toggle *, .content-approval .investment-confirmation-page .can-toggle *:before, .content-approval .investment-confirmation-page .can-toggle *:after {
    box-sizing: border-box;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox][disabled] ~ label {
    pointer-events: none;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}

.content-approval .investment-confirmation-page .can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch {
    position: relative;
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-align: center;
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-align: center;
    background: #4D158C;
    transform: translate3d(0, 0, 0);
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox][disabled] ~ label {
    color: rgba(51, 51, 51, 0.5);
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #333;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #1a1a1a;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:hover ~ label {
    color: #262626;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked ~ label:hover {
    color: #55bc49;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #70c767;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #4fb743;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #5fc054;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #47a43d;
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__label-text {
    flex: 1;
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #404040;
    cursor: pointer;
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #333;
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(183px, 0, 0);
}

.content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle label {
    font-size: 14px;
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch {
    height: 40px;
    flex: 0 0 370px;
    border-radius: 25px;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:before {
    left: 185px;
    font-size: 12px;
    line-height: 40px;
    width: 185px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 25px;
    width: 183px;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-approval .investment-confirmation-page .can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 2px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(78px, 0, 0);
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large label {
    font-size: 14px;
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large label .can-toggle__switch {
    height: 50px;
    flex: 0 0 160px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
    left: 80px;
    font-size: 14px;
    line-height: 50px;
    width: 80px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 4px;
    width: 78px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
    color: rgba(204, 204, 204, 0.5);
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #ccc;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #b3b3b3;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label {
    color: #bfbfbf;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label:hover {
    color: #c4c4c4;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #d9d9d9;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #bfbfbf;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #ccc;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #b3b3b3;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 label .can-toggle__label-text {
    flex: 1;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 label .can-toggle__switch {
    transition: background-color 0.3s ease-in-out;
    background: #d9d9d9;
    cursor: pointer;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
    color: #5e5e5e;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    color: #ccc;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
    color: rgba(68, 68, 68, 0.5);
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #444;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #2b2b2b;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label {
    color: #373737;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label:hover {
    color: #62b125;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #75d32d;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #5da924;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #69be28;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #52941f;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
    flex: 1;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #515151;
    cursor: pointer;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.7);
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    color: #444;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(68px, 0, 0);
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label {
    font-size: 13px;
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    height: 60px;
    flex: 0 0 140px;
    border-radius: 60px;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch {
        flex: 0 0 330px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    left: 70px;
    font-size: 13px;
    line-height: 60px;
    width: 70px;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
        width: 154px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 60px;
    width: 68px;
    line-height: 56px;
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
        width: 143px;
    }
}

.content-approval .investment-confirmation-page .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.content-approval .rank-container {
    text-align: center;
}

@media (min-width: 1024px) {
    .content-approval .rank-container {
        height: 50%;
    }
}

.content-approval .rank-container .rank-content {
    /* @media(max-width: 992px) {
    width: 60%;

  } */
}

@media (min-width: 1024px) {
    .content-approval .rank-container .rank-content {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .content-approval .rank-container .details-container {
        width: 50%;
        margin: auto;
    }
}

.content-approval .rank-container .detail-content {
    width: 2rem;
    height: 0.5rem;
    background-color: #D8D8D8;
}

.content-approval .rank-container .detail-content.very-risky {
    background-color: #F2746E;
}

.content-approval .rank-container .detail-content.risky {
    background-color: #f5b06a;
}

.content-approval .rank-container .detail-content.not-risky {
    background-color: #8cee8c;
}

.content-approval .rank-container .risk-text.very-risky {
    color: #F2746E;
}

.content-approval .rank-container .risk-text.very-risky [data-icon] {
    color: #4D158C;
    cursor: pointer;
}

.content-approval .rank-container .risk-text.very-risky [aria-describedby=tooltip] .tooltip-inner {
    background-color: red;
}

.content-approval .rank-container .risk-text.risky {
    color: #f5b06a;
}

.content-approval .rank-container .risk-text.not-risky {
    color: #8cee8c;
}

.content-approval .progress {
    display: flex;
    height: 0.8rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.5rem;
}

.custom-file span.close-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: 0.9rem 0.75rem;
    line-height: 1.5;
    background-color: #e9ecef;
    border-radius: 0 0.25rem 0.25rem 0;
}

input[type=file], .custom-file-label {
    cursor: pointer;
}

.form-control:required.ready:invalid {
    background: #f7ebeb52;
    border: 1px solid #e09b9b;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.page-progress {
    height: 2.6rem;
    border: 1px solid #4D158C;
    border-radius: 24px;
    display: flex;
}

@media (max-width: 768px) {
    .page-progress {
        justify-content: space-evenly;
    }
}

.page-progress_step {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 2.5rem;
    width: 100%;
    color: #4D158C;
}

@media (max-width: 1024px) {
    .page-progress_step .page-progress_text {
        font-size: small;
    }
}

@media (max-width: 768px) {
    .page-progress_step {
        display: none;
        padding: 0.5em;
        width: 100%;
    }
}

.page-progress_step:nth-child(1) {
    border-radius: 24px 0 0 24px;
}

.page-progress_step:nth-last-child(1) {
    border-radius: 0 24px 24px 0;
}

.page-progress_step.active {
    background-image: linear-gradient(180deg, #7B35AA 0%, #4D158C 100%);
    color: #fff;
    box-shadow: 0 0 16px 0 rgba(78, 20, 140, 0.5);
}

@media (max-width: 768px) {
    .page-progress_step.current {
        border-radius: 24px;
        display: inherit;
    }
}

@media (min-width: 769px) {
    .page-progress_step.current {
        border-radius: 0 24px 24px 0;
    }
}

.page-progress_step.current:nth-child(1) {
    border-radius: 24px;
}

.page-progress_step.current .page-progress_text {
    font-weight: 600;
}

.out-container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.express-loan header {
    background-color: #418FDE;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .express-loan header {
        padding-top: 25px;
    }
}

.express-loan header .container-cover {
    width: 100%;
    text-align: right;
}

.express-loan header .container-cover img.cover {
    width: 600px;
    margin-top: -25px;
    margin-right: 0;
    z-index: 0;
}

@media (min-width: 992px) {
    .express-loan header nav {
        min-height: 0;
        margin-top: -538px;
    }
}

.express-loan header .logo .header-logo {
    max-width: 38px;
    min-width: 38px;
    width: 38px;
}

@media (min-width: 992px) {
    .express-loan header .logo .header-logo {
        max-width: 67px;
        min-width: 67px;
        width: 67px;
    }
}

.express-loan header .button-login {
    border-radius: 16px;
    background-color: #0047BA;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.express-loan footer {
    padding-bottom: 40px;
    padding-top: 60px;
}

@media (max-width: 767.98px) {
    .express-loan footer {
        text-align: center;
    }
}

.express-loan footer img.logo {
    height: 23px;
    width: 144px;
    margin-bottom: 60px;
}

.express-loan footer .footer-item .title {
    color: #0047BA;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 16px;
    /*@include media-breakpoint-down(md) {
    text-align: left;
  }*/
}

@media (max-width: 767.98px) {
    .express-loan footer .footer-item .title {
        text-align: center;
    }
}

.express-loan footer .footer-item ul {
    list-style: none;
    padding: 0;
    color: #1D252D;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
}

.express-loan footer .copyright {
    color: #B2B4B2;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 40px;
    text-align: center;
}

@media (min-width: 992px) {
    .express-loan footer .copyright {
        text-align: left;
    }
}

.express-loan .container-simulator {
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    /*@include media-breakpoint-up(lg) {
    margin-left: $main-padding-desktop;
    margin-right: $main-padding-desktop;
  }*/
}

@media (max-width: 1199.98px) {
    .express-loan .container-simulator {
        margin: 32px 20px 13px 20px;
    }
}

.express-loan .container-simulator h1 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 34px;
}

@media (min-width: 992px) {
    .express-loan .container-simulator h1 {
        font-size: 34px;
        line-height: 41px;
    }
}

.express-loan .container-simulator .simulator-input {
    margin-top: 24px;
    text-align: left;
}

.express-loan .container-simulator .simulator-input .simulator-input-item {
    margin-top: 8px;
}

.express-loan .container-simulator .simulator-input .simulator-input-item img {
    height: 26px;
    max-height: 26px;
    min-height: 26px;
}

@media (min-width: 992px) {
    .express-loan .container-simulator .simulator-input .simulator-input-item img {
        height: 32px;
        max-height: 32px;
        min-height: 32px;
    }
}

.express-loan .container-simulator .simulator-input .simulator-input-value {
    color: #0047BA;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.express-loan .container-simulator .simulator-input-title {
    color: #0047BA;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
}

.express-loan .container-simulator .simulator-label {
    color: #333F48;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.express-loan .container-simulator .title-simulator {
    height: 56px;
    border-radius: 2px;
    background-color: #0047BA;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    padding: 18px 10px 16px 10px;
    text-align: center;
}

.express-loan .container-simulator .simulator-pre-approved {
    margin-bottom: 24px;
    margin-top: 24px;
}

.express-loan .container-simulator .simulator-pre-approved .title {
    color: #333F48;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.express-loan .container-simulator .simulator-pre-approved .amount {
    color: #0047BA;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
}

.express-loan .container-simulator .simulator-resume {
    background-color: rgba(178, 180, 178, 0.12);
    padding: 8px;
    margin: 16px 0;
}

.express-loan .container-simulator .simulator-resume > div > div {
    padding: 8px;
}

.express-loan .container-simulator .simulator-resume > div > div .label {
    color: #333F48;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
}

.express-loan .container-simulator .simulator-resume > div > div .value {
    color: #333F48;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    text-align: right;
}

@media (min-width: 992px) {
    .express-loan .container-simulator .simulator-resume > div > div .value {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: left;
        margin-top: 13px;
    }
}

.express-loan .container-simulator .simulator-legend {
    color: #B2B4B2;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: justify;
}

.express-loan .container-simulator .simulator-button {
    height: 50px;
    border-radius: 16px;
    border: none;
    background-color: #418FDE;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
}

@media (max-width: 767.98px) {
    .express-loan .container-simulator .simulator-button {
        width: 100%;
    }
}

.express-loan .showcase-express-loan-intro {
    background-color: #418FDE;
    padding-bottom: 60px;
    padding-top: 70px;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}

@media (min-width: 992px) {
    .express-loan .showcase-express-loan-intro {
        padding-bottom: 180px;
        padding-top: 20px;
    }
}

.express-loan .showcase-express-loan-intro h1 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 41px;
}

.express-loan .showcase-express-loan-secondary {
    border-radius: 2px;
    background-color: #0047BA;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
    padding-bottom: 60px;
    padding-top: 40px;
    color: #fff;
}

@media (min-width: 992px) {
    .express-loan .showcase-express-loan-secondary.documents {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 40px;
        margin-top: -120px;
    }
}

.express-loan .showcase-express-loan-secondary img {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
}

@media (min-width: 768px) {
    .express-loan .showcase-express-loan-secondary img {
        height: 120px;
        max-height: 120px;
        min-height: 120px;
    }
}

.express-loan .showcase-express-loan-secondary h2 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 41px;
    margin-bottom: 8px;
    margin-top: 24px;
}

@media (min-width: 992px) {
    .express-loan .showcase-express-loan-secondary h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

.express-loan .showcase-express-loan-secondary .text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.express-loan .showcase-express-loan-secondary ul.requirements {
    list-style: none;
}

@media (max-width: 767.98px) {
    .express-loan .showcase-express-loan-secondary ul.requirements {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .express-loan .showcase-express-loan-secondary ul.requirements {
        margin: 0;
    }
}

.express-loan .showcase-express-loan-secondary ul.requirements li {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}

.express-loan .showcase-express-loan-secondary ul.requirements li:nth-last-child(1) {
    margin-bottom: 0;
}

.express-loan .showcase-express-loan-secondary ul.requirements li svg[data-icon]:nth-child(1) {
    margin-left: -25px;
    margin-right: 10px;
}

.express-loan .showcase-express-loan-steps {
    margin-top: 60px;
    margin-bottom: 60px;
}

.express-loan .showcase-express-loan-steps h2 {
    color: #0047BA;
    font-size: 42px;
    letter-spacing: 0;
    line-height: 59px;
    font-weight: bold;
}

.express-loan .showcase-express-loan-steps .request-step {
    margin-top: 40px;
}

.express-loan .showcase-express-loan-steps .request-step .step-number {
    color: #0047BA;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    margin-bottom: 4px;
}

.express-loan .showcase-express-loan-steps .request-step .step-title {
    color: #0047BA;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.express-loan .showcase-express-loan-steps .request-step .step-image-container {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;
}

.express-loan .showcase-express-loan-steps .request-step .step-image-container .step-image {
    height: 90px;
    max-height: 90px;
    min-height: 90px;
}

.express-loan .showcase-express-loan-steps .request-step .step-desc {
    color: #1D252D;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

@media (min-width: 576px) {
    .express-loan .showcase-express-loan-secondary.contact {
        padding-left: 230px;
        padding-right: 230px;
    }
}

.express-loan .showcase-express-loan-secondary.contact img {
    height: 137px;
    max-height: 137px;
    min-height: 137px;
}

@media (min-width: 992px) {
    .express-loan .showcase-express-loan-secondary.contact img {
        height: 274px;
        max-height: 274px;
        min-height: 274px;
    }
}

.express-loan .showcase-express-loan-secondary.contact .text-contact {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
}

@media (min-width: 992px) {
    .express-loan .showcase-express-loan-secondary.contact .text-contact {
        font-size: 34px;
        letter-spacing: 0;
        line-height: 48px;
    }
}

.express-loan .text {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 32px 20px 13px 20px;
}

@media screen and (max-width: 768px) {
    .fix-section-ios {
        overflow-x: hidden;
    }

    .mobile-section {
        max-width: 100%;
        width: 100%;
    }

    .horizontal-scroll-container {
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.helper-button {
    background-color: #4D158C;
    float: right;
    color: white;
    font-weight: bold;
    content: '?';
    border: 2px blue;
    border-radius: 15px;
    width: 28px;
    text-align: center;
}


._x_fab.fab-x-twitter{
    font-family:sans-serif!important;
    /* text-align: start; */
    /* padding-bottom: 10px; */
    /* background-color: green; */
    /* margin-top: -1!important; */
}
._x_fab.fab-x-twitter::before{
    content:"𝕏"!important;
/* s    margin-top: -1!important; */
    /* background-color: red; */
    font-size:1.2em!important;
    line-height: 0;
}