/* Theme base styles */














:root {

  /* -------------------------------------------------------
     Global Colors
  ------------------------------------------------------- */
  --color-primary:   #FEFBF7;
  --color-secondary: #1F1715;
  --color-success:   #57504E;
  --color-danger:    #BBB7B3;
  --color-warning:   #BD5D3F;
  --color-info:      #FF8373;
  --color-light:     #D0DFE1;
  --color-dark:      #7F7572;
  --color-muted:     #EFDBDF;
  --color-text:      #834961;

  /* Primary color variants (for hover/active states) */
  --color-primary-hover:  #d6d3cf;
  --color-primary-active: #ffffff;

  /* -------------------------------------------------------
     Global Fonts
  ------------------------------------------------------- */
  --font-primary:   'Pangea', sans-serif;
  --font-secondary: 'degular-mono', 'Inter', sans-serif;

  /* -------------------------------------------------------
     Spacing
  ------------------------------------------------------- */
  --spacing-vertical:    30px;
  --max-content-width:   1440px;
  --dnd-section-padding: 30px 0;
  --main-content-offset: 70px; /* matches .header max-height */

  /* -------------------------------------------------------
     Buttons
  ------------------------------------------------------- */
  --btn-font-size:           22px;
  --btn-font-color:          #FEFBF7;
  --btn-text-transform:      none;
  --btn-bg:                  #1F1715;
  --btn-border:              border: 1px none #FFFFFF;
;
  --btn-border-color:        #FFFFFF;
  --btn-border-width:        1px;
  --btn-border-style:        none;
  --btn-border-radius:       4px;
  --btn-padding-top:         15px;
  --btn-padding-right:       53px;
  --btn-padding-bottom:      15px;
  --btn-padding-left:        53px;
  --btn-spacing:             15px 53px 15px 53px;

  /* Button hover */
  --btn-hover-color:         #FEFBF7;
  --btn-hover-bg:            #BD5D3F;
  --btn-hover-border:        border: 1px none #1a334e;
;
  --btn-hover-border-color:  #1a334e;
  --btn-hover-border-radius: 4px;

  /* Button active (darkened bg) */
  --btn-active-bg:           rgba(71, 63, 61, 1.0);
  --btn-active-border-color: #ffffff;

  /* -------------------------------------------------------
     Forms
  ------------------------------------------------------- */
  --form-bg:                      #1F1715;
  --form-padding:                 padding: 0px;
;
  --form-border:                  border: 1px none #1F1715;
;
  --form-border-color:            #1F1715;
  --form-border-style:            none;
  --form-border-width:            1px;
  --form-corner-tl:               0px;
  --form-corner-tr:               0px;
  --form-corner-bl:               0px;
  --form-corner-br:               0px;

  /* Form title */
  --form-title-bg:                #1F1715;
  --form-title-border:            border: 1px none #1F1715;
;
  --form-title-padding:           0px 0px 30px 0px;
  --form-title-padding-bottom:    30px;
  --form-title-corner-tl:         0px;
  --form-title-corner-tr:         0px;
  --form-title-corner-bl:         0px;
  --form-title-corner-br:         0px;

  /* Form labels & help text */
  --form-label-color:             #1a1a1a;
  --form-help-text-color:         #1a1a1a;

  /* Form fields */
  --form-field-placeholder-color: #1a1a1a;
  --form-field-text-color:        #1a1a1a;
  --form-field-bg:                #FFFFFF;
  --form-field-border:            border: 2px solid #D1D6DC;
;
  --form-field-border-color:      #D1D6DC;
  --form-field-border-width:      2px;
  --form-field-border-style:      solid;
  --form-field-border-radius:     3px;

  /* Form submit button */
  --form-btn-font-color:          #FFFFFF;
  --form-btn-font-size:           22px;
  --form-btn-bg:                  #FEFBF7;
  --form-btn-border:              border: 1px none #FEFBF7;
;
  --form-btn-spacing:             15px 53px 15px 53px;
  --form-btn-hover-bg:            #1a334e;
  --form-btn-hover-color:         #ffffff;
  --form-btn-hover-border:        border: 1px none #1a334e;
;

  /* -------------------------------------------------------
     Tables
  ------------------------------------------------------- */
  --table-border:            border: 1px solid #1a1a1a;
;
  --table-header-text:       #FFFFFF;
  --table-header-bg:         #FEFBF7;
  --table-body-text:         #1a1a1a;
  --table-body-bg:           #FFFFFF;
  --table-footer-text:       #1a1a1a;
  --table-footer-bg:         #FFFFFF;
  --table-cell-spacing:      padding: 18px;
;
  --table-cell-padding:      18px;
  --table-cell-border-color: #1a1a1a;
  --table-cell-border-width: 1px;
  --table-cell-border-style: solid;

  /* -------------------------------------------------------
     Header
  ------------------------------------------------------- */
  --header-bg:                    #222226;
  --header-bottom-border:         none; /* e.g. 1px solid var(--color-muted) */
  --header-nav-color:             #1F1715;
  --header-nav-color-hover:       #000000;
  --header-nav-color-active:      #473f3d;
  --mega-menu-title-color:        #1F1715;
  --mega-menu-text-color:         #1F1715;
  --mega-menu-bg:                 #FEFBF7;
  --mega-menu-item-hover:         #FEFBF7;
  --mega-menu-border:             ;
  --header-dropdown-border-color: #FEFBF7;
  --header-dropdown-border-width: 2px;
  --header-dropdown-border-style: solid;

  /* -------------------------------------------------------
     Footer
  ------------------------------------------------------- */
  --footer-bg:   #1F1715;
  --footer-text: #1a1a1a;

  /* -------------------------------------------------------
     Anchor color variants
     (used in _typography.css, blog.css, module CSS)
  ------------------------------------------------------- */
  --anchor-color:        #FFFFFF;
  --anchor-color-hover:  #d7d7d7;
  --anchor-color-active: #ffffff;

  /* -------------------------------------------------------
     Body text color variants
     (used in blog.css pagination, tags, meta)
  ------------------------------------------------------- */
  --body-color:        #57504e;
  --body-color-hover:  #2f2826;
  --body-color-active: #7f7876;

  /* -------------------------------------------------------
     H2 color variants
     (used in blog listing, related posts)
  ------------------------------------------------------- */
  --h2-color:        #1f1715;
  --h2-color-hover:  #000000;
  --h2-color-active: #473f3d;

  /* -------------------------------------------------------
     Indice Text color variants
     (used in _typography.css)
  ------------------------------------------------------- */
  --indice-color:        #1a1a1a;
  --indice-color-hover:  #000000;
  --indice-color-active: #424242;

  /* -------------------------------------------------------
     Caption Text color variants
     (used in _typography.css)
  ------------------------------------------------------- */
  --caption-color:        #1a1a1a;
  --caption-color-hover:  #000000;
  --caption-color-active: #424242;

}
/*
 * theme.css
 * Mast Theme — style rules only.
 * All custom properties are defined in css/settings/_variables.css
 */

