@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Ephesis&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {

  --color-brand-1: #283906;
  --color-brand-1-opacity: rgba(40,57,6,0.85);
  --color-brand-2: #6D712F;
  --color-brand-3: #B6B796;
  --color-brand-3-opacity: rgba(182,183,150,0.2);
  --color-brand-4: #F0F1EA;

  --color-brand-5: #181818;
  --color-brand-6: #E8E8DB;
  --color-brand-7: #B6B796;
  --color-brand-8: #454545;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-opacity: rgba(255,255,255,0.25);

  --branding-default: var(--color-brand-2);
  --branding-hovered: var(--color-brand-1);
  --branding-pressed: var(--color-brand-4);

  --border-hovered: var(--color-brand-2);
  --background-hovered: var(--color-brand-1);
  --base-featured: var(--color-brand-2);

  
  --border-radius-default: 0px;
  --border-radius-1x: 0px;
  --border-radius-button: 0px;
  --border-default: 1px solid var(--color-brand-1);
  --border-brand-2: 1px solid var(--color-brand-2);
  --border-brand-3: 1px solid var(--color-brand-3);
  --border-brand-3-opacity: 1px solid var(--color-brand-3-opacity);
  --border-brand-4: 1px solid var(--color-brand-4);
  --border-brand-6: 1px solid var(--color-brand-6);
  --border-white-opacity: 1px solid var(--color-white-opacity);

  --font-family-1: "Crimson Text", serif;
  --font-family-2: "Open Sans", sans-serif;
  --font-family-3: "Ephesis", cursive;

  --font-size-body: 18px;
  --font-size-body-small: 14px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-button: 18px;

  --container-max-width: 1200px;

  --box-shadow-btn: 0 6px 12px rgba(0, 0, 0, .1);
  --box-shadow-btn-2: 0 0 10px rgba(0, 0, 0, 0.15);
  --box-shadow-header: 0 7px 24px rgba(0, 0, 0, .06);

  --box-shadow-default: 0px 1px 20px -12px var(--color-brand-1);

  --box-shadow-pre-hover-brand-2: inset 0px 0px 0 0 var(--color-brand-2);
  --box-shadow-hover-brand-2-top: inset 0px 200px 0 0 var(--color-brand-2);

  --footer-bkg-img: url(https://mcdesign.avvio.com/013/062/000/7949/cust/imgs/bkg-img-02.jpg);
  --footer-icon-img: url(https://mcdesign.avvio.com/013/062/000/7949/cust/imgs/footer-icon-02.svg);

 /* --background-arrow-brand-1: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="teal"/></svg>');
  --background-arrow-brand-2: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="burlywood"/></svg>');
  --background-arrow-white: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="white"/></svg>');
*/

  --transition-default: all 0.5s ease; 
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
}

@media screen and (max-width: 499px) {

  :root {
    --font-size-body: 14px;
    --font-size-20: 18px;
    --font-size-22: 20px;

    --container-max-width: 100vw;

  }

}

@media screen {
  
  .header a i,
  .footer a i {
    margin-right: 0px;
  }
  
  .header,
  .footer {
    font-family: var(--font-family-2);
  }
  
  /* .button--branded,
  .button--branded * {
    font-family: mazzardh-regular, "mazzardh-regular", "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
    text-transform: uppercase;
  }
  
  .button--branded {
    background-color: #B8A490;
    color: #000000;
    
    border-radius: 10px;
    
    transition: all 0.3s ease;
  }
  
  .button--branded:hover {
    background-color: #000000;
    color: #B8A490;
  } */
  
  .header h1, .header h2, .header h3, .header h4, .header h5, .header h6,
  .header .header1, .header .header2, .header .header3, .header .header4, .header .header5, .header .header6,
  .header .heading-1, .header .heading-2, .header .heading-3, .header .heading-4, .header .heading-5, .header .heading-6,
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  .footer .header1, .footer .header2, .footer .header3, .footer .header4, .footer .header5, .footer .header6,
  .footer .heading-1, .footer .heading-2, .footer .heading-3, .footer .heading-4, .footer .heading-5, .footer .heading-6, {
    font-family: var(--font-family-1);
    font-weight: 400;
  }
  
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
  .content .header1, .content .header2, .content .header3, .content .header4, .content .header5, .content .header6,
  .content .heading-1, .content .heading-2, .content .heading-3, .content .heading-4, .content .heading-5, .content .heading-6 {
    font-family: var(--font-family-1);
    font-weight: 400;
/*    font-style: italic;*/
  }

  .button:hover, 
  .button--secondary:hover,
  .button--primary:hover {
    color: var(--color-white);
    transition: var(--transition-default);
  }
  
  .main-be-area {
    background-color: var(--color-brand-4);
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--color-brand-6);
    height: 90px;
    
    padding-block: 0px;
    border-bottom: var(--border-brand-6);
  }
  
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 100%;
    height: 100%;
    max-width: var(--container-max-width);
    /*gap: 30px;
    padding-inline: 15px;*/
  }
  
  /*.header .invisible-flex-item {
    display: none;
    align-self: stretch;
    
    width: 150px;
    height: 100%;
  }*/

  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 20%;
    /*border-right: var(--border-brand-3-opacity);
    border-left: var(--border-brand-3-opacity);*/
  }
  
  .header .logo img {
    display: block;
    
    height: 70px;
    width: auto;
    
    transition: var(--transition-default);
  }
  
  .header .logo:hover img {
    filter: grayscale(100%);
  }

  /*.header .header-line {
    display: flex;
    width: 1px;
    height: 100%;
    background-color: var(--color-brand-3-opacity);
  }*/

  .header .backtosite {
    display: flex;
    height: 60%;
    width: 20%;
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    
    background-color: var(--color-brand-2);
    color: var(--color-white);
    
    letter-spacing: 1px;
    font-family: var(--font-family-2);
    font-size: var(--font-size-button);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    
    padding: 10px 30px;
    
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    color: var(--color-white);
    background-color: var(--color-brand-1);
  }
  
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    
    background-color: var(--color-white);
    color: var(--color-brand-8);
    
    font-size: var(--font-size-body);
    font-weight: 400;
    line-height: 24px;
  }
  
  .footer .container {
    column-gap: 30px;
    row-gap: 10px;
    width: 100%;
/*    padding-inline: calc((50% - (1255px / 2)) + 15px);*/
  }

  .footer .footer-row-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: calc(100% - 60px);
    /*max-width: var(--container-max-width);*/
    background-image: var(--footer-bkg-img);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-block: 10px 0;
    padding-block: 40px;
    padding-inline: 40px;
    gap: 40px;
  }

  .footer .footer-row-1::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: var(--color-brand-1-opacity);
    width: 100%;
    height: 100%;
  }

  .footer .footer-row-1-left {
    width: 70%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    color: var(--color-white);
  }

  .banner-title {
    font-size: calc(var(--font-size-22) * 1.64);
    font-family: var(--font-family-3);
    color: var(--color-white);
    text-align: left;
  }

  .banner-subtitle {
    font-size: calc(var(--font-size-22) + 2px);
    font-family: var(--font-family-1);
    color: var(--color-white);
    text-align: left;
    line-height: 35px;
  }

  .col-4-title {
    font-size: var(--font-size-body);
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
  }

  .col-4-subtitle {
    font-size: var(--font-size-body);
    font-family: var(--font-family-1);
  }

  .footer .footer-row-1-right {
    width: 20%;
    z-index: 10;
    color: var(--color-white);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .footer .footer-row-1-right a {
    height: 50px;
    min-width: 190px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-brand-1);
    background-color: var(--color-brand-4);
    border: var(--border-brand-4);
    border-radius: var(--border-radius-button);
    font-family: var(--font-family-1);
    font-size: var(--font-size-button);
    transition: var(--transition-default);
  }

  .footer .footer-row-1-right a:hover {
    background-color: var(--color-brand-1);
    color: var(--color-white);
  }
  
  .footer .container.top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*width: 100%;*/
    width: calc(100% - 60px);
    /*max-width: var(--container-max-width);*/
    /*    background-color: var(--color-brand-4);*/
    padding: 0;
    gap: 10px;
  }
  
  .footer .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  
  .footer h3 {
    font-size: 24px;
    line-height: 26.4px;
    text-transform: uppercase;
    
    margin-block: 0px;
  }
  
  .footer .address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    min-height: 210px;
    /*    background-color: var(--color-brand-6);*/
    background-color: var(--color-brand-3-opacity);
    padding: 40px;
    font-family: var(--font-family-1);
  }

  .footer .left-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    min-height: 235px;
    /*    background-color: var(--color-brand-6);*/
    background-color: var(--color-brand-3-opacity);
    padding: 40px;

  }

  .footer .address a {
    position: relative;
    font-family: var(--font-family-1);
    color: var(--color-brand-8);
  }

  .footer .footer-row-3 a::before,
  .links-container li a::before,
  .footer .address a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-brand-1);
    transition: var(--transition-default);
  }

  .footer .footer-row-3 a:hover::before,
  .links-container li a:hover::before,
  .footer .address a:hover::before {
    width: 100%;
  }
  
  .footer .address p {
    text-align: left;
    margin-block: 0px;
  }
  
  .footer .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  
  .footer .contact a {
    color: var(--color-white);
    
    transition: var(--transition-default);
  }
  
  .footer .contact a:hover {
    color: var(--color-brand-1);
  }
  
  .footer .right {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*    background-color: var(--color-brand-6);*/
    background-color: var(--color-brand-3-opacity);
    min-height: 430px;
    background-image: var(--footer-icon-img);
    background-repeat: no-repeat;
    background-size: 10%;
/*    background-position: bottom right;*/
    background-position-x: 94%;
    background-position-y: 100%;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*background-image: var(--footer-icon-img);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: bottom right;*/
  }

  .links-container {
    list-style: none;
    padding: 0;
  }

  .links-container li {
    padding: 5px;
  }

  .links-container li a {
    position: relative;
    padding: 5px 10px;
    font-family: var(--font-family-1);
    font-size: var(--font-size-22);
    color: var(--color-brand-1);
    transition: var(--transition-default);
  }

  .links-container li a:hover {
    color: var(--color-brand-1);
  }

  .footer .footer-row-3 {
    display: flex;
    justify-content: flex-end;
    font-size: var(--font-size-body-small);
    align-items: center;
    padding-block: 0 10px;
    gap: 10px;
    width: calc(100% - 60px);

  }

  .footer .footer-row-3 a {
    position: relative;
    font-size: var(--font-size-body-small);
  }
  
  .footer .footer-logo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  
  .footer .footer-logo img {
    display: block;
    
    height: 60px;
    width: auto;
    
    transition: var(--transition-default);
  }
  
  .footer .footer-logo:hover img {
    filter: grayscale(100%);
  }
  
  .footer .container.bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
    background-color: #4E5139;
    
    padding-block: 20px;
  }
  
  .footer .card-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .footer .card-info img {
    display: block;
    
    width: 200px;
    height: auto;
  }
  
  /*.footer small {
    color: #FFFFFF;
    
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    padding-block: 5px;
  }
  
  .footer small a {
    color: #FFFFFF;
    
    transition: all 0.3s ease;
  }
  
  .footer small a:hover {
    color: #9E9F93;
  }*/
  
  .footer .socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
    gap: 5px;
  }
  
  .footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    
