/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 768px */
@media (min-width: 768px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/* Variables 
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
 :root {
  --primary-font-color: #000000;
  --primary-color: #006BFF;
  --darker-primary:#131a26;
  --white: #ffffff;
  --black: #000000;
  --grey: rgba(217, 217, 217, 0.30);
  --light-grey: #e3e3e3;
  --section-padding: 11.0rem 0;
}

@media screen and (max-width:767px){
  :root {
    --section-padding: 3.5rem 0;
  }
  
}



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 2.0em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.8;
  font-weight: 400;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: var(--primary-font-color); 
  letter-spacing: -0.2px;
}

.gradient-bg{
  background:-o-linear-gradient(212deg, #8398FF 34.91%, #3589FF 81.21%);
  background:linear-gradient(238deg, #8398FF 34.91%, #3589FF 81.21%);
  color:var(--white);
}

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

.grey-bg h2, .white-bg h2, .grey-bg h3, .white-bg h3, .grey-bg h4, .white-bg h4{
  color:var(--primary-color);
}

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

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

.flex-container{
  display:flex;
}

img{
  max-width: 100%;
  height:auto;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.4rem; line-height: 1.1; }
h2 { font-size: 2.8rem; line-height: 1.15; font-weight:600;}
h3 { font-size: 3.2rem; line-height: 1.2; font-weight:600;}
h4 { font-size:1.8rem; font-weight:600;}


/* Larger than phablet */
@media (min-width: 768px) {
  h1 { font-size: 7.2rem; }
  h2 { font-size: 4.8rem; }
  h3 { font-size: 4.0rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: var(--primary-color); text-decoration: underline;}
a:hover {
  color:var(--darker-primary); }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button a{
  display: inline-flex;
  padding: 3rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5rem;
  background:var(--white);
  color:var(--primary-color);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-top:6rem;
}

@media (min-width:768px){
  .button a{
    padding: 3rem 6rem;
    font-size: 2rem;
  }
}

.button.alt a{
  background:var(--primary-color);
  color:var(--white);
}

.blue-bg .button.alt a, .gradient-bg .button.alt a{
  background:var(--white);
  color:var(--primary-color);
}

@media (max-width:450px){
  .button a{
    font-size:1.5rem;
    letter-spacing: normal;
  }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 60px !important;
  padding: 6px 10px !important; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #F1F1F1 !important;
  border: none !important;
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
width:100% !important;margin-bottom:2.4rem !important;}
  
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700; 
text-align: left;
font-size: 1.6rem;}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

[type="submit"]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  background: var(--primary-color);
  color:var(--white);
  line-height:1;
  border:none;
  margin:5.6rem auto 0 auto;
}


