/* ========================================================================== */
/*  THEME BASE STYLES                                                         */
/* ========================================================================== */
/* Theme variables */



  /***
  Builds variables for flex basis with the calculation for gap
  Add the following fields to parent element: 
  display: flex, justify-content: (whichever), flex-wrap: wrap, gap: (range values)px
***/

/* renders spacer CSS variables */

  /* ========================================================================== */
  /*  1. LAYOUT                                                #layout          */
  /* ========================================================================== */
    
  
    /* ========================================================================== */
    /*  Spacing                                                 #spacing          */

    /* ========================================================================== */
    /*  Breakpoints                                             #brk              */
    
    
    
    
    
    
  
  /* ========================================================================== */
  /*  2. COLORS                                                #clrs            */
  /* ========================================================================== */      

  :root,
  :before,
  :after {
    /* colors */
    --primary-50: #CCEBFF;
    --primary-xlight: #e2f4ff;
    --primary-light: #33AFFF;
    --primary: #009BFF;
    --primary-dark: #007CCC;
    --secondary-50: #FFF4C9;
    --secondary-light: #FFDD5E;
    --secondary: #FFCF19;
    --secondary-dark: #E6BA17;
    --text: #333333;
    --text-light: #818181;
    --gray: #d6d6d6;
    --border:#E4E4E4;
    --background: #F2F4FB;
    --white: #ffffff;
    --error: #FF555F;
    /* elements */
    --border-radius: 8px;
    --primary-box-shadow: 0px 3px 13px rgba(0, 155, 255, 0.4);
    --secondary-box-shadow: 0px 3px 13px rgba(255, 207, 25, 0.4);
    --box-shadow: 0px 3px 13px rgba(51, 51, 51, 0.2);
    /* spacing */
    --spacer-sm: 16px;
    --spacer-md: 32px;
    --spacer-lg: 48px;
    --spacer-xl: 64px;
    --spacer-xxl: 80px;
    /* layout */
    --container-width: 1276px;
    --vertical-spacer-sm: 32px; 
    --vertical-spacer-md: 64px;
    --vertical-spacer-lg: 80px;
    --vertical-spacer-xl: 120px;
    /* flex & grid basis */
    /***
     example: --basis-2-24
       2 = how many items
       24 = gap (this number is divided by 2 to get the px amount, i.e 24 = 12px)
    ****/
    
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  --basis-1: 0 1 100%;--basis-2-16: 0 1 calc(50.00% - 8px);--basis-2-20: 0 1 calc(50.00% - 10px);--basis-2-24: 0 1 calc(50.00% - 12px);--basis-2-28: 0 1 calc(50.00% - 14px);--basis-2-32: 0 1 calc(50.00% - 16px);--basis-2-36: 0 1 calc(50.00% - 18px);--basis-2-40: 0 1 calc(50.00% - 20px);--basis-2-44: 0 1 calc(50.00% - 22px);--basis-2-48: 0 1 calc(50.00% - 24px);--basis-2-52: 0 1 calc(50.00% - 26px);--basis-2-56: 0 1 calc(50.00% - 28px);--basis-2-60: 0 1 calc(50.00% - 30px);--basis-2-64: 0 1 calc(50.00% - 32px);--basis-3-16: 0 1 calc(33.33% - 11px);--basis-3-20: 0 1 calc(33.33% - 14px);--basis-3-24: 0 1 calc(33.33% - 16px);--basis-3-28: 0 1 calc(33.33% - 19px);--basis-3-32: 0 1 calc(33.33% - 22px);--basis-3-36: 0 1 calc(33.33% - 24px);--basis-3-40: 0 1 calc(33.33% - 27px);--basis-3-44: 0 1 calc(33.33% - 30px);--basis-3-48: 0 1 calc(33.33% - 32px);--basis-3-52: 0 1 calc(33.33% - 35px);--basis-3-56: 0 1 calc(33.33% - 38px);--basis-3-60: 0 1 calc(33.33% - 40px);--basis-3-64: 0 1 calc(33.33% - 43px);--basis-4-16: 0 1 calc(25.00% - 12px);--basis-4-20: 0 1 calc(25.00% - 15px);--basis-4-24: 0 1 calc(25.00% - 18px);--basis-4-28: 0 1 calc(25.00% - 21px);--basis-4-32: 0 1 calc(25.00% - 24px);--basis-4-36: 0 1 calc(25.00% - 27px);--basis-4-40: 0 1 calc(25.00% - 30px);--basis-4-44: 0 1 calc(25.00% - 33px);--basis-4-48: 0 1 calc(25.00% - 36px);--basis-4-52: 0 1 calc(25.00% - 39px);--basis-4-56: 0 1 calc(25.00% - 42px);--basis-4-60: 0 1 calc(25.00% - 45px);--basis-4-64: 0 1 calc(25.00% - 48px);--basis-5-16: 0 1 calc(20.00% - 13px);--basis-5-20: 0 1 calc(20.00% - 16px);--basis-5-24: 0 1 calc(20.00% - 20px);--basis-5-28: 0 1 calc(20.00% - 23px);--basis-5-32: 0 1 calc(20.00% - 26px);--basis-5-36: 0 1 calc(20.00% - 29px);--basis-5-40: 0 1 calc(20.00% - 32px);--basis-5-44: 0 1 calc(20.00% - 36px);--basis-5-48: 0 1 calc(20.00% - 39px);--basis-5-52: 0 1 calc(20.00% - 42px);--basis-5-56: 0 1 calc(20.00% - 45px);--basis-5-60: 0 1 calc(20.00% - 48px);--basis-5-64: 0 1 calc(20.00% - 52px);--basis-6-16: 0 1 calc(16.66% - 14px);--basis-6-20: 0 1 calc(16.66% - 17px);--basis-6-24: 0 1 calc(16.66% - 20px);--basis-6-28: 0 1 calc(16.66% - 24px);--basis-6-32: 0 1 calc(16.66% - 27px);--basis-6-36: 0 1 calc(16.66% - 30px);--basis-6-40: 0 1 calc(16.66% - 34px);--basis-6-44: 0 1 calc(16.66% - 37px);--basis-6-48: 0 1 calc(16.66% - 40px);--basis-6-52: 0 1 calc(16.66% - 44px);--basis-6-56: 0 1 calc(16.66% - 47px);--basis-6-60: 0 1 calc(16.66% - 50px);--basis-6-64: 0 1 calc(16.66% - 54px);
  }

  /* MOBILE ONLY */
  @media (max-width: 640px) {
    :root {
      --vertical-spacer-sm: 64px; 
      --vertical-spacer-md: 64px;
      --vertical-spacer-lg: 64px;
      --vertical-spacer-xl: 64px;
    }
  }
  
  .form,
  form,
  :before,
  :after {
    /* labels */
    --label-color: var(--text);
    --label-font-size: 15px;
    --label-font-weight: 700;
    --label-margin-b: 4px;

    /* legend */
    --legend-font-size: 15px;

    /* inputs */
    --input-color: var(--text);
    --input-bg-color: var(--white);
    --input-border: 1px solid var(--border);
    --input-border-radius: 4px;
    --input-padding: 13px 17px;
    --input-font-size: 1rem;
    --input-font-weight: 400;
    --input-placeholder-color: var(--text-light);
    --input-focus-border-color: var(--primary);

    --input-spacing-y: 16px;
    
    --input-disabled: .7;
    --input-required-color: var(--error); /* asterisk following label denoting required field */
    --input-error-color: var(--error); /* this is for text and border color */
    --input-error-font-size: 12px;

    /* textarea */
    --textarea-height: 150px;

    /* checkboxes */
    --checkbox-color: var(--input-color);
    --checkbox-height: 14px;
    --checkbox-width: var(--checkbox-height);
    --checkbox-font-size: 16px;
    --checkbox-font-weight: var(--input-font-weight);
    --checkbox-bg-color: var(--white);
    --checkbox-border-width: 2px;
    --checkbox-border: var(--checkbox-border-width) solid var(--text-light);
    --checkbox-border-radius: 4px;
    --checkbox-transition: all 200ms ease;
    --checkbox-hover-border-color: var(--primary);

    --checkbox-checked-bg-color: var(--primary);
    --checkbox-checked-border-color: var(--primary);
    --checkbox-checked-image: url('https://7888327.fs1.hubspotusercontent-na1.net/hubfs/7888327/raw_assets/public/documint-theme-v1/assets/graphics/icons/checkmark-white.svg');
    --checkbox-checked-hover-bg-color: var(--primary-dark);
    --checkbox-checked-hover-border-color: var(--primary-dark);
    
    /* radio */
    --radio-color: var(--input-color);
    --radio-height: 14px;
    --radio-width: var(--radio-height);
    --radio-font-size: 16px;
    --radio-font-weight: var(--input-font-weight);
    --radio-bg-color: var(--white);
    --radio-border-width: 2px;
    --radio-border: var(--radio-border-width) solid var(--text-light);
    --radio-border-radius: 50px;
    --radio-transition: all 200ms ease;
    --radio-hover-border-color: var(--primary);

    --radio-checked-bg-color: var(--primary);
    --radio-checked-border-color: var(--primary);
    --radio-checked-hover-border-color: var(--primary-dark);

    --radio-inner-height: 10px;
    --radio-inner-width: var(--radio-inner-height);
    --radio-inner-color: var(--primary);
    --radio-inner-hover-color: var(--primary-dark);

    /* Select */
    --select-icon: url('https://7888327.fs1.hubspotusercontent-na1.net/hubfs/7888327/raw_assets/public/documint-theme-v1/assets/graphics/icons/chevron-down-primary.svg');
    --select-icon-height: 9px;
    --select-icon-width: 14px;
    --select-icon-margin-right: 17px; /* match this to x-padding on input fields */

    /* Date Picker */
    --date-input-icon: url('https://7888327.fs1.hubspotusercontent-na1.net/hubfs/7888327/raw_assets/public/documint-theme-v1/assets/graphics/icons/calendar.svg');
    --date-input-icon-height: 24px;
    --date-input-icon-width: 20px;
    --date-input-margin-right: 17px; /* match this to x-padding on input fields */

    --date-picker-font: var(--base-font);
    --date-picker-color: var(--text);
    --date-picker-border: none;
    --date-picker-border-radius: var(--border-radius);

    --date-picker-number-hover-color: var(--white);
    --date-picker-number-hover-bg: var(--secondary-600);
    --date-picker-number-today-color: var(--primary);
    --date-picker-number-selected-color: var(--white);
    --date-picker-number-selected-bg: var(--primary);
  }

  .form--light,
  :before,
  :after {
    --label-light-color: var(--white);
  }

  /* ========================================================================== */
  /*  3. TYPOGRAPHY                                            #typ             */
  /*=========================================================================== */
  
  
  /* ========================================================================== */
  /*  4. ELEMENTS                                              #elm             */
  /*=========================================================================== */

