@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
body {
    font-family: "Outfit", sans-serif;
    color: #004225;
}

.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    color: #c2bed0 !important;
}

.nowrap {
    white-space: nowrap;
}

h1 {
    color: #004225;
    font-weight: 600;
    font-size: 2.625rem;
}
h1 span {
    background: #283791;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: linear-gradient(to right, #283791 0%, #34aafc 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
    h1 {
        font-size: 1.75rem;
    }
}

h2 {
    font-size: 1.625rem;
    color: #004225;
}
@media (max-width: 767.98px) {
    h2 {
        font-size: 1.25rem;
    }
}

p {
    font-family: "Inter", sans-serif;
    color: #1a1a1a;
    font-weight: 300;
}
p span {
    font-weight: 600;
    font-size: 1.125rem;
}

.pill {
    font-size: 1rem;
    font-weight: 500;
    color: #838f85;
    background-color: #eff2ee;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
}

ul {
    color: #1a1a1a;
}

.txt-black {
    color: #1a1a1a;
}

.border-bottom {
    border-bottom: 1px solid #f2f2f2;
}

.border-top {
    border-top: 1px solid #f2f2f2;
}

.rounded {
    border-radius: 1rem !important;
}

.bg-alt {
    background-color: #eff2ee;
}

.bg-secondary {
    background-color: #b4fed9;
}

.bg-white {
    background-color: #ffffff;
}

.bg-off-white {
    background-color: #f5f5f5;
}

.bg-transparent {
    background-color: transparent;
}

.txt-second {
    font-family: "Inter", sans-serif;
}