.hsfc-FieldLabel span {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hsfc-FieldLabel {margin-bottom: 0 !important;}

.hsfc-NavigationRow__Buttons {
  justify-content: center !important;
}

.blue-bg label span, .gradient-bg label span {
  color: var(--white);
}

.blue-bg [type="submit"], .gradient-bg [type="submit"]{
  background:var(--white) !important;
  color:var(--primary-color) !important;
}

.hsfc-Step__Content{
  padding:0 !important;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

@media (max-width: 767px) {
  .hide-on-mobile{
    display:none;
  }
}
@media (min-width:768px){
  .hide-on-desktop{
    display:none;
  }  
}



/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Logo Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-logo-bar {
  padding-top:50px;
  padding-bottom:50px;
}
.mod-logo-bar .container{
  max-width: 1790px;
}

/* Module - Logo Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header{
  padding:var(--section-padding);
  color:var(--white);
}

header h1{
  background-size:cover;
  background-repeat:no-repeat;
}
header .copy{
  line-height: 1.4;
  flex:1;
  padding-top:3rem;
}

header .copy.large{
  font-weight: 600;
  font-size:2.2rem;
}

header .copy.small {
  font-size:2.0rem;
}

header .image{
  flex:1;
  max-width: 225px;
  padding-top:3rem;
}

header .image img{
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.25);
}


@media (max-width:767px){
  header .flex-container{
    flex-direction: column;
  }
}
@media (min-width:768px){
  header .copy.large{
    font-size:3.2rem;
  }
  header .flex-container{
    gap:5rem;
  }
}



@media (min-width:1140px){
  header .column:not(.no-pad){
    padding-right:30rem;
  }
}

[layout="overflow"] .image{
  max-width:440px;
  background:var(--light-grey);
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding:3.0rem 6.7rem;
  box-sizing: border-box;
  flex-direction: column;
  margin-bottom: -21rem;
}


[layout="overflow"] .image img{
  max-width:306px;
}

[layout="overflow"] .button a{
  font-size:1.6rem;
  padding:1.4rem 2rem;
  margin-top:3rem;
}

@media (min-width:768px) and (max-width:985px){
  [layout="overflow"] h1{
    font-size:4.2rem;
  }
  [layout="overflow"] .button a {
    font-size: 1.3rem;
  }

}
@media (min-width:985px) and (max-width:1055px){
  [layout="overflow"] h1{
    font-size:6.2rem;
  }
}
@media (max-width:985px){
  [layout="overflow"] .image{
    padding:3.0rem;
  }

  [layout="overflow"] .image img{
    max-width:306px;
    width:100%;
    height:auto;
  }
}

@media (max-width:767px){
  [layout="overflow"] .copy{
    margin-bottom:5.6rem;
  }
  [layout="overflow"] .flex-container{
    align-items: center;
  }
}

.spacer{
  height:21rem;
}

[layout="ctc"]{
  position: relative;
}

[layout="ctc"] .gradient{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: linear-gradient(358deg, #3589FF -2.79%, rgba(53, 137, 255, 0.00) 7.11%, #005AD8 158.79%);
  z-index:2;
}

@media (min-width:768px){
  [layout="ctc"] .gradient{
  background: linear-gradient(90deg,rgba(2, 90, 216, 1) 0%, rgba(2, 90, 216, 0) 50%);
  }
}

[layout="ctc"] .ctc-image{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  overflow: hidden;
  background:var(--black);
}

[layout="ctc"] .ctc-image img{
width:100%;
height:100%;
object-fit: contain;
object-position: right center;
}

[layout="ctc"] .ctc-image img.hide-on-desktop{
  object-fit: cover;
  object-position: center;
}



[layout="ctc"] .container{
  z-index:3;
}

@media (min-width: 768px) {
  [layout="ctc"] .five.columns {
      width: 35.333333%;
  }
}
@media (max-width: 767px) {
  [layout="ctc"] .copy{
    padding-bottom:320px;
  }
}



@media (max-width:530px){
  [layout="ctc"] .gradient{
      background: linear-gradient(358deg, #3589FF -2.79%, rgba(53, 137, 255, 0.00) 7.11%, #005AD8 58.79%);
  }
  [layout="ctc"] .ctc-image img.hide-on-desktop{
    object-fit: contain;
    object-position: center bottom;
  }
  [layout="ctc"] .copy{
    padding-bottom:210px;
  }
}

[layout="overflow"] .form{
  width:440px;
  background:var(--light-grey);
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding:3.2rem;
  box-sizing: border-box;
  flex-direction: column;
  margin-bottom: -21rem;
}

[layout="overflow"] .form form{
  width:100%;
}

[layout="overflow"] .form form input, [layout="overflow"] .form form textarea{
  background-color:var(--white) !important;
  border:1px solid #A9A9A9 !important;
  height:34px !important;
}

[layout="overflow"] .form form [type="submit"]{
  margin-top:0;
  font-size:1.8rem !important;
}

[layout="overflow"] .form form label{
  color:var(--black);
  font-weight:400 !important;
}


/* Module - Stat 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-stat{
  padding:var(--section-padding);
}
.mod-stat svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); /* Opposite direction start */
}

.circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 6;
}

.circle-progress {
  fill: none;
  stroke: var(--white);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 1005; /* Circumference for r=160 */
  stroke-dashoffset: 1005;
  -webkit-transition: stroke-dashoffset 2s ease;
  -o-transition: stroke-dashoffset 2s ease;
  transition: stroke-dashoffset 2s ease;
}

.percentage {
  position: absolute;
  font-size: 9rem;
  font-weight: 700;
  color: var(--white);
}

.stat-wrapper {
  position: relative;
  width: 350px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width:100%;
}

@media (max-width:767px){
  .stat-wrapper{
    margin:auto;
  }
  .mod-stat .hide-on-desktop p {
    text-align: center;
  }
}

.mod-stat .five p {
  max-width: 350px;
  font-size: 2.8rem;
  font-weight: 600;
}

.mod-stat hr {
  border: none;
  border-top: 1px solid var(--black);
  margin:4.6rem 0;
}