/* Layout */
.content-wrapper {
  max-width: var(--max-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-spacing {
  padding-top: var(--spacing-vertical);
  padding-bottom: var(--spacing-vertical);
}

/* Generic */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects */


/* CSS variables */

:root {
  --column-gap: 10px;
  --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%;
}


/* Tablet layout */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .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));
    }
  
}


/* Desktop layout */
@media screen and (min-width:1024px) {
  .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));
    }
  
}
/* =============================================================
   _containers-dnd.css
   DnD area, section, and column layout constraints.
   All custom properties defined in settings/_variables.css
   ============================================================= */

.body-wrapper,
.content-wrapper {
  margin: 0 auto;
  max-width: var(--max-content-width);
  padding: 15px;
}


.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var(--dnd-section-padding);
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: var(--max-content-width);
  gap: 10px;
  align-items: start;
}

.dnd-section .dnd-column {
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}



@media (min-width: 768px) {
  .body-wrapper,
  .content-wrapper {
    padding: 30px;
  }
}

/* Elements */
/* =============================================================
   _typography.css
   Structural defaults + theme variable consumption.
   All custom properties defined in settings/_variables.css
   ============================================================= */

/* Body
   overflow-wrap prevents long words from breaking mobile layout.
   Font size reductions are preferred; this handles extreme cases. */
