:root {
    --primary: #05323D;
    --secondary: #EE748A;
    --secondary-b: #7F97A8;
    --complementary: #00C77B;
    --dark: #313131;
    --light: #F8F8F8;
    --charcoal: #25282A;
    --light-grey: #E4E4E4;
    --black: #000000;
    --white: #ffffff;

    --primary-rgb: 5, 50, 61;
    --secondary-rgb: 238, 116, 138;
    --secondary-b-rgb: 127, 151, 168;
    --complementary-rgb: 0, 199, 123;
    --dark-rgb: 49, 49, 49;
    --light-rgb: 248,248,248;
    --charcoal-rgb: 37,40,42;
    --light-grey-rgb: 228,228,228;
    --black-rgb: 0,0,0;
    --white-rgb: 255,255,255;
    
    --body-font: 'ArialNarrow', sans-serif;
    --heading-font: 'garamond', Arial, sans-serif;

    --h1-font-family: 'garamond', Arial, sans-serif;
    --h1-font-weight: 700;
    --h1-font-style: normal;
    --h1-text-decoration: none;
    --h1-font-size: 40px;

    --h2-font-family: 'garamond', Arial, sans-serif;
    --h2-font-weight: 700;
    --h2-font-style: normal;
    --h2-text-decoration: none;
    --h2-font-size: 28px;

    --h3-font-family: 'garamond', Arial, sans-serif;
    --h3-font-weight: 700;
    --h3-font-style: normal;
    --h3-text-decoration: none;
    --h3-font-size: 22px;

    --h4-font-family: 'garamond', Arial, sans-serif;
    --h4-font-weight: 700;
    --h4-font-style: normal;
    --h4-text-decoration: none;
    --h4-font-size: 20px;
  
    --h5-font-family: 'garamond', Arial, sans-serif;
    --h5-font-weight: 400;
    --h5-font-style: normal;
    --h5-text-decoration: none;
    --h5-font-size: 20px;

    --h6-font-family: 'garamond', Arial, sans-serif;
    --h6-font-weight: 400;
    --h6-font-style: normal;
    --h6-text-decoration: none;
    --h6-font-size: 20px;

    --body-color: var(--primary);
    --heading-color: inherit;
    --text-dark: var(--primary);
    --text-light: var(--white);
    --accent: var(--secondary);

    --link-color: var(--complementary);
    --link-color-hover: rgb(var(--complementary-rgb), 0.5%);
    --link-text-decoration: underline;

    --primary-bg-text: var(--text-light);
    --primary-bg-link: var(--complementary);
    --primary-bg-link-hover: var(--complementary);
    --primary-bg-accent: inherit;

    --secondary-bg-text: var(--text-light);
    --secondary-bg-link: var(--link-color);
    --secondary-bg-link-hover: var(--link-color-hover);
    --secondary-bg-accent: inherit;

    --complementary-bg-text: var(--text-dark);
    --complementary-bg-link: var(--link-color);
    --complementary-bg-link-hover: var(--link-color-hover);
    --complementary-bg-accent: inherit;

    --dark-bg-text: var(--text-light);
    --dark-bg-link: var(--complementary);
    --dark-bg-link-hover: var(--complementary);
    --dark-bg-accent: inherit;

    --light-bg-text: var(--text-dark);
    --light-bg-link: var(--link-color);
    --light-bg-link-hover: var(--link-color-hover);
    --light-bg-accent: inherit;

    --button-font-family: 'ArialNarrow', sans-serif;
    --button-font-style: normal;
    --button-font-weight: 700;

    --full-site-width: 1440px;
    --full-grid: 1680px;
    --max-site-width: 100%;

    --weight-100: 100;
    --weight-200: 200;
    --weight-300: 300;
    --weight-400: 400;
    --weight-500: 500;
    --weight-600: 600;
    --weight-700: 700;
    --weight-800: 800;
    --weight-900: 900;

    --padding: 20px;
    --border-radius: 4px;

    --speed: 250ms;
    --animation: ease-in-out;

    --box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width: 992px) {
  :root {
    --h1-font-size: 67px;
    --h2-font-size: 45px;
    --h3-font-size: 36px;
    --h4-font-size: 21px;
    --h5-font-size: 24px;
    --h6-font-size: 24px;
  }
}

/*-----------------------------------*\
    Style
\*-----------------------------------*/

/* /* :root {
    --primary: #05323D;
    --secondary: #EE748A;
    --secondary-b: #7F97A8;
    --complementary: #00C77B;
    --dark: #313131;
    --light: #F8F8F8;
    --charcoal: #25282A;
    --light-grey: #E4E4E4;
    --black: #000000;
    --white: #ffffff;

    --primary-rgb: 5, 50, 61;
    --secondary-rgb: 238, 116, 138;
    --secondary-b-rgb: 127, 151, 168;
    --complementary-rgb: 0, 199, 123;
    --dark-rgb: 49, 49, 49;
    --light-rgb: 248,248,248;
    --charcoal-rgb: 37,40,42;
    --light-grey-rgb: 228,228,228;
    --black-rgb: 0,0,0;
    --white-rgb: 255,255,255;
    
    --body-font: 'ArialNarrow', sans-serif;
    --heading-font: 'garamond', Arial, sans-serif;

    --h1-font-family: 'garamond', Arial, sans-serif;
    --h1-font-weight: 700;
    --h1-font-style: normal;
    --h1-text-decoration: none;

    --h2-font-family: 'garamond', Arial, sans-serif;
    --h2-font-weight: 700;
    --h2-font-style: normal;
    --h2-text-decoration: none;

    --h3-font-family: 'garamond', Arial, sans-serif;
    --h3-font-weight: 700;
    --h3-font-style: normal;
    --h3-text-decoration: none;

    --h4-font-family: 'garamond', Arial, sans-serif;
    --h4-font-weight: 700;
    --h4-font-style: normal;
    --h4-text-decoration: none;

    --h5-font-family: 'garamond', Arial, sans-serif;
    --h5-font-weight: 400;
    --h5-font-style: normal;
    --h5-text-decoration: none;

    --h6-font-family: 'garamond', Arial, sans-serif;
    --h6-font-weight: 400;
    --h6-font-style: normal;
    --h6-text-decoration: none;

    --body-color: var(--primary);
    --heading-color: inherit;
    --text-dark: var(--primary);
    --text-light: var(--white);
    --accent: var(--secondary);

    --link-color: var(--complementary);
    --link-color-hover: rgb(var(--complementary-rgb), 0.5%);
    --link-text-decoration: underline;

    --primary-bg-text: var(--text-light);
    --primary-bg-link: var(--complementary);
    --primary-bg-link-hover: var(--complementary);
    --primary-bg-accent: inherit;

    --secondary-bg-text: var(--text-light);
    --secondary-bg-link: var(--link-color);
    --secondary-bg-link-hover: var(--link-color-hover);
    --secondary-bg-accent: inherit;

    --complementary-bg-text: var(--text-dark);
    --complementary-bg-link: var(--link-color);
    --complementary-bg-link-hover: var(--link-color-hover);
    --complementary-bg-accent: inherit;

    --dark-bg-text: var(--text-light);
    --dark-bg-link: var(--complementary);
    --dark-bg-link-hover: var(--complementary);
    --dark-bg-accent: inherit;

    --light-bg-text: var(--text-dark);
    --light-bg-link: var(--link-color);
    --light-bg-link-hover: var(--link-color-hover);
    --light-bg-accent: inherit;

    --button-font-family: 'ArialNarrow', sans-serif;
    --button-font-style: normal;
    --button-font-weight: 700;

    --full-site-width: 1440px;
    --full-grid: 1680px;
    --max-site-width: 100%;

    --weight-100: 100;
    --weight-200: 200;
    --weight-300: 300;
    --weight-400: 400;
    --weight-500: 500;
    --weight-600: 600;
    --weight-700: 700;
    --weight-800: 800;
    --weight-900: 900;

    --padding: 20px;
    --border-radius: 4px;

    --speed: 250ms;
    --animation: ease-in-out;
    --box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
} */ */
/*! 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 */
    scroll-behavior: smooth;
  }
  
  /* 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;
  }

  *, *:before, *:after {
    box-sizing: border-box;
  }

/* core */
/*-----------------------------------*\
    Elements
\*-----------------------------------*/
 html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-color: var(--white);
    transition: background-color var(--animation) 0.4s;
}

.aa-site-wrapper {
    display: flex;
    flex-direction: column;
}

header, main, footer {
    width: 100%;
}

main {
    overflow: hidden;
}

main.aa-webpage {
    margin-top: 128px;
}

@media screen and (min-width: 992px) {
    main.aa-landing-page {
        padding-left: 0;
    }

    main.aa-webpage {
        margin-top: 168px;
    }
}

/* Force the footer to bottom of the page, even if the content does not fill the viewport height */
> footer {
    margin-top: auto;
}

a {
    text-decoration: none;
    text-decoration-skip-ink: auto;
    color: var(--complementary);
    transition: all var(--speed) vat(--animation);
}

a:hover,
a:focus,
a:active {
    color: rgba(var(--complementary-rgb), 0.8);
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

hr {
    margin-top: 0;
    margin-bottom: 30px;
    border: 0;
    border-top: 4px solid var(--light);
}

@media screen and (min-width: 992px) {
    hr {
        margin-bottom: 40px;
    }
}

img, video, iframe {
    max-width: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    /*
    * Fix blurry images (particularly screenshots)
    * Reference: https://tutorialsclass.com/code/css-code-to-fix-blurry-image-when-scaling-down/
    * https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering
    */
    image-rendering: pixelated; /* Fallback */
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
/*-----------------------------------*\
    Fonts
\*-----------------------------------*/

@font-face {
    font-family: 'ArialNarrow';
    src: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrow.woff2') format('woff2'),
        url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrowItalic.woff2') format('woff2'),
        url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrowItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrowBold.woff2') format('woff2'),
        url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrowBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrowBoldItalic.woff2') format('woff2'),
        url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrowBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrowBold.woff2') format('woff2'),
        url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/ArialNarrowBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'garamond';
    src: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/garamond-bold.woff2') format('woff2'),
        url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/garamond-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'garamond';
    src: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/garamond-regular.woff2') format('woff2'),
        url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/fonts/garamond-regular.woff') format('woff');
    font-weight:400;
    font-style: normal;
    font-display: swap;
}
/*-----------------------------------*\
    Typography
\*-----------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--body-font);
    font-weight: 300;
    color: var(--black);
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: manual;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    clear: both;
    font-family: var(--heading-font);
    color: var(--heading-color);
}

h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
    br {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        br {
            display: block;
        }
    }
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1, .h1, .unicard-group .unicard h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 46px;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    font-style: var(--h1-font-style);
    text-decoration: var(--h1-text-decoration);
    letter-spacing: -2px;
}

@media screen and (min-width: 992px) {
    h1, .h1, .unicard-group .unicard h1 {
        word-spacing: -4px;
        font-size: 67px;
        line-height: 66px;
    }
}

h2, .h2, .unicard-group .unicard h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
    text-decoration: var(--h2-text-decoration);
    letter-spacing: -1px;
}

@media screen and (min-width: 992px) {
    h2, .h2, .unicard-group .unicard h2 {
        word-spacing: -4px;
        margin-bottom: 30px;
        font-size: 45px;
        line-height: 50px;
    }
}

h3, .h3, .unicard-group .unicard h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
    text-decoration: var(--h3-text-decoration);
}

@media screen and (min-width: 992px) {
    h3, .h3, .unicard-group .unicard h3 {
        word-spacing: -4px;
        font-size: 36px;
        line-height: 41px;
    }
}

h4, .h4, .unicard-group .unicard h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--h4-font-family);
    font-weight: var(--h4-font-weight);
    font-style: var(--h4-font-style);
    text-decoration: var(--h4-text-decoration);
}

@media screen and (min-width: 992px) {
    h4, .h4, .unicard-group .unicard h4 {
        font-size: 21px;
        line-height: 24px;
    }
}

h5, .h5, .unicard-group .unicard h5
h6, .h6, .unicard-group .unicard h6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    font-family: var(--h5-font-family);
    font-weight: var(--h5-font-weight);
    font-style: var(--h5-font-style);
    text-decoration: var(--h5-text-decoration);
}

h6, .h6, .unicard-group .unicard h6 {
    font-family: var(--h6-font-family);
    font-weight: var(--h6-font-weight);
    font-style: var(--h6-font-style);
    text-decoration: var(--h6-text-decoration);
}

@media screen and (min-width: 992px) {
    h5, .h5, .unicard-group .unicard h5
    h6, .h6, .unicard-group .unicard h6 {
        font-size: 24px;
        line-height: 30px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

p:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    p:not(:last-child) {
        margin-bottom: 30px;
    }
}

.aa-text-size--small {
    font-size: 14px;
    line-height: 20px;
}

.aa-text-size--large {
    font-size: 18px;
    line-height: 26px;
}

@media screen and (min-width: 992px) {
    .aa-text-size--small {
        font-size: 16px;
        line-height: 24px;
    }

    .aa-text-size--large {
        font-size: 20px;
        line-height: 26px;
    }
}

ul, ol {
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul:first-child, ol:first-child {
    margin-top: 0;
}

ul:last-child, ol:last-child {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    ul, ol {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

img + p,
img + strong,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 30px;
}

blockquote {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
    text-decoration: var(--h3-text-decoration);
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;

}

@media screen and (min-width: 992px) {
    blockquote {
        word-spacing: -6px;
        font-size: 28px;
        line-height: 38px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1460px) {
    blockquote {
        margin-top: 64px;
        margin-bottom: 64px;
    }
}

strong {
    font-weight: 700;
}

i {
    font-style: italic;
}

figcaption {
    font-family: var(--body_font);
    font-size: 15px;
    line-height: 21px;
    font-style: italic;
}

.aa-subheading,
.aa-label {
    display: block;
    margin-bottom: 15px;
    font-family: var(--body_font);
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: var(--complementary);
    text-transform: uppercase;
}

.aa-subheading:last-child,
.aa-label:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .aa-subheading,
    .aa-label {
        margin-bottom: 20px;
    }
}
/*-----------------------------------*\
    Utilities
\*-----------------------------------*/

.aa-bg-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.aa-bg-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aa-object-cover img,
.aa-object-contain img {
    height: 100%;
    width: 100%;
}

.aa-object-cover img {
    object-fit: cover;
}

.aa-object-contain img {
    object-fit: contain;
}

/*
 * Background colors
 */

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

 .aa-bg-primary .aa-label,
 .aa-bg-primary .aa-subheading {
    color: var(--complementary);
}

 .aa-bg-primary a {
    color: var(--primary-bg-link);
    text-decoration: underline;
}

 .aa-bg-primary a:hover,
 .aa-bg-primary a:active,
 .aa-bg-primary a:focus {
    color: var(--primary-bg-link-hover);
 }

.aa-bg-primary .hs-input {
    border-color: var(--primary-bg-accent);
}

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

.aa-bg-secondary .aa-label,
.aa-bg-secondary .aa-subheading {
    color: var(--secondary-bg-accent);
}

.aa-bg-secondary a {
    color: var(--secondary-bg-link);
    text-decoration: underline;
}

.aa-bg-secondary a:hover,
.aa-bg-secondary a:active,
.aa-bg-secondary a:focus {
    color: var(--secondary-bg-link-hover);
}

.aa-bg-secondary .hs-input {
    border-color: var(--secondary-bg-accent);
}

.aa-bg-complementary {
    color: var(--complementary-bg-text);
}

.aa-bg-complementary .aa-label,
.aa-bg-complementary .aa-subheading {
    color: var(--complementary-bg-accent);
}

.aa-bg-complementary a {
    color: var(--complementary-bg-link);
    text-decoration: underline;
}

.aa-bg-complementary a:hover,
.aa-bg-complementary a:active,
.aa-bg-complementary a:focus {
    color: var(--complementary-bg-link-hover);
}

.aa-bg-complementary .hs-input {
    border-color: var(--complementary-bg-accent);
}

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

.aa-bg-light a {
    color: var(--light-bg-link);
    text-decoration: underline;
}

.aa-bg-light a:hover,
.aa-bg-light a:active,
.aa-bg-light a:focus {
    color: var(--light-bg-link-hover);
}

.aa-bg-light .hs-input {
    border-color: var(--light-bg-accent);
}

.aa-bg-dark {
    color: var(--dark-bg-text);
}

.aa-bg-dark .aa-label,
.aa-bg-dark .aa-subheading {
    color: var(--dark-bg-accent);
}

.aa-bg-dark a {
    color: var(--dark-bg-link);
    text-decoration: underline;
}

.aa-bg-dark a:hover,
.aa-bg-dark a:active,
.aa-bg-dark a:focus {
    color: var(--light-bg-link-hover);
}

.aa-bg-dark .hs-input {
    border-color: var(--dark-bg-accent);
}

/* bg colors and overlays */

.aa-bg-primary {
    background-color: var(--primary);
}
.aa-bg-secondary {
    background-color: var(--secondary);
}
.aa-bg-secondary-b {
    background-color: var(--secondary-b);
}
.aa-bg-complementary {
    background-color: var(--complementary);
}
.aa-bg-light {
    background-color: var(--light);
}
.aa-bg-dark {
    background-color: var(--dark);
}
.aa-bg-white {
    background-color: var(--white);
}
.aa-bg-none {
    background-color: transparent;
}

.aa-bg-overlay--primary {
    background-color: var(--primary);
    color: var(--text-light);
}
.aa-bg-overlay--secondary {
    background-color: var(--secondary);
}
.aa-bg-overlay--secondary-b {
    background-color: var(--secondary-b);
}
.aa-bg-overlay--complementary {
    background-color: var(--complementary);
}
.aa-bg-overlay--light {
    background-color: var(--light);
}
.aa-bg-overlay--dark {
    background-color: var(--dark);
    color: var(--text-light);
}
.aa-bg-overlay--white {
    background-color: var(--white);
}
.aa-bg-overlay--none {
    background-color: transparent;
}

.aa-bg-overlay--primary::before {
    background: linear-gradient(143deg, rgba(var(--primary-rgb), 0.8) 13.42%, rgba(var(--primary-rgb), 0) 43.85%);
}
.aa-bg-overlay--secondary::before {
    background: linear-gradient(143deg, rgba(var(--secondary-rgb), 0.8) 13.42%, rgba(var(--secondary-rgb), 0) 43.85%);
}
.aa-bg-overlay--secondary-b::before {
    background: linear-gradient(143deg, rgba(var(--secondary-b-rgb), 0.8) 13.42%, rgba(var(--secondary-b-rgb), 0) 43.85%);
}
.aa-bg-overlay--complementary::before {
    background: linear-gradient(143deg, rgba(var(--complementary-rgb), 0.8) 13.42%, rgba(var(--complementary-rgb), 0) 43.85%);
}
.aa-bg-overlay--light::before {
    background: linear-gradient(143deg, rgba(var(--light-rgb), 0.8) 13.42%, rgba(var(--light-rgb), 0) 43.85%);
}
.aa-bg-overlay--dark::before {
    background: linear-gradient(143deg, rgba(var(--dark-rgb), 0.8) 13.42%, rgba(var(--dark-rgb), 0) 43.85%);
}
.aa-bg-overlay--white::before {
    background: linear-gradient(143deg, rgba(var(--white-rgb), 0.8) 13.42%, rgba(var(--white-rgb), 0) 43.85%);
}
.aa-bg-overlay--none::before {
    background: transparent;
}

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

.aa-content-color--dark {
    color: var(--text-dark);
}

.aa-bg-overlay {
    position: relative;
}

.aa-bg-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.aa-bg-overlay  > .aa-inner {
    position: relative;
    z-index: 10;
}

.aa-bg-video {
    position: relative;
}

.aa-bg-video > .aa-inner {
    position: relative;
    z-index: 10;
}

.aa-bg-video video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ie .aa-bg-video {
    overflow: hidden;
}

.ie .aa-bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    width: auto;
    height: auto;
    padding: 0;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}

/* The container of a module */
.aa-module {
    position: relative;
    display: flex;
}

.aa-module-anchor {
    position: absolute;
    top: -10vh;
    left: 0;
    height: 10px;
    width: 100%;
    z-index: -1;
}

@media screen and (min-width: 992px) {
    .aa-module-anchor {
        top: -15vh;
    }
}

/*
 * Sets the width of the module
 */
.aa-module-width--page,
.aa-module-width--full {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .aa-module-width--page {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Sets the height of the module */
.aa-module-height--small,
.aa-module-height--normal,
.aa-module-height--full {
    display: flex;
    align-items: center;
}
.aa-module-height--small {
    min-height: 400px;
}

@media (max-height: 400px) {
    .aa-module-height--small {
        min-height: 100vh;
    }
}

.aa-module-height--normal {
    min-height: 800px;
}

@media (max-height: 800px) {
    .aa-module-height--normal {
        min-height: 100vh;
    }
}
.aa-module-height--full {
    min-height: 100vh;
}

/* Sets the spacing on the module */
.aa-module-spacing--small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.aa-module-spacing--medium {
    padding-top: 60px;
    padding-bottom: 60px;
}

.aa-module-spacing--large {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
    .aa-module-spacing--small {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .aa-module-spacing--medium {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .aa-module-spacing--large {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-module-spacing--small {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    
    .aa-module-spacing--medium {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.aa-module-spacing-bottom--small {
    padding-bottom: 40px;
}

.aa-module-spacing-top--small {
    padding-top: 40px;
}

@media screen and (min-width: 992px) {
    .aa-module-spacing-bottom--small {
        padding-bottom: 50px;
    }
    
    .aa-module-spacing-top--small {
        padding-top: 50px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-module-spacing-bottom--small {
        padding-bottom: 64px;
    }
    
    .aa-module-spacing-top--small {
        padding-top: 64px;
    }
}

.aa-module-spacing-top--medium {
    padding-top: 60px;
}

.aa-module-spacing-bottom--medium {
    padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .aa-module-spacing-top--medium {
        padding-top: 80px;
    }
    
    .aa-module-spacing-bottom--medium {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-module-spacing-top--medium {
        padding-top: 100px;
    }
    
    .aa-module-spacing-bottom--medium {
        padding-bottom: 100px;
    }
}

.aa-module-spacing-bottom--large {
    padding-bottom: 80px;
}

.aa-module-spacing-top--large {
    padding-top: 80px;
}

@media screen and (min-width: 992px) {
    .aa-module-spacing-bottom--large {
        padding-bottom: 120px;
    }
    
    .aa-module-spacing-top--large {
        padding-top: 120px;
    }
}

.aa-module-spacing-bottom--x-large {
    padding-bottom: 80px;
}

.aa-module-spacing-top--x-large {
    padding-top: 80px;
}

@media screen and (min-width: 992px) {
    .aa-module-spacing-bottom--x-large {
        padding-bottom: 220px;
    }

    .aa-module-spacing-top--x-large {
        padding-top: 220px;
    }
}

/* The container of a modules content */
.aa-content {
    width: 100%;
}

/* Controls the position of the content within the module */
.aa-content-position--left {
    justify-content: flex-start;
}
.aa-content-position--center {
    justify-content: center;
}

/* Controls the alignment of the content within the module */
.aa-content-alignment--left {
    text-align: left;
}
.aa-content-alignment--center {
    text-align: center;
}

.aa-inner {
    display: flex;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .aa-inner {
        max-width: calc(1440px / 12 * 10);
        margin-left: auto;
        margin-right: auto;
    }
}

/* Sets the width of the content in a module */
.aa-content-width--narrow,
.aa-content-width--normal,
.aa-content-width--wide {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .aa-content-width--narrow {
        max-width: calc(1440px / 12 * 8);
    }
    .aa-content-width--normal {
        max-width: calc(1440px / 12 * 10);
    }
}

@media screen and (min-width: 992px) {
    .aa-content-width--wide {
        max-width: 1440px;
    }
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* Bootstrap 4 hiding classes */
.hidden-xs-up {
    display: none !important;
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

/* + sign used in different things like buttons and event triggers */
.cta-plus {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    transition: all ease-in-out 0.3s;
}

.cta-plus svg {
    width: 14px;
    height: 14px;
    fill: var(--complementary);
}

.aa-button:hover .cta-plus {
    transform: rotate(-90deg);
}

/* read more triangle */

.readmore-triangle-container {
    position: relative;
    right: -1px;
    bottom: -1px;
    z-index: 3;
    color: var(--complementary);
}

.readmore-triangle {
    transition: all ease-in-out 0.3s;
    width: 0px;
    height: 0px;
    border-bottom: 110px solid var(--white);
    border-left: 110px solid transparent;
}

.readmore-triangle-plus {
    position: absolute;
    z-index: 3;
    top: 60%;
    left: 60%;
}

.readmore-triangle--light {
    border-bottom: 110px solid var(--light-grey);
}

.aa-subheading--primary {
    color: var(--primary);
}

.aa-subheading--secondary {
    color: var(--secondary);
}

.aa-subheading--secondary-b {
    color: var(--secondary-b);
}

.aa-subheading--complementary {
    color: var(--complementary);
}

.aa-subheading--light {
    color: var(--light);
}

.aa-subheading--white {
    color: var(--white);
}

.aa-subheading--dark {
    color: var(--dark);
}

/* image graphic colors */

.image-graphic--primary path {
    fill: var(--primary);
}

.image-graphic--secondary path {
    fill: var(--secondary);
}

.image-graphic--secondary-b path {
    fill: var(--secondary-b);
}

.image-graphic--complementary path {
    fill: var(--complementary);
}

.image-graphic--light path {
    fill: var(--light);
}

.image-graphic--white path {
    fill: var(--white);
}

.image-graphic--dark path {
    fill: var(--dark);
}

/* read more + colors */

.cta-plus--primary svg {
    fill: var(--primary) !important;
}

.cta-plus--secondary svg {
    fill: var(--secondary) !important;
}

.cta-plus--secondary-b svg {
    fill: var(--secondary-b) !important;
}

.cta-plus--complementary svg {
    fill: var(--complementary) !important;
}

.cta-plus--light svg {
    fill: var(--light) !important;
}

.cta-plus--white svg {
    fill: var(--white) !important;
}

.cta-plus--dark svg {
    fill: var(--dark) !important;
}

/* body bg colors */

.body-bg-white {
    background-color: var(--white);
}

.body-bg-light {
    background-color: var(--light-grey);
}

.body-bg-light .aa-cases__tag {
    background-color: var(--white);
}

@media screen and (min-width: 768px) {
	.body-bg-light .aa-cases__tags {
        background-color: var(--white);
    }
}

.body-bg-light .aa-cases-card .readmore-triangle {
    border-bottom: 110px solid var(--light-grey);
    border-left: 110px solid transparent;
}

.body-bg-light .aa-cases-card:hover .aa-cases-card__header .readmore-triangle {
    border-bottom: 160px solid var(--light-grey);
    border-left: 160px solid transparent;
}

@media screen and (min-width: 992px) {
    .body-bg-light .aa-blog-cards .splide::after {
        background: linear-gradient(270.41deg,var(--light-grey) 37.6%,hsla(0,0%,100%,0) 66.73%);
    }
}
.content-wrapper {
    margin: 0 auto;
}

.content-wrapper-full{
    margin: 0 auto;
}

/* Drag and drop layout styles */

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

@media (max-width: 767px) {
    .dnd-section .dnd-column {
        padding: 0;
    }
}
.hex {
    clip-path: path(
      "M234.933 212.266L264.987 100.103C266.151 95.7562 264.745 91.072 261.306 87.8162L172.523 3.91925C169.084 0.663484 164.117 -0.667416 159.512 0.432817L40.6748 28.6982C36.0689 29.7985 32.5086 33.1519 31.3438 37.4988L1.29002 149.661C0.125277 154.008 1.5319 158.692 4.97059 161.948L93.7535 245.845C97.1922 249.101 102.159 250.432 106.765 249.331L225.599 221.075C230.205 219.975 233.766 216.622 234.93 212.275L234.933 212.266Z"
    );
    height: 250px;
    transform: rotate(345deg);
    width: 266px;
  }
  
  /* Custom section classes */
  
  .overflow-visible {
    overflow: visible !important;
  }
  
  /* Responsive grid */
  
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  
  .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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
  }
  
  .row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
  }
  
  .row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
  }
  
  .row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
  }
  
  .row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
  }
  
  .row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
  }
  
  .row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
  }
  
  .row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
  }
  
  .row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
  }
  
  .row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
  }
  
  .row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
  }
  
  .row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .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%;
      *zoom: 1;
    }
  
    .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%;
      *margin-left: 2.709239449638298%;
      -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%;
      *width: 99.9468085036383%;
    }
  
    .row-fluid .span11 {
      width: 91.436464082%;
      *width: 91.38327259263829%;
    }
  
    .row-fluid .span10 {
      width: 82.87292817100001%;
      *width: 82.8197366816383%;
    }
  
    .row-fluid .span9 {
      width: 74.30939226%;
      *width: 74.25620077063829%;
    }
  
    .row-fluid .span8 {
      width: 65.74585634900001%;
      *width: 65.6926648596383%;
    }
  
    .row-fluid .span7 {
      width: 57.182320438000005%;
      *width: 57.129128948638304%;
    }
  
    .row-fluid .span6 {
      width: 48.618784527%;
      *width: 48.5655930376383%;
    }
  
    .row-fluid .span5 {
      width: 40.055248616%;
      *width: 40.0020571266383%;
    }
  
    .row-fluid .span4 {
      width: 31.491712705%;
      *width: 31.4385212156383%;
    }
  
    .row-fluid .span3 {
      width: 22.928176794%;
      *width: 22.874985304638297%;
    }
  
    .row-fluid .span2 {
      width: 14.364640883%;
      *width: 14.311449393638298%;
    }
  
    .row-fluid .span1 {
      width: 5.801104972%;
      *width: 5.747913482638298%;
    }
  }
  
  @media (min-width: 1280px) {
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .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%;
      *margin-left: 2.510911074638298%;
      -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%;
      *width: 99.94680851063829%;
    }
  
    .row-fluid .span11 {
      width: 91.45299145300001%;
      *width: 91.3997999636383%;
    }
  
    .row-fluid .span10 {
      width: 82.905982906%;
      *width: 82.8527914166383%;
    }
  
    .row-fluid .span9 {
      width: 74.358974359%;
      *width: 74.30578286963829%;
    }
  
    .row-fluid .span8 {
      width: 65.81196581200001%;
      *width: 65.7587743226383%;
    }
  
    .row-fluid .span7 {
      width: 57.264957265%;
      *width: 57.2117657756383%;
    }
  
    .row-fluid .span6 {
      width: 48.717948718%;
      *width: 48.6647572286383%;
    }
  
    .row-fluid .span5 {
      width: 40.170940171000005%;
      *width: 40.117748681638304%;
    }
  
    .row-fluid .span4 {
      width: 31.623931624%;
      *width: 31.5707401346383%;
    }
  
    .row-fluid .span3 {
      width: 23.076923077%;
      *width: 23.0237315876383%;
    }
  
    .row-fluid .span2 {
      width: 14.529914530000001%;
      *width: 14.4767230406383%;
    }
  
    .row-fluid .span1 {
      width: 5.982905983%;
      *width: 5.929714493638298%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .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 ;
    }
  }