/* ========================================================================== */
/*  TOOLS                                                                     */
/* ========================================================================== */
/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* ========================================================================== */
/*  BASE                                                                      */
/* ========================================================================== */
/*! 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body {
  font-family: var(--base-font);
  margin: 0;
  padding: 0;
  color: var(--text);
  font-size: 18px;
}

img {
  max-width: 100%;
}

.block {
  display: block;
}

.body-wrapper.fixed {
  position: fixed;
}
@font-face {
  font-family: "basetica";
  src: url("https://7888327.fs1.hubspotusercontent-na1.net/hubfs/7888327/New%20Documint%20Site%20Assets/fonts/basetica/Basetica-Bold.otf") format("opentype");
}

@font-face {
  font-family: "gilroy";
  src: url("https://7888327.fs1.hubspotusercontent-na1.net/hubfs/7888327/New%20Documint%20Site%20Assets/fonts/gilroy/gilroy-regular.otf") format("opentype");
}

@font-face {
  font-family: "gilroy";
  src: url("https://7888327.fs1.hubspotusercontent-na1.net/hubfs/7888327/New%20Documint%20Site%20Assets/fonts/gilroy/gilroy-regular-italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "gilroy";
  src: url("https://7888327.fs1.hubspotusercontent-na1.net/hubfs/7888327/New%20Documint%20Site%20Assets/fonts/gilroy/gilroy-semi-bold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "gilroy";
  src: url("https://7888327.fs1.hubspotusercontent-na1.net/hubfs/7888327/New%20Documint%20Site%20Assets/fonts/gilroy/gilroy-bold.otf") format("opentype");
  font-weight: bold;
}

:root,
:before,
:after {
  --header-font: 'basetica', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  --base-font: 'gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--header-font);
  margin-top: 0;
  margin-bottom: 16px;
  text-wrap: balance;
}

h1,
.heading-display-1 {
  font-size: 32px;
  line-height: 1.4;
}

h2,
.heading-display-2 {
  font-size: 28px;
  line-height: 1.4;
}

h3,
.heading-display-3 {
  font-size: 22px;
}

h4,
.heading-display-4 {
  font-size: 20px;
}

h5, 
.heading-display-5 {
  font-size: 18px;
}

/* temp line height fix until utilities are made */
h1.hero-title {
  line-height: 1.25;
}