body {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-family: var(--font-primary);
  color: var(--body-color);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background-color: #EBD6C6 !important;
  color: var(--dark-primary);
}

/* CJK language word-break handling.
   Safe to remove if content is not translated into these languages. */
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  font-weight: 700; font-family: Pangea;
}

/* Anchors */
a {
  cursor: pointer;
  color: var(--anchor-color);
  text-decoration: underline;
  font-family: var(--font-primary);
}

a:hover,
a:focus {
  color: var(--anchor-color-hover);
  font-weight: 400; font-family: Pangea; text-decoration: underline;
}

a:active {
  color: var(--anchor-color-active);
  font-weight: 400; font-family: Pangea; text-decoration: underline;
}

/* Headings — shared */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--font-secondary);
  margin: 0 0 1.4rem;
}

/* Headings — mobile (base) */
h1, .h1 {
  font-weight: 400; font-family: Pangea; text-decoration: none;
  font-size: 42px;
  font-weight: Regular;
  text-transform: none;
  color: #1f1715;
  line-height: 1.15;
}

h2, .h2 {
  font-weight: 400; font-family: Pangea; text-decoration: none;
  font-size: 35px;
  font-weight: Regular;
  text-transform: none;
  color: #1f1715;
  line-height: 1.2;
}

h3, .h3 {
  font-weight: 400; font-family: Pangea; text-decoration: none;
  font-size: 25px;
  font-weight: Regular;
  text-transform: none;
  color: #1f1715;
  line-height: 1.25;
}

h4, .h4 {
  font-weight: 400; font-family: Pangea; text-decoration: none;
  font-size: 19px;
  text-transform: none;
  color: #1f1715;
  line-height: 1.3;
}

h5, .h5 {
  font-weight: 500; font-family: Pangea; text-decoration: none;
  font-size: 16px;
  text-transform: none;
  color: #1f1715;
  line-height: 1.4;
}

h6, .h6 {
  font-weight: 400; font-family: Pangea; text-decoration: none;
  font-size: 16px;
  text-transform: none;
  color: #1a1a1a;
  line-height: 1.4;
}

/* Indice Text — mobile (base) */
.indice-text {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--indice-color);
}

/* Caption Text — mobile (base) */
.caption-text {
  font-weight: 400; font-family: Pangea; text-decoration: none;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: Regular;
  color: var(--caption-color);
}

/* Headings — tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {

  body {
    font-family: Pangea;
    color: #1a1a1a;
    font-size: 16px;
  }

  p {
    font-family: Pangea;
  }

  a {
    color: #FFFFFF;
  }

  h1, .h1 {
    font-weight: 500; font-family: Pangea; text-decoration: none;
    font-size: 46px;
    font-weight: Medium;
    text-transform: none;
    color: #1f1715;
  }

  h2, .h2 {
    font-weight: 400; font-family: Pangea; text-decoration: none;
    font-size: 36px;
    font-weight: Regular;
    text-transform: none;
    color: #1f1715;
  }

  h3, .h3 {
    font-weight: 400; font-family: Pangea; text-decoration: none;
    font-size: 28px;
    font-weight: Regular;
    text-transform: none;
    color: #1f1715;
  }

  h4, .h4 {
    font-weight: normal; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
    font-size: 24px;
    text-transform: none;
    color: #1a1a1a;
  }

  h5, .h5 {
    font-weight: 500; font-family: Pangea; text-decoration: none;
    font-size: 18px;
    text-transform: none;
    color: #1f1715;
  }

  h6, .h6 {
    font-weight: 400; font-family: Pangea; text-decoration: none;
    font-size: 18px;
    text-transform: none;
    color: #1a1a1a;
  }

  /* Indice Text — tablet */
  .indice-text {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #1a1a1a;
  }

  /* Caption Text — tablet */
  .caption-text {
    font-size: 12px;
    font-weight: Regular;
    color: #1a1a1a;
  }

}

