body {
    background: #F7F7F7;
}

/*
header section
 */
.wow-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 98px;
}

.wow-header .wow-header__logo {
    height: 100%;
}

.wow-header__dropdown .dropdown .btn.show {
    border: none;
}

.wow-header__dropdown .dropdown .btn.dropdown-toggle img,
.wow-header__dropdown .dropdown .dropdown-menu .dropdown-item img {
    margin-inline-end: 8px;
}

.wow-header__dropdown .dropdown .btn.dropdown-toggle:hover,
.wow-header__dropdown .dropdown .btn.dropdown-toggle:focus,
.wow-header__dropdown .dropdown .btn.dropdown-toggle:visited {
    border: none;
}

/*
jumbotron section
*/
.wow-jumbotron {
    padding: 48px 0 120px 98px;
}

.wow-jumbotron__inner {
    display: flex;
}

.wow-jumbotron__content-section {
    display: flex;
    flex-direction: column;
    width: 47%;
}

.wow-jumbotron__title {
    color: #191919;
    font-family: "Crimson Pro";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px;
}

.wow-jumbotron__title .emphasized {
    color: #FB8F3F;
    font-size: 56px;
}

.wow-jumbotron__description {
    color: #191919;
    font-family: Satoshi-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin-top: 24px;
}

.wow-jumbotron__form {
    margin-top: 48px;
}

.wow-jumbotron__form-label {
    color: #191919;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    width: 100%;
}

.wow-jumbotron__form-input {
    border-radius: 8px;
    border: 1px solid #FB8F3F;
    background: #FFF;
    padding: 14px 16px;
    width: 100%;
    margin-top: 8px;
    height: 48px;
}

.wow-jumbotron__form-input:focus {
    border: none;
    outline: none;
}

.wow-jumbotron__form__action {
    width: 100%;
    border-radius: 8px;
    background: #FB8F3F;
    border: 1px solid #FB8F3F;
    padding: 12px 32px;
    color: #FFF;
    font-family: Satoshi-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
    height: 46px;
}

.wow-jumbotron__form__action:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.wow-jumbotron__form__action:focus {
    border: none;
    outline: none;
}

.wow-jumbotron__sub-text-section {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.wow-jumbotron__sub-text-icon {
    max-width: 46px;
}

.wow-jumbotron__sub-text {
    color: #191919;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
}

.wow-jumbotron__image {
    max-width: 100%;
    width: 100%;
}

/*
notification section
*/
.wow-notification {
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 16px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 2px 8px 16px 0px rgba(60, 60, 60, 0.12);
    margin: 24px 0;
}

.wow-notification.success {
    border-left: 4px solid #23A047;
}

.wow-notification.error {
    border-left: 4px solid #F44336;
}

.wow-notification__content {
    display: flex;
    gap: 8px;
}

.wow-notification__content__text {
    color: #181818;
    font-family: Satoshi-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-width: 320px;
}

.wow-notification__close {
    padding: 0;
    display: inline-flex;
    background: transparent;
    border: none;
}

/*
benefits section
*/
.wow-benefits {
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding: 48px 97px;
    background: #FFF9F5;
}

.wow-benefits__heading-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wow-benefits__heading {
    color: #FB8F3F;
    font-family: Satoshi-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.wow-benefits__sub-heading {
    color: #191919;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 112.5% */
    width: 59%;
}

.wow-benefits__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 98px;
}

.wow-benefits__grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.wow-benefits__grid-item__image {
    width: 88px;
    margin-bottom: 28px;
}

.wow-benefits__grid-item__title {
    color: #191919;
    font-family: Satoshi-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wow-benefits__grid-item__description {
    color: rgba(25, 25, 25, 0.80);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    text-align: center;
}

/*
services section
*/
.wow-services {
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding: 80px 97px;
    background: #FFFFFF;
}

.wow-services__heading-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wow-services__heading {
    color: #FB8F3F;
    font-family: Satoshi-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.wow-services__sub-heading {
    color: #191919;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 112.5% */
    width: 65%;
}

.wow-services__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px;
}

.wow-services__grid-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    background: rgba(251, 143, 63, 0.05);
    box-shadow: 0px 15px 15px 0px rgba(25, 25, 25, 0.05);
    padding: 32px 16px;
}

.wow-services__grid-item__image {
    width: 72px;
}

.wow-services__grid-item__title {
    color: #191919;
    font-family: Satoshi-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wow-services__grid-item__description {
    color: rgba(25, 25, 25, 0.80);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
}

/*
footer section
*/
.wow-footer {
    padding: 32px 97px;
    background: #784978;
}

.wow-footer__inner {
    display: flex;
    justify-content: space-between;
}

.wow-footer__tribute-text {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wow-footer__copyright-text {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wow-footer__tribute-text.bold {
    font-family: Satoshi-Bold;
    font-weight: 700;
}

.hide-on-phone {
    display: block;
}

.hide-on-desktop {
    display: none;
}

@media only screen and (max-width: 768px) {
    .wow-header {
        padding: 20px;
    }

    .wow-header__dropdown img {
        width: 36px;
        height: 24px;
    }

    .wow-jumbotron {
        padding: 80px 0 0 0;
    }

    .wow-jumbotron__inner {
        flex-direction: column;
        gap: 48px;
    }

    .wow-jumbotron__content-section {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        padding: 0 20px;
    }

    .wow-jumbotron__title,
    .wow-jumbotron__title .emphasized {
        font-size: 48px;
        font-style: normal;
        line-height: normal;
    }

    .wow-jumbotron__description {
        font-size: 14px;
        font-style: normal;
        line-height: 25px;
        margin-top: 12px;
    }

    .wow-jumbotron__form {
        margin-top: 32px;
    }

    .wow-jumbotron__sub-text {
        font-size: 14px;
    }

    .wow-jumbotron__image {
        max-width: 100%;
        width: 100%;
    }

    .wow-notification {
        margin: 12px 0;
    }

    .wow-notification__content__text {
        min-width: 190px;
    }

    .wow-benefits {
        gap: 48px;
        padding: 48px 20px;
    }

    .wow-benefits__heading {
        font-size: 16px;
        text-align: center;
    }

    .wow-benefits__sub-heading {
        text-align: center;
        font-size: 24px;
        line-height: 27px; /* 112.5% */
        width: 90%;
    }

    .wow-benefits__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 48px;
    }

    .wow-benefits__grid-item__title {
        text-align: center;
        font-size: 18px;
        line-height: 25px; /* 138.889% */
    }

    .wow-benefits__grid-item__description {
        text-align: center;
        font-size: 14px;
        line-height: 25px; /* 178.571% */
    }

    .wow-services {
        gap: 48px;
        padding: 48px 20px;
    }

    .wow-services__heading {
        font-size: 16px;
    }

    .wow-services__sub-heading {
        text-align: center;
        font-size: 24px;
        line-height: 27px; /* 112.5% */
        width: 94%;
    }

    .wow-services__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 48px;
    }

    .wow-services__grid-item {
        padding: 32px;
    }

    .wow-services__grid-item__title {
        font-size: 18px;
        line-height: 25px; /* 138.889% */
    }

    .wow-services__grid-item__description {
        font-size: 14px;
        line-height: 25px; /* 178.571% */
    }

    .wow-footer {
        padding: 32px 20px;
    }

    .wow-footer__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .wow-footer__tribute-text {
        font-size: 14px;
    }

    .hide-on-phone {
        display: none;
    }

    .hide-on-desktop {
        display: block;
    }
}