







/* 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: 24px;
}

body {
  font-family: 'Inter', sans-serif;
  color: #b5e3d8;
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700;
}

h1, h2, .hero__title {
  font-family: 'Inter', sans-serif !important;
}


/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #0270E0;
}

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

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

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #173f35;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #b5e3d8;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(181, 227, 216, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(221, 255, 255, 1.0);
  border-color: #ddffff;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #173f35;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(23, 63, 53, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #173f35;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Merriweather; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #b5e3d8;
  background-color: 

  
  
    
  


  rgba(23, 63, 53, 1.0)

;
}


/* Labels */

form label {
  color: #b5e3d8;
}

/* Help text */

form legend {
  color: #b5e3d8;
}

/* 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 textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #b5e3d8;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #b5e3d8;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #b5e3d8;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(181, 227, 216, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(221, 255, 255, 1.0);
  border-color: #ddffff;
}





/* Table */

table {
  border: 1px solid #b5e3d8;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #b5e3d8;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(181, 227, 216, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #b5e3d8;
}





.header {
  background-color: 

  
  
    
  


  rgba(23, 63, 53, 1.0)

;
}

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

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

.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: #8dbbb0;
}

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(23, 63, 53, 1.0)

;
}

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

  
  
    
  


  rgba(23, 63, 53, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(23, 63, 53, 1.0)

;
  }

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

{
    ###########################################################################
  }

    {
    ########################### 8. Website footer #########################
  }

    {
    ###########################################################################
  }

  .footer {
    background-color: {
        {
        footer_bg_color
      }
    }

    ;
    padding: 60px 0;
    border-top: 1px solid #f0f0f0;
  }

  .footer p,
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6,
  .footer label,
  .footer span,
  .footer li,
  .footer img {
    color: {
        {
        footer_font_color
      }
    }

    ;
  }

  .footer__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__logo-container {
    margin-bottom: 40px;
    text-align: center;
  }

  .footer__social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #183F36;
    border-radius: 3px;
    margin: 0 5px;
    color: #183F36;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .footer__social-link:hover {
    background-color: #183F36;
    color: white;
  }

  .footer__nav {
    margin-bottom: 40px;
  }

  .footer__nav-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer__nav-item {
    margin: 0 15px;
  }

  .footer__nav-link {
    color: {
        {
        footer_font_color
      }
    }

    ;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .footer__nav-link:hover {
    color: #45BEAA;
  }

  .footer__contact-button {
    display: inline-flex;
    align-items: center;
    background-color: #183F36;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .footer__contact-button i {
    margin-left: 8px;
  }

  .footer__contact-button:hover {
    background-color: #132F28;
    color: white;
  }

  @media (max-width: 767px) {
    .footer__nav-list {
      flex-direction: column;
      text-align: center;
    }

    .footer__nav-item {
      margin: 8px 0;
    }
  }





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

/* Blog post */

.blog-post__meta a {
  color: #b5e3d8;
}

.blog-post__tag-link {
  color: #b5e3d8;
}

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

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

/* 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-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* 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-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
}





/* 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-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

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

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

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


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

/* Blog pagination */

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

.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: #8dbbb0;
}

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

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

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
  font-size: 30px;
}

.card__body svg {
  fill: #b5e3d8;
}

/* Social follow */

.social-links__icon {
  background-color: #b5e3d8;
}

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

.social-links__icon:active {
  background-color: #ddffff;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #b5e3d8;
  font-size: 30px;
}