/* Headings — desktop */
@media screen and (min-width: 1024px) {

  body {
    font-family: Pangea;
    color: #1a1a1a;
    font-size: 18.5px;
  }

  p {
    font-family: Pangea;
  }

  a {
    color: #FFFFFF;
  }

  h1, .h1 {
    font-weight: 500; font-family: Pangea; text-decoration: none;
    font-size: 55px;
    font-weight: Medium;
    text-transform: none;
    color: #1a1a1a;
  }

  h2, .h2 {
    font-weight: 500; font-family: Pangea; text-decoration: none;
    font-size: 39px;
    font-weight: Medium;
    text-transform: none;
    color: #1a1a1a;
  }

  h3, .h3 {
    font-weight: 500; font-family: Pangea; text-decoration: none;
    font-size: 31px;
    font-weight: Medium;
    text-transform: none;
    color: #1a1a1a;
  }

  h4, .h4 {
    font-weight: 500; font-family: Pangea; text-decoration: none;
    font-size: 25px;
    text-transform: none;
    color: #1a1a1a;
  }

  h5, .h5 {
    text-decoration: none; font-family: Pangea;
    font-size: 20px;
    text-transform: none;
    color: #1a1a1a;
  }

  h6, .h6 {
    font-weight: 500; font-family: Pangea; text-decoration: none;
    font-size: 20px;
    text-transform: none;
    color: #1a1a1a;
  }

  /* Indice Text — desktop */
  .indice-text {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #1a1a1a;
  }

  /* Caption Text — desktop */
  .caption-text {
    font-size: 15px;
    font-weight: Regular;
    color: #1a1a1a;
  }

}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid var(--color-secondary);
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}
/* =============================================================
   _buttons.css
   Structural defaults + theme variable consumption.
   All custom properties defined in settings/_variables.css
   ============================================================= */

button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 10px 0;

  /* Theme */
  font-family: var(--font-primary);
  font-size: var(--btn-font-size);
  color: var(--btn-font-color);
  text-transform: var(--btn-text-transform);
  text-decoration: none;
  background-color: var(--btn-bg);
  border: var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  padding: var(--btn-padding-top) var(--btn-padding-right) var(--btn-padding-bottom) var(--btn-padding-left);
}

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 {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
  border-radius: var(--btn-hover-border-radius);
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border-color);
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
  cursor: not-allowed;
}

/* No button — reset to neutral */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* =============================================================
   _forms.css
   Structural defaults + theme variable consumption.
   All custom properties defined in settings/_variables.css
   ============================================================= */

/* Fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: var(--form-label-color);
  font-family: var(--font-primary);
}

/* Form Title */
.form-title {
  margin-bottom: 0;
  background-color: var(--form-title-bg);
  border: var(--form-title-border);
  border-radius: var(--form-title-corner-tl) var(--form-title-corner-tr)
                 var(--form-title-corner-br) var(--form-title-corner-bl);
  padding: var(--form-title-padding);
  font-family: var(--font-secondary);
}

/* Help text */
form legend {
  font-size: 0.875rem;
  color: var(--form-help-text-color);
  font-family: var(--font-primary);
}

form .hs-field-desc {
  color: var(--form-help-text-color);
  font-family: var(--font-primary);
}

/* 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 {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;

  /* Theme */
  font-family: var(--font-primary);
  color: var(--form-field-text-color);
  background-color: var(--form-field-bg);
  border: var(--form-field-border-width) var(--form-field-border-style) var(--form-field-border-color);
  border-radius: var(--form-field-border-radius);
}

form input[type=text]::placeholder,
form input[type=search]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder,
form textarea::placeholder {
  color: var(--form-field-placeholder-color);
  opacity: 0.7;
}