p {
  line-height: 27.26px;
  margin: 0 0 20px;
}

a {
  color: var(--primary);
  transition: all 150ms ease;
  text-decoration: none;
}

/* a:hover {
  color: var(--primary-dark);
} */

.masked-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preheader {
  display: block;
  color: var(--primary);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 15px;
}

.integrations-hero-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.integrations-hero-link p {
  margin-bottom: 0;
}

/***** text utilities *****/
.text-highlight {
  border-bottom: 4px solid var(--secondary);
}

.text-xs {
  font-size: 13px;
}

.text-xl {
  font-size: 32px;
  line-height: inherit;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-default {
  color: var(--text);
}

.text-primary {
  color: var(--primary);
}

.text-light {
  color: var(--text-light);
}

.text-secondary {
  color: var(--secondary);
}

/***** line heights *****/
h1.leading-tight {
  line-height: 1.25;
}	

/* ========================================================================== */
/*  Rich Text Settings                                                        */

/***** margins for inside rich text modules ****/
.hs_cos_wrapper_type_rich_text h1,
.rich-text-field h1,
.hs_cos_wrapper_type_rich_text h2,
.rich-text-field h2,
.hs_cos_wrapper_type_rich_text h3,
.rich-text-field h3,
.hs_cos_wrapper_type_rich_text h4,
.rich-text-field h4,
.hs_cos_wrapper_type_rich_text h5,
.rich-text-field h5,
.hs_cos_wrapper_type_rich_text h6,
.rich-text-field h6 {
  margin: 0 0 1.1rem;
}

.hs_cos_wrapper_type_rich_text p,
.rich-text-field p {
  margin: 0 0 1.1rem;
}

.hs_cos_wrapper_type_rich_text ul,
.rich-text-field ul,
.hs_cos_wrapper_type_rich_text ol,
.rich-text-field ol {
  margin: 0 0 1.1rem;
}

.hs_cos_wrapper_type_rich_text ul li,
.rich-text-field ul li,
.hs_cos_wrapper_type_rich_text ol li,
.rich-text-field ol li {
  margin-bottom: 15px;
}

.hs_cos_wrapper_type_rich_text p + h2, 
.rich-text-field p + h2, 
.hs_cos_wrapper_type_rich_text p + h3, 
.rich-text-field p + h3, 
.hs_cos_wrapper_type_rich_text p + h4, 
.rich-text-field p + h4, 
.hs_cos_wrapper_type_rich_text p + h5, 
.rich-text-field p + h5, 
.hs_cos_wrapper_type_rich_text p + h6,
.rich-text-field p + h6 {
  margin-top: var(--spacer-md);
} 

.hs_cos_wrapper_type_rich_text p, 
.rich-text-field p {
  margin-bottom: var(--spacer-sm);
  line-height: 1.6em;
}

.hs_cos_wrapper_type_rich_text ul,
.rich-text-field ul {
/* ul.has-icons { */
  /* list-style: none; */
  margin-bottom: var(--spacer-sm);
  /* padding-left: 0; */
}
  
.hs_cos_wrapper_type_rich_text ol,
.rich-text-field ol {
  margin-bottom: var(--spacer-sm);
  padding-left: 0;
}

/* .hs_cos_wrapper_type_rich_text ul li,
.rich-text-field ul li,
ul.has-icons li {
  position: relative;
  line-height: 1.6rem;
  margin-bottom: 16px;
  padding-left: 30px;
}

.hs_cos_wrapper_type_rich_text ul li:before,
.rich-text-field ul li:before,
ul.has-icons li:before {
  content: url('');
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
}  */

.hs_cos_wrapper_type_rich_text img,
.rich-text-field img {
  border-radius: var(--border-radius);
}

@media (min-width: 768px) {
  h1,
  .heading-display-1 {
    font-size: 72px;
    line-height: 84px;
  }

  h2,
  .heading-display-2 {
    font-size: 50px;
    line-height: 1.4;
  }

  h3,
  .heading-display-3 {
    font-size: 32px;
  }

  h4,
  .heading-display-4 {
    font-size: 25px;
  }

  h5, 
  .heading-display-5 {
    font-size: 20px;
  }

  .text--xl {
    font-size: 48px;
    line-height: 57px;
  }
}

/* ========================================================================== */
/*  LAYOUT                                                                    */
/* ========================================================================== */
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper,
.dnd-section > .row-fluid,
.header__wrapper,
.footer__wrapper {
  margin: 0 auto;
  padding: 0 21px;
  max-width: var(--container-width);
}

.dnd-section .dnd-column,
.dnd-section .content-wrapper,
.dnd-section[class*="body_dnd_area-row"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.dnd-section {
  margin: 0 0 var(--vertical-spacer-xl);
}

.row-number-1.dnd-section:not(.Global_Cta-row-0-padding) {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .dnd-section[class*="force-full-width-section"] .dnd-column {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .row-number-1.dnd-section:not(.Global_Cta-row-0-padding) {
    padding-top: 160px;
  }

  .content-wrapper,
  .dnd-section > .row-fluid {
    padding: 0;
  }

  .dnd-section {
    margin: 0 0 var(--vertical-spacer-xl);
  }
}

/* ========================================================================== */
/*  COMPONENTS                                                                */
/* ========================================================================== */
/* 
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
This section can be used for global components as well.
*/

.bg {
  padding: 60px 0;
}

.bg--primary {
  background: var(--primary);
  color: #fff;
}

.bg--gray {
  background: var(--background);
}
.btn-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-wrapper, .btn-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-align: center;
  width: 100%;
}

.btn-wrapper p, .btn-group p {
  line-height: 1;
  margin-bottom: 0;
}

.btn,
form .hs_submit input[type=submit],
form#email-prefs-form input[type=submit] {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  width: 100%;
  padding: 10px 28px;
  line-height: 1.5;
  margin-bottom: 0;
  border: 1px solid transparent;
  background-image: none;
  border-radius: var(--border-radius);
  transition: all 150ms ease;
}

.btn--primary,
.form-btn--primary form .hs_submit input[type=submit],
form#email-prefs-form input[type=submit] {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--box-shadow);
}