/* Components */
/*-----------------------------------*\
    Buttons
\*-----------------------------------*/
a.aa-button,
.aa-button {
    appearance: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    margin: 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1;
    font-family: var(--button-font-family);
    font-style: var(--button-font-style);
    font-weight: var(--button-font-weight);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    transition: all var(--speed) var(--animation);
}

a.aa-button:hover,
a.aa-button:focus,
a.aa-button:active,
.aa-button:hover,
.aa-button:focus,
.aa-button:active {
    outline: 0;
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.06);
}

a.aa-button {
    text-decoration: none;
}

/* Buttons */
.aa-form-button--1 input[type="submit"],
a.aa-button.aa-button--1,
.aa-button.aa-button--1 {
    color: var(--white);
    background-color: var(--complementary);
    border-color: var(--complementary);
}

.aa-form-button--1:hover input[type="submit"],
a.aa-button.aa-button--1:hover,
.aa-button.aa-button--1:hover {
    color: var(--primary);
    background-color: var(--complementary);
    border-color: var(--complementary);
}

.aa-button.aa-button--1 .cta-plus svg {
    fill: var(--white);
}

.aa-button.aa-button--1:hover .cta-plus svg {
    fill: var(--primary);
}

.aa-form-button--2 input[type="submit"],
a.aa-button.aa-button--2,
.aa-button.aa-button--2 {
    color: var(--primary);
    background-color: transparent;
    border-color: var(--primary);
}

.aa-form-button--2:hover input[type="submit"],
a.aa-button.aa-button--2:hover,
.aa-button.aa-button--2:hover {
    color: var(--white);
    background-color: var(--complementary);
    border-color: var(--complementary);
}

.aa-button.aa-button--2 .cta-plus svg {
    fill: var(--white);
}

.aa-button.aa-button--2:hover .cta-plus svg {
    fill: var(--primary);
}

.aa-form-button--3 input[type="submit"],
a.aa-button.aa-button--3,
.aa-button.aa-button--3 {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);

}

.aa-form-button--3:hover input[type="submit"],
a.aa-button.aa-button--3:hover,
.aa-button.aa-button--3:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.aa-button.aa-button--3 .cta-plus svg {
    fill: var(--white);
}

.aa-button.aa-button--3:hover .cta-plus svg {
    fill: var(--primary);
}

.aa-form-button--4 input[type="submit"],
a.aa-button.aa-button--4,
.aa-button.aa-button--4 {
    color: var(--primary);
    background-color: transparent;
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
}

.aa-form-button--4:hover input[type="submit"],
a.aa-button.aa-button--4:hover,
.aa-button.aa-button--4:hover {
    color: var(--primary);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    color: rgba(var(--primary-rgb), 0.8);
}

.aa-form-button--5 input[type="submit"],
a.aa-button.aa-button--5,
.aa-button.aa-button--5 {
    color: var(--white);
    background-color: transparent;
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
}

.aa-form-button--5:hover input[type="submit"],
a.aa-button.aa-button--5:hover,
.aa-button.aa-button--5:hover {
    color: var(--white);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    color: rgba(var(--white-rgb), 0.8);
}

.aa-button.aa-button--5 .cta-plus svg {
    fill: var(--white);
}

.aa-button.aa-button--5:hover .cta-plus svg {
    fill: var(--primary);
}

/* HubSpot default button class */
.hs-button {
    appearance: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    margin: 0;
    padding: 0;
    border-style: solid;
    font-size: 16px;
    line-height: 1;
    font-family: var(--button-font-family);
    font-style: var(--button-font-style);
    font-weight: var(--button-font-weight);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    transition: all var(--speed) var(--animation);
    color: var(--white);
    background-color: var(--complementary);
    border-color: var(--complementary);
    border-width: 2px;
    border-radius: 6px;
    padding: 16px 24px;
}

.hs-button:hover,
.hs-button:focus,
.hs-button:active {
    outline: 0;
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.06);
    color: var(--primary);
    background-color: var(--complementary);
    border-color: var(--complementary);
}

/* Button groups */
.aa-button-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.aa-button + .aa-button {
    margin-top: 20px;
}

@media screen and (min-width: 576px) {
    .aa-button-group {
        flex-direction: row;
    }

	.aa-button + .aa-button {
        margin-top: 0;
        margin-left: 20px;
    }
}
/* -------------------------------- *\
    Forms
\* -------------------------------- */

/* HubSpot default form title */
.form-title {
    margin: 0;
    padding-bottom: 30px;
}

.form-title:empty {
    display: none;
}

.hs-form {
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    background-color: transparent;
}

/* Reset default HS form styles inside our modules and templates */
.aa-module .form-title,
.aa-landing-page .form-title {
    padding: 0;
    color: inherit;
    background-color: transparent;
}

.aa-module .hs-form,
.aa-landing-page .hs-form {
    padding: 0;
    border: 0;
    background-color: transparent;
}

/* Layout & containers */
 
.hs-form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.hs-form-field {
        margin-bottom: 25px;
    }
}


/* Input fields */

/* All input fields */
.hs-input {
    width: 100%;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-bottom: 1px solid var(--black);
    color: inherit;
    line-height: 1;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    box-shadow: none;
}

@media screen and (min-width: 992px) {
	.hs-input {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hs-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.hs-input::placeholder {
    color: inherit;
    opacity: 0.6;
}

/* Checbox/radio inputs */
.hs-input[type="checkbox"],
.hs-input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 8px;
    border: 0;
    background-color: transparent;
}

/* Checbox/radio input labels */
.hs-form-field .inputs-list label span {
    user-select: none;
}

/* Single checkbox inputs */
.hs-fieldtype-booleancheckbox .hs-input {}

/* Multiple checkboxes/radios */
.hs-form-field .multi-container li {
    margin: 0;
}

.hs-form-field .multi-container li:not(:last-of-type) {
    margin-bottom: 5px;
}

/* Select (dropdown) inputs */
.hs-fieldtype-select .input {
    position: relative;
}

.hs-fieldtype-select .input svg {
    position: absolute;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(100% - (10px * 2));
    transform: translateX(-50%);
    pointer-events: none;
}

.hs-fieldtype-select select.hs-input svg path {
    fill: var(--black);
}

.hs-fieldtype-select select.hs-input:hover ~ svg path {
    fill: var(--secondary);
}

select.hs-input {
    appearance: none;
}

select.hs-input option {
    color: var(--black);
    padding: 0 10px;
    background-color: var(--white);
}

.hs-fieldtype-textarea textarea.hs-input {
    width: 100%;
    height: 100px;
    padding: 10px;
    background-color: transparent;
    resize: vertical;
}

@media screen and (min-width: 992px) {
	.hs-fieldtype-select .input svg {
        left: calc(100% - (15px * 2));
    }

    .hs-fieldtype-textarea textarea.hs-input {
        padding: 15px;
    }
}

/* File inputs */
.hs-input[type="file"] {
    height: auto;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
}

/* Date inputs */
.hs-fieldtype-date .hs-input {
    width: auto !important;
    padding-right: 10px * 2 + 24px;
    background-image: svg-url('<svg%20width="24"%20height="24"%20viewBox="0%200%2024%2024"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20d="M20%2020H16V16H20V20ZM14%2010H10V14H14V10ZM20%2010H16V14H20V10ZM8%2016H4V20H8V16ZM14%2016H10V20H14V16ZM8%2010H4V14H8V10ZM24%202V24H0V2H3V3C3%204.103%203.897%205%205%205C6.103%205%207%204.103%207%203V2H17V3C17%204.103%2017.897%205%2019%205C20.103%205%2021%204.103%2021%203V2H24ZM22%208H2V22H22V8ZM20%201C20%200.448%2019.553%200%2019%200C18.447%200%2018%200.448%2018%201V3C18%203.552%2018.447%204%2019%204C19.553%204%2020%203.552%2020%203V1ZM6%203C6%203.552%205.553%204%205%204C4.447%204%204%203.552%204%203V1C4%200.448%204.447%200%205%200C5.553%200%206%200.448%206%201V3Z"%20fill="#000"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 18px auto;
}

.hs-fieldtype-date .hs-input::-webkit-calendar-picker-indicator{
    display: none;
}

@media screen and (min-width: 992px) {
	.hs-fieldtype-date .hs-input {
        padding-right: 15px * 2 + 24px;
        background-position: calc(100% - 15px) center;
    }
}

/* Date picker dropdown */
.hs-fieldtype-date .hs-datepicker .fn-date-picker .pika-button {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.hs-fieldtype-date .hs-datepicker .fn-date-picker .pika-button:hover {
    background-color: var(--primary) !important;
    opacity: 0.7 !important;
}

.hs-fieldtype-date .hs-datepicker .fn-date-picker .is-selected .pika-button {
    background-color: var(--complementary);
    color: var(--dark);
}

.hs-fieldtype-date .hs-datepicker .fn-date-picker .is-today .pika-button {
    color: var(--dark);
}

/* Submit button */
.hs-submit {
    margin-top: 20px;
}

.hs-form .hs-button {
    appearance: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    margin: 0;
    padding: 0;
    border-style: solid;
    font-size: 16px;
    line-height: 1;
    font-family: var(--button-font-family);
    font-style: var(--button-font-style);
    font-weight: var(--button-font-weight);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    transition: all var(--speed) var(--animation);
    color: var(--white);
    background-color: var(--complementary);
    border-color: var(--complementary);
    border-width: 2px;
    border-radius: 6px;
    padding: 16px 24px;
    min-width: 200px;
}

.hs-form .hs-button:hover,
.hs-form .hs-button:focus,
.hs-form .hs-button:active {
    outline: 0;
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.06);
    color: var(--primary);
    background-color: var(--complementary);
    border-color: var(--complementary);
}

/* Text and other form elements */
.hs-form ul,
.hs-form ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-form ul li,
.hs-form ol li {
    list-style: none;
}

/* Form field main label */
.hs-form-field > label  {
    font-weight: 400;
}

.hs-form-field > label  span {
    display: inline-block;
    margin-bottom: 5px;
}

.hs-form-field > label span:empty,
.hs-form-field > label span:empty + span {
    display: none;
}

/* Form field help text */
.hs-form legend {
    order: 1;
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 0.8em;
    line-height: 1.2;
    opacity: 0.8;
}

@media screen and (min-width: 992px) {
    .hs-form legend {
        margin-top: 10px;
        margin-left: 15px;
    }
}

/* Rich text areas */
.hs-form .hs-richtext p {
    font-size: inherit;
    line-height: inherit;
}

.hs-form .hs-richtext p:not(:last-of-type) {
    margin-bottom: 10px;
}

.hs-form .hs-richtext + .hs-form-field {
    margin-top: 10px;
}

/* Error messages */ 
.hs-input.error {
    border-color: var(--secondary);
}

ul.hs-error-msgs {
    order: 10;
    margin-top: 10px;
    margin-left: 10px;
}

ul.hs-error-msgs li {
    list-style: none;
}

ul.hs-error-msgs label {
    color: var(--secondary);
    font-size: 0.8em;
    line-height: 1.2;
    font-style: italic;
}

ul.hs-error-msgs label::before {
    content: '!';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    margin-right: 5px;
    font-style: normal;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    ul.hs-error-msgs {
        margin-left: 15px;
    }
}

/* The final error message just above the submit button (shows if you try to submit the form but there's an error) */ 
.hs_error_rollup {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid var(--secondary);
}

.hs_error_rollup .hs-error-msgs {
    margin: 0;
}


/* Form title that renders if the "form_title" parameter is set to true */ 

.hs-form .form-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
    text-decoration: var(--h3-text-decoration);
}

@media screen and (min-width: 992px) {
    .hs-form .form-title {
        word-spacing: -6px;
        font-size: 36px;
        line-height: 41px;
    }
}

/* Custom GDPR fields */
.hs_gdpr_consent_marketing .hs-form-booleancheckbox label,
.hs_gdpr_consent_data .hs-form-booleancheckbox label {
    font-weight: 700;
}

/*
 * Reset/override unwanted HubSpot styling.
 * Note: We use a lot of CSS specificity here on purpose in order to beat HubSpot's specificity.
 */

form.hs-form fieldset {
    max-width: none;
}

form.hs-form fieldset.form-columns-1 .hs-form-field,
form.hs-form fieldset.form-columns-2 .hs-form-field,
form.hs-form fieldset.form-columns-3 .hs-form-field { 
    width: 100%;
}

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

form.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

form.hs-form fieldset.form-columns-1 input[type="checkbox"].hs-input,
form.hs-form fieldset.form-columns-1 input[type="radio"].hs-input {
    width: auto;
}

@media screen and (min-width: 768px) {
	form.hs-form fieldset.form-columns-2 .hs-form-field {
        width: calc(50% - 15px / 2);
    }
    
    form.hs-form fieldset.form-columns-2 .hs-form-field:not(:first-of-type) {
        margin-left: 15px;
    }

    form.hs-form fieldset.form-columns-3 .hs-form-field {
        width: calc(100% / 3 - 2 * 15px / 3);
    }
    
    form.hs-form fieldset.form-columns-3 .hs-form-field:not(:first-of-type) {
        margin-left: 15px;
    }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    form.hs-form fieldset.form-columns-2 .hs-input,
    form.hs-form fieldset.form-columns-3 .hs-input {
        width: 100% !important;
    }

    form.hs-form fieldset.form-columns-2 input[type="checkbox"],
    form.hs-form fieldset.form-columns-3 input[type="radio"] {
        width: auto !important;
    }
}

/* Custom checkbox */
.aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox,
.aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox,
ul.inputs-list.multi-container li.hs-form-checkbox,
ul.inputs-list li.hs-form-booleancheckbox {
    margin: 16px 0;
}

.aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label,
.aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label,
ul.inputs-list.multi-container li.hs-form-checkbox label,
ul.inputs-list li.hs-form-booleancheckbox label {
    position: relative;
    display: flex;
}

.aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required),
.aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required),
ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required),
ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required) {
    display: inline-block;
    margin-left: 30px;
    margin-right: 16px;
}

.aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label input,
.aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label input,
ul.inputs-list.multi-container li.hs-form-checkbox label input,
ul.inputs-list li.hs-form-booleancheckbox label input{
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::before,
.aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before,
ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::before,
ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before {
    border: 1px solid;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border: 1px solid var(--primary);
    background-size: 100% 1px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::after,
.aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::after,
ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::after,
ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::after {
    content: "";
    height: 14px;
    width: 14px;
    border: 1px solid var(--primary);
    left: 3px;
    opacity: 0;
    position: absolute;
    background: var(--primary);
    top: 3px;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

.aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span:not(.hs-form-required)::after,
.aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label input:checked + span:not(.hs-form-required)::after,
ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span:not(.hs-form-required)::after,
ul.inputs-list li.hs-form-booleancheckbox label input:checked + span:not(.hs-form-required)::after {
    opacity: 1;
}

.aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span:not(.hs-form-required)::after,
.aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label input:focus + span:not(.hs-form-required)::after,
ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span:not(.hs-form-required)::after,
ul.inputs-list li.hs-form-booleancheckbox label input:focus + span:not(.hs-form-required)::after {
    outline: 3px solid transparent;
}

.aa-bg-primary ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::before,
.aa-bg-primary ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before,
.aa-bg-complementary ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::before,
.aa-bg-complementary ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before,
.aa-bg-dark ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::before,
.aa-bg-dark ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before {
    border: 1px solid var(--white);
}

.aa-bg-primary ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::after,
.aa-bg-primary ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::after,
.aa-bg-complementary ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::after,
.aa-bg-complementary ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::after,
.aa-bg-dark ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::after,
.aa-bg-dark ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::after {
    background:var(--white);
    border: 1px solid var(--white);
}

.aa-bg-light ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::before,
.aa-bg-light ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before {
    border: 1px solid var(--black);
}

.aa-bg-light ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::after,
.aa-bg-light ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::after {
    background: var(--complementary);
    border: 1px solid var(--complementary);
}

/* Custom radio button */

.aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio,
ul.inputs-list.multi-container li.hs-form-radio {
    margin: 16px 0;
}

.aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label,
ul.inputs-list.multi-container li.hs-form-radio label {
    position: relative;
}

.aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span,
ul.inputs-list.multi-container li.hs-form-radio label span {
    display: inline-block;
    margin-left: 30px;
    margin-right: 16px;
}

.aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input,
ul.inputs-list.multi-container li.hs-form-radio label input {
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span::before,
ul.inputs-list.multi-container li.hs-form-radio label span::before {
    border: 1px solid;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 50%;
}

.aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span::after,
ul.inputs-list.multi-container li.hs-form-radio label span::after {
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    position: absolute;
    background-color: var(--white);
    top: 3px;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--white);
}

.aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after,
ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}


.aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input:focus + span::after,
ul.inputs-list.multi-container li.hs-form-radio label input:focus + span::after {
    outline: 3px solid transparent;
}

.aa-bg-image ul.inputs-list.multi-container li.hs-form-radio label span::after,
.aa-bg-primary ul.inputs-list.multi-container li.hs-form-radio label span::after,
.aa-bg-complementary ul.inputs-list.multi-container li.hs-form-radio label span::after,
.aa-bg-dark ul.inputs-list.multi-container li.hs-form-radio label span::after {
    background-color: transparent;
    border: 1px solid transparent;
}

.aa-bg-image ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after,
.aa-bg-primary ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after,
.aa-bg-complementary ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after,
.aa-bg-dark ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after {
    background-color: var(--white);
    border: 1px solid var(--white);
}
/*-----------------------------------*\
    Hamburger
\*-----------------------------------*/

.aa-hamburger {
    cursor: pointer;
    z-index: 200;
    width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
}

.aa-hamburger span {
    margin: 0 auto;
    position: relative;
}

.aa-hamburger span,
.aa-hamburger span::before,
.aa-hamburger span::after {
    display: block;
    background-color: var(--black);
    transition-property: all;
    transition-duration: .1s;
    width: 25px;
    height: 2px;
}

.aa-hamburger span::before,
.aa-hamburger span::after {
    position: absolute;
    content: '';
}

.aa-hamburger span::before {
    transform: translateY(-7px);
}

.aa-hamburger span::after {
    transform: translateY(7px);
}

.js-nav-open .aa-hamburger {
    transition: transform var(--speed) ease;
}

.js-nav-open .aa-hamburger span {
    background-color: transparent !important;
}

.js-nav-open .aa-hamburger span::before,
.js-nav-open .aa-hamburger span::after {
    transform: translateY(0);
}

.js-nav-open .aa-hamburger span::before {
    transform: rotate(45deg);
}

.js-nav-open .aa-hamburger span::after {
    transform: rotate(-45deg);
}
.aa-language-menu {
    max-width: 30px;;
    position: relative;
    display: flex;
    align-self: stretch;
    align-items: center;
    font-size: 14px;
    padding: 10px 0px;
    margin-left: 20px;
}

.aa-language-menu > a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: transparent;
}

.aa-language-menu .language-icon-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.aa-language-menu {
        margin-left: auto;
        margin-right: 25px;
    }
}
@media screen and (min-width: 1200px) {
    .aa-language-menu {
        margin-left: 0;
    }

    .aa-language-menu .language-icon-group {
        margin-bottom: 0;
    }
}

.aa-language-menu .language-icon__globe {
    margin-right: 5px;
    margin-top: 1px;
    width: 16px;
}

.aa-language-menu .language-icon__globe path {
    fill: var(--primary);
}

.aa-language-menu .language-icon__dropdown {
    stroke: var(--primary);
    width: 7px;
    height: 4;
}

.aa-language-menu:hover > a ,
.aa-language-menu:focus > a ,
.aa-language-menu:active > a  {
    color: var(--primary);
}

.aa-language-menu ul {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 12;
    left: 50%;
    top: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--white);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    transform: translateX(-50%);
}

.aa-language-menu ul::before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    top: -10px;
    left: 0;
    right: 0;
    background: transparent;
}

.aa-language-menu ul::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--white) transparent;
    transform: translateX(-50%);
}

.aa-language-menu ul li {
    padding-left: 0;
}

.aa-language-menu ul li::before {
    display: none;
}

.aa-language-menu:hover ul {
    display: flex;
}

.aa-language-menu ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
}

.aa-language-menu ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    margin: 0;
    padding: 10px 20px;
    color: var(--primary);
    text-align: center;
    text-decoration: none;
}

.aa-language-menu ul li a:hover {
    color: var(--primary);
    background-color: var(--secondary-b);
}

.aa-site-header.is-sticky .aa-navigation--secondary .aa-language-menu ul li a {
    color: var(--primary);
}

.aa-site-header.is-sticky .aa-navigation--secondary .aa-language-menu ul li a:hover {
    color: var(--primary);
    background-color: var(--secondary-b);
}

.aa-language-menu ul li.is-active a {
    font-weight: 700;
    letter-spacing: 1px;
}

.aa-navigation-container .aa-language-menu .aa-language-menu-item {
    margin: 0;
}

.aa-navigation-container .aa-language-menu .aa-language-menu-item a {
    padding-left: var(--padding);
    padding-right: var(--padding);
}
/*-----------------------------------*\
    Mega menu
\*-----------------------------------*/

.aa-navigation .aa-mega-menu {
    padding-left: var(--padding);
    padding-right: var(--padding);
    background-color: var(--white);
}

.aa-navigation--desktop .aa-mega-menu {
    position: absolute;
    z-index: 12;
    top: 75%;
    left: 0;
    right: 0;
    color: var(--white);
    background-color: var(--primary);
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--speed) var(--animation);
    box-shadow: 0px 10px 30px 0px #0000000D;
    border: 25px solid var(--white);
    border-top: none;
}

.aa-navigation--desktop .aa-mega-menu::before {
    position: absolute;
    content: '';
    display: block;
    height: 30px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 100%;
}

.aa-navigation--mobile .aa-mega-menu {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

.aa-navigation--mobile .aa-has-submenu.is-active .aa-mega-menu {
    display: block;
}

.aa-navigation--desktop .aa-submenu-type--mega {
    position: static;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .aa-navigation--desktop .aa-submenu-type--mega:hover .aa-mega-menu {
        visibility: visible;
        opacity: 1;
    }
}

.aa-navigation--desktop .aa-mega-menu > ul {
    max-width: calc(1440px / 12 * 10);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 1200px) {
    .aa-navigation--desktop .aa-mega-menu > ul {
        grid-template-columns: repeat(5,1fr);
    }
}

.aa-mega-menu .aa-mega-menu-item a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: inherit;
}

@media screen and (min-width: 992px) {
    .aa-mega-menu .aa-mega-menu-item:hover {
        background-color: rgba(var(--primary-rgb),0.1);
    }

    .aa-mega-menu .aa-mega-menu-item a {
        padding: 0;
        font-size: inherit;
        line-height: inherit;
    }

    .aa-mega-menu .aa-mega-menu-item.is-active > a {
        color: inherit;
        background-color: rgba(var(--primary-rgb),0.1);
    }
}

.aa-mega-menu__column--text h1,
.aa-mega-menu__column--text h2,
.aa-mega-menu__column--text h3 {
    color: var(--primary);
    margin-bottom: 10px;
}

.aa-mega-menu__column--text .aa-mega-menu__column-link {
    display: flex;
    align-items: center;
}

.aa-mega-menu__column--text .aa-mega-menu__column-link svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: var(--primary);
}

.aa-mega-menu .aa-mega-menu__column {
    padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
    .aa-mega-menu .aa-mega-menu__column {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.aa-mega-menu__column > a svg {
    transition: all ease-in-out 0.3s;
}

.aa-mega-menu__column > a:hover svg {
    transform: rotate(90deg);
}

.aa-navigation--desktop .aa-mega-menu > ul {
    padding-left: 12px;
}

.aa-navigation--desktop .aa-mega-menu > ul li a {
    font-weight: 400;
    font-size: 18px;
}

.aa-navigation--mobile .aa-mega-menu .aa-mega-menu__column--text {
    display: none;
}

.aa-submenu-type--simple {
    position: relative;
}

.aa-submenu-type--simple .aa-simple-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px 18px;
    background-color: var(--white);
    box-shadow: 0px 10px 30px 0px #0000000D;
}

@media screen and (min-width: 1200px) {
    .aa-submenu-type--simple .aa-simple-menu {
        width: 150px;
    }
}

.aa-submenu-type--simple .aa-simple-menu::before {
    position: absolute;
    content: '';
    display: block;
    height: 15px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 100%;
}

@media screen and (min-width: 992px) {
    .aa-submenu-type--simple:hover .aa-simple-menu {
        display: block;
    }
}

.aa-submenu-type--simple .aa-simple-menu-item .aa-mega-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
}


.aa-mega-menu .aa-mega-menu__column ul {
    padding-left: 35px;
}

.aa-mega-menu .aa-mega-menu__column a.aa-label {
    display: flex;
    color: var(--white);
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 16px;
}

.aa-mega-menu .aa-mega-menu__column a.aa-label span {
    margin-right: 17px;
    margin-top: 1px;
    display: block;
}

.aa-mega-menu .aa-mega-menu__column a.aa-label span svg {
    fill: var(--complementary);
}

.aa-mega-menu__icon {
    position: absolute;
    right: 60px;
    bottom: -19px;
}

.aa-mega-menu__icon path {
    fill: var(--complementary);
}

.aa-navigation--mobile .aa-submenu-type--simple {
    position: relative;
}

.aa-navigation--mobile .aa-submenu-type--simple .aa-simple-menu {
    display: none;
    position: relative;
    box-shadow: none;
}

.aa-navigation--mobile .aa-submenu-type--simple .aa-simple-menu .aa-mega-menu-item {
    padding-left: 20px;
    border-bottom: 1px solid #f8f8f8;
}

.aa-navigation--mobile .aa-submenu-type--simple .aa-simple-menu .aa-mega-menu-item a {
    color: var(--primary);
}

.aa-navigation--mobile .aa-submenu-type--simple .aa-simple-menu-item .aa-mega-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.aa-navigation--mobile .aa-submenu-type--simple.is-active .aa-simple-menu {
    display: block;
}

.aa-navigation--mobile .aa-submenu-type--mega .aa-mega-menu {
    display: none;
}

.aa-navigation--mobile .aa-submenu-type--mega.is-active .aa-mega-menu {
    display: block;
}

.aa-navigation--mobile .aa-mega-menu .aa-mega-menu .aa-mega-menu__column ul {
    padding-left: 0;
}

.aa-navigation--mobile .aa-mega-menu .aa-mega-menu .aa-mega-menu__column ul li {
    padding-bottom: 5px;
}

.aa-navigation--mobile .aa-mega-menu .aa-mega-menu__column a.aa-label {
    color: var(--primary);
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
}

.aa-navigation--mobile .aa-mega-menu .aa-mega-menu__column a.aa-label span {
    display: none;
}
/*-----------------------------------*\
    Modal
\*-----------------------------------*/

.aa-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow-y: scroll;
    padding: 20px;
    padding-top: 80px;
    background: rgba(var(--black-rgb),0.7);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--speed) var(--animation);
}

@media screen and (min-width: 768px) {
    .aa-modal {
        padding: 30px;
        padding-top: 150px;
    }
}

.aa-modal img, 
.aa-modal video {
    display: block;
    max-width: 100%;
}

.aa-modal.is-active {
    visibility: visible;
    opacity: 1;
}

.aa-modal__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    max-width: calc(1440px / 12 * 8);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px;
    background-color: var(--white);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 768px) {
	.aa-modal__inner {
		padding: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.aa-modal__inner {
        padding: 50px;
	}
}

.aa-modal__inner .popup-form {
    width: 100%;
}

.aa-modal__body {
    position: relative;
    width: 100%;
}

.aa-modal__close  {
    padding: 0;
    margin: 0;
    border: 0;

    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-radius: 50%;
    background-color: var(--black);
    cursor: pointer;
    z-index: 999999;
    transform: translateX(50%) translateY(-50%);
    transition: all var(--speed) var(--animation);
}

.aa-modal__close:hover,
.aa-modal__close:focus {
    background-color: var(--primary);
}

.aa-modal__close::before,
.aa-modal__close::after {
    content: '';
    flex: 0 0 auto;
    width: 1px;
    height: 20px;
    background-color: var(--white);
}

.aa-modal__close::before {
    transform: rotate(-45deg);
    margin-right: -0.5px;
}

.aa-modal__close::after {
    transform: rotate(45deg);
    margin-left: -0.5px;
}

.aa-modal--video .aa-modal__inner {
    width: auto;
    padding: 0;
    background-color: transparent;
}

.aa-modal--fullscreen img, 
.aa-modal--fullscreen video {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.aa-modal--fullscreen .aa-modal__inner {
    position: static;
    max-width: none;
    padding: 0;
    background-color: transparent;
}

.aa-modal--fullscreen .aa-modal__close {
    top: 20px;
    right: 20px;
    background: none;
    border-radius: 0px;
    transform: none;
}

.aa-modal--fullscreen .aa-modal__close::before,
.aa-modal--fullscreen .aa-modal__close::after {
    display: block;
    width: 4px;
    height: 40px;
}

.aa-modal--fullscreen .aa-modal__close::before {
    margin-right: -2px;
}

.aa-modal--fullscreen .aa-modal__close::after {
    margin-left: -2px;
}

body.aa-modal-active {
    overflow-y: hidden;
}
/*-----------------------------------*\
    Navigation
\*-----------------------------------*/

.aa-navigation-container {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .aa-navigation-container {
        margin-left: auto;
    }
}

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

.aa-navigation ul li::before {
    display: none;
}

.aa-navigation ul li a {
    display: block;
    color: var(--primary);
    text-decoration: none;
}

.aa-navigation--primary {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .aa-navigation--primary {
        flex-direction: row;
    }
}

.aa-navigation--primary > ul,
.aa-navigation--primary .hs-menu-wrapper > ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.aa-navigation--primary > ul > li > a,
.aa-navigation--primary .hs-menu-wrapper > ul > li > a {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--primary);
}

@media screen and (min-width: 1200px) {
    .aa-navigation--primary > ul > li > a,
    .aa-navigation--primary .hs-menu-wrapper > ul > li > a {
        padding: 15px 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-navigation--primary > ul > li > a,
    .aa-navigation--primary .hs-menu-wrapper > ul > li > a {
        margin-left: 18px;
        margin-right: 18px;
    }
}

.aa-navigation--primary > ul > li > a:hover,
.aa-navigation--primary .hs-menu-wrapper > ul > li > a:hover {
    color: var(--primary);
}

.aa-navigation--primary > ul > li > a:hover::after,
.aa-navigation--primary .hs-menu-wrapper > ul > li > a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--complementary);
}

html.js-nav-open,
body.js-nav-open {
	height: 100%;
    overflow-y: hidden;
}

html.js-nav-open .aa-site-header,
body.js-nav-open .aa-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background-color: var(--white);
}

.aa-navigation--desktop > ul > li:hover > a {
    color: var(--primary);
}

.aa-navigation--mobile {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: auto;
	bottom: 100%;
    right: 0;
    padding-top: 30px;
    padding-bottom: 120px;
    font-size: 18px;
    line-height: 26px;
    background-color: var(--white);
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all var(--speed) var(--animation);

    z-index: 21;
}

.safari-ios .aa-navigation--mobile {
    padding-bottom: 100px;
}

.aa-navigation--mobile ul {
    flex-direction: column;
}

.aa-navigation--mobile ul li {
    padding-top: 30px;
    padding-bottom: 30px;
}

.js-nav-open .aa-navigation--mobile {
    top: 100px;
    bottom: 0;
}

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

.aa-navigation--mobile ul li {
    padding: 0;
    margin: 0;
}

.aa-navigation--mobile .aa-menu-depth-1 {
    border-bottom: 1px solid var(--light);
}

.aa-navigation--mobile .aa-menu-depth-1:first-child {
    border-top: 1px solid var(--light);
}

.aa-navigation--mobile .aa-menu-depth-1 > a {
    display: flex;
    align-items: center;
    padding: 15px var(--padding);
    color: var(--black);
    text-decoration: none;
}

.aa-navigation--mobile .aa-menu-depth-1 > a:hover {
    background-color: rgba(var(--primary-rgb),0.1);
}

/* Submenu arrow */
.aa-navigation .aa-menu-depth-1.aa-has-submenu > a > svg {
    width: 12px;
    height: 12px;
    margin-left: 7px;
    margin-top: 1px;
}

.aa-navigation .aa-menu-depth-1.aa-has-submenu > a > svg path {
    fill: var(--complementary);
    transition: fill var(--speed) var(--animation);
}

.aa-navigation--mobile .aa-menu-depth-1.aa-has-submenu > a > svg {
    margin-left: auto;
    transition: transform var(--speed) var(--animation);
}

.aa-navigation--mobile .aa-menu-depth-1.aa-has-submenu.is-active > a > svg {
    transform: rotate(180deg);
}

@media screen and (min-width: 576px) {
    .aa-navigation--mobile .aa-menu-depth-1.aa-has-submenu > a > svg {
        margin-left: 10px;
    }
}
/*-----------------------------------*\
    Pagination
\*-----------------------------------*/

.aa-pagination {
    max-width: 1200px;
    padding-bottom: 80px;
    display: flex;
    padding-left: var(--padding);
    padding-right: var(--padding);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.aa-pagination ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}

.aa-pagination li {
    list-style-type: none;
}

.aa-pagination li:not(:last-of-type) {
    margin-bottom: 20px;
}

.aa-pagination li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    border-radius: 6px;
    background-color: transparent;
    color: #696969;
}

.aa-pagination li a.aa-pagination--active {
    background-color: var(--complementary);
    color: var(--white);
}

.aa-pagination li a:hover {
    background-color: rgba(var(--complementary-rgb), .20);
    color: #696969;
}

@media screen and (min-width: 992px) {
    .aa-pagination {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 120px;
    }

    .aa-pagination li:not(:last-of-type) {
        margin-bottom: 0;
    }
}
.aa-scroll-top {
	cursor: pointer;
	position: fixed;
    right: 20px;
	bottom: 20px;
	z-index: 99;
	width: 56px;
	height: 56px;
	display: none;
	animation: scrollFadeIn 0.4s ease-in forwards;
}

@media screen and (min-width: 992px) {
	.aa-scroll-top {
		bottom: 66px;
		right: 86px;
	}
}

.aa-scroll-top svg path.bg {
	fill: var(--complementary);
}

.aa-scroll-top.active {
	display: block;
}


@keyframes scrollFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.hs-search-field {
	margin-left: auto;
}

@media screen and (min-width: 992px) {
	.hs-search-field {
		margin-left: 0;
	}
}

.aa-search-results #search-button {
	display: none;
}

.js-nav-open .hs-search-field__bar {
	display: none;
}

.hs-search-field__bar {
	display: block;
	position: relative;
	margin-right: 20px;
}

.hs-search-field__bar form {
	display: flex;
	position: relative;
}

.hs-search-field__bar form button {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.hs-search-field__bar form button svg {
	width: 20px;
	height: 20px;
	fill: var(--primary);
}

.hs-search-field__bar form button:focus {
	border: none;
	outline: none;
}

.hs-search-field__bar form input {
	display: block;
	width: 0;
	transform: translateX(0);
	transition: all 0.3s var(--animation);
	color: var(--primary);
	padding: 10px 25px;
	background-color: transparent;
	border: none;
}

.hs-search-field__bar form input:focus {
	border: none;
	outline: none;
}

.systems-page-search .hs-search-field__bar svg {
	fill: var(--complementary);
}

.aa-site-header-search form input {
	display: none;
}

.hs-search-field.is-active form input {
	margin-left: 30px;
	width: 150px;
	transform: translateX(-20px);
	border-bottom: 1px solid var(--primary);
}

@media screen and (min-width: 768px) {
	.hs-search-field.is-active form input {
		width: 250px;
	}
}

.hs-search-field.is-active .hs-search-field__suggestions {
	display: block;
}

.hs-search-field--open .hs-search-field__suggestions {
	position: absolute;
	top: 60px;
	left: 10px;
}

.hs-search-results .hs-search-results__listing .hs-search-results__title {
	display: inline-block;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
	word-spacing: -1px;
}

.hs-search-results .hs-search-results__listing li {
	margin-bottom: 20px;
}

.hs-search-field__suggestions {
	background-color: var(--white);
	border: var(--white);
	display: none;
}

.hs-search-field__suggestions li {
	padding-left: 20px;
	padding-right: 20px;
}

.hs-search-field__suggestions li:first-of-type {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--dark);
} 

.hs-search-field__suggestions li:last-of-type {
	padding-bottom: 20px;
}

.hs-search-field__suggestions li a {
	padding: 10px 20px;
	text-decoration: none;
	text-decoration-skip-ink: auto;
	color: var(--primary);
	transition: all var(--speed) var(--animation);
}

.aa-site-header--light .aa-search {
	width: 20px;
	height: 20px;
	margin-right: 40px;
}

.aa-site-header--light .aa-search svg {
	width: 20px;
	height: 20px;
	fill: var(--white);
}

.aa-site-header--dark .aa-search {
	width: 20px;
	height: 20px;
	margin-right: 40px;
}

.aa-site-header--dark .aa-search svg {
	width: 20px;
	height: 20px;
	fill: var(--primary);
}

.aa-navigation--mobile .aa-search {
	display: block;
	padding: 20px;
}

.aa-navigation--mobile .aa-search svg {
	width: 20px;
	height: 20px;
	fill: var(--primary);
}

/* Result page */

.systems-page-search {
	padding-top: 120px;
	background-color: var(--primary);
}

@media screen and (min-width: 992px) {
	.systems-page-search {
		padding-top: 200px;
	}
}

.systems-page-search .hs-search-field__bar {
	padding-bottom: 40px;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 992px) {
    .systems-page-search .hs-search-field__bar {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 50px;
    }
}

@media screen and (min-width: 1460px) {
    .systems-page-search .hs-search-field__bar {
		padding-bottom: 64px;
    }
}

.systems-page-search .hs-search-field__bar form {
	width: 100%;
	border-bottom: 1px solid var(--white);
}

.systems-page-search .hs-search-field__bar form input {
    font-size: 28px;
    line-height: 34px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
    text-decoration: var(--h2-text-decoration);
    letter-spacing: -2px;
	width: 100%;
	padding: 0;
	color: var(--white);
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .systems-page-search .hs-search-field__bar form input {
        word-spacing: -6px;
        margin-bottom: 30px;
        font-size: 45px;
        line-height: 50px;
    }
}

.systems-page-search .hs-search-field__bar svg {
	width: 72px;
	height: 72px;
	margin-right: 20px;
}

.systems-page-search .hs-search-field__bar input::placeholder {
    font-size: 28px;
    line-height: 34px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
    text-decoration: var(--h2-text-decoration);
    letter-spacing: -2px;
	width: 100%;
	color: var(--white);
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .systems-page-search .hs-search-field__bar input::placeholder {
        word-spacing: -6px;
        margin-bottom: 30px;
        font-size: 45px;
        line-height: 50px;
    }
}

.systems-page-search .aa-title {
	text-align: center;
	width: 100%;
	color: var(--white);
	margin-bottom: 80px;
}

.systems-page-search__inner {
	max-width: calc(1440px / 12 * 8);
	margin-left: auto;
	margin-right: auto;
}

.systems-page-search__inner .aa-subtitle {
	display: block;
	text-align: center;
	color: var(--white);
	margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
	.systems-page-search__inner .aa-subtitle {
		margin-bottom: 80px;
	}
}

@media screen and (min-width: 1460px) {
	.systems-page-search__inner .aa-subtitle {
		margin-bottom: 100px;
	}
}

.hs-search-results {
	background-color: var(--white);
}