/* Cross-browser placeholder */
::-webkit-input-placeholder { color: var(--form-field-placeholder-color); }
::-moz-placeholder           { color: var(--form-field-placeholder-color); }
:-ms-input-placeholder       { color: var(--form-field-placeholder-color); }

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Form wrapper */
form,
.submitted-message,
.hs-form-private,
.hbspt-form form {
  background-color: var(--form-bg);
  padding: var(--form-padding);
  border: var(--form-border);
  border-radius: var(--form-corner-tl) var(--form-corner-tr)
                 var(--form-corner-br) var(--form-corner-bl);
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--form-field-placeholder-color);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--color-primary);
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--color-primary) !important;
  border-radius: 0 !important;
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--color-primary);
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;

  /* Theme */
  font-family: var(--font-primary);
  font-size: var(--form-btn-font-size);
  color: var(--form-btn-font-color);
  background-color: var(--form-btn-bg);
  border: var(--form-btn-border);
  border-radius: var(--btn-border-radius);
  padding: var(--btn-padding-top) var(--btn-padding-right)
           var(--btn-padding-bottom) var(--btn-padding-left);
  text-transform: var(--btn-text-transform);
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: var(--form-btn-hover-bg);
  color: var(--form-btn-hover-color);
  border: var(--form-btn-hover-border);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border-color);
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
    background-color: var(--btn-bg);
    color: var(--btn-font-color);
  }
  .body-container-wrapper .hs-search-field__button:hover {
    background-color: var(--btn-hover-bg);
  }
  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }
  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }
  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }
  .body-container-wrapper .hs-search-field__suggestions li a {
    color: var(--color-primary);
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* =============================================================
   _tables.css
   Structural defaults + theme variable consumption.
   All custom properties defined in settings/_variables.css
   ============================================================= */

/* Table */
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  width: 100%;
  font-family: var(--font-primary);
  border: var(--table-border);
  background-color: var(--table-body-bg);
}

/* Table cells */
td,
th {
  vertical-align: top;
  border: var(--table-border);
  padding: var(--table-cell-spacing);
  color: var(--table-body-text);
}

/* Table header */
thead th {
  vertical-align: bottom;
  color: var(--table-header-text);
  background-color: var(--table-header-bg);
}

/* Table body */
tbody td {
  color: var(--table-body-text);
  background-color: var(--table-body-bg);
}

/* Table footer */
tfoot td {
  color: var(--table-footer-text);
  background-color: var(--table-footer-bg);
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.body-container-wrapper img {
  border-radius: 8px;
}

/* Components */
/* =============================================================
   _header.css
   All custom properties defined in settings/_variables.css
   ============================================================= */

/* Header */
.header {
  background-color: var(--header-bg);
  border-bottom: var(--header-bottom-border);
  position: relative;
  width: 100%;
  max-height: 85px;
  border-radius: 8px;
}

.header--fixed {
  left: 0;
  min-height: var(--main-content-offset);
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header--landing {
  background-color: var(--header-bg);
}

/* Logo */
#hs_cos_wrapper_header_logo .logo {
  max-width: 100px !important;
}

.header__logo-effect a {
  position: relative;
}

.header__logo a::after {
  background: var(--header-logo-effect, none);
  background-position: -500%;
  background-repeat: no-repeat;
  background-size: 140px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-position 0.8s ease-in-out;
}

.header__logo a:hover::after {
  background-position: 500%;
  opacity: 1;
}

.header__logo * {
  display: block;
}

.header__logo a:not([class])::before {
  display: none;
}

.header .inner-header.container {
  padding-top: 0.5rem;
}

/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Navigation */
.header__main {
  align-items: center;
  display: flex;
}

.header__nav {
  align-items: start;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}

.header__nav .main-nav__item {
  padding: 0.8rem;
}

.header__nav .main-nav__item.drop-link {
  margin-left: 1.8rem !important;
}

.header__cta.hide-on-mobile {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .header__nav {
    justify-content: flex-start !important;
  }

  .header__cta.hide-on-mobile {
    display: none;
  }
}

@media screen and (min-width: 1439px) {
  .header__nav {
    flex-grow: 1;
    justify-content: flex-start !important;
  }

  .header__cta.hide-on-desktop {
    display: none;
  }

  .header__cta.hide-on-mobile {
    display: flex !important;
  }
}

/* Inner header */
.inner-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  width: 100%;
}

/* CTA area */
.header__cta {
  display: flex;
  margin-bottom: 2rem;
  padding-left: 1.8rem;
  padding-top: 2rem;
}

.header__cta .btn-list {
  padding: 0;
}

.header__cta .btn-list__item {
  margin: 0;
}