.btn--primary-outline,
.form-btn--primary-outline form .hs_submit input[type=submit], {
  border: solid 1px var(--primary);
  color: var(--primary);
}

.btn--secondary,
.form-btn--secondary form .hs_submit input[type=submit], {
  color: var(--text);
  background: var(--secondary);
  border-color: var(--secondary);
  box-shadow: var(--box-shadow);
}

.btn--secondary-outline,
.form-btn--secondary-outline form .hs_submit input[type=submit], {
  border: solid 1px var(--secondary);
  color: var(--secondary);
}

.btn--light-outline,
.form-btn--light-outline form .hs_submit input[type=submit], {
  border: solid 1px var(--white);
  color: var(--white);
}

.btn--link,
.form-btn--link form .hs_submit input[type=submit], {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  background-color: none;
  padding: 0;
}

.btn--link svg,
.form-btn--link form .hs_submit input[type=submit] svg, {
  display: block;
  height: 15px;
  width: 15px;
  fill: var(--primary);
  transition: all 150ms ease;
}

.btn--block {
  display: block;
}

@media (hover: hover) {
  .btn--primary:hover,
  .form-btn--primary form .hs_submit input[type=submit]:hover,
  .form-btn--primary form .hs_submit input[type=submit]:active, {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
  }

  .btn--primary-outline:hover,
  .form-btn--primary-outline form .hs_submit input[type=submit]:hover,
  .form-btn--primary-outline form .hs_submit input[type=submit]:active, {
    background-color: var(--primary);
    color: var(--primary-dark);
  }

  .btn--secondary:hover,
  .form-btn--secondary form .hs_submit input[type=submit]:hover,
  .form-btn--secondary form .hs_submit input[type=submit]:active, {
    background-color: var(--secondary-dark);
    border-color: var(--secondary-dark);
  }

  .btn--secondary-outline:hover,
  .form-btn--secondary-outline form .hs_submit input[type=submit]:hover,
  .form-btn--secondary-outline form .hs_submit input[type=submit]:active, {
    background-color: var(--secondary);
    color: var(--secondary-dark);
  }
  
  .btn.btn--light-outline:hover,
  .form-btn--light-outline form .hs_submit input[type=submit]:hover,
  .form-btn--light-outline form .hs_submit input[type=submit]:active, {
    background-color: var(--white);
    color: var(--primary);
  }

  .btn--link:hover,
  .form-btn--link form .hs_submit input[type=submit]:hover,
  .form-btn--link form .hs_submit input[type=submit]:active, {
    color: var(--primary-dark);
  }

  .btn--link:hover svg,
  .form-btn--link form .hs_submit input[type=submit]:hover svg,
  .form-btn--link form .hs_submit input[type=submit]:active svg, {
    fill: var(--primary-dark);
    transform: translateX(5px);
  }
}

