:root {
    --c-dark: #282828;
    --c-blue: #236d7d;
    --c-cyan: #208f97;
    --c-light-cyan: #58abb0;
    --c-orange: #ffba00;
}

body,
html {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--c-dark);
}


p:last-child {
    margin-bottom: 0;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-blue {
    color: var(--c-blue);
}

.text-cyan {
    color: var(--c-cyan);
}

.text-light-cyan {
    color: var(--c-light-cyan);
}

.text-orange {
    color: #fda640;
}

small.small {
    font-size: 75%;
}

.star {
    background-color: var(--c-orange);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 245'%3E%3Cpath d='m56,237 74-228 74,228L10,96h240'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 245'%3E%3Cpath d='m56,237 74-228 74,228L10,96h240'/%3E%3C/svg%3E");
    width: 1.8em;
    height: 1.7em;
    display: inline-block;
}

header {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/feelwiseapp/FW_240328_pd_bg_header2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* z-index: 2; */
}

/* header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    z-index: 10;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/feelwiseapp/FW_240328_header_bg_sm.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

header .container {
    position: relative;
    z-index: 100;
}

header p {
    text-wrap: pretty;
    max-width: 29ch;
}

header p.fw-bold {
    max-width: 16ch;
}


footer {
    background-color: var(--c-dark);
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

.bg-orange {
    background-color: #fda640;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/feelwiseapp/FW_240328_orange_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-tan {
    background-color: #eae5da;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/feelwiseapp/FW_240328_tan_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bg-tan::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 2rem solid #eae5da;
}

.bg-cyan {
    background-color: var(--c-light-cyan);
    color: #fff;
}

/* .bg-cyan img, */
.bg-cyan .video-container {
    margin-top: -6rem;
    margin-bottom: -5rem;
}


.bg-people {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/feelwiseapp/FW_240328_pd_bg_people.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #282828;
}

.img-bestvalue {
    max-width: 65px;
    width: 100%;
    vertical-align: middle;
    float: right;
}

.how-it-works .card {
    position: relative;
}

.how-it-works .card i {
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 4rem;
    height: 4rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fba54b;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 155;

}

ul {
    list-style-type: none;
    padding-left: 0;
}

ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: .45em;
}

ul li::before {
    content: "";
    background-color: var(--c-light-cyan);
    display: block;
    position: absolute;
    width: .7em;
    height: .7em;
    border-radius: 50%;
    left: 0;
    top: .4em
}

.atc {
    background-color: var(--c-light-cyan);
    color: #fff;
    border: none;
    padding: .5em 1em;
    border-radius: 1.5em;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none !important;
    transition: all .3s;
}

.atc:hover {
    background-color: #74babe;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .4) !important;
}

.atc-1:hover {
    background-color: #ffc933
}


.atc-1 {
    background-color: var(--c-orange);
    color: var(--c-dark);
}

.testimonials img {
    max-width: 120px;
    width: 100%;
}

.video-container {
    position: relative;
    overflow: hidden;
}
.gif {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gif img {
    width: 100%;
    height: 100%;
}

@media (max-width: 575.98px) {

    body,
    html {
        font-size: 16px;
    }

    .video-container {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .img-md {
        max-height: 230px;
    }

    header p {
        max-width: initial !important;
    }

    .fw-logo {
        max-width: 100px;
    }

    body {
        overflow-x: hidden;
    }

    .bg-orange p {
        text-shadow: 0px 0px 15px #fff;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    body,
    html {
        font-size: 16px;
    }

    .img-md {
        max-height: 250px;
    }

    header p {
        max-width: initial !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .img-md {
        max-height: 350px;
    }

    header p {
        max-width: initial !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

@media (min-width: 1400px) {}

@media (max-width: 991.98px) {
    .bg-cyan .video-container {
        max-width: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: .5rem;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 992px) {
    .bg-cyan .video-container {
        border-radius: 2.5rem !important;
        overflow: hidden !important;
    }
}