/* Module - Table 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mod-table{
  padding:var(--section-padding);
}

@media (min-width:768px){
  .mod-table p {
    padding: 0 0 6.0rem 0;
}
  
}

th, td {
  text-align: center;
  padding: 1.2rem 0.6rem;
  border-bottom: 1px solid #ddd;
  font-size:1.9rem;
}
th:first-child, td:first-child{
  padding-left:0;
  text-align: left;
}
th {
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
}



.mod-table .accordion {
  width: 100%;
}


.mod-table .accordion-header {
  width: 100%;
  font-weight: bold;
  padding: 12px;
  background: var(--primary-color);
  color: var(--white);
  text-align: left;
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-table .accordion-header .arrow {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  margin-right:2.4rem;
}

.mod-table .accordion-header .arrow::before {
  content: "›";
  font-size: 3rem;
  line-height:3.6rem;
}

.mod-table .accordion-header.active .arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); /* flip when open */
}
.mod-table .accordion-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  border-top: 1px solid #ddd;
  padding: 0;
}

.mod-table .acc-row {
  display: contents; 
}

.mod-table .acc-row span {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.acc-row span:first-child {
  font-weight: 600;
  border-right: 1px solid #ddd;
  background:var(--grey);
}
.mod-table .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease-in-out;
  -o-transition: max-height 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out;
}
  
.mod-table .accordion-content.open {
  max-height: 1000px;

}

