/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/


* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all .5s ease;  }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html { scroll-behavior: smooth; }
html.suspended {background: rgba(0,0,0,0.6);}
body { position: relative; max-width: 100%;margin: 0 auto;text-align: center; font-family: 'Lexend Deca', serif; transition: all 0.3s ease-out; }
a { font-family: 'Lexend Deca', serif; color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5,h6,p { padding:0; margin:0; line-height: 120%; }
h1,h2,h3,h4,h5,h6 { font-family: 'Libre Baskerville', serif; font-weight: 400; line-height: 1.1em; }
p, ul li { font-family: 'Lexend Deca', sans-serif; font-weight: 400; font-size: 23px; letter-spacing: 0; line-height: 1.6em; margin: 0; }
ul, ol { margin: 0; padding: 0; }
.row { max-width: 1600px;margin: 0 auto; }
.db { display: block; }

/*color*/

.primary-color { color: #0C462D; } /*EVERGREEN*/
.white { color: #FFFFFF; } /*WHITE*/
.text-color { color: #333333; } /*BLACK*/
.glaze { color: #C58346; } /*GLAZE*/

/*sticky*/

.sticky { position: fixed!important; top: 0; width: 100%; padding: 15px!important; box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 50%); }
.sticky + .content { padding-top: 0; }
/*.sticky .header-left .content-img {transform: scale(0.3);}*/
/*#header.sticky nav ul li a { padding: 0 0 15px!important; }
#header.sticky .header-left .content-img img { filter: brightness(0) invert(1);  }
#header.sticky nav ul li a { color: #FFFFFF!important; }
*/
/*.sticky .header-left { width: 10.25%; }*/

/*dropdown*/

/*#dropdown{ display: none; position: absolute; text-align: left; z-index: 9; background: rgb( 0 0 0 / 50% ); transition: all .5s ease; width: 200px!important; border: 1px solid rgb( 68 68 68 / 20% ); }
#dropdown li{ display: block!important; padding: 10px 15px!important; }
#dropdown li a { white-space: nowrap; color: #FFFFFF!important; }
#header nav ul #dropdown li a { padding: 0; }
#header nav ul #dropdown li a::before { display: none!important;  }
#header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover { color: #517FBF!important; }
#menu_drop:hover > #dropdown{display: block;}*/

/*display-inline*/

.inbM { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; box-sizing: border-box; }

/*flex*/

.fw { flex-wrap: wrap; }
.rr { flex-direction: row-reverse; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch; }
.flexstr-alt { display: flex; align-items: stretch; }

.flex { display: flex; }
.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }

/*button*/

.btn { max-width: 230px; width: 100%; position: relative; background: url('../images/common/site-bg.webp')no-repeat center center; background-size: cover; font-family: 'Lexend Deca', sans-serif; font-weight: 400; font-size: 18px; color: #FFFFFF!important; letter-spacing: 0; line-height: 1.2em; padding: 20px 0; display: inline-block; text-align: center; z-index: 1; text-transform: uppercase; border: 2px solid #5D7266; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::before {content: ''; background: #2A363B; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1; }
.btn:hover::before {transform: scaleX(1);}
.btn.alt { background: transparent; }

/*floats*/

.fl {float:left;}
.fr {float:right;}

/*typography*/

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/*clearings*/

.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/

.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/

.destroy-on-load, .cta {display: none;}

/*contact form messages*/

form .messages p {display: none;font-family: 'Lexend Deca', sans-serif!important; font-weight: 400!important; letter-spacing: 0!important; font-size: 16px!important; }
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin: 0 auto; }

/*contact form*/

.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {font-family: 'Lexend Deca', serif; font-size: 15px; color: #545454; height:60px;display: block;width: 100%; border:1px solid #D6D6D6; border-radius: 0;padding: 20px;box-sizing: border-box;margin: 0 auto 10px; }
.ctc-form textarea {height: 200px;}
/*.ctc-form input[type="text"] {font-family:'Libre Franklin', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Libre Franklin', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
.ctc-form .formLabel { width: 49.63%; }
.inner-form  { margin: 30px 0 0; }
.inner-form .ctc-form .formLabel { width: 100%; } 
.inner-form .ctc-form .formBox .formLabel { width: 49.5%; }
.ctc-form .btn { display: block; color: #000000;}
/*.formBox .formLabel { width: 49.5%; }
.formLabel.lg { width: 100%; }*/
::placeholder { color: #111111; }

/*gallery*/

#content .galBox { padding-top: 30px; }
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block; vertical-align: top; width: 24%; }
#content .gallery li p { line-height: 140%; width: 100%; font-size: 14px; margin: 15px auto;  }
#content .gallery li img { width: 100%; height: 250px; object-fit: cover; } 
#content .thumbnail { border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { position: absolute; width: 100%; background: rgb( 42 54 59 / 80% ); padding: 20px 15px; z-index: 999; border-bottom: 1px solid rgb( 93 114 102 / 50% ); }
#header .row { max-width: 1820px; width: 100%; margin: 0 auto; }
#header nav a#pull {display: none}
#header nav ul { max-width: 725px; width: 100%; padding: 0; margin-left: auto; }
#header nav ul li { position: relative; display: inline-block; vertical-align: middle; line-height: 1; padding: 0 25px; border-right: 1px solid rgb( 130 156 124 / 50% );  }
#header nav ul li:first-of-type { padding-left: 0; }
#header nav ul li:last-of-type { border-right: 0; padding-right: 0; }
#header nav ul li a { position: relative; font-family: 'Lexend Deca', sans-serif; font-weight: 400; font-size: 24px; color: #FFFFFF; line-height: 1.2em; padding: 0; }
/*#header nav ul li a::before { content: ''; background: #FF3130; width: 100%; max-width: 100%; height: 2px; border-radius: 0; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: 1;}
#header nav ul li a:hover::before,
#header nav ul li.active-menu a::before {transform: scaleX(1);}*/
#header nav ul li.active-menu a, #header nav ul li a:hover { font-weight: 700; }
.header-left { width: 15%; }
.header-right { width: 85%; }

/*BANNER*/

#banner, .banner-img { position: relative; }
#banner::after { content: ''; background: url( '../images/common/site-hero.webp' )no-repeat bottom left; background-size: contain; width: 100%; height: 100%; position: absolute; bottom: -1px; left: 0; right: 0; }
.banner-content { max-width: 100%; width: 100%; margin: 0 auto; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 2; padding: 0 15px; }
.banner-content .content-text h2 { margin: 20px 0 40px; }
.banner-wrap { max-width: 1185px; width: 100%; margin: 0 auto; }
.banner-image { width: 40%; }
/*.banner-image .content-img { width: 83.33%; margin-left: auto; }*/
.banner-image .content-img { width: 60%; margin-left: auto; }
.banner-desc { width: 60%; }
.banner-desc .banner-box { max-width: 555px; width: 100%; padding-left: 15px; margin-left: auto; }
.banner-box .content-text p { font-size: 25px; letter-spacing: -0.02em; line-height: 1.6em; margin: 50px 0; }
.banner-box .button { max-width: 480px; width: 100%; }

/*CONTENT*/

#content { position: relative;  }
.content-text .large { font-size: 75px; }
.content-text h1, .content-text h2 { font-size: 60px; letter-spacing: -0.02em; }
.content-text h3 { font-size: 50px; }
.content-text h4 { font-size: 35px; }
.content-text h5 { font-family: 'Lexend Deca', sans-serif; font-size: 30px; line-height: 1.2em; }
.content-text h6 { font-size: 24px; }
.content-img img { width: 100%; height: 100%; display: block; transition: transform 0.3s ease-in-out;}

    /*TAG*/

    .tag-section { position: relative; padding: 110px 15px 0; }
    .tag-section .row { position: relative; max-width: 1425px; width: 100%; margin: 0 auto -180px; z-index: 3; }
    .tag-left { width: 55%; }
    .tag-content { max-width: 580px; width: 100%; margin: 0 auto; padding: 30px 0 0; }
    .tag-content .content-text span { margin: 30px 0 0; display: block; }
    .tag-content .content-text h2 { position: relative; margin: 50px 0 60px; }
    .tag-content .content-text h2::before { content: ''; background: url('../images/content/quote.webp')no-repeat; background-size: contain; max-width: 120px; width: 100%; height: 100px; position: absolute; top: -15px; left: -72px; }
    .tag-content .content-text h2::after { content: ''; background: url('../images/content/quote.webp')no-repeat; background-size: contain; max-width: 120px; width: 100%; height: 100px; position: absolute; right: 0; bottom: -20px; transform: rotate(-180deg); }
    .tag-right { width: 45%; }

    /*STORY*/

    .story-section { position: relative; background: url('../images/common/site-bg.webp')no-repeat center center; background-size: cover; padding: 315px 15px 235px; z-index: 2; }
    .story-section::before { content: ''; background: url( '../images/content/site-hero-01.webp' )no-repeat top left; background-size: contain; width: 100%; height: 100%; position: absolute; top: -1px; left: 0; right: 0; }
    .story-section .row { position: relative; max-width: 960px; width: 100%; margin: 0 auto; z-index: 2; }
    .story-content .content-text h3 { position: relative; padding: 30px 0; }
    .story-content .content-text h3::before, .story-content .content-text h3::after { content: ''; background: #FFFFFF; width: 100px; height: 1px; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; }
    .story-content .content-text h3::after { top: unset !important; bottom: 0; }
    .story-content .content-text p { margin: 0 0 80px; }

    /*EXCERPT*/

    .excerpt-section { position: relative; background: url('../images/content/bottom-bg.webp')no-repeat center center; background-size: cover; padding: 0 15px 225px; }
    .excerpt-section::before { content: ''; background: url( '../images/content/site-hero-02.webp' )no-repeat top right; background-size: contain; width: 100%; height: 100%; position: absolute; top: 59px; left: 0; right: 0; }
    .excerpt-section .row { max-width: 1500px; width: 100%; margin: -60px auto 0; }
    .excerpt-left { width: 55%; }
    .excerpt-wrap { position: relative; z-index: 3; }
    .excerpt-content { max-width: 640px; width: 100%; padding: 0 15px 0 0; }
    .excerpt-content .content-text p { margin: 0 0 40px; }
    .excerpt-right { width: 45%; }
    .excerpt-right .content-img { width: 73.08%; margin-left: 0; }


/*FOOTER*/

#footer { position: relative; background: #2A363B; padding: 0 15px;  }
#footer .row { max-width: 1820px; width: 100%; margin: 0 auto; }
.footer-logo { padding: 30px 0; border-bottom: 1px solid rgb( 93 114 102 / 50% ); }
.footer-logo .content-img { max-width: 223px; width: 100%; margin: 0 auto; }

    /*COPYRIGHT*/

    .copyright { position: relative; padding: 30px 0; }
    .copyright .content-text p { font-size: 18px; }

/*SOCIAL NAVIGATION*/
.social-navigation { padding:20px 0 0; }
.social-navigation ul { padding: 0; margin: 0; list-style: none; }
.social-navigation ul li { display: inline-block; vertical-align: middle; }
.social-navigation ul li a { font-size: 0; }
.social-navigation ul li a:hover:before { color: #5d7266; }
.social-navigation ul li a:before { font-size: 24px; color: #fff; }

/*INNER PAGES*/

/*HEADER*/

.inner .row { max-width: 1200px; width: 100%; margin: 0 auto; }
.inner #content { }

/*BANNER*/

.inner #banner { position: relative; background: url('../images/common/site-bg.webp')no-repeat center center; background-size: cover; padding: 190px 15px 100px; }
.inner #banner::after { display: none; }
.inner .banner-content { position: relative; top: unset; bottom: unset; transform: none; }
.inner .banner-content .content-text h1 { position: relative; }
.inner .banner-content .content-text h1::after { content: ''; background: #FFFFFF; width: 100px; height: 1px; margin: 30px auto 0; display: block; }
/*.inner .banner-img::before { content: ''; background: linear-gradient( to right, rgb( 0 0 0 / 85% ), rgb( 0 0 0 / 10% ) ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }*/
/*.inner .banner-content .content-text h1 {  color: #FFFFFF; text-transform: uppercase; }*/

/*CONTENT*/

.inner #content { padding: 60px 15px; min-height: 400px; }
.inner .content-text h1 { font-size: 35px; }

    /*ABOUT*/

    /*.inner.about .content-text h1 { font-size: 35px; }*/
    .inner.about #content { padding: 0; }
    .inner.about .about-section { position: relative; background: url('../images/common/site-bg.webp')no-repeat center center; background-size: cover; padding: 10px 15px 225px; margin: -1px 0 0; }
    .inner.about .about-section::after { content: ''; background: url( '../images/common/site-hero.webp' )no-repeat bottom left; background-size: 100% 100%; width: 100%; height: 80px; position: absolute; bottom: -1px; left: 0; right: 0; transform: scaleX(-1); }
    .inner.about .about-section .row { max-width: 960px; width: 100%; margin: 0 auto; }
    .inner.about .about-content .content-text h5 { font-size: 25px; margin: 40px 0 0; }

    .inner.about .owner-section { position: relative; padding: 15px 15px 80px; }
    .inner.about .owner-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.about .owner-left { width: 70%; }
    .inner.about .owner-content { max-width: 760px; width: 100%; padding: 0 15px 0 0; }
    .inner.about .owner-content .content-text p { margin: 30px 0; }
    .inner.about .owner-right { width: 30%; }

    /*PURCHASE*/

    .inner.purchase #banner { position: relative; padding: 180px 15px 180px; }
    .inner.purchase #banner::before { content: ''; background: url( '../images/content/purchase-hero.webp' )no-repeat center bottom; background-size: contain; width: 100%; height: 100%; position: absolute; bottom: -1px; left: 0; right: 0; z-index: 2; }
    .inner.purchase #banner .row { position: relative; max-width: 1820px; width: 100%; margin: 0 auto; z-index: 3; }
    .inner.purchase #content { position: relative; background: url( '../images/content/purchase-bg.webp' )no-repeat top center; background-size: cover; padding: 150px 15px 90px; }
    .inner.purchase #content .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.purchase .banner-wrap { max-width: 100%; }
    .inner.purchase .banner-left { width: 48%; }
    .inner.purchase .purchase-content { max-width: 485px; width: 100%; margin: 0 auto; padding: 0 15px 0 0; }
    .inner.purchase .purchase-content .content-text h2 { position: relative; }
    .inner.purchase .purchase-content .content-text h2::before { content: ''; background: url('../images/content/quote-alt.webp')no-repeat; background-size: contain; max-width: 120px; width: 100%; height: 100px; position: absolute; top: -15px; left: -72px; }
    .inner.purchase .purchase-content .content-text h2::after { content: ''; background: url('../images/content/quote-alt.webp')no-repeat; background-size: contain; max-width: 120px; width: 100%; height: 100px; position: absolute; right: 0; bottom: -20px; transform: rotate(-180deg); }
    .inner.purchase .purchase-content .content-text p { font-size: 20px; margin: 30px 0; line-height: 1.2em; }
    .inner.purchase .purchase-content .content-img { max-width: 145px; width: 100%; margin: 30px 0 0; }
    .inner.purchase .banner-right { width: 52%; }

    .inner.purchase .purchase-wrap { padding: 0 0 60px; margin: 0 0 50px; border-bottom: 1px solid rgb( 93 114 102 / 50% ); }
    .inner.purchase .purchase-left { width: 25%; }
    .inner.purchase .purchase-left .content-text h4 { position: relative; padding: 0 0 30px; }
    .inner.purchase .purchase-left .content-text h4::after { content: ''; background: #2A363B; width: 100px; height: 1px; position: absolute; bottom: 0; left: 0; }
    .inner.purchase .purchase-right { width: 75%; }
    .inner.purchase .purchase-quote { width: 16%; padding: 0 15px 0 0; }
    .inner.purchase .purchase-quote .content-img { max-width: 74px; width: 100%; }
    .inner.purchase .purchase-slide { width: 84%; }
    .inner.purchase .slick-dots { text-align: left; left: 0;  }
    .inner.purchase .slick-dots li button { width: 12px; height: 12px; border: 1px solid #62776C; }
    .inner.purchase .slick-active button { background: #62776C; }
    .inner.purchase .slick-dots li button:before { display: none;  }
    .inner.purchase .purchase-slide .content-text p { font-size: 20px; margin: 30px 0; line-height: 1.2em; }
    .inner.purchase .purchase-slide .content-text h6 { color: #61776C; margin: 0 0 30px; }

    /*ENDORSEMENT*/

    .inner.endorsements #content { position: relative; background: url( '../images/content/purchase-bg.webp' )no-repeat top center; background-size: cover; padding: 150px 15px 90px; }
    .inner.endorsements #content .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.endorsements .endorsements-wrap { padding: 0 0 60px; margin: 0 0 50px; border-bottom: 1px solid rgb( 93 114 102 / 50% ); }
    .inner.endorsements .endorsements-left { width: 25%; }
    .inner.endorsements .endorsements-left .content-text h4 { position: relative; padding: 0 0 30px; }
    .inner.endorsements .endorsements-left .content-text h4::after { content: ''; background: #2A363B; width: 100px; height: 1px; position: absolute; bottom: 0; left: 0; }
    .inner.endorsements .endorsements-right { width: 75%; }
    .inner.endorsements .endorsements-quote { width: 16%; padding: 0 15px 0 0; }
    .inner.endorsements .endorsements-quote .content-img { max-width: 74px; width: 100%; }
    .inner.endorsements .endorsements-slide { width: 84%; }
    .inner.endorsements .slick-dots { text-align: left; left: 0;  }
    .inner.endorsements .slick-dots li button { width: 12px; height: 12px; border: 1px solid #62776C; }
    .inner.endorsements .slick-active button { background: #62776C; }
    .inner.endorsements .slick-dots li button:before { display: none;  }
    .inner.endorsements .endorsements-slide .content-text p { font-size: 20px; margin: 30px 0; line-height: 1.2em; }
    .inner.endorsements .endorsements-slide .content-text h6 { color: #61776C; margin: 0 0 30px; }

    /*CONTACT*/

    .inner.contact .row { max-width: 960px; width: 100%; margin: 0 auto; }


/*PRIVACY POLICY*/

.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}
.example { display: grid; transition: all .5s; user-select: none; background: linear-gradient(to bottom, white, black); }