body {
    font-family: "bree",sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFDF5;
    background-image: url('../images/background_light_fundy_desktop.png');
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}
*, ::after, ::before {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    transition: 0.3s all;
    outline: none;
}
main {
    min-height: 400px;
}

header .hamburger {
    width: 30px;
    margin: 0 12px 0 auto;
    padding: 0;
    display: none;
}
header .hamburger span {
    height: 3px;
    width: 30px;
    background: #683D14;
    display: block;
    margin: 5px 0;
}
header .main-menu .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 1;
    padding: 0;
    display: none;
}
header .main-menu .close:before, header .main-menu .close:after {
    content: "";
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
header .main-menu .close:before {
    transform: rotate(45deg);
}
header .main-menu .close:after {
    transform: rotate(-45deg);
}
header .menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    z-index: 9;
}
.menu-open header .menu-overlay {
    display: block;
    opacity: 1;
    visibility: visible;
}
header {
    padding: 40px 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.3s all;
    background: transparent;
}
header.fixed {
    background: #F4E0B2;
    padding: 20px 0;
}
header .row {
    align-items: center;
}
header .logo a {
    display: inline-block;
}
header .logo img {
    max-width: 200px;
}
header.fixed .logo img {
    max-width: 150px;
}
header .main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .main-menu ul {
    display: flex;
    flex-wrap: wrap;
} 
header .main-menu ul li {
    margin-right: 40px;
    transition: 0.3s all;
}
header.fixed .main-menu ul li {
    margin-right: 30px;
}
header .main-menu ul li a {
    color: #062932;
    font-family: "ff-cocon-pro",sans-serif;
}
header .main-menu ul li a:hover { 
    color: #D45204;
}
header .main-menu ul li.active {
    color: #D45204;
}
header .main-menu .button {
    display: flex;
    height: 100%;
}
header .main-menu .button a {
    background: #683D14;
    border-radius: 30px;
    padding: 16px 64px 18px;
    color: #fff;
    transition: 0.3s all;
}
header.fixed .main-menu .button a {
    padding: 12px 54px 14px;
}
header .main-menu .button a:hover {
    background: #D45204;
}

.about-info {
    padding-top: 11.458vw;
}
.about-info .intro h2 {
    font-size: 40px;
    color: #707070;
    line-height: 55px;
    font-family: "ff-cocon-pro",sans-serif;
    font-weight: bold;
}
.about-info .intro p {
    color: #707070;
    font-size: 18px;
    margin: 0;
}
.about-info .intro ul {
    font-size: 18px;
    color: #646464;
    margin: 54px 0;
}
.about-info .intro ul li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
}
.about-info .intro ul li:before {
    content: "";
    background-image: url('../images/nut.png');
    width: 23px;
    height: 23px;
    background-size: 23px;
    position: absolute;
    top: 5px;
    left: 0;
}
.about-info .intro .button a {
    background: #D45204;
    color: #fff;
    padding: 12px 64px 14px;
    border-radius: 100px;
}
.about-info .intro .button {
    display: flex;
}
.about-info .intro .button a:hover {
    background: #683D14;
}
.about-info .intro {
    width: 43%;
}
.about-info .intro-image {
    position: relative;
    text-align: center;
    width: 57%;
}
.about-info .intro-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -25.125vw;
    background: #D99700;
    z-index: -1;
    border-radius: 100%;
    width: calc(56vw - 30px);
    height: calc(56vw - 30px);
}
.about-info .intro-image img {
    max-width: 28.833vw;
    width: 100%;
    margin-left: 5vw;
    margin-top: -3vw;
}

.content-bg {
    padding-top: 100px;
}
.content-bg .inner {
    background: #D45204;
    border-radius: 50px;
    padding: 60px 80px;
    text-align: center;
    color: #fff;
}
.content-bg .inner h2 {
    font-family: "ff-cocon-pro",sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin: 0 0 50px 0;
}
.content-bg .inner p {
    font-size: 18px;
    max-width: 872px;
    margin: 0 auto 30px;
}

.grid-icon {
    text-align: center;
    padding: 100px 0 0 0;
}
.grid-icon .box .inner {
    max-width: 398px;
    margin: 0 auto;
}
.grid-icon h2 {
    color: #707070;
    font-family: "ff-cocon-pro",sans-serif;
    font-weight: bold;
    margin: 3px 0 100px 0;
    font-size: 40px;
}
.grid-icon .box {
    margin-bottom: 50px;
}
.grid-icon .box img {
    max-width: 60px;
    margin: 0 0 25px 0;
    height: 60px;
    object-fit: contain;
}
.grid-icon .box h3 {
    font-size: 20px;
    color: #707070;
    font-family: "ff-cocon-pro",sans-serif;
    font-weight: bold;
    margin: 0 0 40px 0;
}
.grid-icon .box p {
    font-size: 18px;
    color: #707070;
    line-height: 27px;
}

