







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 16px;
}

body {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4e2c1d;
  font-size: 16px;
  background: #f2e9db;
  background-image: url('https://47051032.fs1.hubspotusercontent-na1.net/hubfs/47051032/pattern.svg');
  font-family: nobel,Helvetica,Arial,sans-serif;
}

/* Paragraphs */

p {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: helvetica, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: helvetica, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-family: helvetica, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4e2c1d;
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}

h2,
.h2 {
  font-family: helvetica, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4e2c1d;
  font-size: 40px;
  text-transform: none;
  font-weight: 800;
}

h3,
.h3 {
  font-family: helvetica, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4e2c1d;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: helvetica; font-style: normal;
  color: #494A52;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: helvetica; font-style: normal;
  color: #494A52;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: helvetica; font-style: normal;
  color: #494A52;
  font-size: 14px;
  text-transform: none;
}


@media (max-width: 1000px) {
    h1 {
        font-size: 40px !important;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 25px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    h5 {
        font-size:18px !important;
    }
}

/* Blockquote */

blockquote {
  border-left-color: #F5EFE2;
}





.button,
.hs-blog-post-listing__post-button {
    background-color: transparent;
    text-shadow: 0 1px 0 #deac40;
    position: relative;
    min-width: 150px;
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
    place-self: center;
    -webkit-filter: drop-shadow(0 3px 0 #efe4d1);
    filter: drop-shadow(0 3px 0 #EFE4D1);
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em !important;
    font-weight: 700 !important;
    cursor: pointer;
    border: none;
    margin: 0;
    line-height: 1.44444;
    padding: 1em;
    border-radius: 5px;
    text-decoration: none !important;
    text-align: center;
    color: #674736 !important;
}
.button:before,
.hs-blog-post-listing__post-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #edc56d;
    -webkit-box-shadow: inset 0 -3px 5px #deac40;
    box-shadow: inset 0 -3px 5px #deac40;
    -webkit-clip-path: url(#button_shape);
    clip-path: url(#button_shape);
}







form,
.submitted-message {

}

/* Form title */



/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #000000;
}

/* Inputs */

form input[type=text], form input[type=search], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form input[type=date] {
    padding: 10px;
    line-height: 1;
    width: 100%;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    height: 50px;
    font-size: 14px;
}
form textarea {
    padding: 10px;
    line-height: 1.2;
    width: 100% !important;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    height: 150px;
    font-size: 14px;
    resize: none;
}
fieldset.form-columns-3 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}
fieldset.form-columns-3>div {
    float: none !important;!i;!;
}
form label {
    font-size: 14px;
    font-weight: 800;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #4E2C1D;
}

.fn-date-picker td .pika-button:hover {
  background-color: #4E2C1D !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #4E2C1D;
}

/* Submit button */
form .hs_submit.hs-submit .actions {
    background-color: transparent;
    text-shadow: 0 1px 0 #deac40;
    position: relative;
    min-width: 150px;
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
    place-self: center;
    -webkit-filter: drop-shadow(0 3px 0 #efe4d1);
    filter: drop-shadow(0 3px 0 #EFE4D1);
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    margin: 0;
    line-height: 1.44444;
    padding: 1em;
    border-radius: 5px;
    text-align: center;
} 
form .hs_submit.hs-submit .actions input[type=submit] {
    text-decoration: none !important;
    text-align: center;
    color: #674736 !important;
    background: transparent;
    border: none;
    font-size: 1em !important;
    font-weight: 700 !important;
}
form .hs_submit.hs-submit .actions:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #edc56d;
    -webkit-box-shadow: inset 0 -3px 5px #deac40;
    box-shadow: inset 0 -3px 5px #deac40;
    -webkit-clip-path: url(#button_shape);
    clip-path: url(#button_shape);
}





/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #000000;

  padding: 18px;

  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(78, 44, 29, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: helvetica;
}

.menu__child-toggle-icon {
  border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #4E2C1D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #4E2C1D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #000000;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #4E2C1D;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(245, 239, 226, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(245, 239, 226, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: helvetica;
}

.header__language-switcher-label-current:after {
  border-top-color: #000000;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(245, 239, 226, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}





footer#landing-page-footer {
    padding: 10px 15px;
    background: #674736;
    color: #f2e9db;
    font-size: 14px;
}
.landing-page-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.landing-page-footer a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    font-weight: bold;
}
.landing-page-footer>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 15px;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #4e2c1d;
}

.blog-post__tag-link {
  color: #4e2c1d;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #260400;
}

.blog-post__tag-link:active {
  color: #765445;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: helvetica, serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #4e2c1d;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #260400;
}

.blog-related-posts__title-link:active {
  color: #765445;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-family: helvetica, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4e2c1d;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: helvetica, serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #4e2c1d;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #260400;
}

.hs-blog-post-listing__post-title-link:active {
  color: #765445;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #4e2c1d;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #4e2c1d;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #260400;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #765445;
}

.hs-pagination__link-icon svg {
  fill: #4e2c1d;
}

/* Pricing card */

.card__price {
  font-family: helvetica, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4e2c1d;
  font-size: 36px;
}

.card__body svg {
  fill: #4E2C1D;
}

/* Social follow */

.social-links__icon {
  background-color: #4E2C1D;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #260400;
}

.social-links__icon:active {
  background-color: #765445;
  font-family: helvetica, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4e2c1d;
  font-size: 36px;
}