:root {
    --root-border-radius: px;
    --body-text-color: #333333;
--background-color: #E0E0E0;

--color-rgb-white: 255, 255, 255;
--color-rgb-black: 0, 0, 0;


--color-greys-50: #F0F0F0;
--color-greys-100: #E0E0E0;
--color-greys-200: #C2C2C2;
--color-greys-300: #A3A3A3;
--color-greys-400: #858585;
--color-greys-500: #666666;
--color-greys-600: #4D4D4D;
--color-greys-700: #333333;
--color-greys-800: #1A1A1A;
--color-greys-900: #0A0A0A;

--typography-link-color: ;


--header-background-color: ;
--header-menu-link-color: ;
--header-background-overlay-color : ; /*rgba(85, 78, 78, .85)*/

--testimonial-quote-color: ;


--lang-switcher-color: #000;
--lang-switcher-color-hover: #000;


--footer-text-color: ;
--footer-background-color: ;


--footer-socials-icon-color: ;
--footer-socials-icon-background: ;
--footer-socials-icon-color-hover: ;
--footer-socials-icon-background-hover: ;


    /* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
    --font-heading: Unbounded, var(--font-family-heading);
--font-body: Nunito, var(--font-family-body);
--font-keywords: Petit Formal Script, var(--font-family-keywords);

--body-text-font-size: 1.25rem;

/*
 * NEW FONT SIZES
 * */
--128-font-weight: 400;
--128-font-size-lg: 8.0rem;
--128-font-size-mobile: 2.5rem;
--128-line-height: 1;

--96-font-weight: 400;
--96-font-size-lg: 6.0;
--96-font-size-mobile: 1.875;
--96-line-height: 1;

--72-font-weight: 400;
--72-font-size-lg: 4.5rem;
--72-font-size-mobile: 3.0rem;
--72-line-height: 1.2;

--60-font-weight: 400;
--60-font-size-lg: 3.75rem;
--60-font-size-mobile: 2.25rem;
--60-line-height: 1.2;

--48-font-weight: 400;
--48-font-size-lg: 3.0rem;
--48-font-size-mobile: 1.875rem;
--48-line-height: 1.2;

--36-font-weight: 400;
--36-font-size-lg: 2.25rem;
--36-font-size-mobile: 1.5rem;
--36-line-height: 1.5;

--30-font-weight: 400;
--30-font-size-lg: 1.875rem;
--30-font-size-mobile: 1.25rem;
--30-line-height: 1.5;

--24-font-weight: 400;
--24-font-size-lg: 1.5rem;
--24-font-size-mobile: 1.25rem;
--24-line-height: 1.5;

--20-font-weight: 400;
--20-font-size-lg: 1.25rem;
--20-font-size-mobile: 1.0rem;
--20-line-height: 1.5;

--18-font-weight: 400;
--18-font-size-lg: 1.125rem;
--18-font-size-mobile: 1.0rem;
--18-line-height: 1.5;

--16-font-weight: 400;
--16-font-size-lg: 1.0rem;
--16-font-size-mobile: 1.0rem;
--16-line-height: 1.5;

--14-font-weight: 400;
--14-font-size-lg: 0.875rem;
--14-font-size-mobile: 0.875rem;
--14-line-height: 1.4;

--12-font-weight: 400;
--12-font-size-lg: 0.75rem;
--12-font-size-mobile: 0.75rem;
--12-line-height: 1.3;
    --btn-border-width: 0px;
--btn-border-color: transparent;


--btn-color: #333333;
--btn-background-color: #FFD56A;
--btn-border-color: #FFD56A;
--btn-border-radius: 30px;


--btn-hover-color: #333333;
--btn-hover-background-color: #ffffff;
--btn-hover-border-color: #333333;


--btn-active-color: #FFD56A;
--btn-active-background-color: #333333;
--btn-active-border-color: #333333;


--btn-secondary-color: #333333;
--btn-secondary-background-color: #F0F0F0;
--btn-secondary-border-color: #F0F0F0;
--btn-secondary-border-radius: 30px;
    

--btn-hover-secondary-color: #333333;
--btn-hover-secondary-background-color: #ffffff;
--btn-hover-secondary-border-color: #333333;


--btn-active-secondary-color: #333333;
--btn-active-secondary-background-color: #E0E0E0;
--btn-active-secondary-border-color: #333333;


--btn-ghost-dark-color: #333333;
--btn-ghost-dark-border-color: #333333;
--btn-ghost-dark-border-radius: 30px;


--btn-hover-ghost-dark-color: #333333;
--btn-hover-ghost-dark-background-color: #F0F0F0;
--btn-hover-ghost-dark-border-color: #333333;


--btn-active-ghost-dark-color: #ffffff;
--btn-active-ghost-dark-background-color: #333333;
--btn-active-ghost-dark-border-color: #333333;


--btn-ghost-light-color: #ffffff;
--btn-ghost-light-border-color: #ffffff;
--btn-ghost-light-border-radius: 30px;


--btn-hover-ghost-light-color: #333333;
--btn-hover-ghost-light-background-color: #F0F0F0;
--btn-hover-ghost-light-border-color: #333333;


--btn-active-ghost-light-color: #ffffff;
--btn-active-ghost-light-background-color: #333333;
--btn-active-ghost-light-border-color: #333333;


--btn-link-color: #333333;
--btn-link-border-radius: 30px;


--btn-link-hover-color: #333333;


--btn-link-active-color: #333333;
}

.hs-search-field,
.hs_cos_wrapper_type_form {
    --input-height: 45px;
    --input-padding: 15px;

    --input-border-width:  1px;
    --input-border-style: solid;
    --input-border-color: #000000;

    --input-focus-width: 1px;
    --input-focus-color: #FFD56A;
    
    --input-color: #000000;
    --input-background-color: #FFFFFF;

    --input-radius: 15px;

    --input-icon-size: 20px;

    /* encode svg to url: https://yoksel.github.io/url-encoder/ */
    --select-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 320 512'%3E%3Cpath fill='%2320282c' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");

    --checkbox-size: 20px;
    --checkbox-background-color: white;
    --checkbox-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 512 512'%3E %3Cpath fill='%23' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}