/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/


/* Brand Colors */













/* Background Color Utility Classes */
.background-color-primary { background-color: #5134c9; }
.background-color-violet { background-color: #5134c9; }
.background-color-indigo { background-color: #24246e; }
.background-color-peach { background-color: #ff7353; }
.background-color-apricot { background-color: #ffd1b3; }
.background-color-punch { background-color: #f04045; }
.background-color-teal { background-color: #4dc8ca; }
.background-color-boulder { background-color: #212121; }
.background-color-rock { background-color: #bfbfbf; }
.background-color-stone { background-color: #ebebeb; }
.background-color-pebble { background-color: #f5f5f5; }
.background-color-white { background-color: #ffffff; }


/* Border Utility Classes */
.border--primary { border: 1px solid #5134c9; }
.border--violet { border: 1px solid #5134c9; }
.border--indigo { border: 1px solid #24246e; }
.border--peach { border: 1px solid #ff7353; }
.border--apricot { border: 1px solid #ffd1b3; }
.border--punch { border: 1px solid #f04045; }
.border--teal { border: 1px solid #4dc8ca; }
.border--boulder { border: 1px solid #212121; }
.border--rock { border: 1px solid #bfbfbf; }
.border--stone { border: 1px solid #ebebeb; }
.border--pebble { border: 1px solid #f5f5f5; }
.border--white { border: 1px solid #ffffff; }

/* Text Color Utility Classes */
.color-primary { color: #5134c9; }
.color-violet { color: #5134c9; }
.color-indigo { color: #24246e; }
.color-peach { color: #ff7353; }
.color-apricot { color: #ffd1b3; }
.color-punch { color: #f04045; }
.color-teal { color: #4dc8ca; }
.color-boulder { color: #212121; }
.color-rock { color: #bfbfbf; }
.color-stone { color: #ebebeb; }
.color-pebble { color: #f5f5f5; }
.color-white { color: #ffffff; }




/** Corner Radius **/
.corners.background-color-primary:before {
    box-shadow: 0 30px 0 0 #5134c9!important;
}
.corners.background-color-violet:before {
    box-shadow: 0 30px 0 0 #5134c9!important;
}
.corners.background-color-indigo:before {
    box-shadow: 0 30px 0 0 #24246e!important;
}
.corners.background-color-peach:before {
    box-shadow: 0 30px 0 0 #ff7353!important;
}
.corners.background-color-apricot:before {
    box-shadow: 0 30px 0 0 #ffd1b3!important;
}
.corners.background-color-punch:before {
    box-shadow: 0 30px 0 0 #f04045!important;
}
.corners.background-color-teal:before {
    box-shadow: 0 30px 0 0 #4dc8ca!important;
}
.corners.background-color-boulder:before {
    box-shadow: 0 30px 0 0 #212121!important;
}
.corners.background-color-rock:before {
    box-shadow: 0 30px 0 0 #bfbfbf!important;
}
.corners.background-color-stone:before {
    box-shadow: 0 30px 0 0 #ebebeb!important;
}
.corners.background-color-pebble:before {
    box-shadow: 0 30px 0 0 #f5f5f5!important;
}
.corners.background-color-white:before {
    box-shadow: 0 30px 0 0 #ffffff!important;
}

/* overlap */
.section--overlap-true:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
}

/* Spacing */

.grid-column-spacing {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.force-full-width {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media (min-width: 768px) {
    .force-full-width {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

@media (min-width: 103.25rem) {
    .force-full-width {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}

/* Typography Sizes */
@font-face {
    font-family: "Config Rounded";
    font-weight: 400;
    src: url("https://8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/theme-shift/fonts/ConfigRoundedRegular.woff2") format("woff2"), url("https://8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/theme-shift/fonts/ConfigRoundedRegular.woff") format("woff");
  }
  @font-face {
    font-family: "Config Rounded";
    font-weight: 500;
    src: url("https://8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/theme-shift/fonts/ConfigRoundedMedium.woff2") format("woff2"), url("https://8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/theme-shift/fonts/ConfigRoundedMedium.woff") format("woff");
  }
  @font-face {
    font-family: "Config Rounded";
    font-weight: 700;
    src: url("https://8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/theme-shift/fonts/ConfigRoundedBold.woff2") format("woff2"), url("https://8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/theme-shift/fonts/ConfigRoundedBold.woff") format("woff");
  }












body {
    color: #212121;
    line-height: 1.4;
}

.body-large-style {
    font-size: 1.25rem;
    line-height: 1.4;
}

.body-medium-style {
    font-size: 1.0rem;
    line-height: 1.5;
}

.body-small-style {
    font-size: 0.75rem;
    line-height: 1.67;
}

.section--banner h1,
.hero-style,
.h2--large,
.h2-style,
h3,
.h3-style,
h4,
.h4-style {
    font-weight: 700;
}

h1,
.h1-style,
h2,
h5,
.h5-style,
h6,
.h6-style {
    font-weight: 500;
}

h3,
.h3-style,
h4,
.h4-style,
h6,
.h6-style {
    text-transform: uppercase;
}

.section--banner h1,
.hero-style {
    font-size: 3.75rem;
    line-height: 1.13;
}

h1,
.h1-style {
    font-size: 3.75rem;
    line-height: 1.2;
}

h2,
.h2-style {
    font-size: 3.75rem;
    line-height: 1.25;
}

h2.h2-small {
    font-size: 32px;
}

h3,
.h3-style {
    font-size: 1.5rem;
    line-height: 1.33;
}

h4,
.h4-style {
    font-size: 1.0rem;
    line-height: 1.5;
}

h5,
.h5-style {
    font-size: 1.0rem;
    line-height: 1.5;
}

h6,
.h6-style {
    font-size: 0.875rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

.block-padding {
    padding: 30px!important;
}

.block-radius {
    border-radius: 12px;
}
.block-radius-sm {
    border-radius: 6px;
}

.u-pt--lg {
    padding-top: 6.25rem;
}

.u-pt--md {
    padding-top: 4.5rem;
}

.u-pt--sm {
    padding-top: 3rem;
}

.u-pb--lg {
    padding-bottom: 6.25rem;
}

.u-pb--md {
    padding-bottom: 4.5rem;
}

.u-pb--sm {
    padding-bottom: 3rem;
}

@media (max-width: 999px) {
    .u-pt--lg {
        padding-top: 5rem;
    }
    
    .u-pt--md {
        padding-top: 3.5rem;
    }
    
    .u-pt--sm {
        padding-top: 3rem;
    }
    
    .u-pb--lg {
        padding-bottom: 5rem;
    }
    
    .u-pb--md {
        padding-bottom: 3.5rem;
    }
    
    .u-pb--sm {
        padding-bottom: 3rem;
    }
}

@media (max-width: 699px) {

    .u-pt--lg {
        padding-top: 3rem;
    }
    
    .u-pt--md {
        padding-top: 3rem;
    }
    
    .u-pt--sm {
        padding-top: 3rem;
    }
    
    .u-pb--lg {
        padding-bottom: 3rem;
    }
    
    .u-pb--md {
        padding-bottom: 3rem;
    }
    
    .u-pb--sm {
        padding-bottom: 3rem;
    }

    .corners.u-pb--lg {
        padding-bottom: 4rem;
    }
    
    .corners.u-pb--md {
        padding-bottom: 4rem;
    }
    
    .corners.u-pb--sm {
        padding-bottom: 4rem;
    }
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.background-color-white h1,
.background-color-white h2,
.background-color-white h3,
.background-color-white h4 { 
    color: #5134c9; 
}

.background-color-white h3.form-title {
    color: #24246e;
}

.background-color-indigo h1,
.background-color-indigo h2,
.background-color-indigo h3,
.background-color-indigo h4,
.background-color-violet h1,
.background-color-violet h2,
.background-color-violet h3,
.background-color-violet h4 { 
    color: #fff; 
}

/* Header Text Color Utility Classes */
.color-header-primary h2 { color: #5134c9; }
.color-header-violet h2 { color: #5134c9; }
.color-header-indigo h2 { color: #24246e; }
.color-header-peach h2 { color: #ff7353; }
.color-header-apricot h2 { color: #ffd1b3; }
.color-header-punch h2 { color: #f04045; }
.color-header-teal h2 { color: #4dc8ca; }
.color-header-boulder h2 { color: #212121; }
.color-header-rock h2 { color: #bfbfbf; }
.color-header-stone h2 { color: #ebebeb; }
.color-header-pebble h2 { color: #f5f5f5; }
.color-header-white h2 { color: #ffffff; }

.bg--video { position: relative; }

.bg--video > video {
	display: inline-block;
	vertical-align: baseline;
	bottom: 0;
	position: absolute;
	z-index: 0;
	box-sizing: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.bg--video .video-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg--video .video-gradient img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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


   html {
      box-sizing: border-box;
      -ms-overflow-style: scrollbar;
    }

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



    .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }

    .no-gutters {
      margin-right: 0;
      margin-left: 0;
    }

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }

    .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }

    .row-cols-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .row-cols-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

    .row-cols-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .row-cols-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }

    .row-cols-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }

    .row-cols-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }

    .col-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }

    .col-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }

    .col-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .col-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .col-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .col-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }

    .col-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }

    .col-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }

    .col-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .order-first {
      -ms-flex-order: -1;
      order: -1;
    }

    .order-last {
      -ms-flex-order: 13;
      order: 13;
    }

    .order-0 {
      -ms-flex-order: 0;
      order: 0;
    }

    .order-1 {
      -ms-flex-order: 1;
      order: 1;
    }

    .order-2 {
      -ms-flex-order: 2;
      order: 2;
    }

    .order-3 {
      -ms-flex-order: 3;
      order: 3;
    }

    .order-4 {
      -ms-flex-order: 4;
      order: 4;
    }

    .order-5 {
      -ms-flex-order: 5;
      order: 5;
    }

    .order-6 {
      -ms-flex-order: 6;
      order: 6;
    }

    .order-7 {
      -ms-flex-order: 7;
      order: 7;
    }

    .order-8 {
      -ms-flex-order: 8;
      order: 8;
    }

    .order-9 {
      -ms-flex-order: 9;
      order: 9;
    }

    .order-10 {
      -ms-flex-order: 10;
      order: 10;
    }

    .order-11 {
      -ms-flex-order: 11;
      order: 11;
    }

    .order-12 {
      -ms-flex-order: 12;
      order: 12;
    }

    .offset-1 {
      margin-left: 8.333333%;
    }

    .offset-2 {
      margin-left: 16.666667%;
    }

    .offset-3 {
      margin-left: 25%;
    }

    .offset-4 {
      margin-left: 33.333333%;
    }

    .offset-5 {
      margin-left: 41.666667%;
    }

    .offset-6 {
      margin-left: 50%;
    }

    .offset-7 {
      margin-left: 58.333333%;
    }

    .offset-8 {
      margin-left: 66.666667%;
    }

    .offset-9 {
      margin-left: 75%;
    }

    .offset-10 {
      margin-left: 83.333333%;
    }

    .offset-11 {
      margin-left: 91.666667%;
    }

    @media (min-width: 576px) {
      .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-sm-0 {
        margin-left: 0;
      }
      .offset-sm-1 {
        margin-left: 8.333333%;
      }
      .offset-sm-2 {
        margin-left: 16.666667%;
      }
      .offset-sm-3 {
        margin-left: 25%;
      }
      .offset-sm-4 {
        margin-left: 33.333333%;
      }
      .offset-sm-5 {
        margin-left: 41.666667%;
      }
      .offset-sm-6 {
        margin-left: 50%;
      }
      .offset-sm-7 {
        margin-left: 58.333333%;
      }
      .offset-sm-8 {
        margin-left: 66.666667%;
      }
      .offset-sm-9 {
        margin-left: 75%;
      }
      .offset-sm-10 {
        margin-left: 83.333333%;
      }
      .offset-sm-11 {
        margin-left: 91.666667%;
      }
    }

    @media (min-width: 768px) {
      .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-md-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-md-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-md-0 {
        margin-left: 0;
      }
      .offset-md-1 {
        margin-left: 8.333333%;
      }
      .offset-md-2 {
        margin-left: 16.666667%;
      }
      .offset-md-3 {
        margin-left: 25%;
      }
      .offset-md-4 {
        margin-left: 33.333333%;
      }
      .offset-md-5 {
        margin-left: 41.666667%;
      }
      .offset-md-6 {
        margin-left: 50%;
      }
      .offset-md-7 {
        margin-left: 58.333333%;
      }
      .offset-md-8 {
        margin-left: 66.666667%;
      }
      .offset-md-9 {
        margin-left: 75%;
      }
      .offset-md-10 {
        margin-left: 83.333333%;
      }
      .offset-md-11 {
        margin-left: 91.666667%;
      }
    }

    @media (min-width: 992px) {
      .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-lg-0 {
        margin-left: 0;
      }
      .offset-lg-1 {
        margin-left: 8.333333%;
      }
      .offset-lg-2 {
        margin-left: 16.666667%;
      }
      .offset-lg-3 {
        margin-left: 25%;
      }
      .offset-lg-4 {
        margin-left: 33.333333%;
      }
      .offset-lg-5 {
        margin-left: 41.666667%;
      }
      .offset-lg-6 {
        margin-left: 50%;
      }
      .offset-lg-7 {
        margin-left: 58.333333%;
      }
      .offset-lg-8 {
        margin-left: 66.666667%;
      }
      .offset-lg-9 {
        margin-left: 75%;
      }
      .offset-lg-10 {
        margin-left: 83.333333%;
      }
      .offset-lg-11 {
        margin-left: 91.666667%;
      }
    }

    @media (min-width: 1200px) {
      .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-xl-0 {
        margin-left: 0;
      }
      .offset-xl-1 {
        margin-left: 8.333333%;
      }
      .offset-xl-2 {
        margin-left: 16.666667%;
      }
      .offset-xl-3 {
        margin-left: 25%;
      }
      .offset-xl-4 {
        margin-left: 33.333333%;
      }
      .offset-xl-5 {
        margin-left: 41.666667%;
      }
      .offset-xl-6 {
        margin-left: 50%;
      }
      .offset-xl-7 {
        margin-left: 58.333333%;
      }
      .offset-xl-8 {
        margin-left: 66.666667%;
      }
      .offset-xl-9 {
        margin-left: 75%;
      }
      .offset-xl-10 {
        margin-left: 83.333333%;
      }
      .offset-xl-11 {
        margin-left: 91.666667%;
      }
    }

    .d-none {
      display: none !important;
    }

    .d-inline {
      display: inline !important;
    }

    .d-inline-block {
      display: inline-block !important;
    }

    .d-block {
      display: block !important;
    }

    .d-table {
      display: table !important;
    }

    .d-table-row {
      display: table-row !important;
    }

    .d-table-cell {
      display: table-cell !important;
    }

    .d-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }

    .d-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }

    @media (min-width: 576px) {
      .d-sm-none {
        display: none !important;
      }
      .d-sm-inline {
        display: inline !important;
      }
      .d-sm-inline-block {
        display: inline-block !important;
      }
      .d-sm-block {
        display: block !important;
      }
      .d-sm-table {
        display: table !important;
      }
      .d-sm-table-row {
        display: table-row !important;
      }
      .d-sm-table-cell {
        display: table-cell !important;
      }
      .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    @media (min-width: 768px) {
      .d-md-none {
        display: none !important;
      }
      .d-md-inline {
        display: inline !important;
      }
      .d-md-inline-block {
        display: inline-block !important;
      }
      .d-md-block {
        display: block !important;
      }
      .d-md-table {
        display: table !important;
      }
      .d-md-table-row {
        display: table-row !important;
      }
      .d-md-table-cell {
        display: table-cell !important;
      }
      .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    @media (min-width: 992px) {
      .d-lg-none {
        display: none !important;
      }
      .d-lg-inline {
        display: inline !important;
      }
      .d-lg-inline-block {
        display: inline-block !important;
      }
      .d-lg-block {
        display: block !important;
      }
      .d-lg-table {
        display: table !important;
      }
      .d-lg-table-row {
        display: table-row !important;
      }
      .d-lg-table-cell {
        display: table-cell !important;
      }
      .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    @media (min-width: 1200px) {
      .d-xl-none {
        display: none !important;
      }
      .d-xl-inline {
        display: inline !important;
      }
      .d-xl-inline-block {
        display: inline-block !important;
      }
      .d-xl-block {
        display: block !important;
      }
      .d-xl-table {
        display: table !important;
      }
      .d-xl-table-row {
        display: table-row !important;
      }
      .d-xl-table-cell {
        display: table-cell !important;
      }
      .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    @media print {
      .d-print-none {
        display: none !important;
      }
      .d-print-inline {
        display: inline !important;
      }
      .d-print-inline-block {
        display: inline-block !important;
      }
      .d-print-block {
        display: block !important;
      }
      .d-print-table {
        display: table !important;
      }
      .d-print-table-row {
        display: table-row !important;
      }
      .d-print-table-cell {
        display: table-cell !important;
      }
      .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }

    .flex-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }

    .flex-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }

    .flex-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }

    .flex-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }

    .flex-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }

    .flex-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }

    .flex-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }

    .flex-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }

    .flex-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }

    .flex-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }

    .flex-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }

    .flex-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }

    .justify-content-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }

    .justify-content-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }

    .justify-content-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }

    .justify-content-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }

    .justify-content-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }

    .justify-content-even {
      justify-content: space-evenly !important;
    }

    .align-items-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }

    .align-items-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }

    .align-items-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }

    .align-items-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }

    .align-items-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }

    .align-content-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }

    .align-content-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }

    .align-content-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }

    .align-content-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }

    .align-content-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }

    .align-content-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }

    .align-self-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }

    .align-self-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }

    .align-self-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }

    .align-self-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }

    .align-self-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }

    .align-self-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }

    @media (min-width: 576px) {
      .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }

    @media (min-width: 768px) {
      .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }

    @media (min-width: 992px) {
      .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }

    @media (min-width: 1200px) {
      .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }

    .m-0 {
      margin: 0 !important;
    }

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

    .mr-0,
    .mx-0 {
      margin-right: 0 !important;
    }

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

    .ml-0,
    .mx-0 {
      margin-left: 0 !important;
    }

    .m-1 {
      margin: 0.25rem !important;
    }

    .mt-1,
    .my-1 {
      margin-top: 0.25rem !important;
    }

    .mr-1,
    .mx-1 {
      margin-right: 0.25rem !important;
    }

    .mb-1,
    .my-1 {
      margin-bottom: 0.25rem !important;
    }

    .ml-1,
    .mx-1 {
      margin-left: 0.25rem !important;
    }

    .m-2 {
      margin: 0.5rem !important;
    }

    .mt-2,
    .my-2 {
      margin-top: 0.5rem !important;
    }

    .mr-2,
    .mx-2 {
      margin-right: 0.5rem !important;
    }

    .mb-2,
    .my-2 {
      margin-bottom: 0.5rem !important;
    }

    .ml-2,
    .mx-2 {
      margin-left: 0.5rem !important;
    }

    .m-3 {
      margin: 1rem !important;
    }

    .mt-3,
    .my-3 {
      margin-top: 1rem !important;
    }

    .mr-3,
    .mx-3 {
      margin-right: 1rem !important;
    }

    .mb-3,
    .my-3 {
      margin-bottom: 1rem !important;
    }

    .ml-3,
    .mx-3 {
      margin-left: 1rem !important;
    }

    .m-4 {
      margin: 1.5rem !important;
    }

    .mt-4,
    .my-4 {
      margin-top: 1.5rem !important;
    }

    .mr-4,
    .mx-4 {
      margin-right: 1.5rem !important;
    }

    .mb-4,
    .my-4 {
      margin-bottom: 1.5rem !important;
    }

    .ml-4,
    .mx-4 {
      margin-left: 1.5rem !important;
    }

    .m-5 {
      margin: 3rem !important;
    }

    .mt-5,
    .my-5 {
      margin-top: 3rem !important;
    }

    .mr-5,
    .mx-5 {
      margin-right: 3rem !important;
    }

    .mb-5,
    .my-5 {
      margin-bottom: 3rem !important;
    }

    .ml-5,
    .mx-5 {
      margin-left: 3rem !important;
    }

    .p-0 {
      padding: 0 !important;
    }

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

    .pr-0,
    .px-0 {
      padding-right: 0 !important;
    }

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

    .pl-0,
    .px-0 {
      padding-left: 0 !important;
    }

    .p-1 {
      padding: 0.25rem !important;
    }

    .pt-1,
    .py-1 {
      padding-top: 0.25rem !important;
    }

    .pr-1,
    .px-1 {
      padding-right: 0.25rem !important;
    }

    .pb-1,
    .py-1 {
      padding-bottom: 0.25rem !important;
    }

    .pl-1,
    .px-1 {
      padding-left: 0.25rem !important;
    }

    .p-2 {
      padding: 0.5rem !important;
    }

    .pt-2,
    .py-2 {
      padding-top: 0.5rem !important;
    }

    .pr-2,
    .px-2 {
      padding-right: 0.5rem !important;
    }

    .pb-2,
    .py-2 {
      padding-bottom: 0.5rem !important;
    }

    .pl-2,
    .px-2 {
      padding-left: 0.5rem !important;
    }

    .p-3 {
      padding: 1rem !important;
    }

    .pt-3,
    .py-3 {
      padding-top: 1rem !important;
    }

    .pr-3,
    .px-3 {
      padding-right: 1rem !important;
    }

    .pb-3,
    .py-3 {
      padding-bottom: 1rem !important;
    }

    .pl-3,
    .px-3 {
      padding-left: 1rem !important;
    }

    .p-4 {
      padding: 1.5rem !important;
    }

    .pt-4,
    .py-4 {
      padding-top: 1.5rem !important;
    }

    .pr-4,
    .px-4 {
      padding-right: 1.5rem !important;
    }

    .pb-4,
    .py-4 {
      padding-bottom: 1.5rem !important;
    }

    .pl-4,
    .px-4 {
      padding-left: 1.5rem !important;
    }

    .p-5 {
      padding: 3rem !important;
    }

    .pt-5,
    .py-5 {
      padding-top: 3rem !important;
    }

    .pr-5,
    .px-5 {
      padding-right: 3rem !important;
    }

    .pb-5,
    .py-5 {
      padding-bottom: 3rem !important;
    }

    .pl-5,
    .px-5 {
      padding-left: 3rem !important;
    }

    .m-n1 {
      margin: -0.25rem !important;
    }

    .mt-n1,
    .my-n1 {
      margin-top: -0.25rem !important;
    }

    .mr-n1,
    .mx-n1 {
      margin-right: -0.25rem !important;
    }

    .mb-n1,
    .my-n1 {
      margin-bottom: -0.25rem !important;
    }

    .ml-n1,
    .mx-n1 {
      margin-left: -0.25rem !important;
    }

    .m-n2 {
      margin: -0.5rem !important;
    }

    .mt-n2,
    .my-n2 {
      margin-top: -0.5rem !important;
    }

    .mr-n2,
    .mx-n2 {
      margin-right: -0.5rem !important;
    }

    .mb-n2,
    .my-n2 {
      margin-bottom: -0.5rem !important;
    }

    .ml-n2,
    .mx-n2 {
      margin-left: -0.5rem !important;
    }

    .m-n3 {
      margin: -1rem !important;
    }

    .mt-n3,
    .my-n3 {
      margin-top: -1rem !important;
    }

    .mr-n3,
    .mx-n3 {
      margin-right: -1rem !important;
    }

    .mb-n3,
    .my-n3 {
      margin-bottom: -1rem !important;
    }

    .ml-n3,
    .mx-n3 {
      margin-left: -1rem !important;
    }

    .m-n4 {
      margin: -1.5rem !important;
    }

    .mt-n4,
    .my-n4 {
      margin-top: -1.5rem !important;
    }

    .mr-n4,
    .mx-n4 {
      margin-right: -1.5rem !important;
    }

    .mb-n4,
    .my-n4 {
      margin-bottom: -1.5rem !important;
    }

    .ml-n4,
    .mx-n4 {
      margin-left: -1.5rem !important;
    }

    .m-n5 {
      margin: -3rem !important;
    }

    .mt-n5,
    .my-n5 {
      margin-top: -3rem !important;
    }

    .mr-n5,
    .mx-n5 {
      margin-right: -3rem !important;
    }

    .mb-n5,
    .my-n5 {
      margin-bottom: -3rem !important;
    }

    .ml-n5,
    .mx-n5 {
      margin-left: -3rem !important;
    }

    .m-auto {
      margin: auto !important;
    }

    .mt-auto,
    .my-auto {
      margin-top: auto !important;
    }

    .mr-auto,
    .mx-auto {
      margin-right: auto !important;
    }

    .mb-auto,
    .my-auto {
      margin-bottom: auto !important;
    }

    .ml-auto,
    .mx-auto {
      margin-left: auto !important;
    }

    @media (min-width: 576px) {
      .m-sm-0 {
        margin: 0 !important;
      }
      .mt-sm-0,
      .my-sm-0 {
        margin-top: 0 !important;
      }
      .mr-sm-0,
      .mx-sm-0 {
        margin-right: 0 !important;
      }
      .mb-sm-0,
      .my-sm-0 {
        margin-bottom: 0 !important;
      }
      .ml-sm-0,
      .mx-sm-0 {
        margin-left: 0 !important;
      }
      .m-sm-1 {
        margin: 0.25rem !important;
      }
      .mt-sm-1,
      .my-sm-1 {
        margin-top: 0.25rem !important;
      }
      .mr-sm-1,
      .mx-sm-1 {
        margin-right: 0.25rem !important;
      }
      .mb-sm-1,
      .my-sm-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-sm-1,
      .mx-sm-1 {
        margin-left: 0.25rem !important;
      }
      .m-sm-2 {
        margin: 0.5rem !important;
      }
      .mt-sm-2,
      .my-sm-2 {
        margin-top: 0.5rem !important;
      }
      .mr-sm-2,
      .mx-sm-2 {
        margin-right: 0.5rem !important;
      }
      .mb-sm-2,
      .my-sm-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-sm-2,
      .mx-sm-2 {
        margin-left: 0.5rem !important;
      }
      .m-sm-3 {
        margin: 1rem !important;
      }
      .mt-sm-3,
      .my-sm-3 {
        margin-top: 1rem !important;
      }
      .mr-sm-3,
      .mx-sm-3 {
        margin-right: 1rem !important;
      }
      .mb-sm-3,
      .my-sm-3 {
        margin-bottom: 1rem !important;
      }
      .ml-sm-3,
      .mx-sm-3 {
        margin-left: 1rem !important;
      }
      .m-sm-4 {
        margin: 1.5rem !important;
      }
      .mt-sm-4,
      .my-sm-4 {
        margin-top: 1.5rem !important;
      }
      .mr-sm-4,
      .mx-sm-4 {
        margin-right: 1.5rem !important;
      }
      .mb-sm-4,
      .my-sm-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-sm-4,
      .mx-sm-4 {
        margin-left: 1.5rem !important;
      }
      .m-sm-5 {
        margin: 3rem !important;
      }
      .mt-sm-5,
      .my-sm-5 {
        margin-top: 3rem !important;
      }
      .mr-sm-5,
      .mx-sm-5 {
        margin-right: 3rem !important;
      }
      .mb-sm-5,
      .my-sm-5 {
        margin-bottom: 3rem !important;
      }
      .ml-sm-5,
      .mx-sm-5 {
        margin-left: 3rem !important;
      }
      .p-sm-0 {
        padding: 0 !important;
      }
      .pt-sm-0,
      .py-sm-0 {
        padding-top: 0 !important;
      }
      .pr-sm-0,
      .px-sm-0 {
        padding-right: 0 !important;
      }
      .pb-sm-0,
      .py-sm-0 {
        padding-bottom: 0 !important;
      }
      .pl-sm-0,
      .px-sm-0 {
        padding-left: 0 !important;
      }
      .p-sm-1 {
        padding: 0.25rem !important;
      }
      .pt-sm-1,
      .py-sm-1 {
        padding-top: 0.25rem !important;
      }
      .pr-sm-1,
      .px-sm-1 {
        padding-right: 0.25rem !important;
      }
      .pb-sm-1,
      .py-sm-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-sm-1,
      .px-sm-1 {
        padding-left: 0.25rem !important;
      }
      .p-sm-2 {
        padding: 0.5rem !important;
      }
      .pt-sm-2,
      .py-sm-2 {
        padding-top: 0.5rem !important;
      }
      .pr-sm-2,
      .px-sm-2 {
        padding-right: 0.5rem !important;
      }
      .pb-sm-2,
      .py-sm-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-sm-2,
      .px-sm-2 {
        padding-left: 0.5rem !important;
      }
      .p-sm-3 {
        padding: 1rem !important;
      }
      .pt-sm-3,
      .py-sm-3 {
        padding-top: 1rem !important;
      }
      .pr-sm-3,
      .px-sm-3 {
        padding-right: 1rem !important;
      }
      .pb-sm-3,
      .py-sm-3 {
        padding-bottom: 1rem !important;
      }
      .pl-sm-3,
      .px-sm-3 {
        padding-left: 1rem !important;
      }
      .p-sm-4 {
        padding: 1.5rem !important;
      }
      .pt-sm-4,
      .py-sm-4 {
        padding-top: 1.5rem !important;
      }
      .pr-sm-4,
      .px-sm-4 {
        padding-right: 1.5rem !important;
      }
      .pb-sm-4,
      .py-sm-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-sm-4,
      .px-sm-4 {
        padding-left: 1.5rem !important;
      }
      .p-sm-5 {
        padding: 3rem !important;
      }
      .pt-sm-5,
      .py-sm-5 {
        padding-top: 3rem !important;
      }
      .pr-sm-5,
      .px-sm-5 {
        padding-right: 3rem !important;
      }
      .pb-sm-5,
      .py-sm-5 {
        padding-bottom: 3rem !important;
      }
      .pl-sm-5,
      .px-sm-5 {
        padding-left: 3rem !important;
      }
      .m-sm-n1 {
        margin: -0.25rem !important;
      }
      .mt-sm-n1,
      .my-sm-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-sm-n1,
      .mx-sm-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-sm-n1,
      .my-sm-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-sm-n1,
      .mx-sm-n1 {
        margin-left: -0.25rem !important;
      }
      .m-sm-n2 {
        margin: -0.5rem !important;
      }
      .mt-sm-n2,
      .my-sm-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-sm-n2,
      .mx-sm-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-sm-n2,
      .my-sm-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-sm-n2,
      .mx-sm-n2 {
        margin-left: -0.5rem !important;
      }
      .m-sm-n3 {
        margin: -1rem !important;
      }
      .mt-sm-n3,
      .my-sm-n3 {
        margin-top: -1rem !important;
      }
      .mr-sm-n3,
      .mx-sm-n3 {
        margin-right: -1rem !important;
      }
      .mb-sm-n3,
      .my-sm-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-sm-n3,
      .mx-sm-n3 {
        margin-left: -1rem !important;
      }
      .m-sm-n4 {
        margin: -1.5rem !important;
      }
      .mt-sm-n4,
      .my-sm-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-sm-n4,
      .mx-sm-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-sm-n4,
      .my-sm-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-sm-n4,
      .mx-sm-n4 {
        margin-left: -1.5rem !important;
      }
      .m-sm-n5 {
        margin: -3rem !important;
      }
      .mt-sm-n5,
      .my-sm-n5 {
        margin-top: -3rem !important;
      }
      .mr-sm-n5,
      .mx-sm-n5 {
        margin-right: -3rem !important;
      }
      .mb-sm-n5,
      .my-sm-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-sm-n5,
      .mx-sm-n5 {
        margin-left: -3rem !important;
      }
      .m-sm-auto {
        margin: auto !important;
      }
      .mt-sm-auto,
      .my-sm-auto {
        margin-top: auto !important;
      }
      .mr-sm-auto,
      .mx-sm-auto {
        margin-right: auto !important;
      }
      .mb-sm-auto,
      .my-sm-auto {
        margin-bottom: auto !important;
      }
      .ml-sm-auto,
      .mx-sm-auto {
        margin-left: auto !important;
      }
    }

    @media (min-width: 768px) {
      .m-md-0 {
        margin: 0 !important;
      }
      .mt-md-0,
      .my-md-0 {
        margin-top: 0 !important;
      }
      .mr-md-0,
      .mx-md-0 {
        margin-right: 0 !important;
      }
      .mb-md-0,
      .my-md-0 {
        margin-bottom: 0 !important;
      }
      .ml-md-0,
      .mx-md-0 {
        margin-left: 0 !important;
      }
      .m-md-1 {
        margin: 0.25rem !important;
      }
      .mt-md-1,
      .my-md-1 {
        margin-top: 0.25rem !important;
      }
      .mr-md-1,
      .mx-md-1 {
        margin-right: 0.25rem !important;
      }
      .mb-md-1,
      .my-md-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-md-1,
      .mx-md-1 {
        margin-left: 0.25rem !important;
      }
      .m-md-2 {
        margin: 0.5rem !important;
      }
      .mt-md-2,
      .my-md-2 {
        margin-top: 0.5rem !important;
      }
      .mr-md-2,
      .mx-md-2 {
        margin-right: 0.5rem !important;
      }
      .mb-md-2,
      .my-md-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-md-2,
      .mx-md-2 {
        margin-left: 0.5rem !important;
      }
      .m-md-3 {
        margin: 1rem !important;
      }
      .mt-md-3,
      .my-md-3 {
        margin-top: 1rem !important;
      }
      .mr-md-3,
      .mx-md-3 {
        margin-right: 1rem !important;
      }
      .mb-md-3,
      .my-md-3 {
        margin-bottom: 1rem !important;
      }
      .ml-md-3,
      .mx-md-3 {
        margin-left: 1rem !important;
      }
      .m-md-4 {
        margin: 1.5rem !important;
      }
      .mt-md-4,
      .my-md-4 {
        margin-top: 1.5rem !important;
      }
      .mr-md-4,
      .mx-md-4 {
        margin-right: 1.5rem !important;
      }
      .mb-md-4,
      .my-md-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-md-4,
      .mx-md-4 {
        margin-left: 1.5rem !important;
      }
      .m-md-5 {
        margin: 3rem !important;
      }
      .mt-md-5,
      .my-md-5 {
        margin-top: 3rem !important;
      }
      .mr-md-5,
      .mx-md-5 {
        margin-right: 3rem !important;
      }
      .mb-md-5,
      .my-md-5 {
        margin-bottom: 3rem !important;
      }
      .ml-md-5,
      .mx-md-5 {
        margin-left: 3rem !important;
      }
      .p-md-0 {
        padding: 0 !important;
      }
      .pt-md-0,
      .py-md-0 {
        padding-top: 0 !important;
      }
      .pr-md-0,
      .px-md-0 {
        padding-right: 0 !important;
      }
      .pb-md-0,
      .py-md-0 {
        padding-bottom: 0 !important;
      }
      .pl-md-0,
      .px-md-0 {
        padding-left: 0 !important;
      }
      .p-md-1 {
        padding: 0.25rem !important;
      }
      .pt-md-1,
      .py-md-1 {
        padding-top: 0.25rem !important;
      }
      .pr-md-1,
      .px-md-1 {
        padding-right: 0.25rem !important;
      }
      .pb-md-1,
      .py-md-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-md-1,
      .px-md-1 {
        padding-left: 0.25rem !important;
      }
      .p-md-2 {
        padding: 0.5rem !important;
      }
      .pt-md-2,
      .py-md-2 {
        padding-top: 0.5rem !important;
      }
      .pr-md-2,
      .px-md-2 {
        padding-right: 0.5rem !important;
      }
      .pb-md-2,
      .py-md-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-md-2,
      .px-md-2 {
        padding-left: 0.5rem !important;
      }
      .p-md-3 {
        padding: 1rem !important;
      }
      .pt-md-3,
      .py-md-3 {
        padding-top: 1rem !important;
      }
      .pr-md-3,
      .px-md-3 {
        padding-right: 1rem !important;
      }
      .pb-md-3,
      .py-md-3 {
        padding-bottom: 1rem !important;
      }
      .pl-md-3,
      .px-md-3 {
        padding-left: 1rem !important;
      }
      .p-md-4 {
        padding: 1.5rem !important;
      }
      .pt-md-4,
      .py-md-4 {
        padding-top: 1.5rem !important;
      }
      .pr-md-4,
      .px-md-4 {
        padding-right: 1.5rem !important;
      }
      .pb-md-4,
      .py-md-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-md-4,
      .px-md-4 {
        padding-left: 1.5rem !important;
      }
      .p-md-5 {
        padding: 3rem !important;
      }
      .pt-md-5,
      .py-md-5 {
        padding-top: 3rem !important;
      }
      .pr-md-5,
      .px-md-5 {
        padding-right: 3rem !important;
      }
      .pb-md-5,
      .py-md-5 {
        padding-bottom: 3rem !important;
      }
      .pl-md-5,
      .px-md-5 {
        padding-left: 3rem !important;
      }
      .m-md-n1 {
        margin: -0.25rem !important;
      }
      .mt-md-n1,
      .my-md-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-md-n1,
      .mx-md-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-md-n1,
      .my-md-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-md-n1,
      .mx-md-n1 {
        margin-left: -0.25rem !important;
      }
      .m-md-n2 {
        margin: -0.5rem !important;
      }
      .mt-md-n2,
      .my-md-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-md-n2,
      .mx-md-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-md-n2,
      .my-md-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-md-n2,
      .mx-md-n2 {
        margin-left: -0.5rem !important;
      }
      .m-md-n3 {
        margin: -1rem !important;
      }
      .mt-md-n3,
      .my-md-n3 {
        margin-top: -1rem !important;
      }
      .mr-md-n3,
      .mx-md-n3 {
        margin-right: -1rem !important;
      }
      .mb-md-n3,
      .my-md-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-md-n3,
      .mx-md-n3 {
        margin-left: -1rem !important;
      }
      .m-md-n4 {
        margin: -1.5rem !important;
      }
      .mt-md-n4,
      .my-md-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-md-n4,
      .mx-md-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-md-n4,
      .my-md-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-md-n4,
      .mx-md-n4 {
        margin-left: -1.5rem !important;
      }
      .m-md-n5 {
        margin: -3rem !important;
      }
      .mt-md-n5,
      .my-md-n5 {
        margin-top: -3rem !important;
      }
      .mr-md-n5,
      .mx-md-n5 {
        margin-right: -3rem !important;
      }
      .mb-md-n5,
      .my-md-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-md-n5,
      .mx-md-n5 {
        margin-left: -3rem !important;
      }
      .m-md-auto {
        margin: auto !important;
      }
      .mt-md-auto,
      .my-md-auto {
        margin-top: auto !important;
      }
      .mr-md-auto,
      .mx-md-auto {
        margin-right: auto !important;
      }
      .mb-md-auto,
      .my-md-auto {
        margin-bottom: auto !important;
      }
      .ml-md-auto,
      .mx-md-auto {
        margin-left: auto !important;
      }
    }

    @media (min-width: 992px) {
      .m-lg-0 {
        margin: 0 !important;
      }
      .mt-lg-0,
      .my-lg-0 {
        margin-top: 0 !important;
      }
      .mr-lg-0,
      .mx-lg-0 {
        margin-right: 0 !important;
      }
      .mb-lg-0,
      .my-lg-0 {
        margin-bottom: 0 !important;
      }
      .ml-lg-0,
      .mx-lg-0 {
        margin-left: 0 !important;
      }
      .m-lg-1 {
        margin: 0.25rem !important;
      }
      .mt-lg-1,
      .my-lg-1 {
        margin-top: 0.25rem !important;
      }
      .mr-lg-1,
      .mx-lg-1 {
        margin-right: 0.25rem !important;
      }
      .mb-lg-1,
      .my-lg-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-lg-1,
      .mx-lg-1 {
        margin-left: 0.25rem !important;
      }
      .m-lg-2 {
        margin: 0.5rem !important;
      }
      .mt-lg-2,
      .my-lg-2 {
        margin-top: 0.5rem !important;
      }
      .mr-lg-2,
      .mx-lg-2 {
        margin-right: 0.5rem !important;
      }
      .mb-lg-2,
      .my-lg-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-lg-2,
      .mx-lg-2 {
        margin-left: 0.5rem !important;
      }
      .m-lg-3 {
        margin: 1rem !important;
      }
      .mt-lg-3,
      .my-lg-3 {
        margin-top: 1rem !important;
      }
      .mr-lg-3,
      .mx-lg-3 {
        margin-right: 1rem !important;
      }
      .mb-lg-3,
      .my-lg-3 {
        margin-bottom: 1rem !important;
      }
      .ml-lg-3,
      .mx-lg-3 {
        margin-left: 1rem !important;
      }
      .m-lg-4 {
        margin: 1.5rem !important;
      }
      .mt-lg-4,
      .my-lg-4 {
        margin-top: 1.5rem !important;
      }
      .mr-lg-4,
      .mx-lg-4 {
        margin-right: 1.5rem !important;
      }
      .mb-lg-4,
      .my-lg-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-lg-4,
      .mx-lg-4 {
        margin-left: 1.5rem !important;
      }
      .m-lg-5 {
        margin: 3rem !important;
      }
      .mt-lg-5,
      .my-lg-5 {
        margin-top: 3rem !important;
      }
      .mr-lg-5,
      .mx-lg-5 {
        margin-right: 3rem !important;
      }
      .mb-lg-5,
      .my-lg-5 {
        margin-bottom: 3rem !important;
      }
      .ml-lg-5,
      .mx-lg-5 {
        margin-left: 3rem !important;
      }
      .p-lg-0 {
        padding: 0 !important;
      }
      .pt-lg-0,
      .py-lg-0 {
        padding-top: 0 !important;
      }
      .pr-lg-0,
      .px-lg-0 {
        padding-right: 0 !important;
      }
      .pb-lg-0,
      .py-lg-0 {
        padding-bottom: 0 !important;
      }
      .pl-lg-0,
      .px-lg-0 {
        padding-left: 0 !important;
      }
      .p-lg-1 {
        padding: 0.25rem !important;
      }
      .pt-lg-1,
      .py-lg-1 {
        padding-top: 0.25rem !important;
      }
      .pr-lg-1,
      .px-lg-1 {
        padding-right: 0.25rem !important;
      }
      .pb-lg-1,
      .py-lg-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-lg-1,
      .px-lg-1 {
        padding-left: 0.25rem !important;
      }
      .p-lg-2 {
        padding: 0.5rem !important;
      }
      .pt-lg-2,
      .py-lg-2 {
        padding-top: 0.5rem !important;
      }
      .pr-lg-2,
      .px-lg-2 {
        padding-right: 0.5rem !important;
      }
      .pb-lg-2,
      .py-lg-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-lg-2,
      .px-lg-2 {
        padding-left: 0.5rem !important;
      }
      .p-lg-3 {
        padding: 1rem !important;
      }
      .pt-lg-3,
      .py-lg-3 {
        padding-top: 1rem !important;
      }
      .pr-lg-3,
      .px-lg-3 {
        padding-right: 1rem !important;
      }
      .pb-lg-3,
      .py-lg-3 {
        padding-bottom: 1rem !important;
      }
      .pl-lg-3,
      .px-lg-3 {
        padding-left: 1rem !important;
      }
      .p-lg-4 {
        padding: 1.5rem !important;
      }
      .pt-lg-4,
      .py-lg-4 {
        padding-top: 1.5rem !important;
      }
      .pr-lg-4,
      .px-lg-4 {
        padding-right: 1.5rem !important;
      }
      .pb-lg-4,
      .py-lg-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-lg-4,
      .px-lg-4 {
        padding-left: 1.5rem !important;
      }
      .p-lg-5 {
        padding: 3rem !important;
      }
      .pt-lg-5,
      .py-lg-5 {
        padding-top: 3rem !important;
      }
      .pr-lg-5,
      .px-lg-5 {
        padding-right: 3rem !important;
      }
      .pb-lg-5,
      .py-lg-5 {
        padding-bottom: 3rem !important;
      }
      .pl-lg-5,
      .px-lg-5 {
        padding-left: 3rem !important;
      }
      .m-lg-n1 {
        margin: -0.25rem !important;
      }
      .mt-lg-n1,
      .my-lg-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-lg-n1,
      .mx-lg-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-lg-n1,
      .my-lg-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-lg-n1,
      .mx-lg-n1 {
        margin-left: -0.25rem !important;
      }
      .m-lg-n2 {
        margin: -0.5rem !important;
      }
      .mt-lg-n2,
      .my-lg-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-lg-n2,
      .mx-lg-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-lg-n2,
      .my-lg-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-lg-n2,
      .mx-lg-n2 {
        margin-left: -0.5rem !important;
      }
      .m-lg-n3 {
        margin: -1rem !important;
      }
      .mt-lg-n3,
      .my-lg-n3 {
        margin-top: -1rem !important;
      }
      .mr-lg-n3,
      .mx-lg-n3 {
        margin-right: -1rem !important;
      }
      .mb-lg-n3,
      .my-lg-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-lg-n3,
      .mx-lg-n3 {
        margin-left: -1rem !important;
      }
      .m-lg-n4 {
        margin: -1.5rem !important;
      }
      .mt-lg-n4,
      .my-lg-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-lg-n4,
      .mx-lg-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-lg-n4,
      .my-lg-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-lg-n4,
      .mx-lg-n4 {
        margin-left: -1.5rem !important;
      }
      .m-lg-n5 {
        margin: -3rem !important;
      }
      .mt-lg-n5,
      .my-lg-n5 {
        margin-top: -3rem !important;
      }
      .mr-lg-n5,
      .mx-lg-n5 {
        margin-right: -3rem !important;
      }
      .mb-lg-n5,
      .my-lg-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-lg-n5,
      .mx-lg-n5 {
        margin-left: -3rem !important;
      }
      .m-lg-auto {
        margin: auto !important;
      }
      .mt-lg-auto,
      .my-lg-auto {
        margin-top: auto !important;
      }
      .mr-lg-auto,
      .mx-lg-auto {
        margin-right: auto !important;
      }
      .mb-lg-auto,
      .my-lg-auto {
        margin-bottom: auto !important;
      }
      .ml-lg-auto,
      .mx-lg-auto {
        margin-left: auto !important;
      }
    }

    @media (min-width: 1200px) {
      .m-xl-0 {
        margin: 0 !important;
      }
      .mt-xl-0,
      .my-xl-0 {
        margin-top: 0 !important;
      }
      .mr-xl-0,
      .mx-xl-0 {
        margin-right: 0 !important;
      }
      .mb-xl-0,
      .my-xl-0 {
        margin-bottom: 0 !important;
      }
      .ml-xl-0,
      .mx-xl-0 {
        margin-left: 0 !important;
      }
      .m-xl-1 {
        margin: 0.25rem !important;
      }
      .mt-xl-1,
      .my-xl-1 {
        margin-top: 0.25rem !important;
      }
      .mr-xl-1,
      .mx-xl-1 {
        margin-right: 0.25rem !important;
      }
      .mb-xl-1,
      .my-xl-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-xl-1,
      .mx-xl-1 {
        margin-left: 0.25rem !important;
      }
      .m-xl-2 {
        margin: 0.5rem !important;
      }
      .mt-xl-2,
      .my-xl-2 {
        margin-top: 0.5rem !important;
      }
      .mr-xl-2,
      .mx-xl-2 {
        margin-right: 0.5rem !important;
      }
      .mb-xl-2,
      .my-xl-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-xl-2,
      .mx-xl-2 {
        margin-left: 0.5rem !important;
      }
      .m-xl-3 {
        margin: 1rem !important;
      }
      .mt-xl-3,
      .my-xl-3 {
        margin-top: 1rem !important;
      }
      .mr-xl-3,
      .mx-xl-3 {
        margin-right: 1rem !important;
      }
      .mb-xl-3,
      .my-xl-3 {
        margin-bottom: 1rem !important;
      }
      .ml-xl-3,
      .mx-xl-3 {
        margin-left: 1rem !important;
      }
      .m-xl-4 {
        margin: 1.5rem !important;
      }
      .mt-xl-4,
      .my-xl-4 {
        margin-top: 1.5rem !important;
      }
      .mr-xl-4,
      .mx-xl-4 {
        margin-right: 1.5rem !important;
      }
      .mb-xl-4,
      .my-xl-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-xl-4,
      .mx-xl-4 {
        margin-left: 1.5rem !important;
      }
      .m-xl-5 {
        margin: 3rem !important;
      }
      .mt-xl-5,
      .my-xl-5 {
        margin-top: 3rem !important;
      }
      .mr-xl-5,
      .mx-xl-5 {
        margin-right: 3rem !important;
      }
      .mb-xl-5,
      .my-xl-5 {
        margin-bottom: 3rem !important;
      }
      .ml-xl-5,
      .mx-xl-5 {
        margin-left: 3rem !important;
      }
      .p-xl-0 {
        padding: 0 !important;
      }
      .pt-xl-0,
      .py-xl-0 {
        padding-top: 0 !important;
      }
      .pr-xl-0,
      .px-xl-0 {
        padding-right: 0 !important;
      }
      .pb-xl-0,
      .py-xl-0 {
        padding-bottom: 0 !important;
      }
      .pl-xl-0,
      .px-xl-0 {
        padding-left: 0 !important;
      }
      .p-xl-1 {
        padding: 0.25rem !important;
      }
      .pt-xl-1,
      .py-xl-1 {
        padding-top: 0.25rem !important;
      }
      .pr-xl-1,
      .px-xl-1 {
        padding-right: 0.25rem !important;
      }
      .pb-xl-1,
      .py-xl-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-xl-1,
      .px-xl-1 {
        padding-left: 0.25rem !important;
      }
      .p-xl-2 {
        padding: 0.5rem !important;
      }
      .pt-xl-2,
      .py-xl-2 {
        padding-top: 0.5rem !important;
      }
      .pr-xl-2,
      .px-xl-2 {
        padding-right: 0.5rem !important;
      }
      .pb-xl-2,
      .py-xl-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-xl-2,
      .px-xl-2 {
        padding-left: 0.5rem !important;
      }
      .p-xl-3 {
        padding: 1rem !important;
      }
      .pt-xl-3,
      .py-xl-3 {
        padding-top: 1rem !important;
      }
      .pr-xl-3,
      .px-xl-3 {
        padding-right: 1rem !important;
      }
      .pb-xl-3,
      .py-xl-3 {
        padding-bottom: 1rem !important;
      }
      .pl-xl-3,
      .px-xl-3 {
        padding-left: 1rem !important;
      }
      .p-xl-4 {
        padding: 1.5rem !important;
      }
      .pt-xl-4,
      .py-xl-4 {
        padding-top: 1.5rem !important;
      }
      .pr-xl-4,
      .px-xl-4 {
        padding-right: 1.5rem !important;
      }
      .pb-xl-4,
      .py-xl-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-xl-4,
      .px-xl-4 {
        padding-left: 1.5rem !important;
      }
      .p-xl-5 {
        padding: 3rem !important;
      }
      .pt-xl-5,
      .py-xl-5 {
        padding-top: 3rem !important;
      }
      .pr-xl-5,
      .px-xl-5 {
        padding-right: 3rem !important;
      }
      .pb-xl-5,
      .py-xl-5 {
        padding-bottom: 3rem !important;
      }
      .pl-xl-5,
      .px-xl-5 {
        padding-left: 3rem !important;
      }
      .m-xl-n1 {
        margin: -0.25rem !important;
      }
      .mt-xl-n1,
      .my-xl-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-xl-n1,
      .mx-xl-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-xl-n1,
      .my-xl-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-xl-n1,
      .mx-xl-n1 {
        margin-left: -0.25rem !important;
      }
      .m-xl-n2 {
        margin: -0.5rem !important;
      }
      .mt-xl-n2,
      .my-xl-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-xl-n2,
      .mx-xl-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-xl-n2,
      .my-xl-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-xl-n2,
      .mx-xl-n2 {
        margin-left: -0.5rem !important;
      }
      .m-xl-n3 {
        margin: -1rem !important;
      }
      .mt-xl-n3,
      .my-xl-n3 {
        margin-top: -1rem !important;
      }
      .mr-xl-n3,
      .mx-xl-n3 {
        margin-right: -1rem !important;
      }
      .mb-xl-n3,
      .my-xl-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-xl-n3,
      .mx-xl-n3 {
        margin-left: -1rem !important;
      }
      .m-xl-n4 {
        margin: -1.5rem !important;
      }
      .mt-xl-n4,
      .my-xl-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-xl-n4,
      .mx-xl-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-xl-n4,
      .my-xl-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-xl-n4,
      .mx-xl-n4 {
        margin-left: -1.5rem !important;
      }
      .m-xl-n5 {
        margin: -3rem !important;
      }
      .mt-xl-n5,
      .my-xl-n5 {
        margin-top: -3rem !important;
      }
      .mr-xl-n5,
      .mx-xl-n5 {
        margin-right: -3rem !important;
      }
      .mb-xl-n5,
      .my-xl-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-xl-n5,
      .mx-xl-n5 {
        margin-left: -3rem !important;
      }
      .m-xl-auto {
        margin: auto !important;
      }
      .mt-xl-auto,
      .my-xl-auto {
        margin-top: auto !important;
      }
      .mr-xl-auto,
      .mx-xl-auto {
        margin-right: auto !important;
      }
      .mb-xl-auto,
      .my-xl-auto {
        margin-bottom: auto !important;
      }
      .ml-xl-auto,
      .mx-xl-auto {
        margin-left: auto !important;
      }
    }
.body-wrapper {
  overflow-x: hidden;
}

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

.body-container > .row-fluid-wrapper:first-of-type > .row-fluid:first-of-type > .widget-type-cell:first-of-type > .row-number-1 {
  padding-top: 0;
}

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

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

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

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








@media (min-width: 1600px) {
  .container--left {
      padding-left: calc(50vw - 709.0px)!important;
  }
  .container--right {
      padding-right: calc(50vw - 709.0px)!important;
  }
}

@media (min-width: 1000px) and (max-width: 1599px) {
  .container--left {
    padding-left: calc(5vw + 20px)!important;
}
.container--right {
  padding-right: calc(5vw + 20px)!important;
}  
}

@media (max-width: 999px) {
  .container--left {
      padding-left: 20px!important;
      padding-right: 20px!important;
  }

  .container--right {
      padding-right: 20px!important;
      padding-left: 20px!important;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.5;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .75rem;
}

h1 {
  line-height: 1.13;
}

h2 {
  line-height: 1.13;
}

h3 {
  line-height: 1.33;
}


h4,
h5,
h6 {
  line-height: 1.5;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ol {
  padding-left: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

.body-bold, .body-bold p {
  font-weight: 700;
}

a {
  text-decoration: none;
  transition: .4s ease;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button.button--secondary,
.button.button--secondary {
  background-color: #fff;
  border: 2px solid #4dc8ca;
  color: #4dc8ca;
}

button.button--small,
.button.button--small,
.hs-button.button--small {
  font-size: calc( (12 / 16) * 1rem );
  padding: 6px 15px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #f04045;
  border-color: #f04045;
  color: #fff;
}

.button.outline,
.button.outline:hover,
.button.outline:focus {
  padding-right: 16px;
  padding-bottom: 5px;
  padding-left: 16px;
  border-radius: ;
  text-transform: ;
  background-color: transparent;
  border: 2px solid #ff7353;
  color: #ff7353;
}

button.secondary:hover,
button.secondary:focus,
.button.button--secondary:hover,
.button.button--secondary:focus {
  background-color: #4dc8ca;
  color: #fff;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #bfbfbf;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/*** White Outline Button ***/
.button.outline-white {
  padding-right: 16px;
  padding-bottom: 5px;
  padding-left: 16px;
  border-radius: ;
  text-transform: ;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}


.button.outline-white:hover,
.button.outline-white:focus {
  background-color: #fff;
  color: #5134c9;
}

@media (min-width: 992px) {
  .button-margin {
    margin-right: 30px;
  }
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
  color: #24246e;
  font-size: 16px;
  font-weight: bold;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 1rem;
  padding: 0.7rem;
  width: 100%;
}

form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form textarea:focus-visible {
  outline: 1px solid #5134c9;
}

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

/* Inputs - checkbox/radio */

form .inputs-list li label {
  /*color: #5134c9;*/
  font-weight: normal;
}

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

form input[type=checkbox],
form input[type=radio] {
  background-color: #ebebeb;
  cursor: pointer;
  height: calc( (24/16) * 1rem - 1rem );
  margin: .5rem .85rem .5rem .5rem;
  width: calc( (24/16) * 1rem - 1rem )!important;
}

form input[type=checkbox]::after,
form input[type=radio]::after,
form input[name=single_checkbox]::before {
  background-color: #ebebeb;
  border-radius: 4px;
  content: '';
  display: block;
  height: calc( (24/16) * 1rem );
  position: relative;
    top: -.5rem;
    left: -.5rem;
  width: calc( (24/16) * 1rem );
}

form input[type=radio]::after,
form input[name=single_checkbox]::before {
  border-radius: 50%;
}

form input[type=checkbox]:checked::after,
form input[type=radio]:checked::after {
  background-color: #5134c9;
  background-image: url(//8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/raw_assets/public/theme-shift/images/icons/check-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

form input[name=single_checkbox] {
  border: 1px solid #ebebeb;
  position: relative;
  width: calc( (42/16) * 1rem - 1rem );
}

form input[name=single_checkbox]::before {
  background-color: #fff;
  outline: 1px solid #ebebeb;
  outline-offset: -1px;
  position: absolute;
    top: -.5rem;
    left: -.5rem;
  z-index: 1;
}

form input[name=single_checkbox]:checked::before {
  outline-color: #5134c9;
  left: auto;
  right: -.5rem;
}

form input[name=single_checkbox]::after {
  background-image: none !important;
  border-radius: calc( (12/16) * 1rem );
  width: calc( (42/16) * 1rem );
}

/* form input[name=single_checkbox]::after {
  background-image: none;
} */

/* Inputs - dropdown */

form select {
  background-image: url(//8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/raw_assets/public/theme-shift/images/icons/caret-down.svg);
  background-position: right .7rem center;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #24246e !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;       /* Remove default arrow */
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

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

/* Validation */

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

.hs-input.invalid.error {
  background-image: url(//8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/raw_assets/public/theme-shift/images/icons/alert.svg);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #f04045;
}

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.inner-labels .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox) {
  position: relative;
}

.inner-labels .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label {
  position: absolute;
  top: 10px;
  left: 14px;
  margin: 0;
  z-index: 1;
  font-size: 16px;
}
.inner-labels .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label.labelfocus {
  top: 3px;
  transition: all .2s;
  font-size: 0.563rem;
  line-height: 12px;
  color: #5134c9;
  text-transform: uppercase;
  font-weight: bold;
}

.form {
  max-width: 700px;
  margin: 0 auto;
}

.form-title {
  text-transform: none;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
}

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

.button-left .actions {
  text-align: left;
}

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

.button-right .actions {
  text-align: right;
}

.button-full_width .actions input {
  width: 100%;
}

.form.has-padding {
  padding: 25px;
  border-radius: 12px;
  /*box-shadow: 0px 0px 16px rgb(0 0 0 / 30%);*/
}

.form.color-white label {
  color: #fff;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}
/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header {
  box-shadow: 0 6px 16px rgba(0,0,0,.1);
}



.header__container {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
}

@media (min-width: 767px) and (max-width: 1150px) {

  .header__column {
   /* width: 100%;*/
  }

}

@media (min-width: 997px) {

  .header__column {
    align-items: flex-end;
  }

}

@media (min-width: 1652px) {

  .header__container {
    max-width: 1450px !important;
  }

}

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

@media (min-width: 997px) {
  
  .header__logo {
    margin-right: auto;
  }

}

/* Search bar */

.header__search {
    order: -1;
    padding: 2.25rem 1.05rem 2.05rem;
  }

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 997px) {

  .header__search {
    padding: 0 1rem;
    width: auto;
  }

  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }

}

/* Language switcher */

.header__language-switcher {
  border-top: 2px solid #CED4DB;
  cursor: pointer;
  padding-left: 1.05rem;
  padding-right: 0;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
    border: none;
    border-radius: 3px;
    display: block;
    left: 30px;
    min-width: 100px;
    opacity: 1;
    padding: 0 1.05rem;
    text-align: left;
    top: 0;
    transition: opacity 0.3s;
    visibility: visible;
  }

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
    background-color: inherit;
    border: none;
    font-size: 0.917rem;
    padding: 0.35rem 0.7rem;
  }

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}
/* scroll up reveal header */
.header.scale--header.sticky {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: 500ms all ease-in-out;
}
@media (min-width: 997px) {

  .header__language-switcher .lang_list_class {
    border: 2px solid;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    left: calc(100% - 24px);
    opacity: 0;
    padding-top: 0;
    top: 100%;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    font-size: 18px;
  }

}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__column {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.header__navigation,
.header__language-switcher {
  display: none;
  width: 100%;
}

.header__navigation.open,
.header__search.open,
.header__language-switcher.open {
  background-color: #24246e;
  display: inline-block;
  left: 0;
  min-height: calc(100vh - 115px);
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 20;
}

.header__navigation.open {
  display: flex;
  flex-direction: column;
  top: 100%;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.header__language-switcher.open {
  top: 100%;
}

.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle {
  cursor: pointer;
  position: relative;
}

.header__search--toggle,
.header__language-switcher--toggle {
  display: none;
}

.header__navigation--toggle.open {
  display: block;
}

.header__navigation--toggle:after,
.header__search--toggle:after,
.header__language-switcher--toggle:after {
  display: none;
  font-size: 1.083rem;
  font-weight: 600;
  position: absolute;
  left: 40px;
  text-transform: uppercase;
  top: -10px;
}

.header__navigation--toggle.open:after,
.header__search--toggle.open:after,
.header__language-switcher--toggle.open:after {
  display: block;
  word-break: normal;
}

.header__navigation--toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='28' viewBox='0 0 34 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.03979 0.359863C1.06699 0.359863 0.279785 1.14707 0.279785 2.11986C0.279785 3.09266 1.06699 3.87986 2.03979 3.87986H31.9598C32.9326 3.87986 33.7198 3.09266 33.7198 2.11986C33.7198 1.14707 32.9326 0.359863 31.9598 0.359863H2.03979ZM2.03979 12.2399C1.06699 12.2399 0.279785 13.0271 0.279785 13.9999C0.279785 14.9727 1.06699 15.7599 2.03979 15.7599H31.9598C32.9326 15.7599 33.7198 14.9727 33.7198 13.9999C33.7198 13.0271 32.9326 12.2399 31.9598 12.2399H2.03979ZM2.03979 24.1199C1.06699 24.1199 0.279785 24.9071 0.279785 25.8799C0.279785 26.8527 1.06699 27.6399 2.03979 27.6399H31.9598C32.9326 27.6399 33.7198 26.8527 33.7198 25.8799C33.7198 24.9071 32.9326 24.1199 31.9598 24.1199H2.03979Z' fill='%235134C9'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  order: 2;
  width: 25px;
}

.header__navigation--toggle.open {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 17.2448L3.49488 28.7499C3.20098 29.0507 2.79361 29.214 2.37425 29.2002C1.73831 29.1951 1.16768 28.8101 0.92361 28.224C0.677831 27.6362 0.806737 26.9607 1.25017 26.5052L12.7553 15.0001L1.25017 3.49499C0.949394 3.20108 0.786106 2.79372 0.799878 2.37435C0.789566 1.95326 0.952848 1.54764 1.25017 1.25028C1.5475 0.952933 1.95316 0.789649 2.37424 0.799989C2.79362 0.786239 3.20096 0.949519 3.49488 1.25028L15 12.7554L26.5051 1.25028C26.9554 0.793081 27.6395 0.655582 28.2325 0.903099C28.8237 1.1506 29.207 1.73153 29.2001 2.37437C29.2139 2.79374 29.0506 3.20109 28.7498 3.49501L17.2447 15.0001L28.7498 26.5052C29.3342 27.1309 29.3187 28.1071 28.712 28.7121C28.107 29.3188 27.1307 29.3343 26.5051 28.7499L15 17.2448Z' fill='%235134C9'/%3E%3C/svg%3E%0A");
}

.header__navigation .hs-search-field label {
  display: none;
}

.header__navigation .menu__item {
  border: 0;
}

.header__navigation .menu__link {
  border-bottom: 1px solid rgba(191,191,191,.1);
  color: #fff;
  font-weight: 700;
  margin: 0 1.225rem;
  text-transform: uppercase;
}

.header__navigation .menu__submenu .menu__link, .menu.menu--mobile .menu__link:hover{
  color: #fff
} 
.menu--mobile .menu__submenu .menu__item{
  background: rgba(33, 33, 33, 0.21);
}
.menu--mobile .menu__submenu .menu__item:hover{
  background: rgba(33, 33, 33, 0.5);
}

.header__language-switcher ul {

}

.header__language-switcher ul li {
  
}

 ul.header__language-switcher--label li a.menu__link {
  margin: 0!important;
  border-radius: 0px!important;
}

.header__language-switcher--toggle {
  display: none;
}

@media (min-width: 997px) {

  .header__navigation .menu__submenu {
    border-top: 6px solid #5134c9 !important;
    left: calc(50% - 135px);
    padding: .4rem 0;
  }

  .header__navigation .menu__submenu--level-2 {
    transform: none;
  }

   ul.header__language-switcher--label li:first-child:before,
  .header__navigation .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #5134c9;
    left: calc(50% - 20px) !important;
    top: -16.9px;
    transform: none;
    content: '';
  }

  ul.header__language-switcher--label li:first-child:before {
    position: absolute;
  }

  .header__navigation .menu__submenu .menu__link {
    border-radius: 4px;
    color: #212121;
    margin: 0 .8rem;
    padding: .4rem .7rem;
    width: auto;
  }

  .header__navigation .menu__submenu .menu__link:hover,
  .header__navigation .menu__submenu .menu__link:focus {
    background-color: #ebebeb;
    color: #5134c9;
  }

  .header__navigation--toggle {
    display: none;
  }

  .header__language-switcher--toggle {
    background-size: cover;
    display: block;
    padding: 0.7rem 0.875rem;
    order: 1;
    font-weight: 700;
  }

  .header__language-switcher--toggle:hover .menu__submenu {
    display: flex;
  }

  .header__search--toggle {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 11.0027H11.71L11.43 10.7326C12.41 9.59242 13 8.11214 13 6.50184C13 2.91116 10.09 0.000610352 6.5 0.000610352C2.91 0.000610352 0 2.91116 0 6.50184C0 10.0925 2.91 13.0031 6.5 13.0031C8.11 13.0031 9.59 12.413 10.73 11.4328L11 11.7128V12.503L16 17.4939L17.49 16.0036L12.5 11.0027ZM6.5 11.0027C4.01 11.0027 2 8.99231 2 6.50184C2 4.01137 4.01 2.00099 6.5 2.00099C8.99 2.00099 11 4.01137 11 6.50184C11 8.99231 8.99 11.0027 6.5 11.0027Z' fill='%2324246E'/%3E%3C/svg%3E%0A");
    background-size: cover;
    display: block;
    height: 20px;
    margin: 0 .875rem;
    order: 10;
    width: 20px;
  }

  .header__navigation {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

  .header__navigation .menu__link {
    border-bottom: 0;
    color: #24246e;
    margin: 0;
  }
  

  .header__navigation .menu__link:hover,
  .header__navigation .menu__link:focus,
  .header__navigation .menu__item--depth-1 > .menu__link--active-branch,
  .header__navigation .menu__link--active-link {
    color: #5134c9 !important;
  }

  .header__navigation .menu__item--depth-1 > .menu__link--active-link::after {
    display: none;
  }

  .header__navigation .menu__child-toggle {
    display: none;
  }

  .header__search {
    display: none;
  }

  .header__search.open,
  .header__language-switcher.open {
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.1);
    left: auto;
    min-height: unset;
    padding: .5rem;
    right: 0;
    top: calc( 100% - 1rem);
    width: 50%;
  }

  .header__search form {
    justify-content: flex-end;
  }

  .header__search input[type=text] {
    width: 100%;
  }

}

.header__navigation #hs_cos_wrapper_navigation-button {
  margin: 1.225rem;
}


@media (max-width: 996px) {
  .header__language-switcher--toggle {
    display: block;
    background-color: transparent !important;
    display: block;
    font-weight: 400;
    padding: 0.7rem 1.5rem;
    text-transform: none;
    transition: none;
    width: 100%;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(191,191,191,.1);
    border-top: 1px solid rgba(191,191,191,.1);
  }
  .header__language-switcher--toggle svg path {
    fill: #fff!important;
  }

  .header__language-switcher--toggle .menu__submenu .menu__link {
    padding-left: 0
  }

  .header__language-switcher--toggle:hover > ul {
    display: block;
  }

  .mobile-language-toggle {
    width: 100%;
    justify-content: space-between;
  }

}

/*
.header__language-switcher--toggle {
  background-size: cover;
  display: block;
  padding: 0.7rem 0.875rem;
  order: 1;
  font-weight: 700;
}

.header__language-switcher--toggle:hover .menu__submenu {
  display: block;
}


.header__language-switcher.open {
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.1);
  left: auto;
  min-height: unset;
  padding: .5rem;
  right: 0;
  top: calc( 100% - 1rem);
  width: 50%;
}
*/

/** Transparent Header **/

header:not(.sticky) .header__navigation .menu__link.menu__link--toggle,header:not(.sticky) .header__language-switcher--toggle{color:#fff;}
header:not(.sticky) .header__navigation .header__language-switcher--label.menu__submenu.flex-column{padding:unset;}
header:not(.sticky) .header__navigation .menu__link.menu__link--toggle:hover,header:not(.sticky) .header__navigation .menu__link.menu__link--toggle:focus{ color:#ffffffbf !important;}
header:not(.sticky) .header__search--toggle,header:not(.sticky) .header__navigation--toggle{filter: brightness(10);}
header:not(.sticky) .menu__submenu--level-2>.menu__item:first-child:hover:before{background-color:transparent;}
body header:not(.sticky) .header__navigation .menu__submenu {border-top: 6px solid #fff !important;}
header:not(.sticky) .header__navigation .menu__submenu--level-2 > .menu__item:first-child:before{border-bottom: 5px solid #fff;}
header.header.scale--header:not(.sticky){ box-shadow: none;background-color:transparent;position:absolute;top: 0; left: 0;width:100%;z-index:10;}
body header:not(.sticky) > div.header__container.content-wrapper > div.header__logo.header__logo--main > a > svg > path,
body header:not(.sticky) > div.header__container.content-wrapper > div.header__column > div.header__navigation.header--element > div.header--toggle.header__language-switcher--toggle.align-items-center > span > svg > path{fill:#fff;}
.banner--resource_listing,
.opening.solutions {
    padding-top: 178px!important;
}

.hs-blog-post .banner--resource_listing{
    padding-top: 138px!important;
}

@media (max-width: 767px) {
  .banner--resource_listing,
  .opening.solutions {
      padding-top: 140px!important;
  }
  .hs-blog-post .banner--resource_listing{
    padding-top: 120px!important;
  }
}
.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}

.blog-index--cards {
  justify-content: start;
  margin: 0 auto;
  max-width: 1440px;
}

.blog-index--cards .blog-index__card {
  flex-basis: 100%;
  margin: 0 1rem 5rem;
}

.blog-index--cards .blog-index__card .resource-card {
  max-width: 100%!important;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 1rem;
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {

  .blog-index--cards .blog-index__card {
    flex-basis: calc(50% - 2rem);
  }

  .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }

  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }

  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

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

@media screen and (min-width: 1200px) {
  .blog-index--cards .blog-index__card {
    flex-basis: calc((100% / 3) - 2rem);
  }
}

.blog-index__post-title {
  font-size: 1.25rem;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}

/* New blog post styles */
.blog-post-body-v2 h2 {
  color: #5134c9;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
  text-transform: none;
}

.blog-post-body-v2 h3:not(.form-title) {
  color: #5134c9;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: none;
}

.blog-post-body-v2 h4 {
  color: #24246e;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700; 
  margin: 0 0 12px;
  text-transform: none;
}

.blog-post-body-v2,
.blog-post-body-v2 p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #212121;
}

.blog-post-body-v2 p {
  margin: 0 0 20px;
}

.blog-post-body-v2 p strong,
.blog-post-body-v2 strong {
  font-weight: 700;
}

.blog-post-body-v2 form ul {
  line-height: 1.5;
}

.blog-post-body-v2 ul {
  margin: 20px 0;
  line-height: 1.05;
}

.blog-post-body-v2 h2 + p {
  margin-top: 20px;
}

.blog-post-body-v2 p + h3 {
  margin-top: 20px;
}
.banner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner__first-col {
    margin-bottom: 60px;
}

.banner__secondary-headline {
    margin-bottom: .5rem;
}

.banner__primary-headline {
    margin-bottom: 2rem;
}

.banner__image {
    height: 200px;
    text-align: center;
}

.banner__image img,
.banner__video img,
.banner__video video {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.banner__video img {
    cursor: pointer;
}

@media (min-width: 768px) {

    .banner__container {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }

    .banner__first-col,
    .banner__second-col {
        flex-basis: 48%;
        max-width: 775px;
    }

    .banner__first-col {
        margin-bottom: 0;
    }

}
.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
}

.pagination__link,
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  text-decoration: none;
}

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
}

.pagination__link--disabled .pagination__link-text {
  color: #B0C1D4 !important;
}

.pagination__link--first,
.pagination__link--prev {
  margin-right: 0.7rem;
}

.pagination__link--first {
  margin-left: 0;
}

.pagination__link--number {
  border: 2px solid transparent;
  border-radius: 6px;
  margin: 0 0.175rem;
  padding: 0.25rem 0.4rem;
}

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  border-color: #B0C1D4;
}

.pagination__link--last,
.pagination__link--next {
  margin-left: 0.7rem;
}

.pagination__link--last {
  margin-right: 0;
}

.pagination__link-icon svg,
.pagination__link-icon svg {
  height: 16px;
  margin: 0 0.3rem;
  width: 16px;
}

.pagination__link--disabled .pagination__link-icon svg,
.pagination__link--disabled .pagination__link-icon svg {
  fill: #B0C1D4 !important;
}
.blog-tools {
  margin-bottom: 3rem;
}

.blog-tools--inner > * {
  margin-left: 1rem;
  margin-right: 1rem;
}

.blog-tools--style-simple {
    display: flex;
    flex-direction: column-reverse;
}

.blog-tools--style-simple .blog-tools__types,
.blog-tools--style-simple .blog-tools__pagination,
.blog-tools--style-pagination-only .blog-tools__types,
.blog-tools--style-pagination-only .blog-tools__search,
.blog-tools--style-pagination-only .blog-tools__tags {
    display: none;
}

.blog-tools__types.no-list,
.blog-tools__search,
.blog-tools__tags,
.blog-tools__pagination {
  margin-bottom: 2rem;
}

.blog-tools__types {
  display: flex;
  flex-wrap: wrap;
}

.blog-tools__type {
  padding: 0 !important;
  position: relative;
}

.blog-tools__type a,
.blog-tools__type p,
.blog-tools__type .menu__child-toggle::after {
  border-bottom: 1px solid #ECECEE;
  color: #bfbfbf;
  display: block;
  font-weight: 700;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  text-decoration: none;
  text-transform: none;
  transition: color 250ms ease-in-out, border-bottom 250ms ease-in-out;
}

.blog-tools__type:first-child a {
  margin-left: 0;
}

.blog-tools__type:last-child a {
  margin-right: 0;
}

.blog-tools__type a:hover,
.blog-tools__type a:focus,
.blog-tools__type--current a {
  border-bottom: 2px solid #5134c9;
  color: #5134c9;
  font-weight: 700;
  text-decoration: none;
}

.blog-tools__type-dropdown {
  width: 100%;
}

.blog-tools__type .menu__child-toggle {
  height: auto;
  padding: .5rem 1rem;
  width: auto;
}

.blog-tools__type .menu__child-toggle::after {
  border-bottom: 0;
  content: '+';
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}

.blog-tools__type .menu__child-toggle--open::after {
  content: '-';
}

.blog-tools__type-dropdown ul {
  display: none;
  padding: 0 1rem;
}

.blog-tools__type-dropdown.menu__item--open .menu__submenu {
  display: block;
}

.blog-tools__search .hs-search-field__input {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 11H11.71L11.43 10.73C12.41 9.59 13 8.11 13 6.5C13 2.91 10.09 0 6.5 0C2.91 0 0 2.91 0 6.5C0 10.09 2.91 13 6.5 13C8.11 13 9.59 12.41 10.73 11.43L11 11.71V12.5L16 17.49L17.49 16L12.5 11ZM6.5 11C4.01 11 2 8.99 2 6.5C2 4.01 4.01 2 6.5 2C8.99 2 11 4.01 11 6.5C11 8.99 8.99 11 6.5 11Z' fill='%235134C9'/%3E%3C/svg%3E%0A");
  background-position: left .5rem center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  padding-left: 2rem;
}

.blog-tools:not(.blog-tools--style-simple) .blog-tools__tags .mix-controls {
  display: flex;
  flex-wrap: wrap;
}

.blog-tools__tags .mix-controls button {
  align-items: center;
  display: flex;
  margin-right: 1rem;
}

.blog-tools__tags .mix-controls button::before {
  background-color: #ebebeb;
  border-radius: 4px;
  content: '';
  display: block;
  height: calc( (24/16) * 1rem );
  margin-right: .5rem;
  position: relative;
  width: calc( (24/16) * 1rem );
}

.blog-tools__tags .mix-controls .mixitup-control-active::before {
  background-color: #5134c9;
  background-image: url(//8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/raw_assets/public/theme-shift/images/icons/check-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.blog-tools--style-simple .blog-tools__tags fieldset {
    align-items: center;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
}

.blog-tools--style-simple .blog-tools__tags label {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 400;
    margin-right: 1rem;
    flex-grow: 1;
    font-size: 16px;
    color: #212121;
}

.blog-tools--style-simple .blog-tools__tags select {
    padding-right: 3rem;
    width: auto;
}

.blog-tools__pagination .custom-pager:not(.mixitup-page-list-disabled) {
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  display: inline-block;
  padding: .5rem .25rem;
}

.blog-tools__pagination .custom-pager button {
  background-color: transparent;
  color: #5134c9;
  font-weight: 400;
}

.blog-tools__pagination .custom-pager button:hover,
.blog-tools__pagination .custom-pager button:focus {
  background-color: #ebebeb;
  font-weight: 700;
}

.blog-tools__pagination .custom-pager button.mixitup-control-disabled {
  opacity: .5;
}

.blog-tools__pagination .custom-pager button.mixitup-control-active {
  background-color: #5134c9;
  color: #fff;
  font-weight: 700;
}

.blog-tools__search .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  padding: 15px;
  z-index: 100;
  background-color: #fff;
  color: ;
  border-color: ;
  border: none;
  filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.1));
  display: none!important;
}

@media only screen and (min-width:768px) {

  .blog-tools {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
  }

  .blog-tools--style-simple {
      flex-direction: row-reverse;
  }

  .blog-tools--style-simple .blog-tools__tags .mix-controls {
    justify-content: flex-start;
  }

  .blog-tools--style-pagination-only {
      justify-content: center;
  }

  .blog-tools--style-pagination-only .blog-tools__pagination {
      flex-basis: auto;
  }

  .blog-tools__types {
    flex-basis: 68%;
  }

  .blog-tools__search {
    flex-basis: calc((100% / 3) - 2rem);
  }

  .blog-tools__tags,
  .blog-tools__pagination {
    flex-basis: calc((100% / 3) - 2rem);
  }
  .blog-tools__tags.partner-dd {
    min-width: 300px;
  }

  .blog-tools__type a,
  .blog-tools__type p {
    margin: 0 .5rem .5rem;
  }

  .blog-tools__type-dropdown {
    width: auto;
  }

  .blog-tools__type-dropdown p {
    cursor: default;
    padding-right: 2rem;
  }

  .blog-tools__type-dropdown .menu__child-toggle {
    padding: 0 1rem;
    right: 5px;
    top: 5px;
  }

  .blog-tools__type-dropdown ul {
    background-color: #fff;
    border-radius: 4px;
    border-top: 6px solid #5134c9;
    display: none;
    padding: 1rem;
    position: absolute;
    width: 200px;
    z-index: 1;
  }

  .blog-tools__type-dropdown:hover .menu__submenu {
    display: block;
    left: calc(50% - 100px);
    padding: 1rem 0;
    transform: none;
  }

  .blog-tools__type .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #5134c9;
    left: calc(50% - 20px) !important;
    top: calc(-1rem - 11px);
    transform: none;
  }

  .blog-tools__type .menu__submenu a {
    border-bottom: 0;
    border-radius: 4px;
    color: #5134c9;
    font-weight: 400;
    margin: 0 .8rem;
    padding: .4rem .7rem;
    width: auto;
  }

  .blog-tools__type .menu__submenu a:hover,
  .blog-tools__type .menu__submenu a:focus {
    background-color: #ebebeb;
    color: #5134c9;
    font-weight: 700;
  }

  .blog-tools__tags .mix-controls {
    justify-content: flex-end;
  }

}


/*** Resources ****/
fieldset[data-filter-group] {
  position: relative;
  border: none;
  padding: 0;
  z-index: 100;
}
.dropdown-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.dropdown-toggle {
  padding: 8px 10px;
  text-align: left;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 4px;
  color: #24246e;
}

.dropdown-toggle .carrot-down {
  color: rgba(255,255,255,.5);
  float: right;
  font-size: 24px;
  line-height:.9;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 12px 20px;
  width: 100%;
  color: #212121;
  border-top: 6px solid #5134c9;
  
  right: 0;
  top: calc(100% + 20px);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.dropdown:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #5234c9 transparent;
}

.dropdown > div {
  padding: 8px 20px;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  transition: .4s ease;
  font-size: 16px;
  color: #212121;
}

.dropdown > div:hover,
.dropdown > div.mixitup-control-active {
  font-weight: bold;
  background-color: #ebebeb;
  color: #5134c9;
}

.checkbox-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
}

[data-filter-group="news-press"] button {
  min-width: 150px;
}

[data-filter-group="news-press"] button:first-child {
  border-radius: 4px 0 0 4px;
}

[data-filter-group="news-press"] button:last-child {
  border-radius: 0 4px 4px 0;
}

[data-filter-group="news-press"] button.mixitup-control-active {
  background-color: #fff;
  color: #ff7353;
}

.active-block {
  padding: 0 1rem;
}

.filter-reset {
  display: none!important;
}

.active-filters span {
  background-color: #ebebeb;
  color: #212121;
  border-radius: 4px;
  padding: 7px 20px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  margin: 0 20px 10px 0;
}

.active-filters span svg {
  margin-left: 10px;
}



/** Blog Banner **/
.banner__back-link a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.banner__back-link a:hover {
  text-decoration: underline;
}

.blog-post__body {
  font-size: 20px;
  line-height: 1.4;
  /*padding-left: 80px;
  padding-right: 80px;*/
}

html.hs-inline-edit .blog-post {
  width: 100%;
}

html.hs-inline-edit .blog-post__body {
  width: 100%;
  min-width: 500px;
}

.sticky-share {
  z-index: 10;
  min-width: 54px;
}

.sticky-share a svg path {
  transition: .4s ease;
}

.sticky-share a:hover svg path {
  fill: #5134c9;
}

@media (max-width: 767px) {
  .blog-post__body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .blog-tools--style-pagination-only {
    text-align: center;
  }
}

.speakers__footer,
.speakers__footer p,
.speakers__header,
.speakers__header p {
  font-size: 20px;
}

.speakers__header h2,
.speakers__header h3,
.speakers__footer h2,
.speakers__footer h3 {
  color: #5134c9;
}

.section--resource-details {
  min-width: 336px;
  max-width: 336px;
  padding: 38px 30px;
  border-radius: 12px;
  order: 3;
}

.section--resource-details.sidebar--form {
  min-width: 458px;
  max-width: 458px; 
}
.section--resource-details.sidebar--form .form-title {
  color: #24246e;
}

.section--resource-details.sidebar--form form label {
  font-size: 16px;
}

.block--copy {
  border-radius: 12px;
  padding: 45px 30px;
  height: 100%
}

.block--copy h2 {
  font-size: 28px;
  color: #5134c9;
}

.block--copy a {
  color: #ff7353;
}

.block--copy a:hover {
  color: #d74b2b;
}

@media (max-width: 991px) {
  .section--resource-details {
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .section--resource-details.sidebar--form {
    min-width: 1px;
    max-width: 100%;
  }
}



@media (min-width: 768px) {
  .blog-tools__tags.has-products form {
    display: flex;
    justify-content: space-between;
    margin: 0 1rem;
  }

  .blog-tools__tags.has-products {
    flex-basis: calc((100% / 2) - 2rem);
  }

  .blog-tools__tags.has-products form fieldset {
    width: 50%;
  }

  .blog-tools__tags.has-products form fieldset:last-child {
    margin-left: 1rem;
  }

}

@media (min-width: 1200px) {
  .blog-tools__tags.has-products {
    flex-basis: calc((100% / 3) - 2rem);
  }
}

@media (max-width: 767px) {
  .blog-tools__tags.has-products form fieldset:last-child {
    margin-top: 15px;
  }
}
.cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cards__card {
  align-items: center;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
  max-width: 100%;
  width: 300px;
}

.card__image {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0.7rem;
}

.card__text {
  padding: 0 0.7rem;
  width: 100%;
}

.card--partner {
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 37px 80px;
}

.card--partner h4 {
  font-size: 24px;
  color: #000;
  text-transform: none;
  font-weight: normal;
}

.card--partner .tag {
  background-color: #ebebeb;
  border-radius: 100px;
  color: #212121;
  padding: 1px 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}

.card--partner .related-content {

}

.card--partner .related-content h3 {
  color: #212121;
  font-size: 16px;
}

.card--partner .related-content ul {
  color: #ff7353;
}

.card--partner .related-content a {
  color: #ff7353;
  text-decoration: none;
}

.card--partner .related-content a:hover {
  color: #f04045;
}

@media (max-width: 767px) {
  .card--partner {
    padding: 30px;
  }
}

.row--cards {
  margin-right: -40px;
  margin-left: -40px;
}

.row--cards [class*='col-'] {
  padding-left: 40px;
  padding-right: 40px;
}

/* Stat Card */

.stat-card {
  padding: 20px 30px 20px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}

.stat-title {
  position: relative;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 7px;;
}

.stat-title:after {
  content: '';
  position: absolute;
  background-color: #ff7353;
  height: 2px;
  width: 92px;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .stat-card {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }

}

/***** Flip Cards ******/
* {
  --time: 0.707s;
}

@media (min-width: 768px) {

.card--flip {
  -webkit-perspective: 40rem;
          perspective: 40rem;
          box-shadow: none!important;
          padding: 0!important;
          background-color: transparent!important;

}

.card-body {
  display: -webkit-box;
  display: flex;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: var(--time) transform;
  transition: var(--time) transform;
}
.card--flip:hover .card-body,
.card--flip:focus .card-body {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.card-front,
.card-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-width: 100%;
}

.card-back {
  -webkit-transform: rotateX(-180deg) translate(-100%, 0);
          transform: rotateX(-180deg) translate(-100%, 0);
}


.card--flip {
  display: -webkit-box;
  display: flex;
  -webkit-transition: z-index, -webkit-transform calc(var(--time) / 4);
  transition: z-index, -webkit-transform calc(var(--time) / 4);
  transition: z-index, transform calc(var(--time) / 4);
  transition: z-index, transform calc(var(--time) / 4), -webkit-transform calc(var(--time) / 4);
  -webkit-transition-delay: var(--time), 0s;
          transition-delay: var(--time), 0s;
  text-decoration: none;
  color: inherit;
  z-index: 0;
}
.card--flip:hover {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
}
.card--flip:active {
  -webkit-transform: scale(0.975);
          transform: scale(0.975);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.card--flip:hover .card-back {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
}
}
.card-body {
  -webkit-box-flex: 1;
          flex: 1;

}

.card-front,
.card-back {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  padding: 2.5rem;

  text-align: center;
  border-radius: 12px;
}

.card-front {
  box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
  background-color: #fff;
}

.large-icon-cards .large-icon-card .card-back p {
  color: #fff;
  /*font-size: 24px;*/
  line-height: 1.3;
}

.card--flip .card-back h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.15;
  padding-bottom: 9px;
}

.card--flip .card-back h3:after {
  content: '';
  position: absolute;
  background-color: #ff7353;
  height: 2px;
  width: 92px;
  border-radius: 25px;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.card--resource {
    margin: 0 auto;
    max-width: 420px;
}

.card--resource a {
    text-decoration: none;
}

.card--resource .card__image {
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    height: 240px;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: box-shadow 250ms ease-in-out;
}

.card--resource .card__image:hover,
.card--resource .card__image:focus {
    box-shadow: 0 8px 16px rgba(0,0,0,.3);
}

.card--resource .card__image img {
    height: 240px;
    object-fit: cover;
    transition: transform 250ms ease-in-out;
    width: 100%;
}

.card--resource .card__image:hover .card__link img,
.card--resource .card__image:focus .card__link img {
    transform: scale(1.05);
}

.resource-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .75;
}

.card--resource .card__tags {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
}

.card--resource .card__tag {
    background-color: #5134c9;
    border-radius: 1rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    margin-right: .25rem;
    padding: .25rem 1rem;
    text-transform: uppercase;
}

.card--resource .card__tag:hover,
.card--resource .card__tag:focus {
    background-color: #24246e;
    text-decoration: none;
}

.card--resource .card__content p {
    margin-bottom: .25rem;
    text-align: left;
}

.card--resource .card__line-2,
.card--resource .card__line-2 a {
    color: #24246e;
    font-weight: 700;
}

.card--resource .card__line-3 {
    color: #24246e;
}
.cta-banner {
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.form-banner {
    background-size: cover;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 40px;
}

.cta-banner--has-overlay-graphic {
    position: relative;
}

.cta-banner--has-overlay-graphic::before {
    background-image: url("https://8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/theme-shift/images/cta-overlay-graphic.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 60px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.cta-banner--has-overlay-graphic .cta-banner__content {
    position: relative;
    z-index: 1;
}

.cta-banner__headline {
    margin: 0 auto 40px;
    max-width: 620px;
}

@media (min-width:768px) {

    .cta-banner {
        padding: 60px;
    }

    .cta-banner--has-overlay-graphic::before {
        background-position: right top;
        background-size: 100%;
        display: block;
    }

}
/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 997px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }

}

@media (min-width: 998px) {
  .header__container[data-header="en"] .menu__wrapper > li:nth-child(2) ul li:last-child,
  .header__container[data-header="ja"] .menu__wrapper > li:nth-child(2) ul li:last-child {
    margin-top: 8px;
    padding-top: 10px;
    }
  .header__container[data-header="en"] .menu__wrapper > li:nth-child(2) ul li:last-child:before,
  .header__container[data-header="ja"] .menu__wrapper > li:nth-child(2) ul li:last-child:before {
    content: '';
    background-color: rgba(191, 191, 191, 1);
    position: absolute;
    height: 1px;
    width: calc(100% - 3.5rem);
    left: 1.25rem;
    top: 0;
  }

}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 0.917rem;
  line-height: 1.667rem;
  text-decoration: none;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
}

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1150px) {
  header .menu__link {
    font-size: 0.833rem;
  }
}

@media (max-width: 996px) {

  .menu__item {
    display: block;
    width: 100%;
  }

  header .menu__link {
    display: block;
    font-size: 1.083rem;
    padding: 1.225rem 0;
  }
  
}

/* Menu items - top level */
.menu--desktop > ul.menu__wrapper {
  display: flex;
  align-items: center;
}

.menu__item--depth-1 {
  display: inline-block;
  padding: 0.7rem 0.875rem;
  text-transform: uppercase;
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 996px) {
  .menu__item--depth-1 {
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 1.225rem 0;
  }

  .body-container .menu__item--depth-1 > .menu__link {
    padding: .5rem 0;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: none;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  font-weight: 400;
  padding: 0.7rem 1.5rem;
  text-transform: none;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 997px) {

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 0;
    content: '';
    display: block;
    height: 0;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 0;
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 996px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    border-bottom: none;
    padding: 0;
  }

  .menu__submenu .menu__link {
    background-color: transparent !important;
    display: block;
    font-weight: 400;
    padding: 0.7rem 2rem;
    text-transform: none;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    padding-right: 1.5rem;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 997px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}

@media (max-width: 996px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 3px;
    width: 30%;
  }

  .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1L6.5 6L1.5 1' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 10px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 15px;
  }

  .body-container .menu__child-toggle {
    top: -6px;
  }

  .body-container .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1L6.5 6L1.5 1' stroke='%2324246e' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(-180deg);
    transition: transform 0.4s;
  }
}
.card {
  text-align: center;
}
.card--pricing {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .card--pricing {
    padding: 2.1rem 0.7rem;
  }
}

@media screen and (max-width: 787px) {
  .card--pricing {
    margin-bottom: 1.4rem;
  }
}

.card__subtitle,
.card__body li {
  font-size: 0.9rem;
}

.card__body ul,
.card__body li {
  padding: 0;
}

.card__body li {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
  text-align: left;
}

.card__body svg {
  display: inline-block;
  margin-right: 0.7rem;
  max-width: 20px;
}
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links__icon {
  border-radius: 50%;
  display: inline-flex;
  height: 1.75rem;
  margin: 0 0.35rem;
  position: relative;
  width: 1.75rem;
}

.social-links__icon svg {
  fill: #FFF;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.sr--invisible {
  visibility: hidden;
  }
  
  .hs-inline-edit .sr--invisible,
  .sr--invisible.animateNone {
      visibility: visible;
  }

/* HTML5 display-role reset for oldr browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

.body-container-wrapper ul {

}

.body-container-wrapper ul:not(.inputs-list) li {
  position: relative;
  padding-left: 15px;
}

.body-container-wrapper ul:not(.inputs-list) li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
}

.body-container-wrapper ul:not(.inputs-list) li:not(:last-child) {
  margin-bottom: 8px;
}

input, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input, textarea, select, button, input:focus, textarea:focus, select:focus {
  outline: none;
}


body,
p,
a,
a:hover, a:focus,
a:active,
h1,
h2,
h3,
h4,
h5,
h6,
button, .button,
button:hover, button:focus, .button:hover, .button:focus,
button:active, .button:active,
form, .submitted-message,
form input[type=submit], form .hs-button,
.menu__link, .header__logo .logo-company-name, .header__language-switcher-label-current, .header__language-switcher .lang_list_class li a,
.header__language-switcher-label-current, .header__language-switcher .lang_list_class li a,
.blog-related-posts__title-link, .blog-related-posts__title-link:hover, .blog-related-posts__title-link:focus, .blog-related-posts__title-link:active .hs-search-results__title,
.blog-index__post-title-link, .blog-index__post-title-link:hover, .blog-index__post-title-link:focus, .blog-index__post-title-link:active,
.card__price,
.social-links__icon:active {
  font-family: "Config Rounded", "Source Sans 3", sans-serif;
}

/*------------------------------------
	Base Styles
------------------------------------*/
.container {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}

section {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.container--inner {
  margin-left: -50px;
  margin-right: -50px;
  padding: 50px 50px 28px;
  /*box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);*/
  border-radius: 6px;
}

.main-content-white {
  /*padding-top: 100px;
  padding-bottom:72px;*/
  background: #fff;
}

.corners:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 60px;
  border-radius: 0 0 0 50px;
  top: -60px;
  left: -7px;
  box-shadow: 0 30px 0 0 #fff;
  background: transparent;
}



/*
p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 20px;
}
*/
.larger, .larger p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (max-width: 999px) {
 .larger, .larger p {
    font-size: 20px;
  }
}
.bold p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
/*
h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  transition: 500ms ease;
}
@media only screen and (max-width: 999px) {
  h2 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 699px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 499px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.btn-primary {
  background: #FF7353;
  border: 1px solid #FF7353;
  position: relative;
}
.btn-primary img {
  width: 20px;
  position: relative;
  top: 4px;
}
*/

@media (max-width: 999px) {
  .container--inner {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 20px;
  }
}

/*-----------------------------------
	Opening Section for Dev
------------------------------------*/
.violet {
  color: #5134C9;
}

.opening {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.opening img.bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  .opening img.bg {
    height: 315px;
    width: auto;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.opening .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  z-index: 2;
}
.opening h1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 400;
  width: 100%;
  color: inherit;
}
.opening.about .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
}
@media only screen and (max-width: 999px) {
  .opening.about .container {
    transform: translate(-50%, -60%);
    text-align: center;
  }
}
@media only screen and (max-width: 1299px) {
  .opening.about h1 {
    font-size: 55px;
    line-height: 63px;
  }
}
@media only screen and (max-width: 1199px) {
  .opening.about h1 {
    font-size: 45px;
    line-height: 53px;
  }
}
@media only screen and (max-width: 999px) {
  .opening.about h1 {
    text-align: center;
  }
  .opening {
    min-height: 450px;
  }
}
@media only screen and (max-width: 699px) {
  .opening.about h1 {
    font-size: 35px;
    line-height: 43px;
  }
  .opening {
    min-height: 450px;
  }
}
@media only screen and (max-width: 499px) {
  .opening.about h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.opening.careers .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -59%);
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .opening.careers .container {
    text-align: center;
  }
}
.opening.careers h1 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  padding-bottom: 40px;
  transition: 500ms ease;
}
@media only screen and (max-width: 1499px) {
  .opening.careers h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1299px) {
  .opening.careers h1 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .opening.careers h1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 699px) {
  .opening.careers h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.opening.careers p {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  padding-bottom: 40px;
  width: 55%;
  transition: 500ms ease;
}
@media only screen and (max-width: 1499px) {
  .opening.careers p {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1299px) {
  .opening.careers p {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1099px) {
  .opening.careers p {
    width: 75%;
  }
}
@media only screen and (max-width: 999px) {
  .opening.careers p {
    margin: 0 auto;
    display: block;
    width: 80%;
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 699px) {
  .opening.careers p {
    font-size: 20px;
    line-height: 30px;
  }
}
.opening.careers a.btn img {
  width: 20px;
  position: relative;
  top: 4px;
}
.opening.security .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}
@media only screen and (max-width: 999px) {
  .opening.security .container {
    transform: translate(-50%, -60%);
  }
}
.opening.security h1 {
  color: #fff;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  display: block;
  transition: 500ms ease;
}
@media only screen and (max-width: 1199px) {
  .opening.security h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 699px) {
  .opening.security h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 499px) {
  .opening.security h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.opening.solutions {
  /*background: radial-gradient(79.5% 79.5% at 72.16% 79.5%, #4DC8CA 0%, #5134C9 100%);*/
  padding: 100px 0;
  z-index: inherit;
}
@media only screen and (max-width: 999px) {
  .opening.solutions {
    padding: 5rem 0;
  }
  .opening-video {
  }
}
@media only screen and (max-width: 699px) {
  .opening.solutions {
    padding: 3rem 0;
  }
  .opening-video {

  }
  .opening.solutions .row {
    margin-left: 0!important;
    margin-right: 0!important;
  }
}
.opening.solutions .container {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .opening.solutions .container {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.opening.solutions .opening-text {
  width: 60%;
  /*text-align: left;
  transition: 500ms ease;*/
}

.opening.solutions .opening-text.full-width {
 /* width: 100%;
  margin: 0 auto;*/
}

@media only screen and (max-width: 1299px) {

}
@media only screen and (max-width: 999px) {
  .opening.solutions .opening-text {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.opening.solutions .opening-text h1 {
  font-size: 60px;
  line-height: 68px;
  padding-bottom: 10px;
  transition: 500ms ease;
}

.opening.solutions .opening-text h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1299px) {
  .opening.solutions .opening-text h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1199px) {
  .opening.solutions .opening-text h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1099px) {
  .opening.solutions .opening-text h1 {

  }
}
@media only screen and (max-width: 999px) {
  .opening.solutions .opening-text h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 699px) {
  .opening.solutions .opening-text h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 499px) {
  .opening.solutions .opening-text h1 {

  }
}
.opening.solutions .opening-text p {
  font-size: 20px;
  line-height: 1.4;
}

.opening.solutions .opening-video {
  width: 38%;
  /*transition: 500ms ease;*/
}
@media only screen and (max-width: 1299px) {

}
@media only screen and (max-width: 999px) {
  .opening.solutions .row {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  
  .opening.solutions .opening-video {
    width: 100%;
    margin: 20px auto 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.opening.solutions .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.6));
}

.opening.solutions .video-container.no-shadow {
  filter: none;
}

.opening.solutions .video-container img.video-bg {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.opening.solutions .video-container iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.opening.solutions .video-container img {
  width: 100%;
}

.play-circle {
  z-index: 3;
  position: absolute;
  width: 83.5px;
  height: 83.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-circle svg {
  width: 100%;
  height: auto;
}

/*
.white-section {
  background: #fff;
  padding: 80px 0 0;
  z-index: 2;
  position: relative;
}
.white-section:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 60px;
  border-radius: 0 0 0 60px;
  top: -60px;
  left: -7px;
  box-shadow: 0 30px 0 0 #fff;
  background: transparent;
}
*/

.bottom-border {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .bottom-border {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 699px) {
  .bottom-border {
    padding-bottom: 30px;
  }
}

.with-bottom-border {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .play-circle {
    width: 40px;
    height: 40px;
  }
}

/*-------------------------
	Corners Class
--------------------------*/
.corners {
  margin-top: -40px;
}
.corners.top-left {
  border-radius: 50px 0 0 0;
}
.corners.top-right {
  border-radius: 0 50px 0 0;
}
.corners.violet-section {
  background: #5134C9;
}

.corners.violet-section:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 60px;
  border-radius: 0 0 0 50px;
  top: -60px;
  left: -7px;
  box-shadow: 0 30px 0 0 #5134C9;
  background: transparent;
}
.corners.white-section {
  background: #fff;
}
.corners.white-section:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 60px;
  border-radius: 0 0 0 50px;
  top: -60px;
  left: -7px;
  box-shadow: 0 30px 0 0 #fff;
  background: transparent;
}
.corners.grey-section {
  background: #f5f5f5;
}
.corners.grey-section:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 60px;
  border-radius: 0 0 0 50px;
  top: -60px;
  left: -7px;
  box-shadow: 0 30px 0 0 #f5f5f5;
  background: transparent;
}

/*-------------------------------
	Gradient background
--------------------------------*/


/*----------------------------------
	Section - Home Helping
------------------------------------*/

.home-helping img.dots {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 40px;
  z-index: 1;
}

/*----------------------------------------------------
	Section - Two Column Full Bleed left
-----------------------------------------------------*/
.two-column-full-bleed-left {
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .two-column-full-bleed-left {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.two-column-full-bleed-left .col-5 img {
  /*width: 100%;*/
  height: auto;
}
.two-column-full-bleed-left .col-5 img.border-radius {
  border-radius: 0 12px 12px 0;
}
@media only screen and (max-width: 999px) {
  .two-column-full-bleed-left .col-5 img.border-radius {
    display: none;
  }
}
.two-column-full-bleed-left .col-1, .two-column-full-bleed-left .col-5 {
  padding: 0;
}
.two-column-full-bleed-left .col-5 h2 {
  padding-bottom: 30px;
  transition: 500ms ease;
}
@media only screen and (max-width: 999px) {
  .two-column-full-bleed-left .row {
    flex-flow: column nowrap;
    width: 100%;
    margin: 0 auto;
  }
  .two-column-full-bleed-left .row .col-5 {
    width: 100%;
    max-width: 100%;
  }
}

/*-----------------------------------------------------
	Section - Two Column Full Bleed Right
-------------------------------------------------------*/
.two-column-full-bleed-right {
  /* padding: 80px 0; */
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .two-column-full-bleed-right {
    /* padding: 80px 0 0; */
  }
}
.two-column-full-bleed-right .row {
  align-items: flex-start;
}
@media only screen and (max-width: 999px) {
  .two-column-full-bleed-right .row {
    flex-flow: column-reverse nowrap;
  }
}
.two-column-full-bleed-right .left-spacing {
  box-sizing: border-box;
  padding-left: calc((100% - 1430px) / 2);
}
@media only screen and (max-width: 1599px) {
  .two-column-full-bleed-right .left-spacing {
    padding-left: 5.5%;
  }
}
@media only screen and (max-width: 999px) {
  .two-column-full-bleed-right .left-spacing {
    padding-left: 10%;
    margin-bottom: 0;
  }
}
.two-column-full-bleed-right .solid-purple {
  background: #5134C9;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px 50px;
  text-align: left;
  border-radius: 6px;
}
@media only screen and (max-width: 999px) {
  .two-column-full-bleed-right .solid-purple {
    width: 95%;
    margin-left: 5%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 499px) {
  .two-column-full-bleed-right .solid-purple {
    width: 80%;
    margin: 0 auto 30px;
    border-radius: 48px;
    text-align: center;
    padding: 30px 5% 0;
  }
}
.two-column-full-bleed-right .solid-purple img.large-s {
  position: absolute;
  height: 70%;
  width: auto;
  bottom: -8px;
  right: 0;
}
@media only screen and (max-width: 499px) {
  .two-column-full-bleed-right .solid-purple img.large-s {
    display: none;
  }
}
.two-column-full-bleed-right .solid-purple .title {
  padding-top: 50px;
  color: #FF7353;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 1.1;
}
@media only screen and (max-width: 499px) {
  .two-column-full-bleed-right .solid-purple .title {
    padding-top: 0;
  }
}
.two-column-full-bleed-right .solid-purple .stat-item {
  display: block;
  margin-bottom: 20px;
}
.two-column-full-bleed-right .solid-purple .stat-item:last-child {
  margin-bottom: 50px;
}
.two-column-full-bleed-right .solid-purple .stat-item .heading {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0px;
}
@media only screen and (max-width: 699px) {
  .two-column-full-bleed-right .solid-purple .stat-item .heading {
    font-size: 18px;
  }
}
.two-column-full-bleed-right .solid-purple .stat-item .info {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 699px) {
  .two-column-full-bleed-right .solid-purple .stat-item .info {
    font-size: 21px;
  }
}
@media only screen and (max-width: 999px) {
  /*
  .two-column-full-bleed-right .col-6 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  */
}

/*-----------------------------------------------
	Section - Two Column Contained
-------------------------------------------------*/
.two-column-contained p.larger {
  color: #5134C9;
}
.two-column-contained .solid-purple {
  color: #fff;
  background: #5134C9;
  border-radius: 6px;
  text-align: left;
  padding: 30px;
  box-sizing: border-box;
}
.two-column-contained .solid-purple h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 20px;
}
.two-column-contained .video {
  position: relative;
  cursor: pointer;
}
.two-column-contained .video .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 6px;
  text-align: left;
  width: 100%;
}
.two-column-contained .video .video-container img.video-bg {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.two-column-contained .video .video-container iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.two-column-contained .video .video-container img.play-circle {
  z-index: 3;
  position: absolute;
  width: 83.5px;
  height: 83.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  .two-column-contained .row {

  }
  .two-column-contained .row .col-6 {

  }
}

/*----------------------------------------------
	Section - Regional Headquarters
------------------------------------------------*/
.regional-headquarters {

}

.regional-headquarters h2 {

}

/*----------------------------------------
	Section - Careers Why Work
------------------------------------------*/
.why-work-section {
  /* background: #5134c9;
  background: linear-gradient(180deg, #5134c9 40%, #b53c77 100%); */
  padding-top: 100px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 699px) {
  .why-work-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.why-work-section h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 699px) {
  .why-work-section h2 {
    padding-bottom: 50px;
  }
}

/*------------------------------------
	Section - Job Openings
-------------------------------------*/
.job-openings {


}


/*-----------------------------------
	Section - Security Points
------------------------------------*/
.security-points-section {
  padding: 0;
  position: relative;
  background: #fff;
}
.security-points-section .container {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 50px;
}
.security-points-section .top {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
  z-index: 2;
  position: relative;
}
.security-points-section .top .logo {
  width: 95px;
  margin-right: 30px;
}
.security-points-section .top .logo img {
  width: 100%;
}
.security-points-section .top p {
  width: calc(100% - 285px);
  max-width: 945px;
  text-align: left;
  color: #212121;
}
@media only screen and (max-width: 999px) {
  .security-points-section .top p {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
}
.security-points-section img.top-right-dots {
  position: absolute;
  top: -500px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 699px) {
  .security-points-section img.top-right-dots {
    display: none;
  }
}
.security-points-section img.bottom-left-dots {
  position: absolute;
  bottom: -225px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 699px) {
  .security-points-section img.bottom-left-dots {
    display: none;
  }
}

/*---------------------------------------------
	Section - Accordian With Image
----------------------------------------------*/
.accordian-with-image-section {
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .accordian-with-image-section {
    text-align: center;
  }
}

@media only screen and (max-width: 699px) {
  .accordian-with-image-section h2 {

  }
}

/*-----------------------------------------
	Section - Solution Decisions
-----------------------------------------*/
.solutions-decisions {
  text-align: center;
}
.decisions-header {

}

.decisions-header--two-col {
  text-align: left;
}

.decisions-col__left {
  border-right: 1px solid #bfbfbf;
  padding-right: 5%;
  width: 68%
}

.decisions-col__right {
  width: 32%;
  padding-left: 20px;
}

.decisions-col__right,
.decisions-col__right p {
  font-size: 18px;
}

.decisions-col__right h2,
.decisions-col__right h3,
.decisions-col__right h4 {
  color: #ff7353;
}

.decisions-header_logos {
  max-width: 1050px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .decisions-col__left {
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .decisions-col__right {
    width: 100%;
    padding-left: 0px;
  }

}

/*--------------------------------------
	Section - Testimonials
-------------------------------------*/
.testimonials-section {
  padding: 0 0 30px;
  position: relative;
}

.testimonials-section img.quote-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-shift-helps h2 {
  width: 100%;
  text-align: center;
}

.why-shift {
  text-align: center;
}
.why-shift .container {

}
.why-shift h2 {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: block;
}

.stat-card-module h2 {
  margin-bottom: 0;
}

.testimonial--post {
  border-radius: 6px;
    margin-top: 6.25rem;
}

.testimonial--post .testimonials {
  border-radius: 6px;
  text-align: left;
  padding-top: 80px;
}

/*----------------------------------
	Module - Icon Cards
-----------------------------------*/
.icon-cards {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
}
.icon-cards .card-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.icon-cards .card-group:last-child {
  margin-bottom: 0;
}

.icon-cards .card-group:nth-child(odd) {
  flex-flow: row-reverse wrap;
}
.icon-cards .card-group .card-spacer {
  width: 33%;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .icon-cards .card-group .card-spacer {
    display: none;
  }
}
.icon-cards .card-group .card-content {
  width: 75%;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  transition: 500ms ease;
}
@media only screen and (max-width: 1099px) {
  .icon-cards .card-group .card-content {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 999px) {
  .icon-cards .card-group .card-content {
    width: 100%;
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 699px) {
  .icon-cards .card-group .card-content {
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.icon-cards .card-content .card-icon {
  width: 25%;
  text-align: center;
}
.icon-cards .card-content .card-icon img {
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 100%;
}
.icon-cards .card-content .card-text {
  width: 70%;
  box-sizing: border-box;
  text-align: left;
  transition: 500ms ease;
  color: #212121;
}
@media only screen and (max-width: 699px) {
  .icon-cards .card-content .card-text {
    text-align: center;
    width: 100%;
  }
}
.icon-cards .card-content .card-text .title {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #5134c9;
}
@media only screen and (max-width: 1099px) {
  .icon-cards .card-content .card-text .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 999px) {
  .icon-cards .card-content .card-text .title {
    font-size: 30px;
  }
}
.icon-cards .card-content .card-text p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
@media only screen and (max-width: 1099px) {
  .icon-cards .card-content .card-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 999px) {
  .icon-cards .card-content .card-text p {
    font-size: 20px;
  }
}

/*-----------------------------------
	Module - Logo Cards
------------------------------------*/
.logo-cards-section {
  /*padding: 80px 0 60px;*/
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .logo-cards-section {
    /*padding: 50px 0;*/
  }
}
@media only screen and (max-width: 699px) {
  .logo-cards-section {
    /*padding: 30px 0;*/
  }
}
.logo-cards-section h2 {
  /*width: 100%;
  text-align: center;
  color: #5134C9;
  font-weight: 700;
  padding-bottom: 50px;*/
}
.logo-cards-section .logo-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.logo-cards-section .logo-cards .logo-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 215px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  margin: 0 0px 25px;
}
.logo-cards-section .logo-cards .logo-card img {
  width: auto;
  height: auto;
  max-width: calc(100% - 30px)!important;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------------
	Module - Chat list
--------------------------------------*/
.chat-list {
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
}
.chat-list .chat-list-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: 500ms ease;
}
@media only screen and (max-width: 1299px) {
  .chat-list .chat-list-group {
    margin-bottom: 10px;
  }
}
.chat-list .chat-list-group .chat-list-icon {
  width: 40px;
}
.chat-list .chat-list-group .chat-list-icon img {
  /*width: 100%;*/
  height: auto;
}
.chat-list .chat-list-group .chat-list-text {
  width: calc(100% - 75px);
  text-align: left;
}
.chat-list .chat-list-group .chat-list-text .heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #24246E;
  padding-bottom: 10px;
}
.chat-list .chat-list-group .chat-list-text p {
  color: #212121;
  margin-bottom: 7px;
}
/*------------------------------------
	Module - Location Cards
-------------------------------------*/
.location-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}
.location-cards .location-card {
  border-radius: 6px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 30px 15px;
  margin: 0 0px 25px;
  text-align: center;
  height: calc(100% - 25px);
}
.location-cards .location-card .location-card-img {
  display: block;
  margin: 0 auto 30px;
  width: 47px!important;
  height: 36px!important;
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.location-cards .location-card .location-card-img img {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.location-cards .location-card .location-card-text .city {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.location-cards .location-card .location-card-text .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.white-section h2 {
  color: #24246e;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 999px) {
  .white-section h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 399px) {
  .white-section h2 {
    font-size: 25px;
    line-height: 33px;
  }
}

/*-------------------------------------
	Module - Resource Cards
--------------------------------------*/
.resource-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0px;
}
@media only screen and (max-width: 999px) {
  .resource-cards {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.resource-cards .resource-card {
  width: 32%;
  text-align: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 999px) {
  .resource-cards .resource-card {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.resource-card a {
  text-decoration: none;
}

.resource-card .resource-card-img {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  text-align: left;
  margin-bottom: 15px;
  transition: 500ms ease;
}

.resource-card a:hover .resource-card-img {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}

@media only screen and (max-width: 1299px) {
  .resource-card .resource-card-img {
    height: 190px;
  }
}
@media only screen and (max-width: 1199px) {
  .resource-card .resource-card-img {
    height: 175px;
  }
}
@media only screen and (max-width: 1099px) {
  .resource-card .resource-card-img {
    height: 155px;
  }
}
@media only screen and (max-width: 999px) {
  .resource-card .resource-card-img {
    height: 220px;
  }
}
@media only screen and (max-width: 499px) {
  .resource-card .resource-card-img {
    height: 200px;
  }
}
@media only screen and (max-width: 449px) {
  .resource-card .resource-card-img {
    height: 185px;
  }
}
@media only screen and (max-width: 399px) {
  .resource-card .resource-card-img {
    height: 160px;
  }
}
@media only screen and (max-width: 349px) {
  .resource-card .resource-card-img {
    height: 145px;
  }
}
.resource-card .resource-card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.resource-card .resource-card-img .small-cat {
  background: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #5134C9;
  font-weight: 700;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  transition: 500ms ease;
}
@media only screen and (max-width: 1199px) {
  .resource-card .resource-card-img .small-cat {
    font-size: 12px;
    line-height: 12px;
  }
}
.resource-card .resource-card-img .card-type {
  background: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 15px 3px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #5134C9;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 15px;
  transition: 500ms ease;
  border: 1px solid #5134c9
}
@media only screen and (max-width: 1199px) {
  .resource-card .resource-card-img .card-type {
    font-size: 16px;
    line-height: 16px;
  }
}
.resource-card .resource-card-img .card-play-button {
  background: #5134C9;
  border-radius: 50%;
  width: 83.5px;
  height: 83.5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 500ms ease;
}
@media only screen and (max-width: 1199px) {
  .resource-card .resource-card-img .card-play-button {
    width: 50px;
    height: 50px;
  }
}
.resource-card .resource-card-img .card-play-button:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  transition: 500ms ease;
}
@media only screen and (max-width: 1199px) {
  .resource-card .resource-card-img .card-play-button:before {
    border-width: 10px 0 10px 15px;
  }
}
.resource-card .resource-card-text {
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .resource-card .resource-card-text {
    text-align: center;
  }
}
.resource-card .resource-card-text .card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: #5134C9;
}
.resource-card .resource-card-text .card-author {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #24246e;
}
.resource-card .resource-card-text .card-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #24246e;
}

/*-----------------------------------
	Module - Latest Tweets
------------------------------------*/
.latest-tweets {
  text-align: left;
  position: relative;
  padding: 25px;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.latest-tweets .heading {
  color: #5134C9;
  font-weight: 500;
  font-size: 32px;
  padding-bottom: 50px;
}
.latest-tweets img {
  position: absolute;
  top: 30px;
  right: 20%;
  width: 28px;
  height: auto;
}
.latest-tweets .latest-tweets-list {
  display: block;
}
.latest-tweets .latest-tweets-list .latest-tweets-item {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 50px;
  margin-bottom: 50px;
  width: 80%;
}
@media only screen and (max-width: 999px) {
  .latest-tweets .latest-tweets-list .latest-tweets-item {
    width: 90%;
  }
}
.latest-tweets .latest-tweets-list .latest-tweets-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.latest-tweets .latest-tweets-list .latest-tweets-item .latest-tweets-user {
  color: #5134C9;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 20px;
}
.latest-tweets .latest-tweets-list .latest-tweets-item .latest-tweets-user a {
  color: #5134C9;
  text-decoration: none;
}
.latest-tweets .latest-tweets-list .latest-tweets-item .latest-tweets-date {
  color: #5134C9;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 15px;
}
.latest-tweets .latest-tweets-list .latest-tweets-item .latest-tweets-details {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
}

/*-----------------------------------------
	Module - Video list
------------------------------------------*/
.video-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
}
@media only screen and (max-width: 699px) {
  .video-list {
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.video-list .video-list-item {
  margin-bottom: 100px;
  width: 49%;
}
@media only screen and (max-width: 699px) {
  .video-list .video-list-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.video-list .video-list-item .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
.video-list .video-list-item .video-container img.video-bg {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.video-list .video-list-item .video-container iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-list .video-list-item .video-container img.play-circle {
  z-index: 3;
  position: absolute;
  width: 83.5px;
  height: 83.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-list .video-list-item .video-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding-top: 10px;
}
@media only screen and (max-width: 999px) {
  .video-list .video-list-item .video-title {
    font-size: 18px;
  }
}

/*-------------------------------------
	Module - Small Icon Cards
---------------------------------------*/
.small-icon-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.small-icon-cards.cards-no-cards {
  max-width: 100%;
}

.small-icon-cards .small-icon-card {
  width: calc(25% - 30px);
  max-width: 215px;
  margin: 0 15px 50px;
}

.small-icon-card {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px 10px;
  text-align: center;
  transition: 500ms ease;
}

.small-icon-cards.cards-no-cards .small-icon-card {
  max-width: initial;
  box-shadow: none;
  padding: 0px 20px;
}

@media only screen and (max-width: 999px) {
  .small-icon-cards .small-icon-card {
    width: 30%;
  }
}
@media only screen and (max-width: 699px) {
  .small-icon-cards .small-icon-card {
    width: 45%;
  }
}
@media only screen and (max-width: 499px) {
  .small-icon-cards .small-icon-card {
    width: 100%;
  }
  .small-icon-cards .small-icon-card:last-child {
    margin-bottom: 0;
  }
}

.small-icon-cards.sic-override {
  max-width: 100%;
}

.small-icon-cards.sic-override .small-icon-card {
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px;
}


.small-icon-card .icon {
  width: auto;
  text-align: center;
  height: 85px;
  margin-bottom: 10px;
}
.small-icon-card .icon img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.small-icon-card .title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  padding-bottom: 10px;
  font-weight: 400;
  color: #24246e;
}

.small-icon-cards.cards-no-cards .small-icon-card .title {
  font-size: 28px;
  line-height: 34px;
  text-transform: none;
  font-weight: 400;
}

.small-icon-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
}
@media only screen and (max-width: 499px) {

}


.large-icon-cards .large-icon-card {
  padding: 50px 30px 20px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 999px) {

}
@media only screen and (max-width: 699px) {

}
.large-icon-cards .large-icon-card .icon-container {
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  position: relative;
}
.large-icon-cards .large-icon-card .icon-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.large-icon-cards .large-icon-card .heading {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #5134C9;
  padding-bottom: 0px;
}
.large-icon-cards .large-icon-card p {
  font-size: 16px;
  color: #24246e;
  line-height: 24px;
  font-weight: 400;
}



/*----------------------------------------------------
	Module - Accordian With Image
----------------------------------------------------*/
.accordian-with-image {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 999px) {
  .accordian-with-image {
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.accordian-with-image .accordian-points {
  width: 336px;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .accordian-with-image .accordian-points {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    width: 100%;
  }
}
.accordian-with-image .accordian-points .accordian-point {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  .accordian-with-image .accordian-points .accordian-point {
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .accordian-with-image .accordian-points .accordian-point {
    width: 100%;
  }
}
.accordian-with-image .accordian-points .accordian-point:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 999px) {

}
.accordian-with-image .accordian-points .accordian-point .details {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  height: auto;
  max-height: 0;
  transition: 500ms ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 399px) {
  .accordian-with-image .accordian-points .accordian-point .details {
    font-size: 16px;
    line-height: 24px;
  }
}
.accordian-with-image .accordian-points .accordian-point.open .heading .angle {
  transform: rotate(180deg);
}
.accordian-with-image .accordian-points .accordian-point.open .details {
  max-height: 500px;
  padding-top: 15px;
}
.accordian-with-image .accordian-points .accordian-point .number {
  color: #FF7353;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
}
.accordian-with-image .accordian-points .accordian-point .heading {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.accordian-with-image .accordian-points .accordian-point .heading .text {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  width: calc(100% - 22px);
}
@media only screen and (max-width: 399px) {
  .accordian-with-image .accordian-points .accordian-point .heading .text {
    font-size: 20px;
    line-height: 28px;
  }
}
.accordian-with-image .accordian-points .accordian-point .heading .angle {
  width: 20px;
  text-align: right;
  opacity: 1;
  transition: 500ms ease;
  transform: rotate(-90deg);
  position: relative;
  top: -10px;
}
.accordian-with-image .accordian-points .accordian-point .heading .angle img {
  width: 100%;
}
.accordian-with-image .accordian-image-container {
  width: calc(100% - 370px);
  position: relative;
}
@media only screen and (max-width: 999px) {
  .accordian-with-image .accordian-image-container {
    width: 100%;
  }
}
.accordian-with-image .accordian-image-container img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.accordian-with-image .accordian-image-container .point {
  position: absolute;
  background: #FF7353;
  border-radius: 50%;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.accordian-with-image .accordian-image-container .point[data-point="1"] {
  top: 15%;
  left: 22.5%;
}
.accordian-with-image .accordian-image-container .point[data-point="2"] {
  top: 29%;
  left: 48.7%;
}

@media only screen and (max-width: 699px) {
  .accordian-with-image .accordian-points .accordian-point {
    width: 100%;
  }
  .accordian-with-image .accordian-image-container .point {
    font-size: 13px;
    line-height: 24px;
    width: 20px;
    height: 20px;
    transform: translateX(-10px);
  }
}

/*----------------------------------
	Module - Testiimonials
-----------------------------------*/
.testimonials {
  padding: 120px 0 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  text-align: center;
}

.testimonials.has-image {
  max-width: 100%;
  text-align: left;
}

.testimonials .testimonial-item {
  margin-bottom: 50px;
  display: block;
}

.testimonials .testimonial-item:not(:first-child) {
  padding-top: 50px;
}

.testimonials .testimonial-item .quote {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 10px;
  transition: 500ms ease;
}

@media only screen and (max-width: 999px) {
  .testimonials {
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 699px) {
  .testimonials {
    padding-top: 3rem;
  }
  .testimonials .testimonial-item .quote {
    font-size: 25px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 399px) {
  .testimonials .testimonial-item .quote {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonials .testimonial-item .company {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  transition: 500ms ease;
}
@media only screen and (max-width: 699px) {
  .testimonials .testimonial-item .company {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 399px) {
  .testimonials .testimonial-item .company {
    font-size: 16px;
    line-height: 24px;
  }
}

.container.container--small {
  max-width: 1122px;
}

.three-column-with-icons {
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.three-column-with-icons.two-columns {
  justify-content: center;
}

.three-column-with-icons__item {
  width: 32%;
  color: #212121;
}

.three-column-with-icons.two-columns .three-column-with-icons__item {
  width: 42%;
  padding: 0 8px;
}

.three-column-with-icons__item h3,
.three-column-with-icons__item h3 a {
  color: #24246e;
  font-size: 20px;
  margin-bottom: 0;
}

.three-column-with-icons__item h3 a:hover {
  color: #5134c9;
}

@media only screen and (max-width: 999px) {
  .three-column-with-icons.two-columns .three-column-with-icons__item {
    width: 100%;
    margin-bottom: 0px;
  }
}
.three-column-with-icons__item .heading {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #5134C9;
  margin-bottom: 20px;
}
.three-column-with-icons__item .heading .img-container {
  width: 45px;
  height: 45px;
  position: relative;
}
.three-column-with-icons__item .heading .img-container img {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}
.three-column-with-icons__item .heading .title {
  color: #5134C9;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  width: calc(100% - 70px);
  transition: 500ms ease;
}
@media only screen and (max-width: 1099px) {
  .three-column-with-icons__item .heading .title {
    font-size: 25px;
  }
}
.three-column-with-icons__item .three-column-points p {
  color: #24246E;
}
.three-column-with-icons__item .three-column-points p.bold {
  padding-bottom: 0;
}
@media only screen and (max-width: 1099px) {
  .three-column-with-icons__item .three-column-points p {
    font-size: 20px;
    line-height: 28px;
  }
}

.client-quotes {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.client-quotes .client-quote {
  width: 48%;
  max-width: 580px;
  margin: 0 1% 22px;
}
@media only screen and (max-width: 699px) {
  .client-quotes .client-quote {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.client-quotes .client-quote .img-container {
  width: 100%;
  border-radius: 6px 12px 0px 0px;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
  overflow: hidden;
  position: relative;
  height: 300px;
  transition: 500ms ease;
}
/*
@media only screen and (max-width: 999px) {
  .client-quotes .client-quote .img-container {
    height: 225px;
  }
}*/
@media only screen and (max-width: 799px) {
  .client-quotes .client-quote .img-container {
    height: 350px;
  }
}
/*@media only screen and (max-width: 699px) {
  .client-quotes .client-quote .img-container {
    height: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .client-quotes .client-quote .img-container {
    height: 225px;
  }
}
@media only screen and (max-width: 499px) {
  .client-quotes .client-quote .img-container {
    height: 185px;
  }
}*/
.client-quotes .client-quote .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 24%;
  position: absolute;
  top: 0;
  left: 0;
}
.client-quotes .client-quote .details {
  background: #5134C9;
  border-radius: 0px 0px 12px 12px;
  margin-bottom: 30px;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 30px;
  color: #fff;
}
.client-quotes .client-quote .details .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 999px) {
  .client-quotes .client-quote .details .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.client-quotes .client-quote .details .sub {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
}
@media only screen and (max-width: 999px) {
  .client-quotes .client-quote .details .sub {
    font-size: 14px;
    line-height: 22px;
  }
}
.client-quotes .client-quote .quote {
  color: #5134C9;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 30px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3%;
}
@media only screen and (max-width: 999px) {
  .client-quotes .client-quote .quote {
    font-size: 22px;
  }
}
.client-quotes .client-quote .attribution {
  color: #212121;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3%;
}
.client-quotes .client-quote a.btn {
  margin-left: 3%;
}
.client-quotes .client-quote:nth-child(even) .details {
  background: #24246E;
}
.client-quotes .client-quote:nth-child(even) .quote {
  color: #24246E;
}



/*# sourceMappingURL=theme-styles.css.map */

/*** Start Padding Utilities ***/


.header-padding {
  padding-bottom: 38px;
}

.header-padding-xl {
  padding-bottom: 78px;
}

.header--partner p {
  font-size: 20px;
}

.header--partner {
  position: relative;
  z-index: 10;
}

.header--partner .header-inner {
  max-width: 946px;
  margin: 0 auto;
}

@media (max-width: 999px) {
  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 699px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-padding {
    padding-bottom: 15px;
  }

  .header-padding-xl {
    padding-bottom: 48px;
  }

}

/*** End Padding Utilities ***/

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

.background-image + div {
  position: relative;
}

.background-image img {
  object-fit: cover;
  object-position: 50%;
  width: 100%;
  height: 100%;
}

.form-banner form {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}

.form-banner .hs_email {
  flex: 1;
}

.form-banner form > div {
  margin: 0 15px;
}

@media (max-width: 767px){
  .form-banner form {
    display: block;
  }
  .form-banner form > div {
    margin: 15px 0px;
  }

  .cta-banner__content .h1-style {
    font-size: 1.75rem;
  }

  .cta-banner__content .h2-style {
    font-size: 1.50rem;
  }

}

.stats__header {
  font-size: 36px;
  position: relative;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.stats__header:after {
  content: '';
  width: 75%;
  height: 1px;
  max-width: 450px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: #fff;
}

/*** Slider ***/



.slick-has-arrows .slick-next,
.slick-has-arrows .slick-prev {
  width: 40px;
  height: 40px;
}

.slick-has-arrows .slick-next:before, 
.slick-has-arrows .slick-prev:before {
  font-size: 40px;
  color: #5134c9;
}




.custom-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #5134c9;
  border-radius: 50%;
}

.custom-arrows .slick-arrow:before {
  content: '';
  background-image: url(//8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/raw_assets/public/theme-shift/images/icons/slider-arrow.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.custom-arrows .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}

.custom-arrows .slick-arrow:focus,
.custom-arrows .slick-arrow:hover {
  background-color: #fff;
}

.custom-arrows .slick-arrow:focus:before,
.custom-arrows .slick-arrow:hover:before {
  background-image: url(//8595762.fs1.hubspotusercontent-na1.net/hubfs/8595762/raw_assets/public/theme-shift/images/icons/slider-arrow.svg);
}


/*** Team Cards ***/
@media (min-width: 700px) {
  .client-quotes .team-card {
    width: 100%;
  } 
}

.client-quotes .team-card .details {
  background: #5134C9!important;
}
.team-card .social-links__icon {
  background: transparent!important;
}
.team-card .social-links__icon svg {
  height: 1.75rem;
}

.team-card .social-links__link:hover .social-links__icon svg {
  fill: #FF7353!important;
}

/* TWO COLUMN VIDEO */
.two-col--video.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.two-col--video.shadow {
  box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
  .video-copy-col {
    text-align: center;
  }
}

.eyebrow {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.pill-eyebrow {
  display: inline-block;
  background: #87CEEC;
  border-radius: 0px 50px 50px 0px;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 40px;
  margin-bottom: 22px;
  position: relative;
}

@media (min-width: 992px) {
  .lc-has-eyebrow {
    padding-top: 68px;
  }
}

@media (max-width: 999px) {
  .pill-eyebrow {
    border-radius: 50px;
  }
  .opening.solutions .video-container {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .eyebrow {
    font-size: 18px;
  }
}

.shift-video iframe,
.large-icon-cards .large-icon-card,
.small-icon-card,
.resource-card .resource-card-img .card-type,
.card--pvm,
.stacked-videos__item,
.opening.solutions .video-container,
.pt-accordions div.pt-acc-trigger,
.pt-media,
.products--body {
  border-radius: 6px!important;
}

.products--tabs a {
  border-radius: 6px 6px 0px 0px!important;
}
.footer {
    padding-top: 6.25rem;
}

.footer__logo {
    max-width: 215px;
    padding: 1rem 0;
}
.footer__logo a svg path {
    transition: .4s ease;
}

.footer__logo a:hover svg path {
    fill: #5134c9!important;
}

.footer__navigation .menu__link:hover,
.footer__navigation .menu__link:focus {
    color: #5134c9 !important;
}

.footer__navigation .menu__item--depth-1 {
    padding: 0 0 1.5rem;
}

.footer__navigation ul li {
    padding-left: 0!important;
}

.footer__navigation ul li:before {
    display: none!important;
}

.footer__navigation ul li a.menu__link[href="javascript:;"] {
    cursor: default!important;
    color: #24246e!important;
}


.footer__navigation .menu__item--depth-1:first-of-type {
    padding-top: 1.5rem;
}

.footer__navigation .menu__child-toggle {
    display: none;
}

.footer__navigation .menu__item--depth-1 > .menu__link {
    font-weight: 700;
    padding: 0;
    font-size: 1rem;
}

.footer__navigation .menu__submenu {
    display: block !important;
    padding-top: 1rem;
    position: relative;
}

.footer__navigation .menu__submenu .menu__link {
    padding: 0 0 0.5rem;
}

.footer__container--bottom {
    border-top: 1px solid #5134c9;
    margin: 2rem 1rem 0;
    padding: 0;
}

.footer__container--bottom .dnd-section,
.footer__container--bottom .dnd-column {
    padding-left: 0;
    padding-right: 0;
}

.footer--dark-mode-true {
    background-color: #ebebeb !important;
    color: #24246e;
}

.footer--dark-mode-true .footer__container--bottom {
    border-color: #24246e;
}

.footer--dark-mode-true p,
.footer--dark-mode-true h1,
.footer--dark-mode-true h2,
.footer--dark-mode-true h3,
.footer--dark-mode-true h4,
.footer--dark-mode-true h5
.footer--dark-mode-true h6,
.footer--dark-mode-true label,
.footer--dark-mode-true span,
.footer--dark-mode-true li {
    color: #24246e !important;
}

.footer--dark-mode-true a,
.footer--dark-mode-true .menu__submenu,
.footer--dark-mode-true .menu__submenu .menu__link {
    background-color: transparent !important;
    color: #24246e;
}

.footer--dark-mode-true a:hover,
.footer--dark-mode-true a:focus,
.footer--dark-mode-true .menu__link:hover,
.footer--dark-mode-true .menu__link:focus
.footer--dark-mode-true .menu__submenu .menu__link:hover,
.footer--dark-mode-true .menu__submenu .menu__link:focus {
    color: #5134c9 !important;
}

.footer .social-links__icon svg {
    fill: #24246e !important;
}

.footer .social-links__link:hover .social-links__icon svg,
.footer .social-links__link:focus .social-links__icon svg {
    fill: #5134c9 !important;
}

.footer__navigation .menu__item--depth-1:first-child {
    flex: 3;
}

.footer__navigation .menu__item--depth-1:nth-child(2) {
    flex: 3;
}

.footer__navigation .menu__item--depth-1:nth-child(3) {
    flex: 2;
}

.footer__navigation .menu__item--depth-1:last-child {
    flex: 2;
}

.footer__navigation .menu__item--depth-1 li {
    background: transparent!important;
}

@media (min-width:768px) {

    .footer__navigation {
        padding-top: 1rem;
    }

    .footer__navigation .menu__wrapper {
        align-items: flex-start!important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer__navigation .menu__item--depth-1 {
        flex-basis: 50%;
        padding-right: 1rem;
    }

    .footer__navigation .menu__item--depth-1:first-of-type {
        padding-top: 0;
    }

    .footer__navigation .menu__item--depth-1:last-of-type {
        padding-right: 0;
    }

    .footer__navigation .menu__item--depth-1>.menu__link--active-link:after {
        display: none;
    }

    .footer__navigation .menu__submenu {
        box-shadow: none;
        transform: none;
        width: auto;
    }

    .footer .social-links {
        justify-content: flex-start;
    }

    .footer .social-links__icon {
        background-color: transparent;
    }

    .footer .social-links__icon:hover,
    .footer .social-links__icon:focus {
        background-color: transparent;
    }

    .footer .social-links__icon svg {
        fill: #5134c9;
        height: 1.5rem;
    }

    .footer .social-links__icon:hover svg,
    .footer .social-links__icon:focus svg {
        fill: #5134c9;
    }

}

@media (min-width:1380px) {
    
    .footer__container--bottom {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width:1440px) {

    .footer__container {
        display: flex;
        justify-content: space-between;
    }

    .footer__navigation {
        flex-grow: 1;
        padding: 1rem 0 0 4rem;
    }

    .footer__navigation .menu__wrapper {
        flex-wrap: nowrap;
    }

    .footer__navigation .menu__item--depth-1 {
        flex-basis: 100%;
    }

    .footer__container--bottom .dnd-section > .row-fluid {
        max-width: unset;
    }

}

@media (min-width: 1652px) {

    .footer__container,
    .footer__container--bottom {
        max-width: 1450px !important;
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    
}

@media (max-width: 999px) {
    .footer {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 699px) {
    .footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .footer .social-links {
        padding-top: 20px;
    }
    .footer .social-links__icon svg {
        fill: #fff !important;
    }
    .footer-copyright {
        text-align: center!important;
    }
}

.footer__container--bottom {
    padding-bottom: 45px;
}

.cookieWrapper {
    position: fixed;
    right: 5.1%;
    bottom: 0;
    z-index: 20;
}

.cookieWrapper a {
    padding: 10px 20px;
    background-color: #5134c9!important;
    color: #fff!important;
    display: block;
}

.cookieWrapper a:hover {
    background-color: #24246e!important;
    color: #fff!important;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

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

/* McCoy
CSS file built by McCoy
*/

