@import url('https://fonts.cdnfonts.com/css/minion-pro');
@font-face {
    font-family: 'Old Claude LP Std';
    src: url('../fonts/OldClaudeLPStd.eot');
    src: url('../fonts/OldClaudeLPStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OldClaudeLPStd.woff2') format('woff2'),
        url('../fonts/OldClaudeLPStd.woff') format('woff'),
        url('../fonts/OldClaudeLPStd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fifty Fifty';
    src: url('../fonts/FiftyFifty-Regular.eot');
    src: url('../fonts/FiftyFifty-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiftyFifty-Regular.woff2') format('woff2'),
        url('../fonts/FiftyFifty-Regular.woff') format('woff'),
        url('../fonts/FiftyFifty-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Start  reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    margin: 0;
  }
  * {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}

/* End  reset css */
html{
    margin: 0px !important;
}

body {
    font-size: 1.042vw;
    margin: 0;
    color: #173c4f;
}
p {
    font-size: 1.3em;
    font-family: 'Lora';
    line-height: 1.3;
    margin-bottom: 0;
}
p:not(:last-child) {
    margin-bottom: 1em;
}
em{
    font-family: Lora-Italic;
    font-style: italic;
}

p em {
    font-family: Lora-Italic;
    font-style: italic;
}
strong, b{
    font-family: 'Lora-Bold';
}
ul, li{
    list-style: none;
    padding: 0;    
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
figure  {
    margin:0;
}
.title{
    font-family: 'Fifty Fifty';
}
.common-title {
    font-size: 2.9em;
    line-height: 1.65;
    font-family: 'Fifty Fifty';
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top:var(--bs-aspect-ratio);
    content: "";
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-100{
    width: 100%;
}
.text-center{
    text-align: center;
}

/*  */
.header-main{
    display: none;
}
.banner-main .banner-description {
    max-width: 80.5em;
    margin-inline: auto;
    text-align: center;
}
.banner-main .banner-description .title {
    font-size: 9.05em;
    margin-bottom: 0.1em;
    line-height: 1.3;
    margin-top: -0.11em;
}
.banner-main .banner-description p {
    font-size: 2.4em;
    font-family: 'Lora-Italic';
}
.banner-main {
    padding-bottom: 2em;
    background: #f1f6fa;
}

/* Start Nave Menu  */
.navbar-main .inner-column {
    max-width: 84em;
    margin-inline: auto;
}

.navbar-main {
    background: #f1f6fa;
    padding-bottom: 4em;
    text-align: center;
}

.navbar-main .logo-nav {
    margin-bottom: 2em;
    display: block;
}

.navbar-main .logo-nav img {
    max-width: 6em;
    width: 100%;
}

.navbar-main .title {
    font-family: 'Lora-Bold';
    font-size: 1.8em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.navbar-main .custom-menu {
    font-size: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em 2em;
    letter-spacing: 0.02em;
}

.navbar-main .custom-menu a {
    color: #173c4e;
}
.custom-menu li {
    position: relative;
}
.navbar-main .custom-menu li:not(:first-child, .no-bullet):after {
    content: "•";
    color: currentColor;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.2em;
}

/* End Nave Menu  */

.column-video .ratio > button.play-btn {
    background: transparent;
    color: #fffd;
    border: 0;
    font-size: 9em;
    cursor: pointer;
}


/*  */
.charities-section {
    position: relative;
    padding: 0 1.75em;
    margin: 1.75em 0;
    overflow-x: clip;
}

.charities-section .border-full {
    border: 3px solid #4c728a;
    padding: 1.1em 2.5em 2.5em;
}

.charities-section .top-block {
    position: relative;
    margin-bottom: 1.8em;
}

.charities-section .top-block:before, .charities-section .top-block:after {
    content: "";
    height: 100%;
    width: 9999em;
    background: #173c4f;
    position: absolute;
    top: 0;
    z-index: -1;
}
.charities-section .top-block:before {
    left: -999em;
}
.charities-section .top-block .inner-block {
    color: white;
}
.charities-section .top-block .column-left {
    padding: 2.3em 0;
    max-width: calc(71.5%);
    font-size: 1vw;
}
.charities-section .top-block .column-right {
    margin-top: -5.2em;
    width: 28.5%;
}
.charities-section .top-block .column-right img {
    width: calc(100% + 2em);
    height: 100%;
}
.charities-section .top-block .custom-row {
    display: flex;
}
.charities-section .top-block .column-right figure {
    height: 100%;
    margin-left: -3em;
}
.charities-section .top-block .column-left .desc-block {
    padding-right: 2.7em;
}

.charities-section .custom-row {
    display: flex;
    flex-wrap: wrap;
}
.charities-section .custom-row .column-video {
    position: relative;
    width: 62.9%;
    vertical-align: middle;
}
.charities-section .custom-row .column-desc {
    width: 37.1%;
    padding-left: 4em;
    padding-top: 0.4em;
}
.charities-section .ratio-16x9 {
    --bs-aspect-ratio: 58.25%;
}
.charities-section .custom-row .column-desc p {
    font-size: 1.17em;
}


/*  */

/*  */
.winter-hikes-section {
    padding-bottom: 5em;
    margin-bottom: 1em;
}

.winter-hikes-section  .border-ver {
    background: #4c728a;
    height: 3.75em;
    width: 2px;
    display: block;
    margin: 0 auto;
}

.winter-hikes-section .top-row .column-2 .border-ver, .winter-hikes-section .top-row .column-3 .border-ver {
    height: 0;
    margin: 0;
    opacity: 0;
}

.winter-hikes-section .top-row .border-ver {
    margin-top: 1em;
}
.winter-hikes-section .top-row {
    display: flex;
    flex-wrap: wrap;
    overflow-x: clip;
    gap: 1.5em 5px;
    padding-bottom: 0;
}
.winter-hikes-section .top-row .desc-block {
    display: none;
    margin-top: 2em;
}

.winter-hikes-section .column {
    width: calc(25% - 5px);
}

.winter-hikes-section .desc-block {
    text-align: center;
}

.winter-hikes-section .desc-block .custom-title {
    font-family: 'Lora-Bold';
    font-size: 1.5em;
    padding: 0 2em;
    margin-bottom: 1em;
}

.winter-hikes-section .desc-block p {
    padding: 0 1.2em;
}

.winter-hikes-section .bottom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em 5px;
}
.winter-hikes-section .bottom-row .border-ver {
    margin-bottom: 2em;
}

.winter-hikes-section .center-row {
    margin-top: -3.5em;
    margin-bottom: 2em;
}
.winter-hikes-section .center-row .common-title {
    display: inline-block;
    max-width: 19em;
    margin-inline: auto;
}

.winter-hikes-section .center-row .inner-column {
    max-width: 92em;
    margin-inline: auto;
}




/*  */
.sweet-honey-section, .read-section {
    margin-bottom: 4.5em;
}


.sweet-honey-top .block {
    min-height: 33.7em;
    padding: 2em 0;
    display: grid;
    place-content: center;
}

.sweet-honey-top {
    background-attachment: fixed;
    margin-bottom: 2.5em;
    background-size: cover;
}

.sweet-honey-top .block .common-title {
    max-width: 18em;
    text-align: center;
    color: white;
}

.honey-bottom, .read-bottom .counter-row {
    max-width: calc(100% - 7em);
    margin-inline: auto;
}

.honey-bottom .counter-row {
    column-count: 3;
    column-gap: 1.2em;
}

.honey-bottom .counter-row strong {
    display: block;
}


/*  */


.read-top {
    min-height: 46em;
    display: grid;
    align-items: center;
}

.read-top .block {
    max-width: 47em;
    margin-left: auto;
    margin-right: 5em;
    text-align: center;
    color: white;
}

.read-top .common-title, .plan-ahead-section .head-block .common-title {
    font-size: 3.9em;
}

.read-top .block p {
    padding: 0 1.5em;
}



.read-bottom .counter-row {
    padding: 2em 0;
    color: white;
    column-count: 2;
    column-gap: 2.5em;
}

.read-bottom .counter-row p strong em {
    font-weight: bold;
}

.read-bottom .counter-row strong {
    display: block;
}
.read-top .mobile-read  {
    display: none;
}
/*  */


.plan-ahead-section {
    margin-bottom: 6.5em;
}
.plan-ahead-section .maximum {
    max-width: 72.5em;
    margin-inline: auto;
}

.plan-ahead-section .head-block {
    text-align: center;
    margin-bottom: 3em;
}

.plan-ahead-section .head-block .title-1 {
    position: relative;
}

.plan-ahead-section .head-block .title-1:before {
    content: "";
    background: #4c728a;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.plan-ahead-section .head-block span {
    background: white;
    padding: 0 0.5em;
    display: inline-block;
}

.plan-ahead-section .head-block .common-title {
    line-height: 1.5;
}
.plan-ahead-section .head-block .common-title-mobile{
    display: none;
}

.plan-ahead-section .custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2.3em;
}

.plan-ahead-section .custom-row .column {
    width: calc(50% - 1.15em);
    position: relative;
    background: #173c4f;
    padding: 1.4em 1.4em 2.4em;
}

.plan-ahead-section .custom-row .column img {
    width: 100%;
}

.plan-ahead-section .column .date-box {
    position: absolute;
    top: 0;
    right: 2.7em;
    width: 6.5em;
    background: #4c728a;
    padding: 1em 0.8em 0.4em;
    text-align: center;
}
.plan-ahead-section .column span {
    font-family: 'Fifty Fifty';
    color: white;
    font-size: 2.35em;
    display: block;
    line-height: 1.2;
}
.plan-ahead-section .column .day {
    font-size: 4em;
    letter-spacing: 0.04em;
}


.plan-ahead-section figure {
    margin-bottom: 1.2em;
}

.plan-ahead-section .desc {
    color: white;
    margin-bottom: 1em;
    padding: 0 0.8em;
}

.plan-ahead-section .desc h3 {
    font-family: 'Fifty Fifty';
    font-size: 2em;
    letter-spacing: 0.01em;
    margin-bottom: 0.1em;
    line-height: 1.6;
}

.plan-ahead-section .bnt-wrap {
    margin-top: 1.7em;
    padding: 0 1em;
}

.plan-ahead-section .bnt-wrap a {
    color: white;
    font-size: 1.2em;
    border: 2px solid;
    padding: 0.45em 0.55em;
    display: inline-block;
    font-family: 'Lora-Bold';
}





.chocolate-section{
    margin-bottom: 1em;
}
.chocolate-section .block {
    padding: 4em 0;
    max-width: 44.5em;
    margin-left: auto;
    margin-right: 2.5em;
}

.chocolate-section .block .common-title {
    font-size: 3.6em;
    line-height: 1.45;
}
.chocolate-img-mobile{
    display: none;
}




/*  Footer */
.footer-top {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 32em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-top .desc {
    max-width: 80em;
    text-align: center;
    padding: 3.5em 1em 0;
    font-family: 'Lora-Italic';
    margin: 0 auto;
}

.footer-top .desc .text {
    color: white;
    font-size: 1.95em;
    font-style: italic;
    font-weight: normal;
    margin-top: 1.2em;
}
.footer-top .ft-lgo {
    margin: 0;
}


.footer-top .desc figure {
    max-width: 30.3em;
    margin: 0 auto;
}

.footer-top .desc figure img {
    width: 100%;
}



.footer-bottom {
    background: #173c4f;
    padding: 1em 0;
}

.footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 1.5em;
    margin-bottom: 0.5em;
}

.footer-bottom ul a {
    font-size: 0.9em;
    color: #fff;
    font-weight: bold;
    font-family: 'Lora';
}

.footer-bottom p {
    font-size: 0.75em;
    text-align: center;
    color: #fff;
}

.fotoer-top-mobile{
    display: none;  
}


@media screen and (max-width:1199px) {
    .winter-hikes-section .top-row .column-2 .border-ver, .winter-hikes-section .top-row .column-3 .border-ver {
        height: 5.6em;
    }
    p {
        font-size: 1.5em;
    }
    .charities-section .top-block .column-right {
        margin-top: auto;
    }
    .charities-section .custom-row .column-desc p {
        font-size: 1.3em;
    }
    .charities-section .custom-row .column-desc {
        padding-left: 2em;
    }
}
@media screen and (max-width:991px) {
    body {
        font-size: 12px;
    }
    .navbar-main .custom-menu {
        font-size: 1.7em;
        gap: 1.2em 2em;
        flex-direction: column;
        max-width: 20em;
        margin: 0 auto;
        font-family: 'Lora-Bold';
    }
    
    .navbar-main .custom-menu li:not(:last-child):after {
        content: "•";
        color: currentColor;
        font-weight: bold;
        position: absolute;
        top: calc(100% - 0.01em);
        left: 50%;
        transform: translateX(-50%);
    }
    .custom-menu li:last-child {
        padding: 0 1em;
    }

    .footer-bottom p {
        font-size: 1em;
    }
    .footer-top {
        display: flex;
    }

    .banner-main .banner-description .title {
        font-size: 6.05em;
    }
    .banner-main .banner-description {
        max-width: 61.5em;
    }
    .navbar-main {
        padding: 0 1em 4em;
        background: #f1f6fa;       
        
    }
    .charities-section .top-block .column-right figure {
        height: 100%;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: end;
    }
    .charities-section .top-block .column-right img {
        height: auto;
    }
    .charities-section .custom-row .column-video {
        width: 100%;
        margin-bottom: 1em;
    }
    .charities-section .custom-row .column-desc {
        width: 100%;
        padding: 1em 1em 0;
    }
    .charities-section .top-block .column-left {
        max-width: 100%;
        font-size: inherit;
    }
    .charities-section .top-block .column-right{
        display: none;
    }
    .winter-hikes-section .bottom-row{
        display: none;
    }
    .winter-hikes-section {
        padding-bottom: 2em;
        display: flex;
        flex-wrap: wrap;
    }
    .winter-hikes-section .center-row {
        margin-top: 0;
        order: 1;
        padding: 1.5em 0 0;
    }
    .winter-hikes-section .top-row {
        gap: 2.5em 5px;
        margin-bottom: 3em;
        order: 2;
    }
    .winter-hikes-section .top-row .desc-block {
        display: block;
    }
    .winter-hikes-section .top-row .border-ver {
        display: none;
    }
    .winter-hikes-section .column {
        width: calc(50% - 5px);
    }
    
    .sweet-honey-top {
        background-position: center !important;
    }
    .honey-bottom .counter-row {
        column-count: 2;
    }
    .read-top {        
        background-position: center  !important;
        min-height: 26em;
    }
    .read-top .common-title, .plan-ahead-section .head-block .common-title {
        font-size: 3.25em;
    }
    .plan-ahead-section .desc h3 {
        font-size: 2.2em;
    }
    .chocolate-section .block .common-title {
        font-size: 3em;
    }
    .common-title {
        font-size: 3em;
    }
    .chocolate-section {      
        background-position: center !important;
    }
    .footer-top .desc .text {
        font-size: 1.80em;
    }
    .footer-top {
        background-position: center !important;
    }
}


@media screen and (max-width:767px) {
    

    .navbar-main .custom-menu {
        font-size: 1.5em;
    }
    .banner-main .banner-description .title {
        font-size: 3.05em;
        margin-top: 0.5em;
    }
    .banner-main .banner-description p {
        font-size: 2em;
    }
    .banner-main .banner-description {
        padding: 0 1em;
    }
    .common-title {
        font-size: 2.5em;
    }
    .charities-section .top-block .column-left .common-title br {
        display: none;
    }
    .charities-section .top-block .column-left {
        padding: 2.3em 0;
        max-width: 100%;
    }
    .charities-section .top-block .column-left .desc-block {
        padding-right: 0;
    }
    .charities-section .top-block .column-right {
        width: max-content;
        max-width: 20em;
        margin: 0 auto;
    }
    .charities-section .top-block .column-right img {
        width: 100%;
    }
    .sweet-honey-top .block {
        min-height: 22.7em;
    }
    .read-top .common-title, .plan-ahead-section .head-block .common-title {
        font-size: 2.5em;
    }
    .honey-bottom, .read-bottom .counter-row {
        max-width: calc(100% - 4em);
    }
    .plan-ahead-section .custom-row .column {
        width: 100%;
    }
    .plan-ahead-section {
        margin-bottom: 0;
    }
    .chocolate-section {
       
        background-image: inherit !important;
    }

    .chocolate-section .block {
        padding: 2em 0;
        max-width: 100%;
        margin-left: 1.2em;
        margin-right: 1.2em;
    }
    
    .chocolate-img-mobile{
        display: block;
    }
    .chocolate-img-mobile img{
        width: 100%;
    }
    .read-top .mobile-read  {
        display: block;
    }
    .read-top {       
        min-height: auto;
        background-image: none !important;
    }
    .read-top .mobile-read img {
        width: 100%;
    }
    .read-top .block {
        margin-left: auto;
        margin-right: auto;
        background: rgb(25 20 16);
        padding: 1em 1em;
        max-width: 100%;
    }
    .winter-hikes-section .center-row .common-title {
        padding: 0 0.4em;
    }
    
    .plan-ahead-section .head-block {
        padding: 0 1em;
    }

.footer-top .desc {
    margin-right: auto;
}
.footer-top {
    display: none;
}
.fotoer-top-mobile {
    display:block;
}
.fotoer-top-mobile .desc .text {
    color: white;
    font-size: 2.4em;
    font-style: italic;
    font-weight: normal;
    max-width: 17em;
    margin: 0 auto 1.5em;
}

.fotoer-top-mobile .desc .text {
    color: white;
    font-size: 2em;
    font-weight: normal;
    max-width: 17em;
    margin: 0 auto 1.5em;
    text-align: center;
    font-family: 'Lora-Italic';
    padding: 0 15px;
}
.fotoer-top-mobile .desc {
    background: #173c4e;
    text-align: center;
    padding: 4em 0 1em;
    border-bottom: 1px solid #fff;
}

.fotoer-top-mobile .desc img {
    max-width: 20em;
    margin-bottom: 2em;
}
.fotoer-top-mobile figure {
    margin-bottom: 0;
}
.fotoer-top-mobile img {
    width: 100%;
}
}



@media screen and (max-width:575px) {

    .charities-section {
        padding: 0 1em;
    }
    .charities-section .border-full {
        padding: 1.1em 1.5em 1.5em;
    }
    .charities-section .custom-row .column-desc {
        padding: 1em 0 0;
    }
    .winter-hikes-section .column {
        width: 100%;
    }
    .winter-hikes-section .desc-block .custom-title {
        padding: 0 1em;
    }
    .honey-bottom .counter-row {
        column-count: 1;
    }
    .read-top {
        min-height: auto;
    }
    .read-bottom .counter-row {
        column-count: 1;
        padding-top: 0;
    }
    .read-top .block p {
        padding: 0;
    }

    .plan-ahead-section .head-block .common-title:not(.title-1){
        display: none;
    }
    .plan-ahead-section .head-block .common-title.common-title-mobile{
        display: block;
    }
    
.footer-bottom ul {
    gap: 1em 1em;
}
}