/***** CTA BUTTONS  ******/

/* hubspot cta override */
a.cta_button.btn {
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  .btn-container {
    flex-direction: row;
  }

  .btn-wrapper, .btn-group {
    width: auto;
  }

  .btn {
    display: inline-block;
  }

  .btn--link {
    display: flex;
  }
}
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.card__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card__grid--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.card__grid--3,
.card__grid--4,
.card__grid--6 {
  grid-template-columns: 1fr;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--border-radius);
  transition: all 200ms ease-in-out;
}

.card__bg {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  height: 220px;
  width: 100%;
  position: relative;
}

.card__bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.card__body {
  padding: 27px 32px 25px;
}

.card__icon {
  max-height: 57px;
  margin-bottom: 15px;
}

.card__title {
  color: var(--text);
  font-family: var(--header-font);
  margin-bottom: 0;
}

.card__desc {
  margin-top: 15px;
  color: var(--text);
}

.card--is-link {
  transition: 150ms ease;
}

.card--integration {
  padding: 0;
}

.card--shadow {
  box-shadow: var(--box-shadow);
}

.card--testimonial {
  padding: 29px 39px;
}

.card--no-border {
  border: none;
}

.card--is-centered {
  text-align: center;
}

@media (hover: hover) {
  .card--is-link:hover {
    border-color: var(--primary);
  }

  .card--integration:hover {
    box-shadow: var(--box-shadow);
    transform: translateY(-5px);
  }
}

@media (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .card__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  } 

  .card__grid--4 {
    grid-template-columns: repeat(4, 1fr);
  } 

  .card__grid--6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .card:not(.card--integration) {
    padding: 27px 32px 25px;
  }
}

@media (max-width: 767px) {
  .card--has-icon {
    text-align: center;
    margin-bottom: 32px;
  }
}
.icon--md {
  max-height: 50px;
}