.hs-search-results .search-header {
	background-color: var(--complementary);
	color: var(--white);
	margin-bottom: 40px;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 992px) {
	.hs-search-results .search-header {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1460px) {
	.hs-search-results .search-header {
		margin-bottom: 64px;
	}
}

.hs-search-results .search-header__inner {
	max-width: calc(1440px / 12 * 8);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.hs-search-results .search-header__inner .results-total,
.hs-search-results .search-header__inner .results-showing {
	margin-bottom: 0;
}

.hs-search-results .search-header__inner .results-total {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.hs-search-results .search-header__inner .results-showing {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.hs-search-results__listing {
	max-width: calc(1440px / 12 * 8);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 992px) {
	.hs-search-results__listing {
		padding-left: 0;
		padding-right: 0;
	}
}

.hs-search-results__listing li {
	display: flex;
	list-style: none;
	align-items: flex-start;
	justify-content: flex-start;
}

.hs-search-results__listing .hs-search-results__counter {
	max-width: calc(1440px / 12 * 1);
	width: 100%;
	color: var(--primary);
	font-weight: 700;
	font-size: 60px;
	line-height: 50px;
}

.hs-search-results__listing .hs-search-results__text {
	max-width: calc(1440px / 12 * 7);
	margin-left: 30px;
	border-bottom: 1px solid rgba(var(--dark-rgb),0.15);
	padding-bottom: 35px;
}

.hs-search-results__listing .hs-search-results__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-decoration: none;
}

.hs-search-results__listing .hs-search-results__read_more {
	display: block;
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.hs-search-results .hs-search-results__listing li {
	margin-bottom: 35px;
}

.hs-search-results__pagination {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.hs-search-results__pagination {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 1460px) {
	.hs-search-results__pagination {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

.hs-search-results__pagination #search-pagination {
	max-width: calc(1440px / 12 * 10);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

#search-loader {
	display: none;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 2px solid var(--secondary);
	border-radius: 50%;
	background-color: transparent;
	margin: 0 auto;
	font-size: 12px;
}

#search-loader.is-active {
	display: flex;

}

.pagination-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	margin-right: 20px;
	font-size: 14px;
}

.pagination-link:last-of-type {
	margin-right: 0;
}

.pagination-link:hover {
	background-color: rgba(var(--black-rgb),0.7);
	color: var(--white);
}

.pagination-link.is-active {
	background-color: var(--black);
	color: var(--white);
}

/* blog search */

.hs-search-field.blog-search .hs-search-field__bar {
	margin-right: 0;
}

.hs-search-field.blog-search .hs-search-field__bar form {
	align-items: center;
}

.hs-search-field.blog-search .hs-search-field__bar form input {
    position: relative;
    width: 100%;
    max-width: 450px;
	padding: 12px 16px;
	padding-right: 32px;
	border-radius: 5px;
    margin-left: auto;
    border: 1px solid var(--dark);
}

.hs-search-field.blog-search .hs-search-field__bar form svg {
    position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	fill: var(--dark);
}

.hs-search-field.blog-search.hs-search-field--open .hs-search-field__suggestions {
	width: 100%;
    max-width: 450px;
    display: block;
    z-index: 21;
    left: auto;
    right: 0;
}
/*-----------------------------------*\
    Scroll animations
\*-----------------------------------*/

.js-scroll {
	opacity: 0;
}

.js-scroll.scrolled {
	opacity: 1;
}

.scrolled.fade-in {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
	animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-bottom-delayed {
	animation: fade-in-bottom 1.4s ease-in-out both;
}

.scrolled.fade-in-top {
	animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
	animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
	animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-top {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (prefers-reduced-motion) {
	.js-scroll {
		opacity: 1;
	}
	.scrolled {
		animation: none !important;
	}
}
/*-----------------------------------*\
Social Links
\*-----------------------------------*/

.aa-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aa-social-links__icon {
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    position: relative;

    transition: all var(--speeed) var(--animation);
}

.aa-social-links__icon svg {
    fill: var(--white);
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.aa-social-links__icon:hover svg,
.aa-social-links__icon:focus svg,
.aa-social-links__icon:active svg {
    fill: var(--white);
}
/*-----------------------------------*\
  Tags
\*-----------------------------------*/

.aa-tags__inner {
    display: flex;
    flex-flow: row wrap;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.aa-tag {
    display: flex;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: var(--primary);
    background-color: transparent;
}

.aa-tag:hover {
    text-decoration: none;
    color: var(--primary);
    background-color: var(--complementary);
    border-radius: 5px;
}

.aa-tag--current {
    background-color: var(--complementary);
    color: var(--white);
    border-radius: 5px;
}

.aa-tags__inner.desk {
    display: none;
}

.aa-tags__inner.mobile {
    display: flex;
}

@media screen and (min-width: 576px) {
    .aa-tags__inner.desk {
        display: flex;
    }
    
    .aa-tags__inner.mobile {
        display: none;
    }
}

.aa-tags__inner.mobile {
    position: relative;
}

/* Hide the default arrow */
.aa-tags__inner.mobile select {
    position: relative;
    width: 100%;
    padding: 12px 16px;
    border-radius: 5px;
    appearance: none; /* For most browsers */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
}
  
/* Add a custom arrow */
.aa-tags__inner.mobile::after {
    content: '';
    display: flex;
    right: 1rem; /* Position it inside the select */
    top: 50%;
    width: 0.5rem; /* Arrow width */
    height: 0.5rem; /* Arrow height */
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.28571 0L8 5.71429L13.7143 0L16 1.14286L8 9.14286L0 1.14286L2.28571 0Z' fill='black'/%3E%3C/svg%3E%0A");
    position: absolute;
}
/*-----------------------------------*\
  Videos
\*-----------------------------------*/

.aa-video-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
}

.aa-video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    height: auto;
    background-size: cover;
    transform: none;
    margin-left: 0;
    object-fit: cover;
}

.aa-video-container--youtube {
    padding-bottom: 0;
}

.aa-video-container--youtube::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/images/website%20v2/video-overlay.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity ease-in-out 0.3s;
}

@media screen and (min-width: 992px) {
	.aa-video-container--youtube::before {
		opacity: 0;
	}
}

.aa-video-container--youtube .aa-video-play-text {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity ease-in-out 0.3s;

    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: var(--white);
}

@media screen and (min-width: 576px) {
    .aa-video-container--youtube .aa-video-play-text {
        font-size: 45px;
        line-height: 50px;
    }
}

@media screen and (min-width: 992px) {
    .aa-video-container--youtube .aa-video-play-text {
        opacity: 0;
    }
}

.aa-video-container--youtube:hover::before {
    opacity: 1;
}

.aa-video-container--youtube:hover .aa-play {
    height: 130px;
    width: 130px;
}

.aa-video-container--youtube:hover .aa-play::before {
    border-bottom: 130px solid var(--white);
    border-left: 130px solid transparent;
}

.aa-video-container--youtube:hover .aa-play--grey::before {
    border-bottom: 130px solid var(--light-grey);
}

@media screen and (min-width: 768px) {
    .aa-video-container--youtube:hover .aa-play {
        height: 180px;
        width: 180px;
    }

    .aa-video-container--youtube:hover .aa-play::before {
        border-bottom: 180px solid var(--white);
        border-left: 180px solid transparent;
    }

    .aa-video-container--youtube:hover .aa-play--grey::before {
        border-bottom: 180px solid var(--light-grey);
    }
}

.aa-video-container--youtube:hover .aa-video-play-text {
    opacity: 1;
}

.aa-video-thumbnail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	opacity: 1;
	transition: opacity var(--speed) var(--animation);
	cursor: pointer;
}

.aa-video-thumbnail::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/images/website%20v2/video-overlay.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity ease-in-out 0.3s;
}

@media screen and (min-width: 992px) {
    .aa-video-thumbnail::before {
        opacity: 0;
    }
}

.aa-video-thumbnail:hover::before {
    opacity: 1;
}

.aa-video-thumbnail:hover .aa-play {
    height: 130px;
    width: 130px;
}

.aa-video-thumbnail:hover .aa-play::before {
    border-bottom: 130px solid var(--white);
    border-left: 130px solid transparent;
}

.aa-video-thumbnail:hover .aa-play .cta-plus {
    transform: rotate(180deg);
}

.aa-play--grey::before {
    border-bottom: 130px solid var(--light-grey);
}

@media screen and (min-width: 768px) {
    .aa-video-thumbnail:hover .aa-play {
        height: 180px;
        width: 180px;
    }

    .aa-video-thumbnail:hover .aa-play::before {
        border-bottom: 180px solid var(--white);
        border-left: 180px solid transparent;
    }

    .aa-play--grey::before {
        border-bottom: 180px solid var(--light-grey);
    }
}

.aa-video-thumbnail:hover .aa-video-play-text {
    opacity: 1;
}

.aa-video-thumbnail .aa-video-play-text {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity ease-in-out 0.3s;

    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: var(--white);
}

@media screen and (min-width: 576px) {
	.aa-video-thumbnail .aa-video-play-text {
        font-size: 45px;
        line-height: 50px;
	}
}

@media screen and (min-width: 922px) {
	.aa-video-thumbnail .aa-video-play-text {
        opacity: 0;
	}
}

.aa-video-thumbnail.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.aa-video-thumbnail + video {
    visibility: hidden;
}

.aa-video-thumbnail.is-hidden + video {
    visibility: visible;
}

.aa-video-thumbnail .aa-play {
    pointer-events: none;
}

/* Video play button */

.aa-play {
    appearance: none;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    transition: all ease-in-out 0.3s;
}

@media screen and (min-width: 768px) {
    .aa-play {
        height: 140px;
        width: 140px;
    }
}

.aa-play::before {
    position: relative;
    content: '';
    display: block;
    width: 0;
    height: 0;
    transition: all ease-in-out 0.3s;
    border-bottom: 90px solid var(--white);
    border-left: 90px solid transparent;
    z-index: 8;
}

@media screen and (min-width: 768px) {
    .aa-play::before {
        border-bottom: 140px solid var(--white);
        border-left: 140px solid transparent;
    }
}

.aa-play:hover {
    cursor: pointer;
}

.aa-play .cta-plus {
    position: absolute;
    z-index: 10;
    top: 60%;
    left: 60%;
    margin-right: 0;
    width: 15px;
    height: 15px;
    transition: all ease-in-out 0.3s;
}

.aa-play .cta-plus svg {
    width: 15px;
    height: 15px;
    fill: var(--complementary);
}

.aa-play--grey::before {
    border-bottom: 90px solid var(--light-grey);
}

@media screen and (min-width: 768px) {
    .aa-play--grey::before {
        border-bottom: 140px solid var(--light-grey);
    }
}

/* YouTube videos */
.aa-youtube {
    background-color: var(--black);
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.aa-youtube::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: .3;
}

.aa-youtube img {
    width: 100%;
    height: auto;
    top: -16.84%;
    left: 0;
}


.aa-youtube img,
.aa-youtube iframe {
    position: absolute;

}

.aa-youtube iframe {
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* modules */
/*-----------------------------------*\
    Header
\*-----------------------------------*/

.aa-site-header {
    position: relative;
    width: 100%;
    z-index: 12;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 992px) {
    .aa-site-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.aa-site-header__button {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.aa-site-header__button .aa-button {
    padding: 16px 24px;
    padding-right: 0;
}

.aa-site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.aa-branding {
    width: 100%;
    max-width: 144px;
}

.aa-branding svg {
    width: 100%;
    max-width: 144px;
}

@media screen and (min-width: 992px) {
    .aa-branding {
        max-width: 190px;
    }

    .aa-branding svg {
        max-width: 190px;
    }
}

.aa-site-header-search {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
}

.aa-site-header-search .hs-search-field {
    width: 34px;
    margin-top: 5px;
}

.aa-language-menu {
    margin-left: 20px;
    margin-right: 20px;
}

div.aa-nav-icon {
    margin-top: 4px;
    width: 74px;
    height: 25px;
    background-color: transparent;
}

/* SCROLLED */

.aa-site-header {
    position: fixed;
    background: var(--white);
    transition: transform ease-in-out 0.3s;
    transform: translateY(0);
}

.aa-site-header.scrolled {
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    transform: translateY(calc(-100% - 30px));
}

.aa-site-header.visible {
    z-index: 31;
    position: fixed;
    background-color: var(--white);
}

/* LP header */

@media screen and (min-width: 992px) {
	.aa-site-header--landing-page {
        position: absolute;
        background-color: transparent;
    }
}

/* scroll icon animation */

.scroll-indicator-animation {
    -webkit-animation: scroll-indicator-animation 4s ease infinite;
    -moz-animation: scroll-indicator-animation 4s ease infinite;
    animation: scroll-indicator-animation 4s ease infinite;
}

@-webkit-keyframes scroll-indicator-animation {
    0%{transform: translateY(-0%)}
    50%{transform: translateY(-30%)}
    100%{transform: translateY(-0%)}
}

@-moz-keyframes scroll-indicator-animation {
    0%{transform: translateY(-0%)}
    50%{transform: translateY(-30%)}
    100%{transform: translateY(-0%)}
}

@keyframes scroll-indicator-animation {
    0%{transform: translateY(-0%)}
    50%{transform: translateY(-30%)}
    100%{transform: translateY(-0%)}
}
/*-----------------------------------*\
    Footer
\*-----------------------------------*/

.aa-site-footer {
    position: relative;
    z-index: 22;
    width: 100%;
    padding: 15px;
    margin-top: 45px;
}

@media screen and (min-width:  768px) {
	.aa-site-footer {
		margin-top: 125px;
	}
}

.aa-site-footer__inner {
    max-width: 100%;
    width: 100%;
    position: relative;
    flex-direction: column;
}

.aa-site-footer__header {
    padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 1460px) {
	.aa-site-footer__header {
        padding-left: 0;
        padding-right: 0;
	}
}

.aa-site-footer__header__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 12;
    max-width: 1440px;
    width: 100%;
    position: relative;
    margin-bottom: -125px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--white);
    box-shadow: 20px 34px 54px rgba(0, 0, 0, 0.25);
    padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-site-footer__header__inner::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background-image: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/images/website%20v2/footer-border.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media screen and (min-width: 992px) {
    .aa-site-footer__header__inner {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-site-footer__header__inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 64px;
        padding-top: 64px;
    }
}

.aa-site-footer__header__content {
    max-width: calc(1440px / 12 * 10);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.aa-site-footer__header__text {
    max-width: calc(1440px / 12 * 4);
}

.aa-site-footer__header__buttons {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .aa-site-footer__header__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .aa-site-footer__header__buttons {
        margin-top: 0;
    }
}

.aa-site-footer__body {
    max-width: 100%;
    padding-top: 200px;
    background-color: var(--primary);
    color: var(--white);
    padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 576px) {
    .aa-site-footer__body {
        padding-top: 250px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-site-footer__body {
        padding-left: 0;
        padding-right: 0;
    }
}

.aa-site-footer__body__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.aa-site-footer__column {
    max-width: 360px;
    margin-right: 0;
    margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
    .aa-site-footer__body__inner {
        flex-direction: row;
    }

    .aa-site-footer__column {
        margin-right: 50px;
    }
}

@media screen and (min-width: 992px) {
    .aa-site-footer__column {
        margin-right: 70px;
        margin-top: 20px;
    }

    .aa-site-footer__column:first-of-type {
        margin-top: 0;
    }
}

@media screen and (min-width: 1460px) {
    .aa-site-footer__column {
        margin-bottom: 0;
    }
}

.aa-site-footer__column:last-of-type {
    margin-right: 0;
}

.aa-site-footer__column h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .aa-site-footer__column h4 {
        margin-bottom: 35px;
    }
}

.aa-site-footer__column a {
    display: block;
    color: var(--white);
    text-decoration: none;
}

.aa-site-footer__column a:hover {
    color: rgba(var(--white-rgb), 0.8);
}

.aa-site-footer__column .aa-site-footer__contact a {
    margin-bottom: 30px;
}

.aa-site-footer__column .aa-site-footer__contact a:last-of-type {
    margin-bottom: 0;
}

.aa-site-footer__column .aa-site-footer__contact p {
    font-weight: 700;
    margin-bottom: 0;
}

.aa-site-footer__footer {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--primary);
    padding-right: var(--padding);
    padding-left: var(--padding);
}

.aa-site-footer__footer__inner {
    max-width: 1440px;
    margin-left: 0;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-site-footer__footer__inner img {
    max-width: 130px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .aa-site-footer__footer {
        padding-top: 135px;
    }

	.aa-site-footer__footer__inner {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 120px;
        row-gap: 45px;
	}
}

@media screen and (min-width: 1200px) {
	.aa-site-footer__footer__inner {
        grid-template-columns: repeat(6, 1fr);
        padding-left: 0;
        padding-right: 0;
	}
}

/* Landing Page */

.aa-site-footer--landing-page {
    background-color: var(--white);
}

.aa-site-footer--landing-page .aa-site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* system pages footer */

.aa-site-footer--system .aa-site-footer__body {
    padding-top: 100px;
}
/*-----------------------------------*\
    Accordion
\*-----------------------------------*/

.aa-accordion .aa-content {
    max-width: calc(1440px / 12 * 8);
}

.aa-accordion__header {
    max-width: calc(1440px / 12 * 6);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.aa-accordion__header {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 1460px) {
	.aa-accordion__header {
		padding-bottom: 64px;
	}
}

/* Single accordion item */
.aa-accordion-item {
    margin-bottom: 20px;
    color: var(--black);
}

.aa-accordion-item:last-of-type {
    margin-bottom: 0;
}

.aa-accordion-item__header {
    display: flex;
    cursor: pointer;
    user-select: none;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

@media screen and (min-width: 1460px) {
	.aa-accordion-item__header {
        padding: 20px;
        padding-left: 80px;
	}
}

.aa-accordion-item__header h4 {
    margin-bottom: 0;
}

.aa-accordion-item__header .aa-accordion-item__header-text {
    padding-right: 40px;
}

@media screen and (min-width: 1200px) {
	.aa-accordion-item__header .aa-accordion-item__header-text {
        padding-right: 60px;
	}
}

.aa-accordion-item__header .aa-accordion__number {
    margin-right: 20px;
    color: var(--complementary);
}

.aa-accordion-item__header.is-active .aa-accordion-readmore::before {
    display: none;
}

.aa-accordion-item__header.is-active .aa-accordion-readmore::after {
    transform: rotate(180deg);
}

.aa-accordion-item__body {
    display: none;
    padding-left: var(--padding);
    padding-right: var(--padding);
    padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
    .aa-accordion-item__body {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.aa-accordion-readmore {
    position: relative;
    background-color: var(--primary);
    max-width: 28px;
    width: 100%;
    height: 28px;
}

.aa-accordion-readmore::before,
.aa-accordion-readmore::after {
    content: "";
    position: absolute;
    right: 9px;
    top: calc(50% - 1px);
    width: 10px;
    height: 2px;
    background-color: var(--white);
}

.aa-accordion-readmore::after {
    transform: rotate(90deg);
    transition: transform .5s ease;
}

.aa-accordion-item.aa-bg-dark,
.aa-accordion-item.aa-bg-primary,
.aa-accordion-item.aa-bg-secondary,
.aa-accordion-item.aa-bg-secondary-b {
    color: var(--white);
}

.aa-accordion-item.aa-bg-dark .aa-accordion-item__header .aa-accordion-readmore,
.aa-accordion-item.aa-bg-primary .aa-accordion-item__header .aa-accordion-readmore,
.aa-accordion-item.aa-bg-secondary .aa-accordion-item__header .aa-accordion-readmore,
.aa-accordion-item.aa-bg-secondary-b .aa-accordion-item__header .aa-accordion-readmore {
    background-color: var(--complementary);
}

.aa-accordion-item.aa-bg-dark .aa-accordion-item__header .aa-accordion-readmore::after,
.aa-accordion-item.aa-bg-dark .aa-accordion-item__header .aa-accordion-readmore::before,
.aa-accordion-item.aa-bg-primary .aa-accordion-item__header .aa-accordion-readmore::after,
.aa-accordion-item.aa-bg-primary .aa-accordion-item__header .aa-accordion-readmore::before,
.aa-accordion-item.aa-bg-secondary .aa-accordion-item__header .aa-accordion-readmore::after,
.aa-accordion-item.aa-bg-secondary .aa-accordion-item__header .aa-accordion-readmore::before,
.aa-accordion-item.aa-bg-secondary-b .aa-accordion-item__header .aa-accordion-readmore::after
.aa-accordion-item.aa-bg-secondary-b .aa-accordion-item__header .aa-accordion-readmore::before {
    background-color: var(--white);
}

.aa-content-color--light .aa-accordion-item__header {
    color: var(--white);
}

.aa-content-color--light .aa-accordion-item__header::after,
.aa-content-color--light .aa-accordion-item__header::before {
    background-color: var(--black);
}

.aa-content-color--light .aa-accordion-item__body {
    color: var(--white);
}

.aa-content-color--dark .aa-accordion-item__header {
    color: var(--white);
}

.aa-content-color--dark .aa-accordion-item__header::after,
.aa-content-color--dark .aa-accordion-item__header::before {
    background-color: var(--white);
}

/* Accordion big */

.aa-accordion--big .aa-inner {
    max-width: 1440px;
}

@media screen and (min-width: 1460px) {
	.aa-accordion--big .aa-inner {
        margin-right: auto;
        margin-left: auto;
    }
}

.aa-accordion--big .aa-accordion-item {
    margin-bottom: 20px;
    border-top: 1px solid var(--light-grey);
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.aa-accordion--big .aa-accordion-item:last-of-type {
    margin-bottom: 0;
    border-bottom: 1px solid var(--light-grey);
}

@media screen and (min-width: 992px) {
	.aa-accordion--big .aa-accordion-item {
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1460px) {
	.aa-accordion--big .aa-accordion-item {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.aa-accordion--big .aa-accordion-item__header {
    display: flex;
    cursor: pointer;
    user-select: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}

@media screen and (min-width: 992px) {
	.aa-accordion--big .aa-accordion-item__header {
        justify-content: space-between;
        padding: 0;
    }

    .aa-accordion--big .aa-accordion-item__header .aa-accordion-item__header-text {
        padding-right: 120px;
    }
}

.aa-accordion--big .aa-accordion-item__header.is-active .aa-accordion-readmore::before {
    display: block;
    transform: rotate(-45deg);
}

.aa-accordion--big .aa-accordion-item__header.is-active .aa-accordion-readmore::after {
    transform: rotate(45deg);
}

.aa-accordion--big .aa-accordion__number {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
    .aa-accordion--big .aa-accordion__number {
        margin-bottom: 0;
        padding-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .aa-accordion--big .aa-accordion__number {
        padding-right: 60px;
    }
}

.aa-accordion--big .aa-accordion-item__body {
    display: none;
    max-width: 770px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .aa-accordion--big .aa-accordion-item__body {
        margin-top: 30px;
    }
}

@media screen and (min-width: 992px) {
    .aa-accordion--big .aa-accordion-item__body {
        padding-left: 65px;
    }
}

@media screen and (min-width: 1200px) {
    .aa-accordion--big .aa-accordion-item__body {
        padding-left: 95px;
    }
}

.aa-accordion--big .aa-accordion__body {
    max-width: 100%;
    width: 100%;
}

.aa-accordion--big .aa-accordion-readmore {
    flex-shrink: 0;
    position: relative;
    background-color: var(--complementary);
    border-radius: 50%;
    box-shadow: 0px 24px 64px 0px #00000026;
    width: 100%;
    max-width: 60px;
    height: 60px;
    margin-left: auto;
}

.aa-accordion--big .aa-accordion-readmore::after,
.aa-accordion--big .aa-accordion-readmore::before {
    content: "";
    position: absolute;
    left: 36%;
    top: 50%;
    width: 17px;
    height: 2px;
    background-color: var(--white);
}

.aa-accordion--big .aa-accordion-readmore::before {
    transition: transform .5s ease;
}

.aa-accordion--big .aa-accordion-readmore::after {
    transform: rotate(90deg);
    transition: transform .5s ease;
}

@media screen and (min-width: 1200px) {
    .aa-accordion--big .aa-accordion-readmore {
        max-width: 110px;
        height: 110px;
        margin-left: auto;
    }

    .aa-accordion--big .aa-accordion-readmore::after,
    .aa-accordion--big .aa-accordion-readmore::before {
        left: 43%;
    }
}
/*-----------------------------------*\
    AA - Anchor
\*-----------------------------------*/

.aa-anchor {
	background-color: var(--light);
}

.aa-anchor .aa-inner {
	max-width: 100%;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 992px) {
	.aa-anchor .aa-inner {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 1460px) {
	.aa-anchor .aa-inner {
		max-width: 100%;
	}
}

.aa-anchor__body {
	width: 100%;
	display: grid;
	justify-items: flex-start;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
	.aa-anchor__body {
		grid-template-columns: repeat(5, 1fr);
		padding-left: 120px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.aa-anchor__body .aa-button {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}

.aa-anchor.scrolled {
	background-color: var(--white);
}

@media screen and (min-width: 576px) {
	.aa-anchor.scrolled {
		position: fixed;
		z-index: 10;
		top: 104px;
		left: 0;
		right: 0;
	}
}

@media screen and (min-width: 992px) {
	.aa-anchor.scrolled {
		top: 0;
	}
}
/*-----------------------------------*\
    Article cards
\*-----------------------------------*/

.aa-article-cards {
	padding-left: var(--padding);
	padding-right: var(--padding);
}

.aa-article-cards .aa-inner {
	flex-direction: column;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.aa-article-cards__header {
	margin-bottom: 50px;
}

@media screen and (min-width: 576px) {
	.aa-article-cards__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.aa-article-cards__header .aa-article-cards__title {
	margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
	.aa-article-cards__header .aa-article-cards__title  {
		margin-bottom: 0;
	}
}

.aa-article-cards__body {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
}

@media screen and (min-width: 992px) {
	.aa-article-cards__body  {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 13px;
		row-gap: 45px;
	}
}

.aa-article-card {
	position: relative;
	cursor: pointer;
	max-width: 415px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.aa-article-card {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.aa-article-card:hover .aa-article-card__header .aa-article-card__readmore {
	opacity: 1;
}

.aa-article-card:hover .aa-article-card__header .readmore-triangle {
	border-bottom: 160px solid var(--white);
	border-left: 160px solid transparent;
}

.aa-article-card:hover .aa-article-card__header .readmore-triangle--light {
	border-bottom: 160px solid var(--light-grey);
	border-left: 160px solid transparent;
}

.aa-article-card:hover .aa-article-card__header::after {
	opacity: 1;
}

.aa-article-card:hover .aa-article-card__header .cta-plus svg {
	transform: rotate(180deg);
}

a.aa-article-card {
	text-decoration: none;
}

.aa-article-card__header {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 510px;
	margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
	.aa-article-card__header {
		margin-bottom: 0;
		height: 510px;
	}
}

.aa-article-card__header .aa-article-card__image {
	position: absolute;
	top: 0;
	left: 0;
}

.aa-article-card__header .aa-article-card__image img {
	width: 100%;
}

.aa-article-card__header .cta-plus svg {
	transition: all ease-in-out 0.5s;
	width: 13px;
	height: 13px;
}

.aa-article-card__header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/images/website%20v2/card-overlay.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.aa-article-card__header .aa-article-card__readmore {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
	font-family: var(--heading-font);
	font-weight: 400;
	font-size: 21px;
	line-height: 24px;
	color: var(--white);
}

.aa-article-card__content__inner {
	padding-top: 30px;
	color: var(--charcoal);
}

.aa-article-card__content__inner .aa-subheading {
	color: var(--primary);
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

.aa-article-card__content__inner .aa-article-card__container {
	display: flex;
	flex-wrap: wrap;
}

.aa-article-card__content__inner .aa-article-card__tag {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--complementary);
	margin-right: 15px;
}

.aa-article-card__content__inner .aa-article-card__tag:last-of-type {
	margin-right: 0;
}

/* Blog posts module */

.aa-blog-cards {
	padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-blog-cards .aa-inner {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
}

.aa-blog-cards .aa-blog-cards__header {
	max-width: 1440px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 45px;
}

.aa-blog-cards .aa-blog-cards__header .aa-button {
	position: relative;
	z-index: 5;
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.aa-blog-cards .aa-blog-cards__header {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}

	.aa-blog-cards .aa-blog-cards__header .aa-button {
		margin-top: 0;
	}
}

.aa-blog-cards .splide {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.aa-blog-cards .splide::after {
		content: "";
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		width: 12%;
		height: 100%;
		background: linear-gradient(270.41deg,#fff 37.6%,hsla(0,0%,100%,0) 66.73%);
	}
}

.aa-blog-cards .splide__list {
	width: 100%;
}

.aa-blog-cards .splide__list li {
	width: 100%;
	list-style: none;
}

.aa-blog-cards .splide__slide {
	max-width: 100%;
	width: 100%;
	padding-bottom: 40px;
}

.aa-blog-cards .splide__track {
	position: relative;
}

.aa-blog-cards button:disabled {
	display: none;
}

.aa-blog-cards .splide__arrow {
	width: 57px;
	height: 57px;
}

.aa-blog-cards .splide__arrow--prev,
.aa-blog-cards .splide__arrow--next {
	left: auto;
	right: auto;
	opacity: 1;
}

.aa-blog-cards .splide__arrow--prev path.circle,
.aa-blog-cards .splide__arrow--next path.circle {
	fill: var(--complementary);
}

.aa-blog-cards .splide__arrow--next {
	transform: rotate(180deg) translateY(80%);
}

.aa-blog-cards .splide__arrow--prev {
	transform: translateY(28%) rotate(180deg);
}

.aa-blog-cards .splide__arrows {
	position: absolute;
	z-index: 4;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.aa-blog-cards .splide__arrows svg {
	width: 57px;
	height: 57px;
}

@media screen and (min-width: 576px) {
	.aa-blog-cards .splide__arrows {
		right: 100px;
	}
}
/*-----------------------------------*\
    Blog post faq box
\*-----------------------------------*/
.aa-blog-post-faq-boxes.aa-module {
	padding: var(--padding);
}

@media screen and (min-width: 768px) {
	.aa-blog-post-faq-boxes.aa-module {
		padding: 32px;
	}
}

.aa-blog-post-faq-boxes .aa-inner {
	flex-direction: column;
}

.aa-blog-post-faq-box__header {
	margin-bottom: 25px;
}

.aa-blog-post-faq-box__header h1, 
.aa-blog-post-faq-box__header h2, 
.aa-blog-post-faq-box__header h3, 
.aa-blog-post-faq-box__header h4, 
.aa-blog-post-faq-box__header h5, 
.aa-blog-post-faq-box__header h6 {
	margin-bottom: 10px;
}

.aa-blog-post-faq-box__body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media screen and (min-width: 768px) {
	.aa-blog-post-faq-box__body {
		grid-template-columns: repeat(3, 1fr);
	}
}
/*-----------------------------------*\
    AA - Boxed info
\*-----------------------------------*/

.aa-boxed-info {
	padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-boxed-info .aa-inner {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 992px) {
	.aa-boxed-info .aa-content {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1460px) {
	.aa-boxed-info {
		padding-left: 0;
        padding-right: 0;
	}
}

.aa-boxed-info__header {
	width: 100%;
	margin-bottom: 30px;
}


@media screen and (min-width: 992px) {
	.aa-boxed-info__header {
		max-width: calc(1440px / 12 * 3);
		margin-bottom: 0;
	}
}

.aa-boxed-info__body {
	max-width: calc(1440px / 12 * 7);
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
}

@media screen and (min-width: 576px) {
	.aa-boxed-info__body {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 60px;
		row-gap: 60px;
	}
}

@media screen and (min-width: 992px) {
	.aa-boxed-info__body {
		margin-top: 50px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.aa-boxed-info__body {
		column-gap: 120px;
		row-gap: 120px;
	}
}

.aa-info-box {
	display: flex;
	margin-bottom: 30px;
}

.aa-info-box .aa-info-box__icon {
	max-width: 50px;
	width: 100%;
	margin-bottom: 20px;
	margin-right: 10px;
}

.aa-info-box .aa-info-box__icon img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.aa-info-box {
		margin-top: 50px;
		padding-left: 30px;
	}

	.aa-info-box .aa-info-box__icon {
		margin-right: 30px;
		margin-bottom: 0;
	}

	.aa-info-box .aa-info-box__text {
		max-width: calc(1440px / 12 * 2);
	}
}

/* modifier */

.aa-boxed-info--no-text .aa-boxed-info__body {
	max-width: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
}

@media screen and (min-width: 576px) {
	.aa-boxed-info--no-text .aa-boxed-info__body {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 60px;
		row-gap: 60px;
	}
}

@media screen and (min-width: 992px) {
	.aa-boxed-info--no-text .aa-boxed-info__body {
		padding-left: 0;
		padding-right: 20px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 1200px) {
	.aa-boxed-info--no-text .aa-boxed-info__body {
		column-gap: 120px;
		row-gap: 120px;
	}
}
.aa-bd-calculator.bd-calculator {
	width: 100%;
    color: var(--black);
	background-color:var(--white);
	box-shadow: 0 5px 25px 10px rgba(black, .05);
	padding-top: 80px;
}

@media screen and (min-width: 768px) {
	.aa-bd-calculator.bd-calculator {
		max-width: calc(1440px / 12 * 10);
		margin-left: auto;
        margin-right: auto;
	}
}

@media screen and (min-width: 992px) {
	.aa-bd-calculator.bd-calculator {
		padding-top: 120px;
	}
}

.aa-bd-calculator.bd-calculator .hidden {
	display: none !important;
}

.bd-calculator hr {
    margin-bottom: 30px;
	width: 100%;
	height: 2px;
	border: none;
	background-color: var(--light);
}

.bd-calculator__header {
	background-color: var(--primary);
	color: var(--white);
}

.bd-calculator__header__image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.bd-calculator__header__inner {
	padding: 30px 20px;
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.bd-calculator__header__inner {
		padding: 100px 20px;
	}
}

.bd-calculator__body {
	padding: 50px 20px;
}

@media screen and (min-width: 768px) {
	.bd-calculator__body {
		padding: 50px 40px;
	}
}

.bd-calculator__body form {
	position: relative;
}

.bd-calculator__body form input[type="submit"] {
	cursor: pointer;
	display: flex;
	align-self: center;
	margin: 20px auto 0;
	border: 1px solid var(--complementary);
}

.bd-calculator .fields {
	width: 100%;
	margin: 0;
	padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	border: none;
}

@media screen and (min-width: 768px) {
	.bd-calculator .fields {
		justify-content: space-between;
        flex-wrap: nowrap;
	}
}

.bd-calculator .fields i {
	margin-right: 20px;
	font-size: 20px;
	color: #bfbfbf;
}

.bd-calculator .fields [tooltip] {
	position: relative;
}

.bd-calculator .fields [tooltip]::after {
	content: attr(tooltip);
	position: absolute;
	left: 50%;
	top: -6px;
	min-width: 300px;
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	background: var(--white);
	color: var(--black);
	border-radius: 10px;
	box-shadow: 0 0 25px 5px rgba(var(--black), .15);
	pointer-events: none;
	opacity: 0;
	transform: translateX(-50%) translateY(-100%);
}

.bd-calculator .fields [tooltip]:hover::after {
	opacity: 1;
}

.bd-calculator .fields input[type="email"],
.bd-calculator .fields input[type="text"] {
	width: 100%;
	height: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: var(--padding);
	padding-right: var(--padding);
	border: none;
	border-bottom: 1px solid var(--black);
	color: inherit;
	line-height: 1;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	box-shadow: none;
}

@media screen and (min-width: 992px) {
	.bd-calculator .fields input[type="email"],
	.bd-calculator .fields input[type="text"] {
		padding-left: var(--padding);
		padding-right: var(--padding);
	}
}

.bd-calculator .fields input[type="email"]:focus,
.bd-calculator .fields input[type="text"]:focus {
	outline: none;
	border-color: var(--primary);
}

.bd-calculator .fields input[type="email"]::placeholder,
.bd-calculator .fields input[type="text"]::placeholder {
	color: inherit;
	opacity: 0.6;
}

.bd-calculator .fields input[type="range"] {
	display: block;
	appearance: none;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background: var(--complementary);
	cursor: pointer;
}

.bd-calculator .fields input[type="range"]:focus {
	outline: none;
}

.bd-calculator .fields input[type=range]::-webkit-slider-thumb {
	appearance: none;
	height: 15px;
	width: 15px;
	border: 3px solid var(--primary);
	border-radius: 50%;
	background: var(--primary);
	cursor: pointer;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bd-calculator .fields input[type="range"]::-moz-range-thumb {
	appearance: none;
	height: 15px;
	width: 15px;
	border: 3px solid var(--primary);
	border-radius: 50%;
	background: var(--primary);
	cursor: pointer;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bd-calculator .fields label, output {
	width: 25%;
}

.bd-calculator .fields label {
	width: 100%;
	padding-right: 20px;
	margin-bottom: 0;
}

.bd-calculator .fields output {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.bd-calculator .fields output {
		padding-left: 50px;
	}
}

.bd-calculator .fields--gdpr {
	flex-direction: column;
	align-items: flex-start;
}

.bd-calculator .fields--gdpr div {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 10px;
}

.bd-calculator .fields--gdpr div label {
	width: 100%;
	padding-right: 0;
	margin-left: 10px;
}

.bd-calculator .fields--normal {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
    color: var(--black);
}

.bd-calculator .fields--normal:first-child {
	padding-top: 0;
}

.bd-calculator__savings {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.bd-calculator__savings h3 {
	color: var(--primary);
}

.bd-calculator__savings span {
	display: flex;
	align-self: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px 16px;
	font-size: 22px;
	font-weight: 600;
	background-color: var(--light);
	color: var(--primary);
}
/*-----------------------------------*\
    Cards
\*-----------------------------------*/

.aa-cards {
    padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 1460px) {
	.aa-cards {
		padding-left: 0;
        padding-right: 0;
	}
}

.aa-cards .aa-inner {
    max-width: calc(1440px / 12 * 10);
    margin-left: auto;
    margin-right: auto;
}

.aa-bg-none.aa-cards .aa-card__body,
.aa-bg-white.aa-cards .aa-card__body {
    padding: 32px 0px;
}

@media screen and (min-width: 1200px) {
	.aa-bg-none.aa-cards .aa-card__body,
    .aa-bg-white.aa-cards .aa-card__body {
        padding: 32px 0px;
    }
}

.aa-cards__header {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.aa-cards__header {
        margin-bottom: 60px;
    }
}

.aa-cards__body {
    width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
}

@media screen and (min-width: 992px) {
	.aa-cards__body {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
		column-gap: 25px;
		row-gap: 25px;
    }
}

.aa-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--white);
    color: var(--primary);
    transition: all var(--speed) var(--animation);
}

.aa-card:hover {
    background-color: var(--white);
    box-shadow: 0 4px 32px 0 rgba(var(--black-rgb), .1);
    color: var(--primary);
    text-decoration: none;
}

.aa-card:hover .cta-plus {
    transform: rotate(180deg);
}

.aa-card .aa-button--5 .cta-plus svg {
    fill: var(--secondary);
}

.aa-card.aa-content-color--light .aa-subheading {
    color: var(--white);
}

.aa-card.aa-card-nolink:hover {
    background-color: none;
    box-shadow: none;
    text-decoration: none;
}

.aa-card__header img {
    width: 100%;
}

.aa-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    padding: 32px 16px;
    background-color: var(--white);
    transition: all var(--speed) var(--animation);
}

@media screen and (min-width: 1200px) {
	.aa-card__body {
        padding: 32px;
    }
}

/* Overlay content on image */

.aa-cards--overlay-content .aa-subheading {
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
	.aa-cards--overlay-content .aa-subheading {
        margin-bottom: 90px;
    }
}

.aa-cards--overlay-content .aa-card {
    text-decoration: none;
}

.aa-cards--overlay-content .aa-card:hover {
    box-shadow: 0 4px 32px 0 rgba(var(--black), .1);
    text-decoration: none;
}

.aa-cards--overlay-content .aa-card__body {
    position: relative;
    z-index: 10;
    background-color: transparent;
}

.aa-card.aa-bg-overlay--primary::before {
    background: linear-gradient(360deg, var(--primary) 32.86%, rgba(var(--primary), 0.54) 100%);
}

.aa-card.aa-bg-overlay--primary:hover {
    color: var(--white);
}

.aa-card.aa-bg-overlay--secondary::before {
    background: linear-gradient(360deg, var(--secondary) 32.86%, rgba(var(--secondary), 0.54) 100%);
}

.aa-card.aa-bg-overlay--secondary:hover {
    color: var(--dark);
}

.aa-card.aa-bg-overlay--secondary-b::before {
    background: linear-gradient(360deg, var(--secondary-b) 32.86%, rgba(var(--secondary-b), 0.54) 100%);
}

.aa-card.aa-bg-overlay--secondary-b:hover {
    color: var(--dark);
}

.aa-card.aa-bg-overlay--complementary::before {
    background: linear-gradient(360deg, var(--complementary) 32.86%, rgba(var(--complementary), 0.54) 100%);
}

.aa-card.aa-bg-overlay--complementary:hover {
    color: var(--white);
}

.aa-card.aa-bg-overlay--dark::before {
    background: linear-gradient(360deg, var(--dark) 32.86%, rgba(var(--dark), 0.54) 100%);
}

.aa-card.aa-bg-overlay--dark:hover {
    color: var(--white);
}

.aa-card.aa-bg-overlay--light::before {
    background: linear-gradient(360deg, var(--light) 32.86%, rgba(var(--light), 0.54) 100%);
}

.aa-card.aa-bg-overlay--light:hover {
    color: var(--dark);
}

.aa-card.aa-bg-overlay--white {
    color: var(--dark);
}

.aa-card.aa-bg-overlay--white::before {
    background: linear-gradient(360deg, var(--white) 32.86%, rgba(var(--white), 0.54) 100%);
}

.aa-card.aa-bg-overlay--white:hover {
    color: var(--dark);
}

/* Modifiers for layout */

.aa-cards--2 .aa-cards__body,
.aa-cards--3 .aa-cards__body,
.aa-cards--4 .aa-cards__body,
.aa-cards--5 .aa-cards__body {
    grid-template-columns: 1fr;
}

.aa-cards--4 .aa-inner,
.aa-cards--5 .aa-inner {
    max-width: 1440px;
}

@media screen and (min-width: 576px) {
    .aa-cards--2 .aa-cards__body {
        grid-template-columns: repeat(2, 1fr);
    }

    .aa-cards--3 .aa-cards__body {
        grid-template-columns: repeat(2, 1fr);
    }

	.aa-cards--4 .aa-cards__body {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
	}

    .aa-cards--5 .aa-cards__body {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
	}
}

@media screen and (min-width: 992px) {
    .aa-cards--3 .aa-cards__body {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .aa-cards--5 .aa-cards__body {
        grid-template-columns: repeat(5, 1fr);
	}
}

.aa-card__header--height {
    max-height: auto;
}

.aa-card__header--height img {
    object-fit: cover;
    height: 100%;
}

@media screen and (min-width: 992px) {
	.aa-card__header--height {
        max-height: 250px;
	}
}

/* hubdb cards */

.aa-hubdb-cards .aa-inner {
    flex-direction: column;
}

.aa-hubdb-cards .aa-card__header img {
    height: 350px;
    object-fit: cover;
}

.aa-hubdb-cards .aa-card__body {
    color: var(--dark);
}

.aa-hubdb-cards .aa-card__body .aa-button {
    margin-top: 30px;
}

.aa-hubdb-cards .aa-card__body .aa-button .cta-plus {
    margin-top: -1px;
}

.aa-hubdb-card {
	display: flex;
    animation: cardFadeIn 0.5s ease-in forwards;
}

.aa-hubdb-card .aa-card__body-content {
    height: 100%;
}

.aa-hubdb-card:hover .aa-button--1 {
    color: var(--white);
    background-color: var(--complementary);
    border-color: var(--complementary);
}

.aa-hubdb-card:hover .aa-button--2 {
    color: var(--primary);
    background-color: transparent;
    border-color: var(--primary);
}

.aa-hubdb-card:hover .aa-button--2 .cta-plus svg {
    fill: var(--complementary);
}

.aa-hubdb-card.hidden {
	display: none;
}

.aa-hubdb-cards__header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 45px;
}

.aa-hubdb-card__tags {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.aa-hubdb-card__tags {
        background-color: var(--light-grey);
    }
}

@media screen and (min-width: 992px) {
	.aa-hubdb-card__tags {
		padding-right: 120px;
	}
}

.aa-hubdb-card__tag {
    display: block;
    cursor: pointer;
    padding: 20px 45px;
    font-family: var(--heading-font);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: var(--primary);
    background-color: var(--light-grey);

    &:hover {
        background-color: var(--complementary);
        color: var(--white);
    }
}

.aa-hubdb-card__tag.is-active {
    background-color: var(--complementary);
    color: var(--white);
}

@media screen and (min-width: 576px) {
    .aa-hubdb-cards.aa-cards--5 .aa-cards__body,
    .aa-hubdb-cards.aa-cards--4 .aa-cards__body {
        column-gap: 25px;
    }
}

@media screen and (min-width: 992px) {
    .aa-hubdb-cards.aa-cards--5 .aa-cards__body,
    .aa-hubdb-cards.aa-cards--4 .aa-cards__body {
        column-gap: 10px;
    }

    .aa-hubdb-cards.aa-cards--4 .aa-card__body {
        padding: 32px 16px;
    }

    .aa-hubdb-cards.aa-cards--5 .aa-card__body {
        padding: 32px 16px;
    }
}

@media screen and (min-width:1460px) {
    .aa-hubdb-cards.aa-cards--4 .aa-card__body {
        padding: 32px;
    }
}



@keyframes cardFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* video styling */

.aa-card-video {
    height: 300px;
}

.aa-card-video .aa-video-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aa-card-video .aa-video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: none;
    margin-left: 0;
    object-fit: cover;
}

.aa-card-video .aa-video-thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 1;
    transition: opacity var(--speed) var(--animation);
    cursor: pointer;
}

.aa-card-video .aa-video-thumbnail:hover {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.aa-card-video .aa-video-thumbnail:hover::before {
    background-image: none;
}

.aa-card-video .aa-video-thumbnail:hover .aa-play {
    bottom: auto;
    right: auto;
}

.aa-card-video .aa-video-thumbnail:hover .aa-play::before {
    border-width: 17.5px 0 17.5px 23px;
    border-color: transparent transparent transparent var(--white);
    transform: none;
    z-index: 100;
    bottom: auto;
    right: auto;
}

@media screen and (min-width: 768px) {
    .aa-card-video .aa-video-thumbnail:hover .aa-play::before {
        border-width: 25px 0 25px 36px;
    }
}

.aa-card-video .aa-video-thumbnail::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(#000,0.2);
}

.aa-card-video .aa-video-thumbnail.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.aa-card-video .aa-video-thumbnail + video {
    visibility: hidden;
}

.aa-card-video .aa-video-thumbnail.is-hidden + video {
    visibility: visible;
}

.aa-card-video .aa-video-thumbnail .aa-play {
    pointer-events: none;
}

.aa-card-video .aa-video-thumbnail .aa-thumbnail-video video {
    height: 100%;
    top: 0;
    left: 0;
}

.aa-card-video .aa-play {
    appearance: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    transition: all ease-in-out 0s;
}

.aa-card-video .aa-play::before {
    position: relative;
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: 2px;
    margin-left: 6px;
    border-style: solid;
    border-width: 17.5px 0 17.5px 23px;
    border-color: transparent transparent transparent var(--white);
    transition: all ease-in-out 0s;
    z-index: 100;
}

@media screen and (min-width: 768px) {
	.aa-card-video .aa-play::before {
		border-width: 25px 0 25px 36px;
	}
}

.aa-card-video .aa-play:hover {
    cursor: pointer;
}

.aa-card-video.aa-card-video--cover {
    height: 100%;
}

.aa-card-video.aa-card-video--cover .aa-video-container {
    height: 100%;
}
/*-----------------------------------*\
  AA - Cases
\*-----------------------------------*/

.aa-cases {
	padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 1460px) {
	.aa-cases {
		padding-left: 0;
        padding-right: 0;
	}
}

.aa-cases .aa-inner {
	max-width: 1440px;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
}

.aa-cases .aa-cases__footer.hidden,
.aa-cases .aa-button.hidden {
	display: none;
}

.aa-cases__header {
	margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
	.aa-cases__header {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.aa-cases__tags {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
	.aa-cases__tags {
		background-color: var(--light-grey);
	}
}

.aa-cases__tag {
    display: block;
    cursor: pointer;
    padding: 20px 45px;
    font-family: var(--heading-font);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: var(--primary);
    background-color: var(--light-grey);
}

.aa-cases__tag:hover {
	background-color: var(--complementary);
	color: var(--white);
}

.aa-cases__tag.is-active {
    background-color: var(--complementary);
    color: var(--white);
}

.aa-cases__body {
	max-width: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
    row-gap: 20px;
}

@media screen and (min-width: 576px) {
	.aa-cases__body {
		grid-template-columns: repeat(2, 1fr);
		max-width: 100%;
		column-gap: 60px;
		row-gap: 60px;
	}
}

@media screen and (min-width: 992px) {
	.aa-cases__body {
		grid-template-columns: repeat(3, 1fr);
	}
}

.aa-cases-card {
	position: relative;
	cursor: pointer;
	max-width: 415px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.aa-cases-card:hover .aa-cases-card__header .readmore-triangle {
	border-bottom: 160px solid var(--white);
	border-left: 160px solid transparent;
}

.aa-cases-card:hover .aa-cases-card__header .readmore-triangle--light {
	border-bottom: 160px solid var(--light-grey);
	border-left: 160px solid transparent;
}

.aa-cases-card:hover .aa-cases-card__header::after {
	opacity: 1;
}

.aa-cases-card:hover .aa-cases-card__header .cta-plus svg {
	transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
	.aa-cases-card {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

a.aa-cases-card {
	text-decoration: none;
}

.aa-cases-card__header {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 480px;
	margin-bottom: 35px;
}

.aa-cases-card__header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/images/website%20v2/card-overlay.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

@media screen and (min-width: 992px) {
	.aa-cases-card__header {
		margin-bottom: 0;
	}
}

.aa-cases-card__header .aa-cases-card__image img {
	width: 100%;
}

.aa-cases-card__header .aa-cases-card__logo {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 8;
	width: 180px;
	height: 180px;
	background-color: var(--white);
	border-radius: 50%;
}

.aa-cases-card__header .aa-cases-card__logo img {
	width: 100px;
}

.aa-cases-card__header .aa-cases-card__logo h3 {
	color: var(--primary);
}

.aa-cases-card__header .cta-plus svg {
	transition: all ease-in-out 0.5s;
	width: 13px;
	height: 13px;
}

.aa-cases__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.aa-cases__footer .aa-button {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 992px) {
	.aa-cases__footer {
		margin-top: 80px;
	}
}

.aa-cases-card {
	display: block;
	animation: cardFadeIn 0.5s ease-in forwards;
}

.aa-cases-card.hidden {
	display: none;
}

@keyframes cardFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*-----------------------------------*\
    Columns
\*-----------------------------------*/

.aa-columns .aa-inner {
    flex-direction: column;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
	.aa-columns {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1460px) {
	.aa-columns .aa-inner {
        margin-right: auto;
        margin-left: auto;
    }
}

.aa-columns__body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .aa-column {
        width: calc(100% / 2);
        padding-left: 0;
        padding-right: 0;
    }
}

.aa-column__body {
    margin-bottom: 40px;
}

.aa-column--text {
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 768px) {
    .aa-column--text {
        max-width: calc(1440px / 12 * 4);
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-column--text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.aa-column--image {
    position: relative;
    min-height: 300px;
    height: 100%;
    width: 100%;
}

.aa-column--image svg {
    position: absolute;
    bottom: -36px;
    left: 20px;
    width: 36px;
    height: 94px;
}

.aa-column--image .image-graphic--right {
    left: auto;
    right: 20px;
}

@media screen and (min-width: 576px) {
    .aa-column--image svg {
        bottom: -29px;
        left: 30px;
        width: 66px;
    }

    .aa-column--image .image-graphic--right {
        left: auto;
        right: 30px;
    }
}

@media screen and (min-width: 768px) {
    .aa-column--image {
        max-width: 50%;
        width: auto;
    }
}

.aa-column--image .image-graphic--none {
    display: none;
}

.aa-columns__body + .aa-columns__body {
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .aa-columns__body:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
    .aa-columns__body:nth-of-type(even) {
        flex-direction: row;
    }
}

/*
* Modifiers
*/

.aa-columns--image-center .aa-columns__body {
    row-gap: 40px;
}

.aa-columns--image-center .aa-columns__body + .aa-columns__body {
    margin-top: 80px;
}

.aa-columns--image-center .aa-column--image {
    align-self: center;
    min-height: 0;
}

.aa-columns--image-center .aa-column--image img {
    margin-left: auto;
    margin-right: auto;
}

.aa-columns--image-center .aa-column--text {
    padding-top: 0;
    padding-bottom: 0;
}

.aa-columns--no-spacing .aa-columns__body + .aa-columns__body {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .aa-columns--image-center .aa-columns__body + .aa-columns__body {
        margin-top: 60px;
    }

    .aa-columns--reversed .aa-columns__body:nth-of-type(odd) {
        flex-direction: row;
    }

    .aa-columns--reversed .aa-columns__body:nth-of-type(even) {
        flex-direction: row-reverse;
    }
}

/*
* Columns Wide
*/

@media screen and (min-width: 768px) {
    .aa-columns--wide {
        padding-right: 0;
        padding-left: 0;
    }
}

.aa-columns--wide .aa-inner {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .aa-columns--wide .aa-inner {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1460px) {
    .aa-columns--wide .aa-inner {
        margin-right: auto;
        margin-left: auto;
    }
}

.aa-columns--wide .aa-column--text {
    max-width: calc(1440px / 12 * 4.5);
    width: 100%;
    padding: 0;
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .aa-columns--wide .aa-column--text {
        margin-left: 60px;
        margin-right: 60px;
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .aa-columns--wide .aa-column--text {
        margin-left: 120px;
        margin-right: 120px;
    }
}

.aa-columns--wide .aa-column--image {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.aa-columns--wide .aa-column--image svg {
    position: absolute;
    bottom: -29px;
    left: 20px;
    width: 36px;
    height: 94px;
}

.aa-columns--wide .aa-column--image img {
    margin-left: 0;
    margin-right: 0;
}

.aa-columns--wide .aa-column--image .image-graphic--right {
    left: auto;
    right: 20px;
}

.aa-columns--wide .aa-column--image .image-graphic--none {
    display: none;
}

@media screen and (min-width: 576px) {
    .aa-columns--wide .aa-column--image svg {
        bottom: -29px;
        left: 30px;
        width: 66px;
    }

    .aa-columns--wide .aa-column--image .image-graphic--right {
        left: auto;
        right: 30px;
    }
}

@media screen and (min-width: 768px) {
    .aa-columns--wide .aa-column--image {
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .aa-columns--basic .aa-columns__body:nth-of-type(odd).aa-bg-none .aa-column--image {
        max-width: 600px;
    }
    
    .aa-columns--basic .aa-columns__body:nth-of-type(odd).aa-bg-none .aa-column--text {
        max-width: calc(1400px / 12 * 5);
            margin-left: 0;
    }

    .aa-columns--basic .aa-columns__body:nth-of-type(even).aa-bg-none .aa-column--image {
        max-width: 600px;
    }
    
    .aa-columns--basic .aa-columns__body:nth-of-type(even).aa-bg-none .aa-column--text {
        max-width: calc(1400px / 12 * 5);
        margin-left: auto;
        margin-right: 0;
    }

    
    .aa-columns--basic.aa-columns--reversed .aa-columns__body:nth-of-type(odd).aa-bg-none .aa-column--image {
        max-width: 600px;
    }
    
    .aa-columns--basic.aa-columns--reversed .aa-columns__body:nth-of-type(odd).aa-bg-none .aa-column--text {
        max-width: calc(1440px / 12 * 5);
        margin-left: auto;
        margin-right: 0;
    }

    .aa-columns--basic.aa-columns--reversed .aa-columns__body:nth-of-type(even).aa-bg-none .aa-column--image {
        max-width: 600px;
    }
    
    .aa-columns--basic.aa-columns--reversed .aa-columns__body:nth-of-type(even).aa-bg-none .aa-column--text {
        max-width: calc(1440px / 12 * 5);
        margin-left: 0;
        margin-right: auto;
    }
}

@media screen and (min-width: 1680px) {
    .aa-columns--basic .aa-columns__body:nth-of-type(odd).aa-bg-none .aa-column--image {
        max-width: 50%;
    }

    .aa-columns--basic .aa-columns__body:nth-of-type(even).aa-bg-none .aa-column--image {
        max-width: 50%;
    }
}
/*-----------------------------------*\
  AA - Contact
\*-----------------------------------*/

.aa-contact-cta {
	position: relative;
	padding-right: var(--padding);
	padding-left: var(--padding);
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.aa-contact-cta-icon {
	position: fixed;
	z-index: 21;
	right: 20px;
	bottom: 100px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	background-color: var(--white);
	border-radius: 50%;
	width: 90px;
	height: 90px;
    display: flex;
    align-items: center;
	justify-content: center;
}

@media screen and (min-width: 992px) {
	.aa-contact-cta-icon {
		right: 60px;
		bottom: 160px;
	}
}

.aa-contact-cta-icon svg {
	width: 50px;
	height: 40px;
}

.aa-contact-cta-icon svg path {
	fill: #00C77B;
}
/*-----------------------------------*\
    AA - Contact
\*-----------------------------------*/

.aa-contact .aa-inner {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.aa-contact .aa-inner {
		flex-direction: row;
		align-items: flex-end;
	}
}

.aa-contact__header {
	position: relative;
	max-width: calc(1440px / 12 * 8);
	width: 100%;
	height: 100%;
	min-height: 450px;
}

.aa-contact__header .image-graphic {
	position: absolute;
	bottom: -29px;
	left: 25px;
	width: 36px;
	height: 94px;
}

@media screen and (min-width: 576px) {
	.aa-contact__header .image-graphic {
		bottom: -29px;
		left: 55px;
		width: 66px;
	}
}

.aa-contact-title {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	position: absolute;
	bottom: 20px;
    right: 20px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 36px;
	line-height: 43px;
}

@media screen and (min-width: 768px) {
	.aa-contact-title {
		bottom: 50px;
		right: 50px;
		font-size: 56px;
		line-height: 63px;
	}
}

.aa-contact__body {
	position: relative;
	max-width: calc(1440px / 12 * 4);
	width: 100%;
	padding-left: 20px;
	padding-top: 60px;
}

@media screen and (min-width: 768px) {
	.aa-contact__body {
		padding-left: 60px;
		padding-top: 450px;
	}
}

.aa-contact__body .phone,
.aa-contact__body .mail {
	font-weight: 700;
	margin-bottom: 0;
}

.aa-contact__body .phone-number {
	margin-bottom: 0;
}

.aa-contact__body .title {
	margin-bottom: 45px;
}

.aa-contact__body a {
	text-decoration: none;
}

.aa-contact__body .mail-container {
	margin-bottom: 30px;
}

/* modifiers */

.aa-contact--reversed .aa-contact__header .image-graphic {
	left: auto;
	right: 25px;
}

.aa-contact--reversed .aa-contact__body {
	padding-right: 20px;
	padding-left: 0;
}

.aa-contact--reversed .aa-contact-title {
	right: auto;
	left: 20px;
}

@media screen and (min-width: 576px) {
	.aa-contact--reversed .aa-contact__header .image-graphic {
		left: auto;
		right: 55px;
	}

	.aa-contact--reversed .aa-contact-title {
		left: 50px;
	}
}

@media screen and (min-width: 768px) {
	.aa-contact--reversed .aa-inner {
		flex-direction: row-reverse;
	}

	.aa-contact--reversed .aa-contact__body {
		padding-right: 60px;
		padding-left: 0;
	}
}
/*-----------------------------------*\
  AA - Employees
\*-----------------------------------*/

.aa-employees {
	padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-employees .aa-inner {
	max-width: 1440px;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
}

.aa-employees__header {
	margin-bottom: 35px;
}

.aa-employees__tags {
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.aa-employees__header {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.aa-employees__tags {
		background-color: var(--light-grey);
	}
}

@media screen and (min-width: 992px) {
	.aa-employees__tags {
		padding-right: 120px;
	}
}

.aa-employees__tag {
    display: block;
    padding: 20px 45px;
    font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: var(--primary);
    background-color: var(--light-grey);
}

.aa-employees__tag:hover {
	background-color: var(--complementary);
	color: var(--white);
}

.aa-employees__tag.is-active {
    background-color: var(--complementary);
    color: var(--white);
}

.aa-employees__body {
	max-width: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	margin-top: 80px;
}

@media screen and (min-width: 576px) {
	.aa-employees__body {
		grid-template-columns: repeat(2, 1fr);
		max-width: 100%;
		column-gap: 30px;
		row-gap: 30px;
	}
}

@media screen and (min-width: 992px) {
	.aa-employees__body {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 100px;
	}
}

@media screen and (min-width: 1460px) {
	.aa-employees__body {
		margin-top: 75px;
		grid-template-columns: repeat(4, 1fr);
		column-gap: 0;
	}
}

.aa-employee-card {
	max-width: 415px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.aa-employee-card {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

a.aa-employee-card {
	text-decoration: none;
}

.aa-employee-card__header {
	position: relative;
	display: flex;
	align-items: center;
	width: 263px;
	height: 263px;
	margin-bottom: 35px;
	filter: drop-shadow(0px 14px 24px rgba(#000000,0.15));
}

.aa-employee-card__header .aa-employee-card__image {
	position: relative;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	overflow: hidden;
	max-width: 250px;
	width: 100%;
}

.aa-employee-card__header .aa-employee-card__image img {
	width: 100%;
}

.aa-employee-card__header .aa-employee-card__image__bg {
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	width: 263px;
	height: 263px;
}

.aa-employee-card__header .aa-employee-card__image__bg img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.aa-employee-card__header {
		margin-bottom: 0;
	}
}

.aa-employee-card__body {
	margin-top: 40px;
	text-align: center;
}

.aa-employee-card__body h3 {
	margin-bottom: 0;
}

.aa-employee-card__body h3:last-of-type {
	margin-bottom: 20px;
}

.aa-employee-card__body h6 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

.aa-employee-card__body a {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: var(--complementary);
	font-weight: bold;
	font-family: var(--heading-font);
}

.aa-employee-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	animation: cardFadeIn 0.5s ease-in forwards;
}

.aa-employee-card.hidden {
	display: none;
}

@keyframes cardFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.aa-employees__selector select {
	cursor: pointer;
	width: 100%;
	appearance: none;
	outline: none;
	border: 1px solid var(--complementary);
	background: var(--complementary);
	padding: 20px;
	padding-right: 60px;
	box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	color: var(--white);
	text-align: center;
	font-family: var(--heading-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

.aa-employees__selector select:active,
.aa-employees__selector select:focus,
.aa-employees__selector select:focus-within {
	border: 1px solid var(--complementary);
	outline: none;
}

/* modifiers */

.aa-employees--select .aa-employees__header {
	align-items: center;
	justify-content: flex-start;
}

.aa-employees--select .aa-employees__selector-title {
	margin-bottom: 10px;
	margin-top: 30px;
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

@media screen and (min-width: 768px) {
	.aa-employees--select .aa-employees__selector-title {
		margin-left: auto;
		margin-bottom: 0;
		margin-top: 0;
		margin-right: 20px;
	}

	.aa-employees--select .aa-employees__selector {
		display: flex;
		align-items: center;
	}
}

.aa-employees--select .aa-employees__selector {
	position: relative;
}

.aa-employees--select .aa-employees__selector::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='14' r='11' fill='white'/%3E%3Cpath d='M10.705 13L13 15.4723L15.295 13L16 13.7611L13 17L10 13.7611L10.705 13Z' fill='%2300C77B'/%3E%3C/svg%3E");
}
/*-----------------------------------*\
  AA - Feature list
\*-----------------------------------*/

.aa-feature-list {
	padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-feature-list .aa-inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.aa-feature-list .aa-content {
	display: flex;
	justify-content: center;
	width: 100%;
}

.aa-feature-list__header {
	position: relative;
	max-width: calc(1440px / 12 * 4);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.aa-feature-list__header {
		margin-bottom: 60px;
	}
}

.aa-feature-list__body {
	width: 100%;
	overflow-x: scroll;
}

@media screen and (min-width: 768px) {
	.aa-feature-list__body {
		overflow-x: initial;
	}
}

.aa-feature-boxes {
	display: flex;
}

.aa-feature-boxes:nth-of-type(even) .aa-feature-box {
	background-color: #F8F8F8;
}

.aa-feature-boxes:first-of-type .aa-feature-box {
	padding-top: 25px;
	padding-bottom: 25px;
}

.aa-feature-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-width: 150px;
	text-align: center;
	max-width: 450px;
	border-right: 1px solid rgba(#7F97A8, 0.3);
	border-bottom: 1px solid rgba(#7F97A8, 0.3);
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: var(--heading-font);
	font-size: 21px;
	line-height: 24px;
}

@media screen and (min-width: 992px) {
	.aa-feature-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.aa-feature-box :last-of-type {
	border-right: none;
}

.aa-feature-box svg {
	width: 21px;
	height: 21px;
}

.aa-feature-box span {
	display: block;
}

.aa-feature-box--text {
	min-width: 350px;
	max-width: 450px;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	text-align: initial;
	padding-left: 20px;
	padding-right: 20px;
	background-color: var(--white);
}

.aa-feature-box--text--arial {
	font-family: var(--body-font);
}
/*-----------------------------------*\
    AA - Features
\*-----------------------------------*/

.aa-features {
	padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 1460px) {
	.aa-features {
		padding-left: 0;
		padding-right: 0;
	}
}

.aa-features .aa-inner {
	max-width: 1440px;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
}

.aa-features__header {
	max-width: calc(1440px / 12 * 7);
	margin-bottom: 40px;
}

.feature-border {
	max-width: 415px;
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	width: 100%;
	background-image: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/images/website%20v2/feature-border.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.aa-features__body {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
}

.aa-features-card {
	position: relative;
	cursor: pointer;
	max-width: 415px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.aa-features-card:hover .aa-features-card__header .aa-features-card__readmore {
	opacity: 1;
}

.aa-features-card:hover .aa-features-card__header .readmore-triangle {
	border-bottom: 160px solid var(--white);
	border-left: 160px solid transparent;
}

.aa-features-card:hover .aa-features-card__header .readmore-triangle--light {
	border-bottom: 160px solid var(--light-grey);
	border-left: 160px solid transparent;
}

.aa-features-card:hover .aa-features-card__header::after {
	opacity: 1;
}

.aa-features-card:hover .aa-features-card__header .cta-plus svg {
	transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
	.feature-border {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.aa-features__body {
		grid-template-columns: repeat(3, 1fr);
		max-width: 100%;
		column-gap: 0;
		row-gap: 45px;
	}

	.aa-features-card {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

a.aa-features-card {
	text-decoration: none;
}

.aa-features-card__header {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 510px;
	margin-bottom: 15px;
}

.aa-features-card__header .aa-features-card__image img {
	width: 100%;
}

.aa-features-card__header .cta-plus svg {
	transition: all ease-in-out 0.5s;
	width: 13px;
	height: 13px;
}

.aa-features-card__header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/images/website%20v2/card-overlay.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.aa-features-card__header .aa-features-card__readmore {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: opacity ease-in-out 0.3s;

	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	color: var(--white);
}

.aa-features-card__content__inner {
	padding-top: 0;
	padding-bottom: 30px;
	color: var(--charcoal);
	padding-right: var(--padding);
	padding-left: var(--padding);
}

.aa-features-card__content__inner .aa-subheading {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

@media screen and (min-width: 992px) {
	.aa-features-card__header {
		margin-bottom: 0;
		height: 510px;
	}

	.aa-features-card__content__inner {
		padding-top: 30px;
		padding-bottom: 0;
		padding-right: 35px;
		padding-left: 35px;
	}
}

/* Layout modifiers */
@media screen and (min-width: 992px) {
	.aa-features--2 .aa-features__body {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.aa-features--3 .aa-features__body {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.aa-features--4 .aa-features__body {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* No link modifiers */

.aa-features-card--no-link {
	cursor: initial;
}

.aa-features-card--no-link .aa-features-card__header .cta-plus svg {
	display: none;
}

.aa-features-card--no-link .aa-features-card__header::after {
	content: none;
	display: none;
}

.aa-features-card--no-link .aa-features-card__header .aa-features-card__readmore {
	display: none;
}
/*-----------------------------------*\
    AA - Focus box
\*-----------------------------------*/

.aa-focus-box {
    position: relative;
    min-height: 650px;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 1460px) {
	.aa-focus-box {
		padding-left: 0;
        padding-right: 0;
	}
}


.aa-focus-box .aa-inner {
    align-items: center;
}

.aa-focus-box__header,
.aa-focus-box__body {
    margin-bottom: 20px;
}

.aa-focus-box__header:last-child,
.aa-focus-box__body:last-child {
    margin-bottom: 0;
}

/* modifiers */

.aa-focus-box.aa-bg-overlay-gradient--primary:before {
    background: linear-gradient(90deg, var(--primary) 25.55%, rgba(var(--primary-rgb), 0.7) 100%);
}

.aa-focus-box.aa-bg-overlay-gradient--secondary:before {
    background: linear-gradient(90deg, var(--secondary) 25.55%, rgba(var(--secondary-rgb), 0.7) 100%);
}

.aa-focus-box.aa-bg-overlay-gradient--secondary-b:before {
    background: linear-gradient(90deg, var(--secondary-b) 25.55%, rgba(var(--secondary-b-rgb), 0.7) 100%);
}

.aa-focus-box.aa-bg-overlay-gradient--complementary:before {
    background: linear-gradient(90deg, var(--complementary) 25.55%, rgba(var(--complementary-rgb), 0.7) 100%);
}

.aa-focus-box.aa-bg-overlay-gradient--light:before {
    background: linear-gradient(90deg, var(--light) 25.55%, rgba(var(--light-rgb), 0.7) 100%);
}

.aa-focus-box.aa-bg-overlay-gradient--dark:before {
    background: linear-gradient(90deg, var(--dark) 25.55%, rgba(var(--dark-rgb), 0.7) 100%);
}

.aa-focus-box.aa-bg-overlay-gradient--white:before {
    background: linear-gradient(90deg, var(--white) 25.55%, rgba(var(--white-rgb), 0.7) 100%);
}
/*-----------------------------------*\
    AA - Form
\*-----------------------------------*/

.aa-form__column:first-of-type {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .aa-form .aa-content {
        display: flex;
        flex-direction: row;
    }

    .aa-form__column {
        width: calc(100% / 2);
    }

    .aa-form__column:first-of-type {
        margin-bottom: 0;
        padding-right: 20px;
    }
}

.aa-form__column__inner {
    width: 100%;
}

.aa-form__header {
    margin-bottom: 20px;
}

.aa-form--one-column .aa-form__column:first-of-type {
    padding-right: 0;
}

.aa-form--one-column .aa-form__column__inner {
    width: 100%;
}

.aa-form--one-column .aa-content {
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .aa-form__column__inner {
        max-width: calc(1440px / 12 * 4);
        margin-left: auto;
        margin-right: auto;
    }

    .aa-form__header {
        margin-bottom: 30px;
    }

    .aa-form--one-column .aa-form__column:first-of-type {
        padding-right: 0;
    }

    .aa-form--one-column .aa-form__column__inner {
        max-width: calc(1440px / 12 * 6);
    }
}
/*-----------------------------------*\
    AA - Hero Front
\*-----------------------------------*/

.aa-hero-front {
	padding-left: 0;
	padding-right: 0;
}

.aa-hero-front .aa-inner {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.aa-hero-front__header {
	max-width: 1440px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--padding);
    padding-right: var(--padding);
}

@media only screen and (min-width: 768px) {
	.aa-hero-front__header {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 992px) {
	.aa-hero-front__header {
		margin-bottom: -100px;
		position: relative;
		z-index: 9;
	}
}

@media only screen and (min-width: 1460px) {
	.aa-hero-front__header {
		padding-left: 0;
		padding-right: 0;
	}
}

.aa-hero-front__body {
	position: relative;
}

.aa-hero-front__body::before {
	content: none;
}

.aa-hero-front__body .aa-bg-image-container {
	position: relative;
	height: 350px;
}

@media only screen and (min-width: 768px) {
	.aa-hero-front__body {
		height: 650px;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.aa-hero-front__body::before {
		content: "";
	}

	.aa-hero-front__body .aa-bg-image-container {
		height: 100%;
		position: absolute;
	}
}

.aa-hero-front__social {
	display: flex;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: var(--white);
}

a.aa-hero-front__social-link {
	margin-right: 30px;
	color: var(--primary);
	font-family: var(--heading-font);
	text-decoration: none;
}

a.aa-hero-front__social-link:last-of-type {
	margin-right: 0;
}

a.aa-hero-front__social-link:hover {
	color: var(--complementary);
}

.aa-hero-front__social--light a.aa-hero-front__social-link:hover {
	color: var(--complementary) !important;
}

@media only screen and (min-width: 768px) {
	.aa-hero-front__social {
		background-color: transparent;
		justify-content: start;
		padding-top: 15px;
		padding-bottom: 15px;
		position: absolute;
		z-index: 10;
		right: -50px;
		top: 40%;
		transform: translateY(-50%) rotate(90deg);
	}

	a.aa-hero-front__social-link {
		margin-right: 100px;
	}

	.aa-hero-front__social--light a.aa-hero-front__social-link {
		color: var(--light);
	}
}

.aa-hero__social--light a.aa-hero__social-link:hover {
	color: var(--complementary);
}

.aa-hero-front__boxes {
	max-width: calc(1440px / 12 * 7);
	width: 100%;
}

.aa-hero-front__box {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 210px;
	padding: 35px;
}

@media only screen and (min-width: 768px) {
	.aa-hero-front__boxes {
		position: relative;
		z-index: 8;
		display: flex;
		justify-content: flex-end;
		height: 210px;
	}

	.aa-hero-front__box {
		max-width: 280px;
	}
}

a.aa-hero-front__box {
	cursor: pointer;
	color: var(--white);
	text-decoration: none;
}

a.aa-hero-front__box .cta-plus svg {
	fill: var(--white);
	transition: all ease-in-out 0.3s;
}

a.aa-hero-front__box .aa-hero-front__box__title {
	margin-bottom: 10px;
}

a.aa-hero-front__box .aa-hero-front__box-readmore {
	text-transform: uppercase;
}

a.aa-hero-front__box:hover {
	color: var(--white);
}

a.aa-hero-front__box:hover .cta-plus svg {
	transform: rotate(-90deg);
}

a.aa-hero-front__box1 {
	background-color: rgba(var(--complementary), 0.8);
}

a.aa-hero-front__box2 {
	background-color: var(--primary);
}

a.aa-hero-front__box3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

	.aa-hero-front__box-play {
		position: relative;
		z-index: 10;
	}

	.aa-bg-image-container {
		height: 100%;
		position: absolute;
	}
}
/*-----------------------------------*\
  AA - Hero
\*-----------------------------------*/

.aa-hero {
    position: relative;
	padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-hero .aa-inner {
	position: relative;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	flex-direction: column;
}

.aa-hero .image-graphic {
	position: absolute;
	bottom: -29px;
	right: 25px;
	width: 36px;
	height: 94px;
}

@media screen and (min-width: 576px) {
	.aa-hero .image-graphic {
		bottom: -29px;
		right: 60px;
		width: 66px;
	}
}

@media screen and (min-width: 1460px) {
	.aa-hero {
		padding-left: 0;
        padding-right: 0;
	}
}

.aa-hero__social {
	display: flex;
	justify-content: center;
	padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
	background-color: transparent;
}

@media screen and (min-width: 992px) {
	.aa-hero__social {
		background-color: transparent;
		justify-content: start;
		position: absolute;
		z-index: 10;
		right: -60px;
		top: 50%;
        transform: translateY(-50%) rotate(90deg);
        margin-top: 0;
	}
}

@media screen and (min-width: 1200px) {
	.aa-hero__social {
		right: 0;
	}
}

a.aa-hero__social-link {
	margin-right: 30px;
	color: var(--primary);
	font-family: var(--heading-font);
	text-decoration: none;
}

a.aa-hero__social-link:last-of-type {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	a.aa-hero__social-link {
		margin-right: 65px;
	}
}

.aa-hero__social--light a.aa-hero__social-link {
	color: var(--light);
}

.aa-hero__header,
.aa-hero__body {
    margin-bottom: 30px;
}

.aa-hero__header:last-child,
.aa-hero__body:last-child {
    margin-bottom: 0;
}
/*-----------------------------------*\
    AA - hubdb cta
\*-----------------------------------*/

.aa-hubdb-cta .aa-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
}

.aa-hubdb-cta__content,
.aa-hubdb-cta__image {
	width: 100%;
}

.aa-hubdb-cta__content {
	margin-bottom: 30px;
}

.aa-hubdb-cta__content h1,
.aa-hubdb-cta__content h2,
.aa-hubdb-cta__content h3,
.aa-hubdb-cta__content h4,
.aa-hubdb-cta__content h5,
.aa-hubdb-cta__content h6 {
	margin-bottom: 10px;
}

.aa-hubdb-cta__image img,
.aa-hubdb-cta__image video {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.aa-hubdb-cta__body {
		display: flex;
		align-items: center;
	}

	.aa-hubdb-cta__content,
	.aa-hubdb-cta__image {
		max-width: 50%;
	}

	.aa-hubdb-cta__content {
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 60px;
	}
}

@media screen and (min-width: 1200px) {
	.aa-hubdb-cta__content {
		padding-left: 0px;
		padding-right: 120px;
	}
}

/* modifiers */

.aa-hubdb-cta--small {
	.aa-inner {
        max-width: calc(1440px / 12 * 8);
    }
}

.aa-hubdb-cta--medium {
	.aa-inner {
        max-width: calc(1440px / 12 * 10);
    }
}
/*-----------------------------------*\
  AA - Icon cards
\*-----------------------------------*/

.aa-icon-cards .aa-inner {
	flex-direction: column;
	max-width: 1440px;
}

.aa-icon-cards__header {
	position: relative;
	padding-bottom: calc(60px + 13px);
}

.aa-icon-cards__header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 32px;
	z-index: 12;
	width: 1px;
	height: 60px;
	background: var(--primary);
}

.aa-icon-cards-image {
	min-width: 220px;
}

.aa-icon-cards-image img {
	min-width: 220px;
}

.aa-icon-cards-content {
	text-align: center;
}

.aa-icon-cards__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width: 576px) {
	.aa-icon-cards__header::after {
		left: 43px;
	}
}

@media screen and (min-width: 992px) {
	.aa-icon-cards__header {
		padding-bottom: calc(122px + 25px);
	}

	.aa-icon-cards__header::after {
		bottom: 22px;
		left: 50%;
		transform: translateX(-50%);
		height: 100px;
	}

	.aa-icon-cards-image img {
		margin: 0 auto;
	}

	.aa-icon-cards__body {
		flex-direction: row;
	}
}

.aa-icon-card {
	position: relative;
	width: 100%;
	padding-top: 35px;
	text-align: center;
	padding-left: 90px;
	padding-right: 16px;
	padding-bottom: 45px;
	padding-top: 45px;
	text-decoration: none !important;
	color: var(--dark) !important;
}

.aa-icon-card .aa-icon-card-subtitle,
.aa-icon-card .aa-icon-card-title {
	margin-bottom: 25px;
}

.aa-icon-card .aa-icon-card-subtitle {
	display: block;
	color: var(--complementary);
	margin-top: 25px;
}

.aa-icon-card::before {
	content: "";
	position: absolute;
	z-index: 12;
	top: 50%;
	left: 32px;
	transform: translateX(0) translateY(-50%);
	width: 43px;
	height: 1px;
	border-bottom: 1px solid var(--primary);
}

.aa-icon-card::after {
	content: "";
	position: absolute;
	z-index: 12;
	top: 0;
	left: 32px;
	width: 1px;
	height: 100%;
	border-left: 1px solid var(--primary);
}

.aa-icon-card:last-child::after {
	height: 50%;
	border-left: 1px dashed var(--primary);
}

.aa-icon-card:last-child::before {
	border-left: 1px dashed var(--primary);
	border-bottom: 1px dashed var(--primary);
}

.aa-icon-card .aa-icon-card-2last::before {
	content: "";
	position: absolute;
	z-index: 12;
	top: 0;
	left: 32px;
	width: 1px;
	height: 50%;
	border-left: 1px solid var(--primary);
}

.aa-icon-card .aa-icon-card-2last::after {
	content: "";
	position: absolute;
	z-index: 12;
	top: calc(50%);
	left: 32px;
	width: 1px;
	height: 50%;
	border-left: 1px dashed var(--primary);
}


.aa-icon-card .second-box-wrapper svg {
	height: 22px;
	width: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
	.aa-icon-card::before {
		left: 43px;
	}

	.aa-icon-card::after {
		left: 43px;
	}

	.aa-icon-card .aa-icon-card-2last::before {
		left: 43px;
	}

	.aa-icon-card .aa-icon-card-2last::after {
		left: 43px;
	}
}

@media screen and (min-width: 992px) {
	.aa-icon-card {
		padding-left: 45px;
		padding-right: 45px;
		padding-bottom: 0;
		padding-top: 45px;
	}

	.aa-icon-card::before {
		top: -22px;
		width: 1px;
		height: 31px;
		left: 50%;
		transform: translateX(-50%) translateY(0);
		border-left: 1px solid var(--primary);
		border-bottom: none;
	}

	.aa-icon-card::after {
		width: 100%;
		height: 1px;
		left: 0;
		top: -22px;
		border-bottom: 1px solid var(--primary);
		border-left: none;
	}

	.aa-icon-card:first-child::after {
		width: 50%;
		left: 50%;
	}

	.aa-icon-card:last-child::after {
		border-left: none;
		width: 49.5%;
		height: 1px;
		left: -0.5%;
		right: 0;
		border-bottom: 1px dashed var(--primary);
		border-left: none;
	}

	.aa-icon-card:last-child::before {
		border-bottom: none;
	}

	.aa-icon-card .aa-icon-card-2last::before {
		left: 0;
		top: -22px;
		width: 50%;
		height: 1px;
		border-bottom: 1px solid var(--primary);
	}

	.aa-icon-card .aa-icon-card-2last::after {
		top: -22px;
		left: 50%;
		width: 50%;
		height: 1px;
		border-bottom: 1px dashed var(--primary);
	}
}

.first-box-wrapper .aa-icon-card-image,
.second-box-wrapper .aa-icon-card-image {
	margin: 0 auto;
	width: 80px;
	height: 80px;
}

.first-box-wrapper .aa-icon-card-image img,
.second-box-wrapper .aa-icon-card-image img {
	transition: transform ease-in-out 0.2s;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

a.first-box-wrapper,
a.second-box-wrapper {
	color: var(--dark);
}

a.first-box-wrapper:hover .aa-icon-card-image img ,
a.second-box-wrapper:hover .aa-icon-card-image img  {
	transform: scale(1.075);
}

.aa-icon-card--special::after {
	display: none;
}
/*-----------------------------------*\
  Image
\*-----------------------------------*/

.aa-image .aa-content-width--wide {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.aa-image img {
    width: 100%;
}

@media screen and (min-width: 922px) {
	.aa-image .aa-content-width--narrow {
        max-width: calc(1440px / 12 * 8);
    }

    .aa-image .aa-content-width--normal {
        max-width: calc(1440px / 12 * 10);
    }
}

@media screen and (min-width: 1460px) {
	.aa-image .aa-content-width--wide {
        max-width: 100%;
    }
}

.aa-image .aa-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.aa-image .aa-content .image-graphic {
    position: absolute;
    bottom: -29px;
    right: 25px;
    width: 36px;
    height: 94px;
}

@media screen and (min-width: 576px) {
	.aa-image .aa-content .image-graphic {
        bottom: -29px;
        right: 85px;
        width: 66px;
	}
}
/*-----------------------------------*\
    AA - Info Numbers
\*-----------------------------------*/

.aa-info-numbers .aa-inner {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

.aa-info-numbers__body {
    width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	text-align: center;
}

.aa-info-number__text {
	margin-bottom: 45px;
}

.aa-info-number__item {
	width: 100%;
}

.aa-info-number__item .aa-info-number__content {
	font-size: 84px;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: -5px;
}

@media screen and (min-width: 576px) {
	.aa-info-numbers__body {
		grid-template-columns: repeat(2, 1fr);
		max-width: 100%;
		column-gap: 25px;
		row-gap: 25px;
		text-align: initial;
	}

	.aa-info-number__text {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.aa-info-number__item .aa-info-number__content {
		font-size: 124px;
		line-height: 120px;
	}
}

@media screen and (min-width: 1200px) {
	.aa-info-numbers__body {
		grid-template-columns: repeat(4, 1fr);
	}
}
.aa-logo-wall .aa-inner {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.aa-logo-wall .aa-content {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.aa-logo-wall__header {
	text-align: center;
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.aa-logo-wall__header {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 1460px) {
	.aa-logo-wall__header {
		padding-bottom: 64px;
	}
}

.aa-logo-wall__header .aa-title {
	color: var(--primary);
}

.aa-logo-wall__body {
    width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 40px;
}

@media screen and (min-width: 768px) {
	.aa-logo-wall__body {
		max-width: 100%;
		column-gap: 25px;
	}
}

@media screen and (min-width: 1200px) {
	.aa-logo-wall__body {
		grid-template-columns: repeat(8, 1fr);
	}
}

.aa-logo-item img {
	max-width: 160px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	filter: grayscale(100%);
	transition: all ease-in-out 0.3s;
}

.aa-logo-item:hover img {
	transform: scale(1.15);
	filter: grayscale(0);
}

a.aa-logo-item {
	cursor: pointer;
}
/*-----------------------------------*\
    AA - Panels
\*-----------------------------------*/

.aa-panels {
    padding-left: 0;
    padding-right: 0;
}

.aa-panels__inner {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .aa-panels__inner {
        flex-direction: row;
    }
}

.aa-panels__header,
.aa-panels__body {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-left: var(--padding);
    padding-right: var(--padding);
    padding-bottom: 80px;
}

.aa-panels__header-content {
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .aa-panels__header,
    .aa-panels__body {
        padding-top: 200px;
        padding-bottom: 120px;
    }

    .aa-panels__header-content {
        max-width: calc(1440px / 12 * 4);
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .aa-panels__header,
    .aa-panels__body {
        padding-top: 200px;
        padding-bottom: 120px;
    }

    .aa-panels__header-content {
        max-width: 550px;
        margin-right: 80px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-panels__header,
    .aa-panels__body {
        padding-left: 0;
        padding-right: 0;
    }
}

.aa-panels__body {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
}

.aa-panels__body-content {
    position: relative;
    z-index: 2;
    background-color: var(--white);
}

@media screen and (min-width: 576px) {
    .aa-panels__body-content {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}

.aa-panels__form {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 32px 16px;
    width: 100%;

    color: var(--black);
    background-color: var(--white);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 922px) {
	.aa-panels__form {
        padding: 60px 50px;
	}
}

.aa-panels__form .hs-form input[type=submit] {
    width: 100%;
}

.aa-panels__form .aa-panels__form__header {
    margin-bottom: 20px;
    text-align: center;
    color: var(--black);
}

.aa-panels__form .hs-form,
.aa-panels__form .hs-form-field,
.aa-panels__form .hs-form .hs-richtext p {
    color: var(--black);
}

/* Custom checkbox */

.aa-panels__form .aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox,
.aa-panels__form .aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-checkbox,
.aa-panels__form ul.inputs-list li.hs-form-booleancheckbox {
    margin: 16px 0;
}

.aa-panels__form .aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label,
.aa-panels__form .aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-checkbox label,
.aa-panels__form ul.inputs-list li.hs-form-booleancheckbox label {
    position: relative;
    display: flex;
}

.aa-panels__form .aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required),
.aa-panels__form .aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required),
.aa-panels__form ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required),
.aa-panels__form ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required) {
    display: inline-block;
    margin-left: 30px;
    margin-right: 16px;
}

.aa-panels__form .aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label input,
.aa-panels__form .aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label input,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-checkbox label input,
.aa-panels__form ul.inputs-list li.hs-form-booleancheckbox label input {
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.aa-panels__form .aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::before,
.aa-panels__form .aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::before,
.aa-panels__form ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::before {
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border: 1px solid var(--primary);
    border-radius: 2px;
    background-size: 100% 1px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.aa-panels__form .aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::after,
.aa-panels__form .aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::after,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-checkbox label span:not(.hs-form-required)::after,
.aa-panels__form ul.inputs-list li.hs-form-booleancheckbox label span:not(.hs-form-required)::after {
    content: "";
    height: 14px;
    width: 14px;
    border: 1px solid var(--primary);
    border-radius: 2px;
    left: 3px;
    opacity: 0;
    position: absolute;
    background: var(--primary);
    top: 3px;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

.aa-panels__form .aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span:not(.hs-form-required)::after,
.aa-panels__form .aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label input:checked + span:not(.hs-form-required)::after,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span:not(.hs-form-required)::after,
.aa-panels__form ul.inputs-list li.hs-form-booleancheckbox label input:checked + span:not(.hs-form-required)::after {
    opacity: 1;
}

.aa-panels__form .aa-content-color--dark ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span:not(.hs-form-required)::after,
.aa-panels__form .aa-content-color--dark ul.inputs-list li.hs-form-booleancheckbox label input:focus + span:not(.hs-form-required)::after,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span:not(.hs-form-required)::after,
.aa-panels__form ul.inputs-list li.hs-form-booleancheckbox label input:focus + span:not(.hs-form-required)::after {
    outline: 3px solid transparent;
}

 /* Custom radio button */

.aa-panels__form .aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-radio {
    margin: 16px 0;
}

.aa-panels__form .aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label {
    position: relative;
}

.aa-panels__form .aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span {
    display: inline-block;
    margin-left: 30px;
    margin-right: 16px;
}

.aa-panels__form .aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input {
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.aa-panels__form .aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span::before,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span::before {
    border: 1px solid;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 50%;
}

.aa-panels__form .aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span::after,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label span::after {
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    position: absolute;
    background-color: var(--white);
    top: 3px;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--white);
}

.aa-panels__form .aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after  {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.aa-panels__form .aa-bg-image .aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input:focus + span::after,
.aa-panels__form ul.inputs-list.multi-container li.hs-form-radio label input:focus + span::after  {
    outline: 3px solid transparent;
}
/*-----------------------------------*\
    AA - Pricing
\*-----------------------------------*/

.aa-pricing {
	padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 1460px) {
	.aa-pricing {
		padding-left: 0;
        padding-right: 0;
	}
}

.aa-pricing .aa-inner {
	max-width: 1440px;
	margin: 0 auto;
}

.aa-pricing__body {
	width: 100%;
}

.aa-pricing-card {
	display: flex;
	max-width: 100%;
    width: 100%;
    background-color: var(--white);
	border: 1px solid var(--light-grey);
	transition: all var(--speed) var(--animation);
	margin-bottom: 15px;
}

.aa-pricing-card:last-of-type {
	margin-bottom: 0;
}

.aa-pricing-card--active {
	box-shadow: 0px 14px 34px 0px #0000001A;
	background-color: #F8F8F8;
}

@media screen and (min-width: 576px) {
	.aa-pricing__body {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.aa-pricing-card {
		max-width: 48%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.aa-pricing__body {
		display: flex;
		justify-content: flex-start;
		gap: 15px;
	}

	.aa-pricing-card {
		max-width: 31%;
	}

	.aa-pricing-card--active {
		transform: scale(1.10);
	}

	.aa-pricing-card--active .aa-pricing-card__content {
		transform: scale(0.88);
	}
}

.aa-featured-price {
	max-width: 45px;
}

.aa-featured-price img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.aa-pricing-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 335px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	padding-bottom: 45px;
}

.aa-pricing-card__icon {
	width: 75px;
	height: 75px;
	margin-bottom: 15px;
}

.aa-pricing-card__icon img {
	height: 100%;
	width: 100%;
}

.aa-pricing-card__title {
	text-align: center;
	margin-bottom: 50px;
}

.aa-pricing-card__price-wrapper {
	margin-bottom: 25px;
}

.aa-pricing-card__price-wrapper p {
	text-align: center;
}

.aa-pricing-card__price {
	display: flex;
	align-items: flex-end;
	font-family: var(--heading-font);
	color: var(--complementary);
}

.aa-pricing-card__price span {
	margin-bottom: 10px;
}

.aa-pricing-card__price span:first-of-type {
	margin-right: 5px;
}

.aa-pricing-card__list {
	width: 100%;
}

.aa-pricing-card__list-item {
	display: flex;
	align-items: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	border-bottom: 1px solid var(--light-grey);
}

.aa-pricing-card__list-item:last-of-type {
	border-bottom: none;
}

.aa-pricing-card__list-item svg {
	margin-right: 15px;
}

.aa-pricing-card__cta {
	padding-top: 40px;
}

@media screen and (min-width: 992px) {
	.aa-pricing-card__cta {
		padding-top: 50px;
	}
}

@media screen and (min-width: 1460px) {
	.aa-pricing-card__cta {
		padding-top: 64px;
	}
}

/* Modifiers for layout */

@media screen and (min-width: 992px) {
	.aa-pricing--2 .aa-cards__body .aa-pricing-card ,
	.aa-pricing--2 .aa-pricing__body--center .aa-pricing-card ,
	.aa-pricing--2 .aa-pricing__body--left .aa-pricing-card {
		max-width: 48% !important;
	}

	.aa-pricing--3 .aa-cards__body .aa-pricing-card ,
	.aa-pricing--3 .aa-pricing__body--center .aa-pricing-card ,
	.aa-pricing--3 .aa-pricing__body--left .aa-pricing-card {
		max-width: 31%;
	}

	.aa-pricing--4 .aa-cards__body .aa-pricing-card ,
	.aa-pricing--4 .aa-pricing__body--center .aa-pricing-card ,
	.aa-pricing--4 .aa-pricing__body--left .aa-pricing-card {
		max-width: 24%;
	}

	.aa-pricing__body--center {
		justify-content: center;
	}
}
/*-----------------------------------*\
    Quote
\*-----------------------------------*/
.aa-quote .aa-inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 576px) {
    .aa-quote .aa-inner {
        flex-direction: row;
    }
}

.aa-quote__header {
    position: relative;
    max-width: 720px;
    min-width: 300px;
    width: 100%;
    margin-bottom: 60px;
}

.aa-quote__header svg {
    position: absolute;
    bottom: -29px;
    right: 20px;
    width: 46px;
    height: 74px;
}

@media screen and (min-width: 576px) {
    .aa-quote__header {
        margin-bottom: 0;
    }

    .aa-quote__header svg {
        bottom: -29px;
        right: 30px;
        width: 66px;
        height: 94px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-quote__header {
        max-width: 960px;
    }
}

.aa-quote__body {
    max-width: calc(1440px / 12 * 6);
}

.aa-quote__body  blockquote {
    padding-bottom: 40px;
    margin: 0;
}

.aa-quote__name {
    color: var(--complementary);
}

@media screen and (min-width: 576px) {
    .aa-quote__body {
        padding-left: 60px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    .aa-quote__body  blockquote {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .aa-quote__body {
        padding-left: 120px;
    }

    .aa-quote__body  blockquote {
        padding-bottom: 64px;
    }
}

/* modifiers */

@media screen and (min-width: 576px) {
    .aa-quote--reversed .aa-inner {
        flex-direction: row-reverse;
    }

    .aa-quote--reversed .aa-quote__body {
        padding-right: 60px;
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) {
    .aa-quote--reversed .aa-inner {
        margin-right: 120px;
        margin-left: auto;
    }
}

@media screen and (min-width: 1200px) {
    .aa-quote--reversed .aa-quote__body {
        padding-right: 120px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1460px) {
    .aa-quote--reversed .aa-inner {
        margin-right: auto;
    }
}
/*-----------------------------------*\
  AA - Slider
\*-----------------------------------*/

.aa-slider {
	padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-slider .aa-inner {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	flex-direction: column;
}

.aa-slider .splide__list {
	width: 100%;
}

.aa-slider .splide__list li {
	width: 100%;
	list-style: none;
}

.aa-slider .splide__slide {
	max-width: 100%;
	width: 100%;
	transform: none !important;
	transition: opacity 3s cubic-bezier(0.42, 0.65, 0.27, 0.99) 0s;
}

.aa-slider button:disabled svg {
	fill: var(--light-grey);
}

.aa-slider .splide__arrow {
	background: none;
}

.aa-slider .splide__arrows {
	display: flex;
	align-items: center;
	width: 180px;
	padding: 40px;
	background-color: var(--white);
}

@media screen and (min-width: 992px) {
	.aa-slider .splide__arrows {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

@media screen and (min-width: 1460px) {
	.aa-slider .splide__arrows {
		width: 260px;
		padding: 55px;
	}
}

.aa-slider .splide__arrows svg {
	fill: var(--black);
}

.aa-slider .splide__arrow--prev,
.aa-slider .splide__arrow--next {
	position: relative;
	display: block;
	right: auto;
	left: auto;
	top: auto;
	opacity: 1;
	transform: translate(0);
}

.aa-slider .splide__arrow--next svg {
	margin-top: 5px;
}

.aa-slider .splide__arrow--prev {
	transform: rotate(180deg);
}

.aa-slider .splide__arrow-divider {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aa-slider .splide__arrow-divider rect {
	fill:var(--complementary);
}

.aa-slide {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	max-width: 100%;
	position: relative;
	list-style: none;
}

.aa-slide__inner {
	padding: 40px 20px;
	padding-top: 150px;
}

@media screen and (min-width: 576px) {
	.aa-slide__inner {
		padding: 60px 40px;
		padding-top: 210px;
	}
}

.aa-slide__content {
	max-width: 680px;
	position: relative;
	z-index: 8;
	padding: 20px;
	background-color: var(--white);
}

@media screen and (min-width: 768px) {
	.aa-slide__content {
		padding: 60px;
	}
}

.aa-slide__logo {
	margin-bottom: 25px;
}

.aa-slide__logo img {
	max-width: 150px;
}

.aa-slide__text {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
}

.aa-slide {
	height: 500px;
}

@media screen and (min-width: 576px) {
	.aa-slide__text {
		margin-bottom: 50px;
		font-size: 38px;
		line-height: 50px;
	}

	.aa-slide {
		height: 800px;
	}
}

.aa-slide__name {
	display: block;
	margin-bottom: 0;
	color: var(--complementary);
}

/* numbered solution */

.aa-slider .number {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 30px;
	top: 28px;
	left: 48px;
	z-index: 8;
}

.aa-slider .number-container {
	display: flex;
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
}

.aa-slider .number-divider {
	color: var(--complementary);
	margin-left: 5px;
	margin-right: 5px;
}

.aa-slider .splide__pagination__page.is-active {
	transform: scale(1);
}

.aa-slider .splide__pagination li {
	position: absolute;
	font-family: var(--heading-font);
	font-weight: 400;
	font-size: 30px;
	line-height: 50px;
	color: var(--primary);
}

.aa-slider .splide__pagination li .splide__pagination__page {
	display: none;
	background: transparent;
	background-color: transparent;
	border-radius: 100%;
	opacity: 1;
	margin: 0;
	width: auto;
	height: auto;
}

.aa-slider .splide__pagination li .splide__pagination__page.is-active {
	display: block;
}

@media screen and (min-width: 576px) {
	.aa-slider .splide__pagination li {
		font-size: 40px;
		line-height: 70px;
	}
}

@media screen and (min-width: 768px) {
	.aa-slider .number {
		top: 190px;
		left: 63px;
	}

	.aa-slider .number-container {
		transform-origin: 0 0;
		transform: rotate(270deg);
		font-size: 50px;
		line-height: 70px;
	}
}

/* modifiers */

.aa-slider--small .aa-inner {
	max-width: 1080px;
	margin: 0 auto;
}

.aa-slider--medium .aa-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.aa-slider--large .aa-inner {
	max-width: 1440px;
	margin: 0 auto;
}

.aa-slider--full .aa-inner {
	max-width: 1440px;
}
/*-----------------------------------*\
  AA - Rich Text
\*-----------------------------------*/

.aa-text {
    position: relative;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-text .aa-inner {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1460px) {
    .aa-text {
        padding-left: 0;
        padding-right: 0;
    }
}

.aa-text__header,
.aa-text__body {
    margin-bottom: 20px;
}

.aa-text__header:last-child,
.aa-text__body:last-child {
    margin-bottom: 0;
}

/* modifier columns version */

.aa-text--columns .aa-text__body {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
    .aa-text--columns .aa-text__body {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* modifier focus version */

.aa-text--focus .aa-inner {
    max-width: calc(1440px / 12 * 10);
    margin-right: auto;
    margin-left: auto;
}

.aa-text--focus .aa-text__header {
    max-width: calc(1440px / 12 * 3);
    width: 100%;
}

.aa-text--focus .aa-text__body {
    max-width: calc(1440px / 12 * 7);
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}

.aa-text--focus .aa-text__body p {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}

@media screen and (min-width: 768px) {
    .aa-text--focus .aa-content {
        display: flex;
    }

    .aa-text--focus .aa-text__header {
        margin-right: 30px;
    }
}

@media screen and (min-width: 992px) {
    .aa-text--focus {
        padding-left: var(--padding);
        padding-right: var(--padding);
    }

    .aa-text--focus .aa-text__body {
        font-size: 38px;
        line-height: 50px;
    }

    .aa-text--focus .aa-text__body p {
        font-size: 38px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-text--focus {
        padding-left: 0;
        padding-right: 0;
    }
}
/*-----------------------------------*\
    AA - Video
\*-----------------------------------*/
.aa-video {
    padding-left: var(--padding);
    padding-right: var(--padding);
}

@media screen and (min-width: 1460px) {
	.aa-video {
		padding-left: 0;
        padding-right: 0;
	}
}

.aa-video .aa-content-width--narrow,
.aa-video .aa-content-width--normal {
    margin-right: auto;
    margin-left: auto;
}

.aa-video .aa-content-width--wide {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 992px) {
    .aa-video .aa-content-width--narrow {
        max-width: calc(1440px / 12 * 8);
    }
    
    .aa-video .aa-content-width--normal {
        max-width: calc(1440px / 12 * 10);
    }
}

@media screen and (min-width: 1460px) {
    .aa-video .aa-content-width--wide {
        max-width: 100%;
    }
}
/*-----------------------------------*\
  AA - Webinar Hero
\*-----------------------------------*/

.aa-webinar-hero {
	position: relative;
	padding-left: var(--padding);
	padding-right: var(--padding);
}

.aa-webinar-hero .aa-inner {
	max-width: 100%;
}

.aa-webinar-hero .aa-content {
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.aa-webinar-hero__header {
	width: 100%;
	margin-bottom: 45px;
}

.aa-webinar-hero__body {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 64px rgba(0, 0, 0, 0.07);
	padding-left: var(--padding);
	padding-right: var(--padding);
	padding-bottom: 60px;
	padding-top: 60px;
}

.aa-webinar-hero__body .aa-button {
	margin-top: 40px;
}

@media screen and (min-width: 992px) {
	.aa-webinar-hero .aa-content {
		flex-direction: row;
		gap: 120px;
		max-width: calc(1440px / 12 * 10);
		margin-left:  auto;
		margin-right: auto;
	}

	.aa-webinar-hero__header {
		max-width: calc(1440px / 12 * 3.5);
		margin-bottom: 0;
		padding-top: 100px;
	}

	.aa-webinar-hero__body {
		max-width: calc(1440px / 12 * 6);
		margin-right: auto;
		padding: 100px 120px;
	}

	.aa-webinar-hero__body .aa-button {
		margin-top: 50px;
	}
}

@media screen and (min-width: 1460px) {
	.aa-webinar-hero__header {
		max-width: 100%;
	}

	.aa-webinar-hero__body {
		margin-right: 120px;
	}

	.aa-webinar-hero__body .aa-button {
		margin-top: 64px;
	}
}

.aa-webinar-hero__body__content {
	width: 100%;
	margin-bottom: 20px;
}

.aa-webinar-hero__body__list {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.aa-webinar-hero__body__content {
		max-width: calc(1440px / 12 * 3);
		margin-right: auto;
	}
	
	.aa-webinar-hero__body__list {
		max-width: calc(1440px / 12 * 4);
		margin-right: auto;
	}
}

.aa-webinar-hero__list-item {
	display: flex;
	align-items: center;
}

.aa-webinar-hero__list-item:last-of-type .aa-webinar-hero__list-item__text {
	border-bottom: none;
}

.aa-webinar-hero__list-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    max-width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 15px;
}

@media screen and (min-width: 992px) {
	.aa-webinar-hero__list-item__image {
		margin-right: 30px;
	}
}

.aa-webinar-hero__list-item__image img {
	width: 25px;
	height: 25px;
}

.aa-webinar-hero__list-item__text {
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px solid #E4E4E4;
	padding-left: 15px;
}

@media screen and (min-width: 992px) {
	.aa-webinar-hero__list-item__text {
		padding-left: 20px;
	}
}

/* modifiers */

.aa-webinar-hero__list-item__image--primary {
	background-color: var(--primary);
}

.aa-webinar-hero__list-item__image--secondary {
	background-color: var(--secondary);
}

.aa-webinar-hero__list-item__image--secondary-alt {
	background-color: var(--secondary-b);
}

.aa-webinar-hero__list-item__image--complementary {
	background-color: var(--complementary);
}

.aa-webinar-hero__list-item__image--light {
	background-color: var(--light);
}

.aa-webinar-hero__list-item__image--dark {
	background-color: var(--dark);
}

.aa-webinar-hero__list-item__image--hide {
	background-color: transparent;
}
/*-----------------------------------*\
  AA - Webinar Timetable
\*-----------------------------------*/

.aa-webinar-timetable {
	position: relative;
	padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-webinar-timetable .aa-inner {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

.aa-webinar-timetable__header {
	width: 100%;
	padding-left: var(--padding);
	padding-right: var(--padding);
	margin-bottom: 45px;
}

.aa-webinar-timetable__body {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 64px rgba(0, 0, 0, 0.07);
	padding-left: var(--padding);
	padding-right: var(--padding);
	padding-bottom: 60px;
	padding-top: 60px;
}

.aa-webinar-timetable__body .aa-button {
	margin-top: 40px;
}

.aa-webinar-timetable__body__content {
	width: 100%;
	margin-bottom: 20px;
}

.aa-webinar-timetable__body__list {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.aa-webinar-timetable .aa-content {
		display: flex;
	}

	.aa-webinar-timetable__header {
		max-width: calc(1440px / 12 * 3.5);
		margin-bottom: 0;
		margin-right: 60px;
		padding-top: 100px;
	}

	.aa-webinar-timetable__body .aa-button {
		margin-top: 50px;
	}

	.aa-webinar-timetable__body__content {
		max-width: calc(1440px / 12 * 3);
		margin-right: auto;
	}

	.aa-webinar-timetable__body__list {
		max-width: calc(1440px / 12 * 6);
		margin-right: auto;
	}
}

@media screen and (min-width: 1200px) {
	.aa-webinar-timetable__header {
		padding-left: 0;
		padding-right: 0;
	}

	.aa-webinar-timetable__body {
		padding: 100px 120px;
	}
}

@media screen and (min-width: 1460px) {
	.aa-webinar-timetable {
		padding-left: 0;
        padding-right: 0;
	}

	.aa-webinar-timetable__body .aa-button {
		margin-top: 64px;
	}
}

.aa-webinar-timetable__list-item {
	display: flex;
	align-items: flex-start;
	padding-bottom: 40px;
	padding-top: 60px;
	border-bottom: 1px solid #E4E4E4;
}

.aa-webinar-timetable__list-item:last-of-type {
	border-bottom: none;
} 

.aa-webinar-timetable__list-item__time {
	margin-right: 35px;
}

.aa-webinar-timetable__list-item__time .time {
	line-height: 1px;
	color: var(--complementary);
}

@media screen and (min-width: 992px) {
	.aa-webinar-timetable__list-item {
		padding-top: 60px;
	}
	
	.aa-webinar-timetable__list-item__time {
		margin-right: 70px;
	}
}

/*-----------------------------------*\
    System Pages
\*-----------------------------------*/

.aa-system {
    padding-bottom: 80px;
    padding-top: 80px;
}

@media screen and (min-width:  992px) {
	.aa-system {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.aa-system .hs-button {
    appearance: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    margin: 0;
    padding: 0;
    border-style: solid;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    transition: all var(--speed) var(--animation);
    color: var(--white);
    background-color: var(--complementary);
    border-color: var(--complementary);
    border-width: 2px;
    border-radius: 6px;
    padding: 16px 24px;
}

.aa-system .hs-button:hover,
.aa-system .hs-button:focus,
.aa-system .hs-button:active {
    outline: 0;
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.06);
    color: var(--primary);
    background-color: var(--complementary);
    border-color: var(--complementary);
}

.aa-system .aa-inner {
    max-width: calc(1440px / 12 * 6);
}

.aa-system h1,
.aa-system h2,
.aa-system h3,
.aa-system h4,
.aa-system h5,
.aa-system h6,
.aa-system p,
.aa-system span,
.aa-system label,
.aa-system ul,
.aa-system li, 
.aa-system #content {
    color: var(--black);
}

.aa-system #email-prefs-form .item .checkbox-row>span>span {
    color: var(--black);
}

.aa-system .aa-button.aa-button--1 {
    background-color: #05373C;
    border: 2px solid #05373C;
}

.aa-system .aa-button.aa-button--1:hover {
    color: var(--white);
}

.aa-system__body,
.aa-system__footer {
    margin-top: 30px;
}

.aa-system .backup-unsubscribe form {
    margin-top: 30px;
}

.aa-system #email-prefs-form p.header {
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.aa-system #email-prefs-form .hs-button {
    margin-top: 30px;
}

.aa-system #email-prefs-form .item {
    margin-bottom: 20px;
}

.aa-system #email-prefs-form .item input {
    margin-right: 5px;
}

.aa-system #email-prefs-form .item .checkbox-row {
    margin-bottom: 5px;
}

.aa-system #email-prefs-form .item .checkbox-row > span {
    display: flex;
    align-items: center;
}

.aa-system #email-prefs-form .item .checkbox-row > span > span {
    display: block;
    margin-bottom: 15px;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: var(--complementary);
    text-transform: uppercase;
    margin-bottom: 0;
}

.aa-system #email-prefs-form .item p {
    font-style: italic;
}

.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation {
    display: flex;
    flex-direction: column;
}

.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header {
    order: 2;
    font-style: italic;
}

.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h1, 
.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h2 {
    font-style: normal;
}

.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
    text-decoration: var(--h2-text-decoration);
    letter-spacing: -2px;
}

@media screen and (min-width: 992px) {
	.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h1 {
        word-spacing: -6px;
        margin-bottom: 30px;
        font-size: 45px;
        line-height: 50px;
	}
}

.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h1:empty {
    display: none;
}

.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
    text-decoration: var(--h3-text-decoration);
}

@media screen and (min-width: 992px) {
	.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h2 {
        word-spacing: -6px;
        font-size: 36px;
        line-height: 41px;
	}
}

.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header br {
    display: none;
}

.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .success {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 46px;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    font-style: var(--h1-font-style);
    text-decoration: var(--h1-text-decoration);
    letter-spacing: -2px;
    order: 1;
    margin-bottom: 40px;
    color: var(--primary);
    font-weight: 700;
}

@media screen and (min-width: 992px) {
	.aa-system .hs_cos_wrapper_type_email_subscriptions_confirmation .success {
        word-spacing: -6px;
        letter-spacing: -4px;
        font-size: 67px;
        line-height: 66px;
	}
}

.aa-system .hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password {
    width: 100%;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-bottom: 1px solid var(--black);
    color: inherit;
    line-height: 1;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    box-shadow: none;
    height: 50px !important;
    margin-top: 5px !important;
}

@media screen and (min-width: 992px) {
	.aa-system .hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password {
        padding-left: 20px;
        padding-right: 20px;
	}
}

.aa-system .hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.aa-system .hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password::placeholder {
    color: inherit;
    opacity: 0.6;
}
/*-----------------------------------*\
  Blog index
\*-----------------------------------*/

@import '../components/tags';
@import '../components/pagination';

.aa-blog--index .aa-article-cards {
    .aa-inner {
        max-width: 1200px;
    }
}

.aa-blog--index .aa-article-card__header {
    height: 245px;
}

@media screen and (min-width: 922px) {
    .aa-blog--index .aa-form {
        margin-bottom: 200px;
    }
    
    .aa-blog--index .aa-article-card__header {
        height: 245px;
    }
}

/*-----------------------------------*\
  Blog Header
\*-----------------------------------*/

.aa-blog-header {
    width: 100%;
    margin-bottom: 30px;
}

.aa-blog-header__inner {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 1200px;
    width: 100%;
    padding-left: var(--padding);
    padding-right: var(--padding);
    padding-top: 60px;
}

.aa-blog-header__inner .aa-blog-header__title {
    margin-bottom: 0;
}

.aa-blog-header__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    width: 100%;
}

@media screen and (min-width: 922px) {
    .aa-blog-header__inner {
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-blog-header__inner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px;
    }
}
/*-----------------------------------*\
    Blog Post
\*-----------------------------------*/

@media screen and (min-width: 922px) {
    .aa-blog-post .aa-article-cards {
        padding-left: 0;
        padding-right: 0;
    }
}

/************************

Blog Post Hero Section

************************/

.aa-blog-post-hero {
    position: relative;
    padding-left: var(--padding);
    padding-right: var(--padding);
    padding-top: 175px;
    text-align: center;
}

@media screen and (min-width: 922px) {
    .aa-blog-post-hero {
        padding-top: 250px;
    }
}

.aa-blog-post-hero::before {
    content:"";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('https://www.fiftytwo.com/hubfs/-%20Avidly%20-/assets/images/website%20v2/hero-image-overlay.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aa-blog-post-hero::after {
    content:"";
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background-blend-mode: luminosity, normal;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.aa-blog-post-hero__inner {
    position: relative;
    z-index: 12;
    max-width: calc(1440px / 12 * 10);
    margin-left: auto;
    margin-right: auto;
}

.aa-blog-post-hero__header {
    max-width: calc(1440px / 12 * 8);
    margin-left: auto;
    margin-right: auto;
}

.aa-blog-post-hero__meta {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

@media screen and (min-width: 992px) {
	.aa-blog-post-hero__meta {
        padding-top: 0;
    }
}

.aa-blog-post-hero__meta .aa-blog-post-hero__author {
    display: flex;
    margin-bottom: 0;

    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--white);
}

.aa-blog-post-hero__meta .aa-blog-author {
    color: var(--white);
    margin-left: 5px;
    text-decoration: none;
}

.aa-blog-post-hero__meta .aa-blog-author:hover {
    color: rgba(var(--white-rgb), 0.8);
}

.aa-blog-post-hero__header {
    color: var(--white);
}

.aa-blog-post-hero__header .aa-subheading {
    color: var(--white);
}

.aa-blog-post-hero__body {
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 40px;
}

.aa-blog-post-hero__body .aa-blog-post-hero__tags {
    margin-top: 5px;
    text-align: initial;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
}

.aa-blog-post-hero__body .aa-blog-post-hero__tags a {
    color: var(--white);
    text-decoration: none;
}

.aa-blog-post-hero__body .aa-blog-post-hero__tags a:hover {
    color: rgba(var(--white-rgb), 0.8);
}

.aa-blog-post-hero__body .aa-blog__date {
    display: block;
    margin-bottom: 5px;
    color: var(--white);
    text-transform: uppercase;
    text-align: left;
}

@media screen and (min-width: 992px) {
    .aa-blog-post-hero__body {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 1460px) {
    .aa-blog-post-hero__body {
        padding-bottom: 64px;
    }
}

.aa-blog-post-hero-social__inner {
    display: flex;
    margin-top: 30px;

    
}

.aa-blog-post-hero-social__inner a {
    margin-right: 15px;
}

.aa-blog-post-hero-social__inner a:last-of-type {
    margin-right: 0;
}

.aa-blog-post-hero-social__inner a .icon {
    fill: var(--white);
    transition: all 0.2s ease-in-out;
}

.aa-blog-post-hero-social__inner a:hover .icon {
    fill: rgba(var(--white-rgb), 0.8);
}

@media screen and (min-width: 992px) {
    .aa-blog-post-hero-social__inner {
        margin-top: 0;
    }
}

/************************

Blog Post Content

************************/

.aa-blog-post-content {
    padding-top: 40px;
    padding-bottom: 60px;
	padding-left: var(--padding);
    padding-right: var(--padding);
}

.aa-blog-post-content__inner {
    width: 100%;
}

.aa-blog-post-content__inner span.cta-wrapper {
    display: block;
}

.aa-blog-post-content__inner * + img {
    margin-top: 30px;
}

.aa-blog-post-content__inner img {
    margin-bottom: 30px;
}

.aa-blog-post-content__inner img + h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #696969;
    margin-top: -15px;
    margin-bottom: 30px;
}

.aa-blog-post-content__inner  p > a {
    display: inline;
}

.aa-blog-post-content__inner ul,
.aa-blog-post-content__inner ol {
    margin-top: 0;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .aa-blog-post-content__inner * + img {
        margin-top: 50px;
    }

    .aa-blog-post-content__inner img {
        margin-bottom: 50px;
    }

    .aa-blog-post-content__inner img + h6 {
        font-size: 16px;
        line-height: 22px;
        margin-top: -35px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 992px) {
    .aa-blog-post-content {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .aa-blog-post-content__inner {
        max-width: calc(1440px / 12 * 6);
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1460px) {
    .aa-blog-post-content {
        padding-top: 64px;
        padding-bottom: 100px;
    }

	.aa-cases {
		padding-left: 0;
        padding-right: 0;
	}
}