.header__cta .button--secondary,
.header__cta .button--secondary:visited {
  background-color: transparent;
  border: 1px solid var(--btn-font-color) !important;
  border-radius: var(--btn-border-radius);
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}

.header__cta .button--secondary:hover {
  background-color: var(--btn-font-color) !important;
  color: var(--header-bg) !important;
  text-decoration: none;
}

@media screen and (min-width: 1439px) {
  .header__cta {
    display: flex;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Mobile nav block */
.header__block {
  background-color: var(--header-bg);
  display: none;
  padding: 0;
}

.header__block.is-active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 20;
}

/* Hamburger toggle */
.header__block-toggle {
  align-items: flex-start;
  color: var(--header-nav-color);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 28px;
  justify-content: space-around;
  padding: 2px;
  transform: translateY(0) rotate(0deg);
  transition: all 0.3s ease-in-out;
  width: 28px;
}

.js-header__block-toggle--reverse {
  transform: rotate(90deg);
}

.header__block-toggle-item {
  background-color: var(--header-nav-color);
  height: 1px;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}

.header__block-toggle-item--s {
  transform: translateY(0) scale(1);
  width: 50%;
}

.header__block-toggle-item--l {
  transform: translateY(0) rotate(0deg);
  width: 100%;
}

.header__block-toggle-item--m {
  transform: translateY(0) rotate(0deg);
  width: 68%;
}

.js-header__block-toggle--reverse .header__block-toggle-item--s {
  transform: translateY(6px) scale(0);
}

.js-header__block-toggle--reverse .header__block-toggle-item--l {
  transform: translateY(0) rotate(45deg);
}

.js-header__block-toggle--reverse .header__block-toggle-item--m {
  transform: translateY(-6px) rotate(-45deg);
  width: 100%;
}

@media screen and (min-width: 1439px) {
  .header__block-toggle {
    display: none;
  }

  .header__block {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
  }

  .header__block.is-active {
    flex-direction: row;
    height: auto;
    justify-content: initial;
    min-height: auto;
    overflow: initial;
    padding: 0;
    position: static;
  }
}

/* -------------------------------------------------------
   Nav links
------------------------------------------------------- */

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: var(--header-nav-color);
  font-family: var(--font-primary);
}

.menu__child-toggle-icon {
  border-top-color: var(--header-nav-color);
}

.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: var(--header-nav-color-hover);
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: var(--header-nav-color-hover);
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: var(--header-nav-color-active);
}

.menu__child-toggle-icon:active {
  border-top-color: var(--header-nav-color-active);
}

/* Active link indicator */
.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: var(--header-nav-color);
}

/* -------------------------------------------------------
   Dropdown / submenu
------------------------------------------------------- */

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: var(--mega-menu-bg);
    border: var(--header-dropdown-border-width) var(--header-dropdown-border-style) var(--header-dropdown-border-color);
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: var(--mega-menu-bg);
    border: var(--header-dropdown-border-width) var(--header-dropdown-border-style) var(--header-dropdown-border-color);
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: var(--mega-menu-text-color);
  background-color: var(--mega-menu-bg);
}

.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: var(--header-bg);
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: var(--header-dropdown-border-color);
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: var(--header-bg);
}

/* -------------------------------------------------------
   Mobile nav
------------------------------------------------------- */

@media (max-width: 767px) {
  .header__navigation {
    background-color: var(--header-bg);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: var(--header-nav-color);
  }
}

/* -------------------------------------------------------
   Language switcher
------------------------------------------------------- */

.header__lang {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  margin-left: 1em;
  padding-right: 1em;
}

.header__lang-label {
  color: var(--header-nav-color);
  font-size: 0.89rem;
  margin-left: 0.35em;
  white-space: nowrap;
}

.header__lang:hover .lang_list_class {
  display: block;
}

.header__lang .lang_switcher_class {
  display: block;
}