/*    background-color: var(--color-white-opacity);*/
    color: var(--color-brand-2);
    
    font-size: 30px;
    border-radius: 5px;
    
    width: 50px;
    aspect-ratio: 1 / 1;
    
    transition: var(--transition-default);
  }

  .footer .socials a.twitter-icon {
    padding: 11px;
  }

  .footer .socials a svg .cls-1 {
    fill: var(--color-brand-2);
    transition: var(--transition-default);
  }
  
  .footer .socials a:hover {
/*    background-color: var(--color-brand-1);*/
    color: var(--color-brand-7);
  }

  .footer .socials a:hover svg .cls-1 {
    fill: var(--color-brand-7);
  }
  
}



/*@media screen and (max-width: 1249px) {
  
  .header .logo img {
    height: 95px;
  }
  
  .header .backtosite a {
    font-size: 20px;
    line-height: 30px;
    padding-block: 10px;
    padding-inline: 30px;
  }
  
  .footer .container {
    padding-inline: 15px;
  }
  
}*/



/* ----- Tablet specific ----- */
@media screen and (max-width: 991px) {

  .footer .footer-row-1 {
    flex-direction: column;
    padding-inline: 20px;
    padding-block: 50px;
  }

  .footer .footer-row-1-left,
  .footer .footer-row-1-right {
    width: 100%;
    justify-content: flex-start;
  }

  .footer .footer-row-1-left {
    gap: 20px;
  }

  .footer .footer-logo img {
    height: 100px;
  }
  
}