.button-cta {
    background: #F4E0B2;
    text-align: center;
    padding: 100px 0;
    margin-top: 100px;
}
.button-cta h2 {
    color: #707070;
    font-family: "ff-cocon-pro",sans-serif;
    font-weight: bold;
    margin: 0 0 50px 0;
    font-size: 40px;
}
.button-cta .button {
    display: flex;
    justify-content: center;
}
.button-cta .button a {
    background: #D45204;
    padding: 12px 64px 14px;
    border-radius: 50px;
    color: #fff;
}
.button-cta .button a:hover {
    background: #683D14;
}

.pricing {
    padding: 100px 0;
    text-align: center;
}
.pricing .row {
    justify-content: center;
}
.pricing .head h2 {
    color: #707070;
    font-family: "ff-cocon-pro",sans-serif;
    font-weight: bold;
    margin: 0 0 50px 0;
    font-size: 40px;
}
.pricing .head p {
    font-size: 18px;
    color: #707070;
    max-width: 960px;
    margin: 0 auto 95px;
}
.pricing .box-card .inner {
    border: 5px solid #D99700;
    border-radius: 50px;
    padding: 40px 40px 100px 40px;
    height: 100%;
    position: relative;
}
.pricing .box-card {
    margin-bottom: 15px;
    max-width: 505px;
    padding-left: 40px;
    padding-right: 40px;
}
.pricing .box-card .inner h3 {
    color: #D99700;
    font-size: 26px;
    font-family: "ff-cocon-pro",sans-serif;
    font-weight: bold;
    margin: 0 0 13px 0;
}
.pricing .box-card .inner p {
    font-size: 36px;
    color: #D45204;
}
.pricing .box-card .inner ul {
    padding: 30px 0 80px 0;
    text-align: left;
    font-size: 18px;
    color: #707070;
}
.pricing .box-card .inner ul li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
}
.pricing .box-card .inner ul li:before {
    content: "";
    background-image: url(../images/nut.png);
    width: 23px;
    height: 23px;
    background-size: 23px;
    position: absolute;
    top: 5px;
    left: 0;
}
.pricing .box-card .inner .button {
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.pricing .box-card .inner .button a {
    background: #D45204;
    color: #fff;
    padding: 12px 64px 14px;
    border-radius: 50px;
}
.pricing .box-card .inner .button a:hover {
    background: #683D14;
}

footer {
    background: #D99700;
    padding: 86px 0 0 0;
    position: relative;
    margin-top: 6.510vw;
}
footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
}
footer .footer-menu ul {
    padding-right: 100px;
}
footer .footer-menu ul li a {
    color: #fff;
    font-size: 18px;
}
footer .footer-menu ul li {
    margin-bottom: 10px;
}
footer .footer-menu ul li a:hover {
    color: #683D14;
}
footer .copyright {
    background: #683D14;
    padding: 15px 0;
    margin-top: 86px;
}
footer .copyright p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
footer .footer-image {
    position: absolute;
    right: 30px;
    bottom: 0;
    max-width: 33.073vw;
}

@media only screen and (min-width: 1600px) {
    .custom-container {
        max-width: 1520px;
    }
}