.icon--right img {
  margin-left: 8px;
}
/* ========================================================================== */
/*  Module                                                                    */
.form-bg {
  border-radius: var(--border-radius);
  padding: 1.5rem;
}

.form-bg--gray {
  background-color: var(--background);
}

.form .form-title {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .form-bg {
    border-radius: var(--border-radius);
    padding: 2.5rem;
  }
}
/* ========================================================================== */
/*  Fields                                                                    */
.hs-form-field {
  margin-bottom: var(--input-spacing-y);
}

/* ========================================================================== */
/*  Labels                                                                    */
form label,
.form label {
  display: block;
  font-size: var(--label-font-size);
  font-weight: var(--label-font-weight);
  line-height: 1;
  color: var(--label-color);
  margin-bottom: var(--label-margin-b);
}

.form--light form label:not(.hs-error-msgs label),
.form--light form .hs-form-checkbox-display span,
.form--light form .hs-form-booleancheckbox-display span,
.form--light form .hs-form-radio-display span,
.form--light form input[type=file] {
  color: var(--label-light-color);
}

/* ========================================================================== */
/*  Help Text                                                                 */
form legend {
  font-size: var(--legend-font-size);
}

/* ========================================================================== */
/*  Fieldsets                                                                 */
form fieldset,
.form fieldset {
  max-width: 100% !important;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

@media (min-width: 480px) {
  fieldset.form-columns-2 div:first-child .input {
    margin-right: 8px !important;
  }
}

/* ========================================================================== */
/*  Inputs                                                                    */
form input,
form select,
.form select,
form textarea {
  display: inline-block;
  font-size: var(--input-font-size);
  color: var(--input-color);
  padding: var(--input-padding);
  width: 100% !important;
  border: var(--input-border);
  border-radius: var(--input-border-radius);
  background-color: var(--input-bg-color);
}

form input:focus,
form input:focus-visible, 
form input:active, 
form textarea:focus,
form textarea:focus-visible, 
form textarea:active,
form select:focus,
form select:focus-visible,
form select:active,
.form select:focus,
.form select:focus-visible,
.form select:active {
  border-color: var(--input-focus-border-color);
  outline: none;
}

form input:disabled,
form textarea:disabled,
form select:disabled,
.form select:disabled {
  cursor: not-allowed;
  opacity: var(--input-disabled);
}

form input:disabled:focus,
form input:disabled:focus-visible, 
form input:disabled:active, 
form textarea:disabled:focus,
form textarea:disabled:focus-visible, 
form textarea:disabled:active,
form select:disabled:focus,
form select:disabled:focus-visible,
form select:disabled:active,
.form select:disabled:focus,
.form select:disabled:focus-visible,
.form select:disabled:active {
  border-color: var(--input-error-color);
}

form textarea {
  height: var(--textarea-height);
}

form .hs_submit input[type=submit] {
  display: block;
}

/* ========================================================================== */
/*  Form List Items                                                           */  
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;
}

/* ========================================================================== */
/*  Inputs - Checkbox                                                         */
form .hs-form-checkbox-display,
form .hs-form-booleancheckbox-display {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

form .hs-form-checkbox-display span,
form .hs-form-booleancheckbox-display span {
  font-size: var(--checkbox-font-size);
  font-weight: var(--checkbox-font-weight);
  color: var(--checkbox-color);
  transition: var(--checkbox-transition);
}

form input[type=checkbox] {
  position: relative;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  height: calc(var(--checkbox-height) + (var(--checkbox-border-width) * 2));
  width: calc(var(--checkbox-width) + (var(--checkbox-border-width) * 2)) !important;
  transition: var(--checkbox-transition);
}

form input[type=checkbox],
form input[type=checkbox]:focus,
form input[type=checkbox]:focus-visible,
form input[type=checkbox]:active,
form input[type="checkbox"]:disabled,
form input[type="checkbox"]:disabled:hover {
  border: none;
}

form input[type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: var(--checkbox-height);
  width: var(--checkbox-width);
  background-color: var(--checkbox-bg-color);
  border: var(--checkbox-border);
}

form input[type="checkbox"]:before,
form input[type="checkbox"]:after {
  transition: var(--checkbox-transition);
}

form input[type="checkbox"]:before {
  border-radius: 3px;
}

form input[type="checkbox"]:checked:before {
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--checkbox-checked-bg-color);
  background-size: contain;
  border-color: var(--checkbox-checked-border-color);
  background-image: var(--checkbox-checked-image);
}

form input[type="checkbox"]:disabled:before,
form input[type="checkbox"]:disabled:checked:before,
form input[type="checkbox"]:disabled + span,
form input[type="checkbox"]:disabled:checked + span {
  opacity: var(--input-disabled);
}