/* Module - Icons 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mod-icons{
  padding:var(--section-padding);
  font-size:1.9rem;
}


.mod-icons p {
  max-width:775px;
  padding:1.6rem 0 6.0rem 0;
}

@media (min-width:768px){
  .mod-icons{
    text-align: center;
  }
  
  
  .mod-icons p {
    margin:auto;
  } 
}

.icon-container{
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.icon-container .icon{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 4rem);
          flex: 1 1 calc(50% - 4rem);
}

@media (min-width:768px){
  .icon-container .icon{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 4rem);
            flex: 1 1 calc(33.333% - 4rem);
  }
}

/* Module - Callout 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-callout{
  padding:var(--section-padding);
}

@media (min-width:768px){
  .mod-callout{
    text-align: center;
  }
}

/* Module - Checkmarks 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-check{
  padding:var(--section-padding);
}

.check-cols-container{
  display:flex;
  gap:2.0rem;
  flex-wrap:wrap;
}
.check-col{
  width:calc(100%);
}
@media (min-width:450px){
  .check-col{
    width:calc(50% - 2rem);
  }
}
@media (min-width:768px){
  .check-col{
    width:calc(25% - 2rem);
  }
}


/* Module - Multi Video 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-video{
  padding:var(--section-padding);
}

.single.mod-video{
  text-align: center;
}


.vid-col a{
  position: relative;
  display: inline-block;
}


.vid-col img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.20);
}


.vid-col a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;    
  height: 48px;
  background: url("https://go.synack.com/hubfs/Marketbridge/ABM_2025/Templates/mb-icon-play.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;   
}

.video-container{
  display:flex;
  gap:2rem;
  flex-wrap: wrap;
  justify-content:space-between;
}

.single .video-container{
  max-width:700px;
  margin:auto;
}

.vid-col{
  line-height:2.4rem;
  font-weight:700;
  width:100%;
}
.single .video-container a{
  margin-bottom:2.4rem;
}

.mod-video .button.alt{
  margin:auto;
  text-align: center;
}

@media (min-width:450px){
  .multi .vid-col{
    width:calc(50% - 2rem);
  }
}

@media (min-width:768px){
  .multi .vid-col{
    width:calc(33% - 2rem);
  }
}

.filters-container h2{
  margin-bottom:0;
}

.filters{
  display:flex;
  gap:16px;
  font-size:1.8rem;
  align-items: center;
}

@media (max-width:767px){
  .filters-container{
   flex-direction: column;
  }
  .filters{
    margin-top:2.4rem;
  }
}

@media (max-width:500px){
  .filters{
    flex-direction: column;
    align-items: flex-start;
  }
}

.filters select{
  width:160px !important;
  background:var(--white) !important;
  height:46px !important;
  margin-bottom:0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23111827' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 12px 8px;
}

.filters-container{
  display:flex;
  justify-content: space-between;
  margin-bottom:2.4rem;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:2.4rem;
}

.page-numbers button {
  margin-right: 0.25rem;
  border:none;
  background:transparent;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}

.page-numbers button.active{
  text-decoration: underline;
  color:var(--black);
}

.page-arrows button {
  margin-right: 0.25rem;
  border:none;
  background:var(--white);
  color: var(--black);
  line-height: 1;
  font-size:2.8rem;
}

@media (min-width: 450px) {
  [layout="pagination"].multi .vid-col {
      width: 100%;
      gap:0;
  }
}

@media (min-width:768px){
  [layout="pagination"].multi .vid-col {
    width:calc(33% - 4.8rem);
  }
}

[layout="pagination"].multi .vid-col{
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: var(--white);
  display: flex;
  padding: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

[layout="pagination"].multi .vid-col div:nth-child(3){
  font-weight:400;
  font-size:1.6rem;
}

[layout="pagination"] .video-container{
  justify-content: flex-start;
}

/* Module - Form 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-form{
  padding:var(--section-padding);
}

.form-container{
  max-width:710px;
}

@media (min-width:768px){
  .mod-form{
    text-align: center;
  }
  
  .form-container{
    margin:auto;
  }
}

/* Module - Two Col
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-two-col{
  padding:var(--section-padding);
}

@media (max-width:767px){
  .mod-two-col .seven{
    margin-top:2.4rem;
  }
}

.mod-two-col .card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.4rem;
}

.mod-two-col .card{
  background:var(--white);
  padding:2.4rem;
  font-size:1.5rem;
  line-height:1.5;
  letter-spacing: -0.15px;
}

.mod-two-col .card h4{
  margin:1.2rem 0;
}


/* Module - FAQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-faq{
  padding:var(--section-padding);
}

.mod-faq h2{
  text-align: center;
}

.mod-faq .accordion{
  margin-top:4.2rem;
}

.mod-faq .accordion-item {
  position:relative;
  border-radius:4px;
  border:1px solid #BBCAFF;
  z-index:1;
  margin-bottom:3.6rem;
}

.mod-faq .accordion-item.active::before{
  content: "";
  position: absolute;
  inset:-2px;
  z-index:-1;
  border-radius:4px;
}


.mod-faq .accordion-header {
  width: 100%;
  padding: 1.6rem 2.4rem;
  text-align: left;
  border: none;
  font-size: 2.0rem;
  cursor: pointer;
  outline: none;
  transition: color 0.3s ease;
  background:#ffffff;
  color:#151515;
  display: flex;
  justify-content: space-between;
  border-radius:4px;
}

.mod-faq .accordion-header::after {
  content: '+';
  padding-left:12px;
}

.mod-faq .accordion-header.active{
  padding-bottom:2.4rem;
  color:var(--primary-color);
}


.mod-faq .accordion-header.active::after {
  content: '-';
}

.mod-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2.4rem;
  background: #fff;
  transition: max-height 0.3s ease;
  font-size:16px;
}

.mod-faq .accordion-content p {
  margin-bottom: 48px;
}

/* Module - Resources
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-resources{
  padding:var(--section-padding);
}

.mod-resources .flex-container{
  display:flex;
  justify-content: space-between;
  margin-bottom:5.6rem;
  align-items: center;
}

.mod-resources .flex-container h2{
  margin-bottom:0;
}

.mod-resources .flex-container a{
  text-decoration: none;
  color:#000;
}

@media (max-width:767px){
  .mod-resources .flex-container{
   flex-direction: column;
  }
}

.resource-container{
  display:flex;
  gap:2rem;
  flex-wrap: wrap;
  justify-content:space-between;
}

@media (min-width: 450px) {
  .resource-col {
      width: 100%;
      gap:0;
  }
}

@media (min-width:768px){
  .resource-col {
    width:calc(33% - 4.8rem);
  }
}

.resource-col{
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: var(--white);
  display: flex;
  padding: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.3;
}

.resource-col .category{
  font-size:1.6rem;
  color:var(--primary-color);
}

.mod-resources .button{
  display: flex;
  justify-content: center;
}

/* Module - Cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-cards{
  padding:var(--section-padding);
}

.mod-cards h2{
  text-align: center;
  margin-bottom:5.6rem;
}

.card-container{
  display:flex;
  gap:2rem;
  flex-wrap: wrap;
  justify-content:space-between;
}

@media (min-width: 450px) {
  .card-col {
      width: 100%;
      gap:0;
  }
}

@media (min-width:768px){
  .card-col {
    width:calc(33% - 4.8rem);
  }
}

.card-col{
  border-radius: 4px;
  border: 1px solid #DEE7FF;
  background: #F8FAFF;
  display: flex;
  padding: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.3;
}

.card-col .category{
  font-size:1.6rem;
  color:var(--primary-color);
}


/* Footer 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer{
  background:var(--darker-primary);
  padding:4.0rem 0;
  color:#535f75;
}

footer a{
  color:#535f75;
}

footer a:hover{
  color:#535f75;
  text-decoration: none;
}

footer ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  list-style: none;
  gap:2rem;
  margin:0;
  padding:0;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

footer .row{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width:767px){
  footer .row, footer ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}