.section-2 {
    background: url("../img/usa-bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.card {
    border-radius: 0.5rem;
}
.card.info-card {
    overflow: hidden;
    background: url("../img/bg-circles-2.png"), #eff2ee;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #d1d8ce;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.card.info-card .bod .img {
    overflow: hidden;
    border-radius: 0.663rem;
}
.card.info-card .bod .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.card.info-card .bod h1 {
    font-size: 1.43rem;
    margin: 1.25rem 0;
    font-weight: 500;
    color: #004225;
}
.card.info-card .bod p {
    font-size: 0.884rem;
    line-height: 1.438rem;
    font-family: "Inter", sans-serif;
}
.card.info-card .bod #info-01,
.card.info-card .bod #info-02,
.card.info-card .bod #info-03 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.card.info-card .bod #info-01 p,
.card.info-card .bod #info-02 p,
.card.info-card .bod #info-03 p {
    height: 250px;
}
.card.info-card .foot .btn-outlined {
    border: 1px solid #004225;
    background-color: #004225;
    border-radius: 0.442rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.546rem;
    font-weight: 600;
    height: 1.563rem;
    padding: 0.442rem 1.326rem !important;
    /* :first-child {
                     display: inline-block !important;

                 }
                 :last-child {
                     display: none !important;
                 }
  */
}
.card.info-card .foot .btn-outlined:hover,
.card.info-card .foot .btn-outlined:focus {
    background-color: #79fcbb;
    border-color: #79fcbb;
    color: #05b45f;
}
.card.info-card .foot .btn-outlined.collapsed :first-child {
    display: none !important;
}
.card.info-card .foot .btn-outlined.collapsed :last-child {
    display: inline-block !important;
}
.card.info-card .foot .btn-outlined span:last-child {
    display: none;
}
.card.info-card .foot .btn-outlined span:first-child {
    display: inline-block;
}
.card.icon-card {
    background-color: transparent;
    border: 2px solid #004225;
    border-radius: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    height: 100%;
}
.card.icon-card .icon {
    height: 2.5rem;
    margin-bottom: 0.5rem;
}
.card.icon-card h1 {
    color: #004225;
    font-size: 1rem;
    font-weight: 500;
}
.card.icon-card p {
    font-family: "Outfit", sans-serif;
    font-size: 0.618rem;
    line-height: 1rem;
    margin-bottom: 0rem;
}
.card.price-card {
    border: 2px solid #d1d8ce;
    border-radius: 1rem;
}
.card.price-card .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #d1d8ce;
    padding: 1rem 2rem;
}
.card.price-card .top h1 {
    font-size: 4.236rem;
    font-weight: 700;
    color: #004225;
}
.card.price-card .top h5 {
    font-size: 1.625rem;
    color: #004225;
    font-weight: 500;
    margin-bottom: 0rem;
}
.card.price-card .top small {
    font-size: 1rem;
    color: #004225;
}
.card.price-card .mid {
    padding: 2rem 2rem;
}
.card.price-card .mid .check-list {
    list-style-image: url(../img/icons/check.png);
}
.card.price-card .mid .check-list li {
    color: #004225;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}
.card.price-card .bottom {
    text-align: center;
    padding-bottom: 2rem;
}
.card.form-card {
    border: 1px solid #d1d8ce;
    border-radius: 1rem;
    padding: 2rem;
}
.card.form-card h1 {
    font-size: 1.625rem;
    margin-bottom: 2rem;
}
.card.form-card .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.form-label {
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 991.98px) {
    .form-label {
        font-size: 1rem;
    }
}

.form-control {
    font-size: 1rem;
    padding: 0.68rem 0.75rem;
    border-radius: 0.618rem;
}
.form-control::-webkit-input-placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control::-moz-placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control::-ms-input-placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control::placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder {
    color: #c9c9c9;
}
.form-control::-ms-input-placeholder {
    color: #c9c9c9;
}
@media (max-width: 991.98px) {
    .form-control {
        font-size: 1rem;
    }
}

.hero {
    height: auto;
    position: relative;
    background: url("../img/bg-circles.png");
    background-position: top center;
    background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
    .hero {
        height: auto;
    }
    .hero .hero-wrap {
        position: relative !important;
    }
}
.hero .hero-wrap {
    margin-top: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
}
.hero .hero-wrap .swipe {
    text-align: center;
    width: 100%;
}
.hero .hero-wrap h5 {
    color: #eff2ee;
    font-size: 1.25rem;
    font-weight: 300;
}
@media (max-width: 320px) {
    .hero .hero-wrap {
        top: auto;
    }
}
.hero .hero-wrap h1 {
    font-weight: 600;
    font-size: 4.236rem;
    color: #004225;
}
.hero .hero-wrap p {
    font-size: 1.618rem;
}
.hero .hero-wrap p.small {
    font-size: 1rem;
}
.hero .hero-wrap h2 {
    font-size: 2.625rem;
}
.hero .hero-wrap .top-h1 {
    margin-bottom: 12rem;
}
@media (max-width: 767.98px) {
    .hero .hero-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1rem;
        padding: 8rem 0rem 2rem 0rem;
    }
    .hero .hero-wrap h1 {
        font-size: 2.563rem;
    }
    .hero .hero-wrap p {
        font-size: 1rem;
    }
}