/* Hover States */
@media (hover: hover) {
  form input[type="checkbox"]:hover:before {
    border-color: var(--checkbox-hover-border-color);
  }

  form input[type="checkbox"]:checked:hover:before {
    background-color: var(--checkbox-checked-hover-bg-color);
    border-color: var(--checkbox-checked-hover-border-color);
  }
}

/* ========================================================================== */
/*  Inputs - Radio                                                            */
form .hs-form-radio-display {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

form .hs-form-radio-display span {
  font-size: var(--radio-font-size);
  font-weight: var(--radio-font-weight);
  color: var(--radio-color);
  transition: var(--radio-transition);
}

form input[type=radio] {
  position: relative;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  height: calc(var(--radio-height) + (var(--radio-border-width) * 2));
  width: calc(var(--radio-width) + (var(--radio-border-width) * 2)) !important;
  background: transparent;
  transition: var(--radio-transition);
}

form input[type=radio],
form input[type=radio]:focus,
form input[type=radio]:focus-visible,
form input[type=radio]:active {
  border: none;
}

form input[type="radio"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: var(--radio-height);
  width: var(--radio-width);
  background-color: var(--radio-bg-color);
  border: var(--radio-border);
}

form input[type="radio"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: var(--radio-inner-height);
  width: var(--radio-inner-width);
  border-radius: var(--radio-border-radius);
  margin: 4px;
}

form input[type="radio"]:before,
form input[type="radio"]:after {
  transition: var(--radio-transition);
}

form input[type="radio"]:before {
  border-radius: var(--radio-border-radius);
}

form input[type="radio"]:checked:before {
  border-color: var(--radio-checked-border-color);
}

form input[type="radio"]:checked:after {
  background-color: var(--radio-inner-color);
}

form input[type="radio"]:disabled:before,
form input[type="radio"]:disabled:checked:after,
form input[type="radio"]:disabled + span,
form input[type="radio"]:disabled:checked + span {
  opacity: var(--input-disabled);
}

/* Hover States */
@media (hover: hover) {
  form input[type="radio"]:hover:before {
    border-color: var(--radio-hover-border-color);
  }

  form input[type="radio"]:checked:hover:before {
    border-color: var(--radio-checked-hover-border-color);
  }

  form input[type="radio"]:checked:hover:after {
    background-color: var(--radio-inner-hover-color);
  }
}

/* ========================================================================== */
/*  Inputs - Select                                                           */
form .hs-fieldtype-select .input,
.form .hs-fieldtype-select .input,
form .select,
.form select,
.form .select {
  position: relative;
}

form select,
.form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form .hs-fieldtype-select .input:after,
.form .hs-fieldtype-select .input:after,
/* use this class for non-hubspot forms */
form .select:after,
.form select:after,
.form .select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: var(--select-icon-height);
  width: var(--select-icon-width);
  margin-right: var(--select-icon-margin-right);
  background-image: url(https://info.agilenceinc.com/hubfs/raw_assets/public/agilence/assets/icons/agilence-chevron-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  z-index: 1;
}

/* ========================================================================== */
/*  Inputs - Date Picker                                                      */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: '';
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: var(--date-input-margin-right);
  height: var(--date-input-icon-height);
  width: var(--date-input-icon-width);
  background-image: var(--date-input-icon);
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.hs-datepicker {
  width: 100%;
  max-width: 400px;
}

.fn-date-picker.pika-single.is-bound {
  width: 100%;
  border-radius: var(--date-picker-border-radius);
  border: var(--date-picker-border);
}

.fn-date-picker .pika-lendar {
  height: 100%;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px;
  float: none !important;
}

.fn-date-picker .pika-table {
  margin-bottom: 0;
}

.fn-date-picker .pika-label,
.fn-date-picker .pika-table thead th,
.fn-date-picker .pika-button {
  font-family: var(--body-font);
  color: var(--date-picker-color) !important;
}

.fn-date-picker .pika-table thead th abbr {
  text-decoration: none;
}

.fn-date-picker .pika-button {
  font-family: var(--body-font);
  font-weight: 400;
  text-align: center !important;
  background: transparent !important;
  transition: var(--transition);
  border-radius: var(--border-radius);
}

.fn-date-picker td.is-today .pika-button {
  font-weight: 700;
  color: var(--date-picker-number-today-color) !important;
}

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

@media (hover: hover) {
  .form .fn-date-picker .pika-button:hover {
    background: var(--date-picker-number-hover-bg) !important;
    border-radius: var(--border-radius) !important;
    color: var(--date-picker-number-hover-color) !important;
  }
}

/* ========================================================================== */
/*  Inputs - File Picker                                                      */
form input[type=file] {
  background-color: transparent;
  border-radius: 0;
  border: initial;
  padding-left: 0;
}

/* ========================================================================== */
/*  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: var(--input-required-color);
}

.hs-input.invalid.error {
  border-color: var(--input-error-color);
}

.form .hs-error-msgs li {
  position: relative;
  margin-top: 6px !important;
}

.hs-error-msgs label {
  font-size: var(--input-error-font-size);
  color: var(--input-error-color);
}

/* ========================================================================== */
/*  Captcha                                                                   */

.grecaptcha-badge {
  margin: 0 auto;
}

input::placeholder {
  font-family: var(--body-font);
  color: var(--input-placeholder-color);
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  z-index: 99;
  transition: all 150ms ease;
  border-bottom: 1px solid transparent;
}

header.has--scrolled {
  border-color: #F1f1f1;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation li {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 0;
}

.navigation li:last-child {
  margin-right: 0;
}

.navigation a {
  color: var(--text);
  font-weight: 600;
  font-size: 16px;
}

.navigation a:hover {
  color: var(--primary);
}

.navigation li.has--children {
  position: relative;
}

.navigation li.has--children:hover ul {
  display: block;
  position: absolute;
  visibility: visible;
  opacity: 1;
}

.navigation li.has--children ul {
  visibility: hidden;
  display: none;
  opacity: 0;
  min-width: 283px;
  margin-top: 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}

.navigation li.has--children li {
  display: block;
  margin-right: 0;
  padding: 0;
}

.navigation li.has--children li:last-child a {
  display: block;
}

.navigation li.has--children li:last-child a img {
  margin-left: 10px;
}

.navigation li.has--children li a {
  display: flex;
  align-items: center;
  padding: 20px 22px;
}

.navigation li.has--children li a:hover {
  background: #D1EDFF;
  color: var(--text);
}

.navigation li.has--children li a img {
  margin-right: 18px;
  max-width: 35px;
}

.navigation li.has--children li a span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 22px;
  color: var(--text-light);
}