@media only screen and (max-width: 1399px) {
    header {
        padding: 20px 0;
    }
    header .logo img {
        max-width: 150px;
    }
    header .main-menu ul li {
        margin-right: 30px;
    }
    header .main-menu .button a {
        background: #683D14;
        padding: 12px 34px 14px;
        font-size: 14px;
    }
    header.fixed .main-menu .button a {
        padding: 12px 34px 14px;
    }
    header .main-menu ul li a {
        font-size: 14px;
    }
    header.fixed {
        padding: 10px 0;
    }
    .about-info .intro h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .about-info .intro p br {
        display: none;
    }
    .about-info .intro p {
        font-size: 16px;
    }
    .about-info .intro ul {
        font-size: 16px;
        margin: 24px 0 34px;
    }
    .about-info .intro .button a {
        font-size: 14px;
        padding: 12px 34px 14px;
    }
    .content-bg {
        padding-top: 50px;
    }
    .content-bg .inner {
        padding: 40px;
    }
    .content-bg .inner h2 {
        font-size: 32px;
        margin: 0 0 30px 0;
    }
    .content-bg .inner p {
        font-size: 16px;
        margin: 0 auto 20px;
    }
    .grid-icon {
        padding: 50px 0 0 0;
    }
    .grid-icon h2 {
        margin: 3px 0 50px 0;
        font-size: 32px;
    }
    .grid-icon .box img {
        max-width: 50px;
        height: 50px;
    }
    .grid-icon .box h3 {
        font-size: 18px;
        margin: 0 0 25px 0;
    }
    .grid-icon .box p {
        font-size: 16px;
        line-height: 25px;
    }
    .button-cta {
        padding: 50px 0;
        margin-top: 50px;
    }
    .button-cta .button a {
        padding: 12px 34px 14px;
        font-size: 14px;
    }
    .button-cta h2 {
        font-size: 32px;
    }
    .pricing {
        padding: 50px 0;
    }
    .pricing .head h2 {
        margin: 0 0 30px 0;
        font-size: 32px;
    }
    .pricing .head p {
        font-size: 16px;
        max-width: 870px;
        margin: 0 auto 55px;
    }
    .pricing .box-card .inner {
        padding: 30px 20px 100px 20px;
    }
    .pricing .box-card .inner .button a {
        padding: 12px 34px 14px;
        font-size: 14px;
    }
    .pricing .box-card .inner ul {
        padding: 30px 0 40px 0;
        font-size: 16px;
    }
    .pricing .box-card .inner h3 {
        font-size: 22px;
    }
    .pricing .box-card .inner p {
        font-size: 30px;
    }
    footer {
        padding: 46px 0 0 0;
    }
    footer .copyright {
        margin-top: 46px;
    }
    footer .footer-menu ul li a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    footer .footer-image {
        max-width: 38.073vw;
    }
    footer .footer-menu ul {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 991px) {
    body.menu-open {
        overflow: hidden;
    }
    header .hamburger {
        display: block;
    }
    header .main-menu .close {
        display: block;
    }
    header .main-menu {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: #683D14;
        width: 100%;
        max-width: 375px;
        padding: 0;
        transform: translateX(100%);
        transition: 0.3s all;
        z-index: 9;
    }
    .menu-open header .main-menu {
        transform: translateX(0);
    }
    header .main-menu ul {
        display: block;
        padding-top: 50px;
    }
    header .main-menu ul li a {
        color: #fff;
        padding: 6px 15px;
        display: block;
        width: 100%;
    }
    header .main-menu ul li {
        margin-right: 0;
    }
    header .main-menu .button {
        display: block;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    header .main-menu .button a {
        border-radius: 0;
        border: none;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 15px;
        background: #fff;
        color: #683D14;
    }
    header .main-menu .button a:hover {
        background: #fff;
    }
    .about-info {
        padding-top: 100px;
    }
    .about-info .intro {
        width: 100%;
    }
    .about-info .intro-image {
        width: 100%;
    }
    .about-info .intro-image:before {
        display: none;
    }
    .about-info .intro-image img {
        margin-left: 0;
        margin-top: 0;
    }
    .about-info .intro h2 {
        font-size: 26px;
        line-height: 39px;
    }
    .content-bg .inner h2 {
        font-size: 26px;
        margin: 0 0 20px 0;
    }
    .grid-icon .head img {
        max-width: 40px;
    }
    .grid-icon .box {
        margin-bottom: 15px;
    }
    .grid-icon h2 {
        margin: 3px 0 40px 0;
        font-size: 26px;
    }
    .grid-icon .box img {
        max-width: 40px;
        height: 40px;
        margin: 0 0 15px 0;
    }
    .grid-icon .box h3 {
        margin: 0 0 15px 0;
    }
    .button-cta h2 {
        font-size: 26px;
        margin: 0 0 30px 0;
    }
    .pricing .head img {
        max-width: 50px;
    }
    .pricing .head h2 {
        margin: 0 0 20px 0;
        font-size: 26px;
    }
    .pricing .box-card {
        padding-left: 12px;
        padding-right: 12px;
    }
    .pricing .box-card .inner h3 {
        font-size: 20px;
    }
    .pricing .box-card .inner p {
        font-size: 24px;
    }
    .pricing .box-card .inner ul {
        padding: 20px 0 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .content-bg .inner {
        padding: 40px 20px;
    }
    .pricing {
        padding: 50px 0 0;
    }
    .pricing .box-card .inner .button {
        position: unset;
    }
    .pricing .box-card .inner {
        padding: 30px 20px;
        border: 3px solid #D99700;
    }
    .pricing .box-card .inner .button a {
        padding: 12px 24px 14px;
    }
    footer {
        padding: 26px 0 0 0;
    }
    footer .footer-image {
        display: none;
    }
    footer .copyright {
        margin-top: 16px;
    }
    footer .footer-menu ul {
        padding-right: 30px;
    }
}