.btn {
    height: 3.25rem;
    border-radius: 0.75rem;
    padding: 1rem 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-primary {
    color: #ffffff;
    background-color: #004225;
    border: 1px solid #004225;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #b4fed9;
    border-color: #b4fed9;
    color: #004225 !important;
}

.btn-outlined {
    color: #b4fed9;
    background-color: transparent;
    border: 1px solid #b4fed9;
    white-space: nowrap;
}
.btn-outlined:hover,
.btn-outlined:focus {
    background-color: #b4fed9;
    border-color: #b4fed9;
    color: #ffffff;
}

.navbar-toggler {
    border: none !important;
    height: 56px;
    width: 60px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
}
.navbar-toggler:focus {
    color: transparent !important;
}
.navbar-toggler .line-b {
    width: 18px;
    height: 3px;
    background: #1a1a1a;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.navbar-toggler:before,
.navbar-toggler:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background: #1a1a1a;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.navbar-toggler:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.navbar-toggler:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
@media (max-width: 767.98px) {
    .navbar-toggler {
        margin-right: 0;
    }
}
@media (max-width: 357.98px) {
    .navbar-toggler {
        width: 60px;
    }
}

.navbar-toggler.active .line-b {
    background: transparent;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.navbar-toggler.active:before {
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
}
.navbar-toggler.active:after {
    -webkit-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}

.top-bar {
    background-color: #004225;
    font-weight: 300;
    font-size: 1rem;
}
.top-bar > div {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
}
.top-bar > div a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}
.top-bar > div a:not(:last-child) {
    margin-right: 1rem;
}
.top-bar > div a:hover,
.top-bar > div a:focus {
    color: #eff2ee !important;
}

.nav-transparent {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: transparent !important;
}
@media (max-width: 767.98px) {
    .nav-transparent {
        background-color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
}

@media (max-width: 767.98px) {
    .no-scroll {
        overflow: hidden !important;
        -ms-touch-action: none;
        touch-action: none;
    }
}

.nav-solid {
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    .nav-solid {
        background-color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    }
}

.navbar {
    z-index: 2;
    border-bottom: 1px solid #d1d8ce;
}
.navbar .navbar-brand {
    padding: 0 1rem 0 0rem;
}
nav {
    background-color: transparent;
}
@media (max-width: 477px) {
    nav .sched-btn {
        display: none;
    }
}
@media (min-width: 477px) {
    nav .sched-item {
        display: none !important;
    }
}
@media (max-width: 477px) {
    nav .sched-item .btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 512px) {
    nav {
        padding: 0.5rem 0 !important;
    }
    nav .navbar-brand {
        width: 160px;
        padding: 0 0rem 0 0 !important;
        margin-right: 0rem;
    }
    nav .navbar-brand img {
        width: 100%;
    }
    nav .btn {
        padding: 0 0.5rem !important;
    }
}
@media (max-width: 767.98px) {
    nav {
        position: fixed !important;
        width: 100%;
        z-index: 1030;
    }
}
nav li {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    nav .navbar-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #d1d8ce;
        padding-top: 0.5rem;
        height: 100vh;
    }
}
nav .nav-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
nav .nav-item .nav-link {
    color: #004225 !important;
    padding: 0.75rem 1rem;
    font-weight: 600;
}
nav .nav-item .nav-link:hover {
    color: #c2bed0 !important;
}
@media (max-width: 991.98px) {
    nav .nav-item .nav-link {
        font-size: 1rem;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
nav .nav-item a {
    font-family: "Outfit", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin: auto 1rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    nav .nav-item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    nav .nav-item:hover,
    nav .nav-item:focus {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
}
nav .nav-item:hover,
nav .nav-item:focus {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media (min-width: 767.98px) {
    nav .nav-item:hover .dropdown-menu {
        display: block;
    }
}
nav .dropdown-menu {
    background-color: #ffffff;
    padding: 0rem;
    border-radius: 1rem;
    box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
    border: none;
}
nav .dropdown-menu .dropdown-item {
    color: #004225 !important;
    margin: 0rem;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}
nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #1a1a1a !important;
}
@media (max-width: 767.98px) {
    nav .dropdown-menu .dropdown-item {
        text-align: center;
    }
}
nav .dropdown-menu[data-bs-popper] {
    top: auto !important;
    margin-top: 0rem !important;
}
@media (max-width: 767.98px) {
    nav .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
    nav .dropdown-menu .dropdown-item {
        color: #eff2ee;
    }
    nav .dropdown-menu .dropdown-item:hover {
        background-color: #c9c9c9;
    }
}
nav.inner-nav {
    position: fixed;
    width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

section {
    position: relative;
    padding: 6rem 0;
}
@media (max-width: 767.98px) {
    section {
        padding: 2rem 0;
    }
}

.socials {
    text-align: center;
}
.socials a {
    width: 35px;
    height: 35px;
    background-color: #004225;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}
.socials a:hover,
.socials a:focus {
    background-color: #b4fed9;
    color: #ffffff !important;
}
.socials a i {
    font-size: 1.5rem;
}

.footer {
    position: relative;
    background-color: #004225;
    padding: 4rem 0 1.5rem 0;
}
.footer .soc-med {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .foot-note {
    color: #ffffff;
    font-size: 0.625rem;
}

@media (max-width: 767.98px) {
    .form-sec {
        background-color: #1a1a1a;
    }
    .form-sec .form-bg {
        padding: 0.5rem;
    }
}

.form-label {
    font-size: 1rem;
}

.form-control {
    font-size: 1rem;
}

.form-bg {
    background-color: rgba(37, 42, 52, 0.9);
    border-radius: 1rem;
    padding: 3rem;
}
@media (max-width: 767.98px) {
    .form-bg {
        padding: 2.5rem 1rem 0rem 1rem;
    }
}
.form-bg .btn {
    border-radius: 0.5rem;
}

.iti {
    display: block !important;
}

.iti__selected-flag,
.iti__country-name {
    color: #1a1a1a;
}

.cta-primary {
    position: relative;
    background-color: #004225;
    padding: 1rem 2rem;
    height: 310px;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-primary h5 {
    font-size: 1.563rem;
    color: #ffffff;
    line-height: 1.5;
}
.cta-primary .img-float {
    position: absolute;
    top: -25%;
    left: 60%;
}

.cta-simple {
    height: 256px;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../img/bg-circles-3.png"), #eff2ee;
    background-position: 220% 40%;
    background-repeat: no-repeat;
}
.cta-simple h1 {
    color: #004225 !important;
    font-size: 2rem;
}

.pad-bottom {
    padding-bottom: 12rem;
}

.video-div {
    width: 100%;
    overflow: hidden;
}
.video-div video {
    width: 100%;
}

@-webkit-keyframes slide {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.logos {
    overflow: hidden;
    padding: 30px 0;
    white-space: nowrap !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767.98px) {
    .logos {
        padding: 0px 0;
    }
}
.logos .logos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-animation: 40s slide infinite linear;
    animation: 40s slide infinite linear;
}
.logos .logos-container img {
    height: 60px;
    margin: 0 20px;
}
@media (max-width: 767.98px) {
    .logos .logos-container img {
        height: 40px;
    }
}
@media (max-width: 767.98px) {
    .logos .logos-container {
        width: auto;
    }
}
.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 140px;
    height: 120px;
    content: "";
    z-index: 1;
}
@media (max-width: 767.98px) {
    .logos:before,
    .logos:after {
        width: 40px;
    }
}
.logos:before {
    left: 0;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0)),
        to(#ffffff)
    );
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}
.logos:after {
    right: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(#ffffff)
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.soc-med {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.soc-med div {
    margin-right: 1rem;
}
.soc-med a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.arrow-up {
    position: absolute;
    top: -2rem;
    left: calc(50% - 1.9065rem);
    background-color: #004225;
    height: 3.813rem;
    width: 3.813rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.5rem solid #ffffff;
}
.arrow-up img {
    width: 12px;
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.stars div:not(:last-child) {
    margin-right: 0.5rem;
}

.feature-box {
    border-radius: 1rem;
    border: 1px solid #eff2ee;
    padding: 2rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.feature-box p {
    font-size: 1rem !important;
}
.feature-box .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feature-box .media .box {
    background-color: #016e3e;
    width: 45px;
    height: 45px;
    border-radius: 0.5rem;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.feature-box .media .title h2 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
}
.feature-box .media .title p {
    font-size: 0.75rem !important;
}
.feature-box .item-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-box .item-box .item .icon {
    width: 34px;
    height: 34px;
    background-color: #eff2ee;
    border-radius: 0.5rem;
    margin-right: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-box .item-box .item .txt {
    font-size: 0.875rem;
}

.light-box {
    background-color: #eff2ee;
    border-radius: 1rem;
    padding: 3rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.light-box h1 {
    font-size: 3rem !important;
    text-align: center;
}
.light-box p {
    font-size: 1rem !important;
    text-align: center;
    color: #016e3e;
}
.light-box li {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.pro-tip {
    background-color: #eff2ee;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.75rem;
}

.white-box {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.white-box h1 {
    font-size: 2rem !important;
    text-align: center;
}
.white-box p {
    font-size: 1rem !important;
    text-align: center;
    color: #016e3e;
}
.white-box li {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}
.white-box .white-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.white-box .white-item .icon {
    width: 45px;
    height: 45px;
    background-color: #eff2ee;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.white-box .white-item h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.white-box .white-item p {
    font-family: "Outfit", sans-serif;
    font-size: 0.75rem !important;
}