.lang_switcher_class .globe_class {
  background-image: url("");
  background-color: var(--color-dark);
  background-size: 14px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.lang_switcher_class .lang_list_class {
  top: 18px;
  width: 160px;
}

.lang_switcher_class .lang_list_class li {
  background-color: var(--color-light);
  border: none;
  font-size: 0.84rem;
  padding: 0.6em;
}

.lang_switcher_class .lang_list_class li:first-child {
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 1.6em;
}

.lang_switcher_class .lang_list_class li:last-child {
  border: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 1.6em;
}

.lang_switcher_class .lang_list_class::after {
  border-bottom-color: var(--color-light);
}

.lang_switcher_class .lang_list_class::before {
  border-bottom-color: var(--color-light);
}

.lang_switcher_class .lang_list_class li a {
  color: var(--color-primary);
  font-style: normal;
}

.lang_switcher_class .lang_list_class li a:hover {
  color: var(--color-dark);
}

.header__language-switcher-label-current:after {
  border-top-color: var(--header-nav-color);
}
/* Missing Template at Path: \'MastDev\/theme\/Boilerplate_MastDev\/css\/components\/_footer.css\' */
/* =============================================================
   _default-modules.css
   HubSpot default module structural styles.
   Dropdown theming wired from settings/_variables.css
   ============================================================= */

/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;

  /* Theme */
  background-color: var(--mega-menu-bg);
  border: var(--header-dropdown-border-width) var(--header-dropdown-border-style) var(--header-dropdown-border-color);
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;

  /* Theme */
  color: var(--mega-menu-text-color);
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover {
  background-color: var(--mega-menu-item-hover);
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Templates */
/* =============================================================
   blog.css
   Blog-specific styles + theme variable consumption.
   All custom properties defined in settings/_variables.css
   ============================================================= */

/* -------------------------------------------------------
   Blog post
------------------------------------------------------- */

.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: var(--spacing-vertical) 0;
}

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  color: var(--body-color);
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
  color: var(--body-color);
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: var(--body-color-hover);
}

.blog-post__tag-link:active {
  color: var(--body-color-active);
}

/* -------------------------------------------------------
   Blog related posts
------------------------------------------------------- */

.blog-related-posts {
  background-color: var(--color-secondary);
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  text-transform: none;
  font-weight: 400; font-family: Pangea; text-decoration: none;
}

.blog-related-posts__title-link {
  color: var(--h2-color);
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: var(--h2-color-hover);
}

.blog-related-posts__title-link:active {
  color: var(--h2-color-active);
}

/* -------------------------------------------------------
   Blog comments
------------------------------------------------------- */

.blog-comments {
  margin: 0 auto;
  margin-bottom: var(--spacing-vertical);
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  color: var(--anchor-color);
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  color: var(--anchor-color-hover);
  text-decoration: underline;
}

.blog-comments .comment-reply-to:active {
  color: var(--anchor-color-active);
}

#comments-listing .comment-reply-to {
  color: var(--anchor-color);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: var(--anchor-color-hover);
}

#comments-listing .comment-reply-to:active {
  color: var(--anchor-color-active);
}

/* -------------------------------------------------------
   Blog listing (module)
------------------------------------------------------- */

.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: 400; font-family: Pangea; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: var(--h2-color);
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: var(--h2-color-hover);
}

.hs-blog-post-listing__post-title-link:active {
  color: var(--h2-color-active);
}

.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: var(--body-color);
}

/* -------------------------------------------------------
   Blog pagination
------------------------------------------------------- */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: var(--body-color);
}

.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: var(--body-color-hover);
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: var(--body-color-active);
}

.hs-pagination__link-icon svg {
  fill: var(--body-color);
}

/* -------------------------------------------------------
   Misc
------------------------------------------------------- */

#hs_cos_wrapper_widget_4a1b1937-015a-4790-ad91-ed84aa1e177d {
  width: fit-content;
}
/* =============================================================
   system.css
   System page styles + theme variable consumption.
   All custom properties defined in settings/_variables.css
   ============================================================= */

/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */
.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */
.hs-search-results__title {
  font-weight: 400; font-family: Pangea; text-decoration: none;
  color: #1f1715;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */
#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

/* Utilities */
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Site-specific overrides */
/* Missing Template at Path: \'MastDev\/theme\/Boilerplate_MastDev\/theme-overrides.css\' */