@media (max-width: 1023px) {
  .navigation {
    display: none;
  }
  .navigation.active {
    display: block;
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #fff;
  }
}

.navigation.active {
  padding: 32px;
}

.navigation.active ul li {
  display: block;
}

.navigation.active li.has--children ul {
  display: block;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
}

.navigation.active li.has--children img {
  display: none;
}

.navigation.active li.has--children span {
  display: none;
}

.navigation.active li.has--children li:last-child {
  display: none;
}

.navigation.active li.has--children ul a {
  padding-left: 15px;
}

@media (max-width: 1023px) {
  .header__cta {
    display: none;
  }
}

.header__trigger {
  display: none;
}

@media (max-width: 1023px) {
  .header__trigger {
    display: block;
    height: 17px;
    width: 40px;
    position: absolute;
    right: 28px;
    top: 20px;
    z-index: 9999;
  }
}

.header__trigger span {
  height: 4px;
  display: block;
  background: var(--text);
  margin-bottom: 4px;
  transition: all 300ms ease;
  position: absolute;
  right: 0;
}

.header__trigger span:first-child {
  width: 30px;
  top: 0;
}

.header__trigger span:nth-child(2) {
  width: 30px;
  top: 8px;
}

.header__trigger span:last-child {
  margin-bottom: 0;
  width: 30px;
  top: 16px;
}

.header__trigger.active span:first-child {
  transform: rotate(-135deg);
  width: 30px;
  top: 8px;
}

.header__trigger.active span:nth-child(2) {
  opacity: 0;
}

.header__trigger.active span:last-child {
  transform: rotate(135deg);
  width: 30px;
  top: 8px;
}
footer {
  margin-top: 80px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

.footer__content {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-content__summary {
  font-size: 16px;
  text-align: center;
  color: var(--text-light);
  margin-bottom: 0;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-link span {
  display: block;
  padding: 5px;
  border: 2px solid var(--text);
  border-radius: 50px;
  transition: all 200ms ease-in-out;
}

.footer-social-link svg {
  display: block;
  fill: var(--text);
  transition: all 200ms ease-in-out;
  height: 20px;
  width: 20px;
}

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

.footer__nav li {
  text-align: center;
  color: var(--text);
  margin-bottom: 10px;
}

.footer__nav li:first-child {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer__nav li:last-child {
  margin-bottom: 0;
}

.footer__nav a {
  color: var(--text);
  font-size: 15px;
}

.footer__nav a img {
  margin-left: 8px;
}

.footer__bot {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  margin-top: 80px;
  text-align: center;
}

.footer__copyright {
  font-size: 12px;
}

@media (hover: hover) {
  .footer__nav a:hover {
    color: var(--primary);
  }

  .footer-social-link:hover span {
    border-color: var(--primary);
  }
  .footer-social-link:hover svg {
    fill: var(--primary);
  }
}

@media (min-width: 768px) {
  .footer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .footer__content {
    align-items: flex-start;
  }

  .footer-content__summary {
    text-align: left;
  }

  .footer__nav li {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .footer-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}