@media screen and (max-width: 771px) {

  .footer .footer-row-1,
  .footer .container.top,
  .footer .footer-row-3 {
    width: calc(100% - 20px);
  }

  .header .backtosite,
  .header .logo {
    width: 25%;
  }

  .footer .container.top {
    flex-direction: column;
  }

  .footer .left,
  .footer .right {
    width: 100%;
  }

}



@media screen and (max-width: 649px) {

  .header .backtosite,
  .header .logo {
    width: 30%;
  }
  
  /*.footer .container.bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }*/
  
}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {
  
  .header .container {
    justify-content: center;
  }

  .header .logo {
    width: 50%;
  }
  
  .header .logo img {
    height: 70px;
  }
  
  .header .header-line,
  .header .backtosite {
    display: none;
  }
  
  .footer {
    font-size: 16px;
    line-height: 20px;
  }
  
  .footer .container.top {
    /*flex-direction: column-reverse;*/
    align-items: center;
    
    /*padding-top: 40px;
    padding-bottom: 45px;*/
  }
  
  /*.footer .left {
    align-items: center;
    
    gap: 20px;
  }*/
  
  .footer h3 {
    font-size: 20px;
    line-height: 22px;
  }
  
  .footer .address,
  .footer .left-bottom {
    min-height: unset;
  }

  .footer-menu {
    display: none;
  }

  .footer .right {
    background-color: transparent;
    min-height: 175px;
  }
  
  
  /*.footer .contact {
    align-items: center;
    
    gap: 15px;
  }*/
  
}