/* BASE
----------------------------- */
/* Index
========================================================================== */

/* Custom Font Imports ------------------------------------------------- */
/* Breakpoints -------------------------------------------------------- */
/* Color  ------------------------------------------------------------ */
/* Fonts  ----------------------------------------------------------- */
/* Typography  ----------------------------------------------------- */
/* Headings  ------------------------------------------------------ */
/* Links  -------------------------------------------------------- */
/* Layout  ------------------------------------------------------ */
/* Corners  ---------------------------------------------------- */
/* Shadows  --------------------------------------------------- */
/* Buttons  -------------------------------------------------- */
/* Animation ------------------------------------------------ */
/* Plugins ------------------------------------------------- */
/* Dark Mode ---------------------------------------------- */


/* Custom Font Imports
========================================================================== */











/* Color
========================================================================== */




/* Typography
========================================================================== */

/* Font Family
=============================== */

/* If custom font setting is activated*/


  
  
  
  
  
  


 
/* Font Sizes
=============================== */

/* MACRO: Convert to REM */



/* Headings */


/* Body text */




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























/* Layout
========================================================================== */


/* Content Width
=============================== */

 

 

 



/* Gutters
=============================== */





/* Spacing 
=============================== */
/* Default padding for sections */





/* Breakpoints
=============================== */

/* Tablet Screens (768 - 1366) */


/* Standard Desktop Screens (1366 - 1920) */


/* Large Screens (1920+) */






/* Corners
========================================================================== */





/* Shadows
========================================================================== */


/* MACRO: Convert color picker object (hex and opacity) to RGBA format */





  
 



/* Buttons
========================================================================== */

/* Set from inherited properties */

  


   









    





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

/* Form fields height, border style, border colour */




/* Animation
========================================================================== */









/* Plugins+
========================================================================== */





















/* Dark Mode (Experimental)
========================================================================== */


 











/* Header
========================================================================== */









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

html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 100px;
}

/* 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: 2rem;
  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: 1rem; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links
 */

a:focus-visible {
  outline: none;
}

/**
 * 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: 1rem; /* 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.25rem;
}

sup {
  top: -0.5rem;
}

/* 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.625rem;
}

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

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
} 
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* ELEMENTS
   ----------------------------- */



/* Base
=============================== */
*,
html {
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: 'Lato', sans-serif;
}

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

html,
body,
textarea {
  font-size: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.75rem;
  color: #000000;
}

p, li {
  font-family: 'Open Sans', sans-serif;
  color: #5F5E60;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

 /* Headings
=============================== */

.h1_hero,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  margin-bottom: 1rem;
  color: #000000;
}

.st-single-post-content p {
  margin-bottom: 10px;
  font-size: 17px !important;
}

.c-hero h1,
h1.c-hero,
.h1_hero {
/*   font-size: 42px;
  font-weight: 900;
  line-height: 52px; */
  
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 50px !important;
}

h1 {
/*   font-size: 42px;
  font-weight: 900;
  line-height: 52px; */
  
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 46px;
}

h2 {
/*   font-size: 34px;
  font-weight: 900;
  line-height: 44px; */
  
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px;
}

h3 {
/*   font-size: 30px;
  font-weight: 900;
  line-height: 40px; */
  
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}

h4 {
/*   font-size: 24px;
  font-weight: 900;
  line-height: 34px; */
  
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px;
}

h5 {
/*   font-size: 22px;
  font-weight: 900;
  line-height: 32px; */
  
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 122%;
}

h6 {
/*   font-size: 20px;
  font-weight: 900;
  line-height: 28px; */
  
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

@media (min-width: 600px) {
  .c-hero h1,
  h1.c-hero,
  .h1_hero {
/*     font-size: 80px;
    font-weight: 900;
    line-height: 90px; */
    
    font-size: 52px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 66px !important;
  }
  
  h1 {
/*     font-size: 80px;
    font-weight: 900;
    line-height: 90px; */
    
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
  }
  
  h2 {
/*     font-size: 64px;
    font-weight: 900;
    line-height: 74px; */
    
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
  }
  
  h3 {
/*     font-size: 48px;
    font-weight: 900;
    line-height: 58px; */
    
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
  }
  
  h4 {
/*     font-size: 32px;
    font-weight: 900;
    line-height: 40px; */
    
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
  }
  
  h5 {
/*     font-size: 28px;
    font-weight: 900;
    line-height: 36px; */
    
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
  }
  
  h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }
}

@media (min-width: 767px) {
  
  .c-hero h1,
  h1.c-hero,
  .h1_hero {
/*     font-size: 80px;
    font-weight: 900;
    line-height: 90px; */
    
    font-size: 52px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 66px !important;
  }
  
  h1 {
/*     font-size: 80px;
    font-weight: 900;
    line-height: 90px; */
    
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
  }
  
  h2 {
/*     font-size: 64px;
    font-weight: 900;
    line-height: 74px; */
    
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
  }
  
  h3 {
/*     font-size: 48px;
    font-weight: 900;
    line-height: 58px; */
    
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
  }
  
  h4 {
/*     font-size: 32px;
    font-weight: 900;
    line-height: 40px; */
    
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
  }
  
  h5 {
/*     font-size: 28px;
    font-weight: 900;
    line-height: 36px; */
    
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
  }
  
  h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  
  .c-hero h1,
  h1.c-hero,
  .h1_hero {
/*     font-size: 80px;
    font-weight: 900;
    line-height: 90px; */
    
    font-size: 52px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 66px !important;
  }
  
  h1 {
/*     font-size: 80px;
    font-weight: 900;
    line-height: 90px; */
    
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
  }
  
  h2 {
/*     font-size: 64px;
    font-weight: 900;
    line-height: 74px; */
    
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
  }
  
  h3 {
/*     font-size: 48px;
    font-weight: 900;
    line-height: 58px; */
    
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
  }
  
  h4 {
/*     font-size: 32px;
    font-weight: 900;
    line-height: 40px; */
    
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px;
  }
  
  h5 {
/*     font-size: 28px;
    font-weight: 900;
    line-height: 36px; */
    
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
  }
  
  h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }
}


 /* Body Text
=============================== */
p.u--body-small,
li.u--body-small {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

p,
li {
/*   margin-bottom: 1rem; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}

p.sub-header {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 600px) {
  p.u--body-small,
  li.u--body-small {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  
  p,
  li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (min-width: 767px) {
  p.u--body-small,
  li.u--body-small {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  
  p,
  li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  p.u--body-small,
  li.u--body-small {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  
  p,
  li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}


a {
  text-decoration: none;
  color: #555;
  font-weight: 600;
}
a:hover {
  color: #555;
/*   text-decoration: underline; */
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

ol {
/*   padding-left: 18px; */
  padding-left: 0px;
}
ol li {
  margin-left: 18px !important;
}

ul li,
ol li {
  margin-bottom: 12px;
  line-height: 1.5em;
}
/* Remove default bullets */
.column ul {
  list-style: none; 
}
.column ul li:not(.hs-menu-item) {
  padding-left: 30px;
  text-indent: 0;
  position: relative;
}

.column ul li:not(.hs-menu-item):before {
  content: "\2022";
  color: #00d37b;
  font-weight: bold;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 0;
  font-size: 26px;
}
 /* Input Placeholder Text
=============================== */

input::-webkit-input-placeholder {
  color: #ddd;
}

input::-moz-placeholder {
  color: #ddd;
}

input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #ddd;
}

input:-ms-input-placeholder {
  color: #ddd;
}

.widget-span p {
  margin-bottom: 1rem;
}

.widget-span p:last-child {
  margin-bottom: 0;
}
/* 
.widget-span ul + p,
.widget-span p + h6,
.widget-span p + ul {
  margin-top: 1rem;
} */


.o-section ul.hs-search-results__listing li:before {
  display: none;
}
.o-section ul.hs-search-results__listing li:before {
  display: none;
}
.o-section ul.hs-search-results__listing li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 30px;
}


/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}


#main-content li {
  margin-left: 30px;
}

#main-content .c-custom-bullets li {
  margin-left: 0px;
}

.c-custom-bullets ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c-custom-bullets li {
  background: url(//143199691.fs1.hubspotusercontent-eu1.net/hubfs/143199691/raw_assets/public/cw/assets/img/tick-bullet-icon.svg) no-repeat left top;
  padding-top: 0px;
  padding-left: 40px;
}


.eyebrew {
  color: #555;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}
/* .eyebrew:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: auto;
  margin-left: -2rem;
  top: 10px;
  background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Struto%202023/icons/Line.svg);
}
.eyebrew:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: auto;
  margin-left: 10px;
  top: 10px;
  background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Struto%202023/icons/Line.svg);
} */

.eyebrew-left img {
  padding-bottom: 5px;
  padding-right: 10px;
}
.eyebrew-right img {
  padding-bottom: 5px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .c-eyebrow-text {
    text-align: center;
    margin-bottom: 10px !important;
  }
}



/* --- Base button styling --- */
.button {
  border-radius: 50px;
  padding: 16px 25px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  margin-bottom: 0px;
/*   margin-bottom: 1rem; */
  position: relative;
  justify-content: center;
}

.button:hover {
  transition: all 0.3s ease;
}

.button a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.c-header__right .button {
  margin-bottom: 0px;
}

.buttons .button {
  margin-left: 20px;
}

.buttons .button:first-child {
  margin-left: 0px;
}

@media (max-width: 767px) {
  .button {
    margin-bottom: 16px;
  }
  .buttons.u-flex-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buttons .button {
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .buttons.u-flex-row {
    display: flex;
    align-items: stretch;
  }
}

/* --- Custom Button Styles (3 Custom Buttons can be configured in the Theme settings) --- */


.button--primary {
  background: linear-gradient(180deg, #333 0%, #333 100%);
  box-shadow: 3px 10px 20px rgba(9, 2, 39, 0.2);
  border: 1px solid #333;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.button--primary,
.button--primary.button--icon {
  padding: 0px !important;
}


.button--primary a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 16px 25px;
  color: #FFFFFF;
  white-space: nowrap;
}

.button--primary a .c-button__text {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.button--primary a:focus-visible,
.button--primary:focus-visible {
  outline: none;
}

.button--primary.button--icon a {
  display: flex;
  flex-direction: row;
}

.button--primary .c-button__arrow-icon {
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );;
  border: 0px solid #000000;
  box-shadow: 3px 4px 6px rgba(9, 2, 39, 0.2);
}

.button--primary:hover .c-button__arrow-icon {
  background: ;
  background: -moz-linear-gradient(,  0%,  100%);
  background: -webkit-linear-gradient(,  0%,  100%);
  background: linear-gradient(,  0%,  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType= );;
  border: px solid ;
}

.button--primary .c-button__arrow-icon svg path {
  fill: #000000;
}

.button--primary:hover .c-button__arrow-icon svg path {
  fill: #000000;
}


.button--primary:hover {
  background: #FFFFFF;
  border: 1px solid #FFBA6A;
  box-shadow: none;
  transition: all 0.3s ease;
}

.button--primary:hover a,
.button--primary:hover a .c-button__text {
  color: #333;
}

.button--primary:focus-within {
  box-shadow: none;
}

/* .button--primary.button a:focus{
  outline: 2px solid black;
  border-radius: 50px;
  outline-offset: 2px;
} */



/* Medium */

@media (min-width: 600px) {
  
  .button--primary a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 25px;
  }
  
}

/* Large */

@media (min-width: 768px) {
  
  .button--primary a {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 25px;
  }
  
}

/* Larger */

@media (min-width: 1024px) {
  
  .button--primary a {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 25px;
  }
  
}


.button--secondary {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 3px 10px 20px rgba(9, 2, 39, 0.2);
  border: 1px solid #555;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.button--secondary,
.button--secondary.button--icon {
  padding: 0px !important;
}
.button--secondary.button--icon {
  padding: 0px 15px 0px 0px !important;
}


.button--secondary a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 16px 25px;
  color: #333;
  white-space: nowrap;
}

.button--secondary a .c-button__text {
  color: #333;
}

.button--secondary a:focus-visible,
.button--secondary:focus-visible {
  outline: none;
}

.button--secondary.button--icon a {
  display: flex;
  flex-direction: row;
}

.button--secondary .c-button__arrow-icon {
/*   background: #333;
  background: -moz-linear-gradient(top, #333 0%, #333 100%);
  background: -webkit-linear-gradient(top, #333 0%, #333 100%);
  background: linear-gradient(to bottom, #333 0%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#333',GradientType=0 );;
  border: 0px solid #333;
  box-shadow: 3px 4px 6px rgba(9, 2, 39, 0.2); */
  background: ;
  background: -moz-linear-gradient(,  0%,  100%);
  background: -webkit-linear-gradient(,  0%,  100%);
  background: linear-gradient(,  0%,  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType= );;
  border: px solid ;
}

.button--secondary:hover .c-button__arrow-icon {
  background: ;
  background: -moz-linear-gradient(,  0%,  100%);
  background: -webkit-linear-gradient(,  0%,  100%);
  background: linear-gradient(,  0%,  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType= );;
  border: px solid ;
}

.button--secondary .c-button__arrow-icon svg path {
  fill: #333;
}

.button--secondary:hover .c-button__arrow-icon svg path {
  fill: #333;
}


.button--secondary:hover {
  background: #555;
  border: 1px solid #333;
  box-shadow: none;
  transition: all 0.3s ease;
}

.button--secondary:hover a,
.button--secondary:hover a .c-button__text {
  color: #333;
}

.button--secondary:focus-within {
  box-shadow: none;
}

/* .button--secondary.button a:focus{
  outline: 2px solid black;
  border-radius: 50px;
  outline-offset: px;
} */



/* Medium */

@media (min-width: 600px) {
  
  .button--secondary a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}

/* Large */

@media (min-width: 768px) {
  
  .button--secondary a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}

/* Larger */

@media (min-width: 1024px) {
  
  .button--secondary a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}


.c-button__arrow-icon {
/*   display: flex;
  flex-direction: column;
  justify-content: center; */
  position: absolute;
  right: 0;
/*   margin-left: 6px; */
/*   padding: 5px; */
  transition: all 0.3s ease;
  border-radius: 50px;
  height: 20px;
}

.button--icon a:hover .c-button__arrow-icon {
  transform: translate(5px, 0px);
}




.button--custom-01 {
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  transition: all 0.3s ease;
  text-align: left;
  justify-content: flex-start;
}

.button--custom-01,
.button--custom-01.button--icon {
  padding: 0px !important;
}


.button--custom-01 a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 9px 0px;
  color: #000000;
  white-space: nowrap;
  width: 100%;
}

.button--custom-01 a .c-button__text {
  color: #000000;
}

.button--custom-01 a:focus-visible,
.button--custom-01:focus-visible {
  outline: none;
}

.button--custom-01.button--icon a {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: flex-start;
}

.button--custom-01 .c-button__arrow-icon {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='transparent',GradientType=0 );;
  border: 0px solid #C72D2D;
  box-shadow: none;
}

.button--custom-01:hover .c-button__arrow-icon {
  background: ;
  background: -moz-linear-gradient(,  0%,  100%);
  background: -webkit-linear-gradient(,  0%,  100%);
  background: linear-gradient(,  0%,  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType= );;
  border: px solid ;
}

.button--custom-01 .c-button__arrow-icon svg path {
  fill: #000000;
}

.button--custom-01:hover .c-button__arrow-icon svg path {
  fill: #000000;
}


.button--custom-01:hover {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='transparent',GradientType=0 );
  border-bottom: 1px solid #000000;
  box-shadow: none;
  transition: all 0.3s ease;
}

.button--custom-01:hover a,
.button--custom-01:hover a .c-button__text {
  color: #000000;
}

.button--custom-01:focus-within {
  box-shadow: none;
}

/* .button--custom-01.button a:focus{
  outline: 2px solid black;
  border-radius: 50px;
  outline-offset: px;
} */



/* Medium */

@media (min-width: 600px) {
  
  .button--custom-01 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0px;
  }
  
}

/* Large */

@media (min-width: 768px) {
  
  .button--custom-01 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0px;
  }
  
}

/* Larger */

@media (min-width: 1024px) {
  
  .button--custom-01 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0px;
  }
  
}



.button--custom-02 { 
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.button--custom-02,
.button--custom-02.button--icon {
  padding: 0px !important;
}


.button--custom-02 a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 9px 20px;
  color: #000000;
  white-space: nowrap;
}

.button--custom-02 a .c-button__text {
  color: #000000;
}

.button--custom-02 a:focus-visible,
.button--custom-02:focus-visible {
  outline: none;
}

.button--custom-02.button--icon a {
  display: flex;
  flex-direction: row;
}

.button--custom-02 .c-button__arrow-icon {
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );;
  border: 0px solid #C72D2D;
  box-shadow: none;
/*   box-shadow: 3px 4px 6px rgba(9, 2, 39, 0.2); */
  
}

.button--custom-02:hover .c-button__arrow-icon {
  background: ;
  background: -moz-linear-gradient(,  0%,  100%);
  background: -webkit-linear-gradient(,  0%,  100%);
  background: linear-gradient(,  0%,  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType= );;
  border: px solid ;
}

.button--custom-02 .c-button__arrow-icon svg path {
  fill: #000000;
}

.button--custom-02:hover .c-button__arrow-icon svg path {
  fill: #000000;
}


.button--custom-02:hover {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='transparent',GradientType=0 );border: none;box-shadow: none;
  transition: all 0.3s ease;
}

.button--custom-02:hover a,
.button--custom-02:hover a .c-button__text {
  color: #000000;
}

.button--custom-02:focus-within {
  box-shadow: none;
}

/* .button--custom-02.button a:focus{
  outline: 2px solid black;
  border-radius: 50px;
  outline-offset: px;
} */



/* Medium */

@media (min-width: 600px) {
  
  .button--custom-02 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}

/* Large */

@media (min-width: 768px) {
  
  .button--custom-02 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}

/* Larger */

@media (min-width: 1024px) {
  
  .button--custom-02 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}
.button--custom-03 {background: none;
    box-shadow: none;border: none;border-radius: 50px;
  transition: all 0.3s ease;
}

.button--custom-03,
.button--custom-03.button--icon {
  padding: 0px !important;
}


.button--custom-03 a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 9px 20px;
  color: #FFFFFF;
  white-space: nowrap;
}

.button--custom-03 a .c-button__text {
  color: #FFFFFF;
}

.button--custom-03 a:focus-visible,
.button--custom-03:focus-visible {
  outline: none;
}

.button--custom-03.button--icon a {
  display: flex;
  flex-direction: row;
}

.button--custom-03 .c-button__arrow-icon {
  background: linear-gradient(180deg, #333 0%, #333 100%);
  box-shadow: 3px 10px 20px rgba(9, 2, 39, 0.2);
  border: 1px solid #333;
  border-radius: 6px;
  transition: all 0.3s ease;
  
}

.button--custom-03:hover .c-button__arrow-icon {
  background: ;
  background: -moz-linear-gradient(,  0%,  100%);
  background: -webkit-linear-gradient(,  0%,  100%);
  background: linear-gradient(,  0%,  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType= );;
  border: px solid ;
}

.button--custom-03 .c-button__arrow-icon svg path {
  fill: #FFFFFF;
}

.button--custom-03:hover .c-button__arrow-icon svg path {
  fill: #FFFFFF;
}


.button--custom-03:hover {background: transparent;border: none;box-shadow: none;
  transition: all 0.3s ease;
}

.button--custom-03:hover a,
.button--custom-03:hover a .c-button__text {
  color: #FFFFFF;
}

.button--custom-03:focus-within {
  box-shadow: none;
}

/* .button--custom-03.button a:focus{
  outline: 2px solid black;
  border-radius: 50px;
  outline-offset: 0px;
} */



/* Medium */

@media (min-width: 600px) {
  
  .button--custom-03 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}

/* Large */

@media (min-width: 768px) {
  
  .button--custom-03 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}

/* Larger */

@media (min-width: 1024px) {
  
  .button--custom-03 a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
  
}







.c-button__arrow-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6px;
  padding: 5px;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.button--icon a:hover .c-button__arrow-icon {
  transform: translate(5px, 0px);
}
.button--custom-choice.button--icon .c-button__arrow-icon {
  position: absolute;
  left: 80px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  padding: 5px 5px 5px 6px;
}
.c-cta-block__container .button--primary:hover a,
.button--primary:hover a .c-button__text {
  color: #333;
}




/* REFACTORING REQUIRED */

.o-container fieldset {
  max-width: none !important;
}


.hs-form .hs-form-field,
.hs-form .legal-consent-container {
  margin-bottom: 20px;
}

.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 5px;
  color: #000022;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-fieldtype-radio.hs-form-field > label {
  margin-bottom: 10px;
}

.hs-form .hs-field-desc {
  display: block;
  margin-bottom: 5px;
  color: #000022;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-error-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.hs-form .inputs-list li:before {
  content: "";
}
.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form select,
.hs-form textarea {
  width: 100%;
  padding: 10px;
/*   height: 46px; */
  height: px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  outline: none;
  border-radius: 0.25rem;
}
.hs-form .inputs-list li:before {
    content: "";
}
#main-content .hs-form .inputs-list li {
  margin-left: 0px;
}
#main-content .hs-form .inputs-list li,
.hs-form .inputs-list li {
  padding-left: 0;
}
@media (min-width: 600px) {
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form select,
  .hs-form textarea {
    border-radius: 0.25rem;
  }
}
@media (min-width: 767px) {
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form select,
  .hs-form textarea {
    border-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form select,
  .hs-form textarea {
    border-radius: 0.5rem;
  }
}


.hs-form input::placeholder, .hs-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(86, 104, 131, 0.4);
}

.hs-form input:-ms-input-placeholder, .hs-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(86, 104, 131, 0.4);
}

.hs-form input::-ms-input-placeholder, .hs-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(86, 104, 131, 0.4);
}


.hs-form textarea {
  min-height: 120px;
}

.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .inputs-list .hs-form-radio {
  margin-bottom: 10px;
}
.hs-form .inputs-list .hs-form-radio:last-child {
  margin-bottom: 0;
}

.hs-form .hs-form-field>label {
/*   display: none !important; */
}
.hs-form .hs-input {
  border: 2px solid #E7E7E8;
  outline: none;
}

.hs-form .hs-input:focus {
  border: 2px solid #FFBA6A;
}

.hs-form .hs-input[type="checkbox"],
.hs-form .hs-input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 50%;
}
.hs-form .hs-input[type="checkbox"] + span,
.hs-form .hs-input[type="radio"] + span {
  color: #000022;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .legal-consent-container * {
  color: #000022;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-button {
  padding: 14px 58px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.42;
  text-align: center;
  transition: all 350ms ease;
  background-color: #66C5D9;
  border: 2px solid #66C5D9;
  box-shadow: 5px 10px 8px rgba(136, 136, 136, 1);
}

.hs-form .hs-button:hover {
  transition: all 350ms ease;
  background-color: #fff;
  border: 2px solid #66C5D9;
  color: #66C5D9;
}
.hs-form .hs-button {
  border-radius: ;
}
@media (min-width: 600px) {
  .hs-form .hs-button {
    border-radius: ;
  }
}
@media (min-width: 767px) {
  .hs-form .hs-button {
    border-radius: ;;
  }
}
@media (min-width: 1024px) {
  .hs-form .hs-button {
    border-radius: ;;
  }
}




.c-footer-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-footer-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-footer-form .hs-form select,
.c-footer-form .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #000022;
  font-size: 16px;
  font-family: "Libre Franklin";
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 1px solid #000022;
  background-color: #fff;
  box-shadow: 4px 4px 10px #00000014;
  outline: none;
}
.footer__form .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]){
  border: medium none;
}
.c-footer-form .hs-form fieldset {
  max-width: none;
}

.c-footer-form .hs-form .hs-button {
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Libre Franklin";
  letter-spacing: 0.75px;
  text-align: center;
  background-color: #66C5D9;
  border: 2px solid #66C5D9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-transform: uppercase;
}

.c-footer-form .hs-form .hs-button:hover {
  background-color: #db535b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.c-contact-form .hs-form .hs-form-field > label {
  color: #fff;
  text-align: left;
}

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

.hs-form .hs-error-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  text-align: left;
}

.u-bg-gradient .hs-form .hs-error-msg {
  color: #fff;
}

.contact-us-form [class*="hs-form"] fieldset {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.contact-us-form [class*="hs-form"] fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.contact-us-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.contact-us-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.contact-us-form .hs-form select,
.contact-us-form .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #000022;
  font-size: 16px;
  font-family: "Libre Franklin";
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

.c-image-form form {
  position: relative;
}

.c-image-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  width: 100%;
  padding: 10px 15px;
  height: 80px;
  color: #000022;
  font-size: 16px;
  font-family: "Libre Franklin";
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  padding-right: 150px;
}

.c-image-form .hs-button {
  position: absolute;
  top: 10px;
  height: 30px;
  height: 60px;
  font-size: 18px;
  padding: 0 40px;
}

.c-image-form--simple .hs-button {
  position: relative;
}

.c-form--lp {
  padding: 50px 60px;
  border: 2px solid #ddd;
}
.c-form--lp
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-form--lp
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-form--lp .hs-form select,
.c-form--lp .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #000022;
  font-size: 16px;
  font-family: "Libre Franklin";
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

/*Boxed form */
.c-form--box {
  background-color: #f3f6fa;
  padding: 40px;
  border-radius: 20px;
}

/* ::Dropdown */
/* ----------------------------------------------------------- */
.c-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.c-dropdown--width {
  max-width: 400px;
  min-width: 250px;
  width: 100%;
}
.c-dropdown__select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
}
.c-dropdown__select--green {
  padding: 0px 45px 0px 15px;
  border: 1px solid #00915a;
}
.c-dropdown--green-arrow:after {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transform: rotate(90deg);
}

.c-blog-subscription-form {
  position: relative;
}
.c-blog-subscription-form input[type="email"] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 135px 0 15px;
  border: 1px solid #d65f00;
  border-radius: 5px;
}
.c-blog-subscription-form input[type="submit"] {
  padding: 13px 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Libre Franklin";
  letter-spacing: 0.42;
  text-align: center;
  background-color: #d65f00;
  border-radius: 5px;
}
.c-blog-subscription-form .no-list.hs-error-msgs {
  padding: 0;
  list-style-type: none;
}
.c-blog-subscription-form .no-list.hs-error-msgs li {
  margin-top: 8px;
  color: #d65f00;
  font-size: 14px;
  font-family: "Libre Franklin";
}

/* Form title */
.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

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

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 input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  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 !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}






.hs-form .hs-submit .hs-button {background: #FFBA6A;
    box-shadow: 3px 10px 20px rgba(9, 2, 39, 0.2);width: 100%;border: 1px solid #333333;
/*     border: 1px solid #333333; */border-radius: 6px;
  
  font-size: 16px;
  line-height: 24px;
  padding: 16px 30px;
  color: #333333;

  transition: all 0.3s ease;
}

.hs-form .hs-submit .hs-button:hover {background: #FFBA6A;/*     border: 1px solid #333333; */
  border: 1px solid #333333;color: #333333;

  box-shadow: none;
  transition: all 0.3s ease;
}

.hs-form .hs-submit .hs-button:focus-within {
  box-shadow: none;
}

/* .hs-form .hs-submit .hs-button:focus {
  outline: 1px solid black;
  border-radius: 6px;
  outline-offset: 1px;
} */

/* Medium */

@media (min-width: 599px) {
  
  .hs-form .hs-submit .hs-button {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 30px;
  }
  
}

/* Large */

@media (min-width: 849px) {
  
  .hs-form .hs-submit .hs-button {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 30px;
  }
  
}

/* Larger */

@media (min-width: 1199px) {
  
  .hs-form .hs-submit .hs-button {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 30px;
  }
  
}
table {
    border: none !important;
    background-color: rgba(255,255,255,1.0);
    width: 100%;
}

table.shadow {
    -webkit-box-shadow: 0px 4px 10px -2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 4px 10px -2px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 4px 10px -2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

thead {
    background-color: rgba(86, 104, 131, 0.1);
   
}

thead th, thead td {
    background-color: transparent !important;
    color: #002347 !important;
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 1.25rem;
}



thead th img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

thead th span {
    vertical-align: middle !important;
    
}

thead tr {
    border-bottom: none;
}



th, td {
    padding: 15px !important;
}

thead tr th:first-child {
    padding-left: 40px !important;
}

tr td:first-child {
    padding-left: 40px !important;
}


tr {
    border-bottom: 1px solid rgba(86, 104, 131, 0.25);
    vertical-align: middle !important;
}

tr:last-child {
    /* border-bottom: none; */
}

.o-table-wrap {
  overflow-x: auto;
}
@media(max-width: 479px) {
   thead tr th:first-child {
      padding-left: 20px !important;
  }

  tr td:first-child {
      padding-left: 20px !important;
  }

}
.fa-play {
  font-family: 'FONTAWESOME';
}

.u-play-button.fa-play {
  font-family: 'FONTAWESOME';
  padding: 20px;
  font-size: 15px;
  border-radius: 50px;
  width: 54px;
  height: 54px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
}


/* OBJECTS
   ----------------------------- */

body {
	max-width: 2550px;
	margin: 0 auto;
}

/* CSS variables */
:root {
  --column-gap: 2.13%;
}


/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: calc(75.0rem - 1.5rem);
}

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

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


/* COMPONENTS
   ----------------------------- */
/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}




@charset "UTF-8";
/* ::Header Styles */
/* ----------------------------------------------------------- */
/* ::Breakpoints */
/* ----------------------------------------------------------- */
/* Global colors */
/* Global fonts */
/* Header Settings */
/* Max Container Size */
/* Buttons */
/* ::Colors */
/* ----------------------------------------------------------- */
/* ::Breakpoint Widths */
/* ----------------------------------------------------------- */
/* ::Layout */
/* ----------------------------------------------------------- */
/* ::Motion */
/* ----------------------------------------------------------- */
/* ::Measurement Conversions */
/* ----------------------------------------------------------- */
/* ::Clearfix */
/* ----------------------------------------------------------- */
/* ::Abs-center */
/* ----------------------------------------------------------- */
/* ::Fonts, measure, leading and typefaces */
/* ----------------------------------------------------------- */
/* ::Breakpoints */
/* ----------------------------------------------------------- */
/* ::Measurement Conversions */
/* ----------------------------------------------------------- */
/* ::Clearfix */
/* ----------------------------------------------------------- */
/* ::Abs-center */
/* ----------------------------------------------------------- */
/* ::Fonts, measure, leading and typefaces */
/* ----------------------------------------------------------- */
.c-header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 3;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.10);
}
@media (min-width: 1024px) {
  .c-header {
    transition: all 0.3s ease;
    transition-delay: 0s;
  }
}
.c-header__inner {
  position: relative;
  /* max-width same as .dnd-section > .row-fluid */
  max-width: calc(75.0rem - 1.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

@media (min-width: 1024px) {
  .c-header__inner {
    margin: auto;
    position: relative;
    z-index: 1;
  }
}

.c-header__bg {
  position: relative;
  background-color: ;
  transition: all 0.3s ease;
  padding: 16px 24px;
  z-index: 0;
}

@media (min-width: 768px) {
  .c-header__bg {
    padding: 23px 24px;
  }
}

.c-header__bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
  z-index: 0;
}

.c-header.scrolling .c-header__bg:after,
.nav-is-open .c-header .c-header__bg:after,
.c-header.is-light .c-header__bg:after {
    opacity: 1;
}

.c-header__logo {
  display: block;
}
.c-header__logo-img {
  height: auto;
  width: 183px;
  display: block;
}

.c-header__logo-img--light {
  display: block;
}

.c-header__logo-img--dark {
  display: none;
}

.c-header.scrolling .c-header__logo-img--light,
.c-header.is-light .c-header__logo-img--light,
.nav-is-open .c-header .c-header__logo-img--light {
  display: none;
}

.c-header.scrolling .c-header__logo-img--dark,
.c-header.is-light .c-header__logo-img--dark, 
.nav-is-open .c-header .c-header__logo-img--dark {
  display: block;
}

.c-header__left {
  vertical-align: middle;
  float: left;
  text-align: left;
}
.c-header__center {
  display: none;
}
@media (min-width: 1024px) {
  .c-header__center {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    transition-delay: 0.3s;
    width: 100%;
    text-align: right;
    margin-top: 3px;
    padding-left: 20px;
  }
  .has-search .c-header__center {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
  }
}
@media (min-width: 1216px) {
  .c-header__center {
    position: relative;
    padding-left: 7%;
  }
}
.c-header__searcher {
  width: auto;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}
.c-header__right {

  margin-left: auto;
  text-align: right;
}
.c-header__login, .c-header__language, .c-header__hamburger {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .c-header__login, .c-header__language, .c-header__hamburger {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    transition-delay: 0.3s;
  }
  .has-search .c-header__login, .has-search .c-header__language, .has-search .c-header__hamburger {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
  }
}
@media (min-width: 1024px) {
  .c-header__language {
    margin-right: 0;
  }
}
.c-header__language-link {
  display: block;
}
@media (min-width: 1024px) {
  .c-header__language-link {
    padding: 48px 0;
  }
}
@media (min-width: 1024px) {
  .c-header__language-link path {
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .c-header__language:hover .c-header__language-link path {
    fill: #000000;
  }
}
.c-header__hamburger {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .c-header__hamburger {
    display: none;
  }
}
.c-header__close-search {
  display: none;
  z-index: 9;
}
@media (min-width: 1024px) {
  .c-header__close-search {
    display: block;
    height: 17px;
    margin: auto;
    position: absolute;
    top: -130px;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .has-search .c-header__close-search {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.3s ease;
  }
}
.c-header__close-search-toggle {
  display: block;
  width: 19px;
  height: 19px;
  position: relative;
}
.c-header__close-search-toggle:before, .c-header__close-search-toggle:after {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  /* primary */
  background-color: #000000;
}
@media (min-width: 1024px) {
  .c-header__close-search-toggle:hover:before, .c-header__close-search-toggle:hover:after {
  /* primary   */
  background-color: #000000;
  }
}
.c-header__close-search-toggle:before {
  transform: rotate(-45deg);
}
.c-header__close-search-toggle:after {
  transform: rotate(45deg);
}
.c-header__search {
  display: none;
  opacity: 0;
}
@media (min-width: 1024px) {
  .c-header__search {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}
.c-header__search-inner {
  max-width: 960px;
  margin: auto;
  padding: 0px 40px 0px 80px;
  position: relative;
}
.c-header__search-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 1.1rem;
  font-weight: 500;
  outline: none;
  border: medium none;
  border-radius: 0;
  /* primary */
  color: #000000;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .c-header__search-input {
    border-radius: 10px;
    /* primary */
    border: 2px solid #000000;
  }
}
.c-header__search-icon {
  position: absolute;
  top: 23px;
  right: 50px;
}

.c-header-nav ul {
  list-style: none;
  padding: 0;
}

.c-header-nav__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  padding: 0px 16px;
  height: 100%;
}

@media (min-width: 768px) {
  .c-header-nav__item{
    font-size: calc(13px + 3 * ((100vw - 768px) / 432));
  }
}

@media (min-width: 1024px) {
  .c-header-nav__item{
    padding: 0px 12px;
  }
}

@media (min-width: 1280px) {
  .c-header-nav__item{
    padding: 0px 16px;
  }
}

.c-header-nav__link {
  letter-spacing: 0;
  font-size: 13px;
  margin: 0px;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
  word-break: break-word;
  color: #ffffff;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-header-nav__link {
    font-size: calc(13px + 3 * ((100vw - 768px) / 432));
  }
}

@media screen and (min-width: 1200px) {
  .c-header-nav__link {
    padding-top: 5px;
    font-size: 16px;
  }
}

.c-header.scrolling .c-header-nav__link,
.c-header.is-light .c-header-nav__link {
 color: #3A3C62;
}

.c-header-nav__link:hover,
.c-header.scrolling .c-header-nav__link:hover,
.c-headaer.is-light .c-header-nav__link:hover{
 color: #58c5c7;
}




.c-header-nav__chevron {
    width: 16px;
    height: 16px;
    transition: transform 230ms ease-in-out 0s;
}

@media (min-width: 768px) {
  .c-header-nav__chevron {
    width: 12px;
    height: 12px;
  }
}

.c-header-nav__item:hover .c-header-nav__chevron,
.c-header-nav__item:focus .c-header-nav__chevron,
.c-header-nav__item:focus-within .c-header-nav__chevron {
    transform: rotate(-180deg);
}

.c-header-nav__badge {
    position: relative;
    top: -4px;
    width: 6px;
    height: 6px;
    background: rgb(203, 114, 127);
    border-radius: 50%;
}

.has-search .c-header__search {
  opacity: 1;
  z-index: 2;
}

.search-wrapper {
  position: relative;
  left: -10px;
  top: 11px;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  cursor: pointer;
  display: inline-block;
}

.has-search .search-wrapper {
  opacity: 0;
  transition: all 0.3s ease;
  /* transition-delay: 0.3s; */
}

.has-search .c-header__search-inner {
  top: -94px;
}

.c-header.js-header.has-search.scrolling .c-header__search-inner {
  transition: all 0.3s ease;
}

.scrolling .c-header__search-inner {
  top: -176px;
}

.scrolling.has-search .c-header__search-inner {
  top: -94px;
}

.svg-search-icon {
  fill: none;
  /* primary */
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.svg-search-icon:hover {
  fill: none;
  cursor: pointer;
  /* primary */
  stroke: #000000;
  transition: all 0.3s ease;
}

.scrolling .svg-search-icon {
  fill: none;
  /* primary */
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.scrolling .c-header__close-search-toggle:before,
.scrolling .c-header__close-search-toggle:after {
  background-color: #000000;
}


.c-mobile-nav {
  display: none;
  width: 100%;
  z-index: 9;
  position: fixed;
  top: 90px;
  left: 0;
  background-color: #fff;
  overflow-y: auto;
  z-index: 101;
  height: calc(100vh - (28px + 24px + 28px - 2px));
  top: 78px;
  padding-top: 0;
}

.c-mobile-nav.is-open {
  display: flex !important;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .c-mobile-nav {
    display: none !important;
  }
}
.c-mobile-nav ul {
  list-style: none;
  padding-top: 32px;
}
.c-mobile-nav li {
  position: relative;
}

.c-mobile-nav svg.search-mob {
  position: absolute;
  right: 16px;
  top: 22px;
}

.c-mobile-nav__caret {
  width: 16px;
  height: 16px;
  transition: transform 230ms ease-in-out 0s;
  margin-left: 8px;
}

.c-mobile-nav li.hs-menu-item.hs-menu-depth-1 > a[aria-expanded="true"] .c-mobile-nav__caret,
.c-mobile-nav li.hs-menu-item.hs-menu-depth-2 > a[aria-expanded="true"] .c-mobile-nav__caret {
    transform: rotate(-180deg);
}
.c-mobile-nav li {
    margin: 0;
}
/* .c-mobile-nav li.hs-menu-item.hs-menu-depth-3:first-of-type a {
  font-size: 13px !important;
  font-weight: 500;
    line-height: 1.5;
    color: #737373;
    word-break: break-word;
    padding-top: 0 !important;
    border: none;
    height: auto;
} */
.c-mobile-nav li.hs-menu-item.hs-menu-depth-1 li li a {
    padding-left: 30px !important;
	font-weight: 400 !important;
}
.c-mobile-nav__close {
  position: absolute;
  right: 24px;
  top: 60px;
  padding: 0;
  background: transparent;
  border: none;
}


.c-mobile-nav__bottom-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.c-mobile-nav__bottom-links li:last-child {
  margin-top: auto;
  align-self: flex-end;
  width: 100%;
}

.c-mobile-nav__bottom-links li:last-child a {
  width: 100%;
  margin-bottom: 40px;
}

.c-mobile-nav .hs-menu-children-wrapper {
  box-shadow: none;
  display: none;
  padding-top: 0;
}
.c-mobile-nav li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
  background-color: #000000;
}

.c-mobile-nav li.hs-menu-item.hs-menu-depth-1 > ul {
  padding-top: 0;
}
.c-mobile-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a {
  background-color: #EBEBEB;
}
.c-mobile-nav li.hs-menu-item.hs-menu-depth-1 {
  width: 100%;
  min-height: 50px;
}
.c-mobile-nav li.hs-menu-item.hs-menu-depth-1 a {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  padding-left: 0;
  font-size: 16px;
  margin: 0px;
/*   font-family: "Neue Haas Grotesk Display", "Helvetica Neue", Arial, sans-serif; */
  font-weight: 400;
  line-height: 1.4;
}
/* 
font-size: 18px;
    margin: 0px;
    font-family: "Neue Haas Grotesk Display", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.6;
    color: inherit;
    word-break: break-word; 
    */
.c-mobile-nav li.hs-menu-item.hs-menu-depth-1:last-child a {
  border-bottom: medium none;
  }
.c-mobile-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  background-color: transparent;
  /* primary */
  color: #000;
  width: 100%;
  padding-top: 15px;
  padding-left: 40px;
  text-align: left;
  font-size: 16px;
  margin: 0px;
/*   font-family: "Neue Haas Grotesk Display", "Helvetica Neue", Arial, sans-serif; */
  font-weight: 600;
  line-height: 1;
  word-break: break-word;
  height: auto;
    padding: 20px;
}


.c-mobile-nav .child-open svg {
  top: 13px;
}

.c-nav-list__item {
  border-bottom: 1px solid #7070704D;
}
@media (min-width: 1024px) {
  .c-nav-list__item {
    display: inline-block;
    vertical-align: middle;
    border: 0;
  }

}

.c-nav-dropdown {
  display: none;
  padding: 20px;
}
@media (min-width: 1024px) {
  .c-nav-dropdown {
    display: block;
    width: 100%;
    padding: 70px 60px;
    position: absolute;
    top: 140px;
    left: 0;
    background-color: #fff;
    box-shadow: inset 0px 10px 6px #0000000D;
    border: 1px solid #DBDCD580;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .c-nav-dropdown:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-nav-list__item:hover > .c-nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .flexbox .c-nav-dropdown {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .c-nav-dropdown:before {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 10px 10px 6px #0000000D;
  }
}
@media (min-width: 1024px) {
  .c-nav-dropdown__col {
    float: left;
    width: 30%;
    padding-right: 2.5%;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .c-nav-dropdown__col--heading-padded {
    margin-top: 58px;
  }
}
@media (min-width: 1024px) {
  .c-nav-dropdown__col--bordered {
    width: 25%;
    margin-left: 15%;
    padding-right: 0;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .c-nav-dropdown__col--bordered:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30%;
    background-color: #52CDC5;
  }
}
.c-nav-dropdown__item {
  margin-bottom: 30px;
}
.c-nav-dropdown__heading, .c-nav-dropdown__subheader {
  margin: 35px 0 25px;
  font-size: 14px;
  font-weight: 600;
/*   font-family: "Libre Franklin"; */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-nav-dropdown__heading, .c-nav-dropdown__subheader {
    margin: 0 0 25px;
  }
}
@media (max-width: 1024px) {
	.c-header__logo {
    padding-top: 13px;
	}
}

.c-nav-dropdown__heading {
  color: #000000;
  text-decoration: underline;
}
.c-nav-dropdown__subheader {
  color: #E88200;
}

.c-nav-text-link {
  display: block;
  padding: 20px;
  color: #000000;
  font-size: 15px;
/*   font-family: "Libre Franklin"; */
  letter-spacing: 0.75px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  transition: text-shadow 0.3s ease 0s, padding 0.3s ease 0s;
}
@media (min-width: 1024px) {
  .c-nav-text-link {
    max-height: 139px;
    padding: 60px 8px;
  }
  .has-search .c-nav-text-link {
    padding: 60px 15px 20px;
    transition: text-shadow 0.3s ease 0s, padding 0.3s ease 0.3s;
  }
}
@media (min-width: 1216px) {
  .c-nav-text-link {
    padding: 60px 20px;
  }
}
@media (min-width: 1024px) {
  .c-nav-text-link:after {
    content: "";
    width: 100%;
    width: calc(100% - 30px);
    height: 6px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #52CDC5;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .c-nav-text-link:after {
    width: calc(100% - 40px);
  }
}
.c-nav-text-link--search:after {
  display: none !important;
}
@media (min-width: 1024px) {
  .c-nav-list__item:hover > .c-nav-text-link {
    text-shadow: 0px 0px 1px #000000;
  }
}
@media (min-width: 1024px) {
  .c-nav-list__item:hover > .c-nav-text-link:after {
    transform: scaleX(1);
  }
}
.c-nav-text-link__text {
  position: relative;
}
.c-nav-text-link__text:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -16px;
  background-color: #52CDC5;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.is-open > .c-nav-text-link__text:after {
  transform: scaleX(1);
}
.c-nav-text-link__accordion {
  width: 14px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.c-nav-text-link__accordion:before, .c-nav-text-link__accordion:after {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #E88200;
  transition: all 0.3s ease;
}
.is-open > .c-nav-text-link__accordion:before, .is-open > .c-nav-text-link__accordion:after {
  background-color: #52CDC5;
}
.c-nav-text-link__accordion:before {
  width: 2px;
  transform: scaleY(1);
  transform-origin: center;
}
.is-open > .c-nav-text-link__accordion:before {
  transform: scaleY(0);
}
.c-nav-text-link__accordion:after {
  height: 2px;
}
@media (min-width: 1024px) {
  .c-nav-text-link__accordion {
    display: none;
  }
}
.c-nav-text-link__icon {
  display: block;
}
@media (min-width: 1024px) {
  .c-nav-text-link__icon path {
    transition: all 0.3s ease;
  }
  .c-nav-text-link:hover > .c-nav-text-link__icon path {
    fill: #52CDC5;
  }
}

.c-nav-link {
  display: block;
}
.c-nav-link__icon, .c-nav-link__text {
  display: inline-block;
  vertical-align: top;
}
.c-nav-link__icon--middle, .c-nav-link__text--middle {
  vertical-align: middle;
}
.c-nav-link__icon {
  margin-right: 10px;
  position: relative;
  top: -15px !important;
}
.c-nav-link__text {
  max-width: calc(100% - 74px);
  width: 100%;
  position: relative;
  top: -8px;
}
.c-nav-link__heading {
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .c-nav-link:hover .c-nav-link__heading {
    transform: translateX(5px);
  }
}
.c-nav-link__heading {
  display: block;
  margin-bottom: 5px;
  color: #000000;
  font-size: 14px;
/*   font-family: "Libre Franklin"; */
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
.c-nav-link__subheading {
  color: #103462;
  font-size: 13px;
/*   font-family: "Libre Franklin"; */
  font-weight: 400;
  letter-spacing: 0.65px;
}
.c-nav-link__label {
  color: #00915A;
  font-size: 14px;
  font-weight: 600;
/*   font-family: "Libre Franklin"; */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.c-language-modal {
  display: none;
  width: 100%;
  min-width: 280px;
  min-width: 100vw;
  max-height: 50%;
  max-height: calc(100vh - 112px);
  height: auto;
  padding: 20px;
  position: absolute;
  top: 82px;
  right: -17.5px;
  text-align: left;
  box-shadow: inset 0px 10px 6px #0000000D;
  background-color: #F8F8F7;
  overflow-y: scroll;
}
.c-language-modal:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .c-language-modal {
    display: block !important;
    min-width: 440px;
    padding: 60px 40px;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .c-header__language:hover .c-language-modal {
    opacity: 1;
    visibility: visible;
  }
}
.c-language-modal__col {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-language-modal__col {
    width: 50%;
    margin-bottom: 0;
    padding-right: 50px;
  }
}
.c-language-modal__col:first-child:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -22px;
  right: 0;
  background-color: #EAEAE9;
}
@media (min-width: 1024px) {
  .c-language-modal__col:first-child:before {
    width: 2px;
    height: 100%;
    bottom: 0;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .c-language-modal__col:last-child {
    padding-right: 0;
  }
}
.c-language-modal__heading {
  margin-bottom: 20px;
  color: #D65F00;
  font-size: 15px;
  font-weight: 600;
/*   font-family: "Libre Franklin"; */
  letter-spacing: 0.75px;
}

.c-language-modal-list {
  padding: 0;
  list-style: none;
}
.c-language-modal-list__item {
  margin-bottom: 15px;
}
.c-language-modal-list__item:last-child {
  margin-bottom: 0;
}
.c-language-modal-list__link {
  display: block;
  color: #000000;
  font-size: 14px;
/*   font-family: "Libre Franklin"; */
  letter-spacing: 0.7px;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .c-language-modal-list__link:hover {
    padding-left: 5px;
  }
}

/* ::Misc. Styles */
/* ----------------------------------------------------------- */
.c-hamburger__inner {
  display: block;
  width: 27px;
  position: relative;
  overflow: hidden;
}
.c-hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.c-hamburger__line--open {
  transform: translateX(0);
  transition-delay: 0s;
}
.is-open .c-hamburger__line--open {
  transform: translateX(100%);
  transition-delay: 0ms;
}
.c-hamburger__line--open:nth-child(3) {
  margin-bottom: 0;
}
.c-hamburger__line--close {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-delay: 0ms;
}
.c-hamburger__line--close:nth-child(even) {
  transform: rotate(-45deg) translateX(100%);
}
.c-hamburger__line--close:nth-child(odd) {
  transform: rotate(45deg) translateX(-100%);
}
.is-open .c-hamburger__line--close {
  transition-delay: 200ms;
}
.is-open .c-hamburger__line--close:nth-child(even) {
  transform: rotate(-45deg) translateX(0);
}
.is-open .c-hamburger__line--close:nth-child(odd) {
  transform: rotate(45deg) translateX(0);
}

a.c-hamburger.js-mobile-nav-toggle {
  display: block;
  padding: 10px;
/*   border: 2px solid #ffffff; */
  margin-top: 5px;
  border-radius: 6px;
}

.c-header.scrolling .c-hamburger__line,
.c-header.is-light .c-hamburger__line{
  background-color: #3A3C62;
}

.search-wrapper,
.c-header__login {
  display: none;
}

@media (min-width: 1024px) {
  .search-wrapper,
  .c-header__login {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .c-header__login {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .c-header__login a.c-button {
    margin-left: 12px;
    padding: 13px 28px;
  }    
}

@media (min-width: 1280px) {
  .c-header__login a.c-button {
    margin-left: 16px;
  }    
}


/* ::CSS based menu */
/* ----------------------------------------------------------- */
/* Parent List */
.custom-menu-wrapper .hs-menu-wrapper > ul {
  float: right;
}

/* ==========================================================================
   Desktop Menu
   ========================================================================== */
/* Parent List */
.custom-menu-wrapper .hs-menu-wrapper > ul {
  float: right;
}



.custom-menu-wrapper .hs-menu-wrapper > ul > li.active > a,
.scrolling .custom-menu-wrapper .hs-menu-wrapper > ul > li.active > a,
.invert-nav .custom-menu-wrapper .hs-menu-wrapper > ul > li.active > a {
/* primary   */
color: #000000;
  font-weight: 300;
}

.c-header-nav .hs-menu-wrapper > ul > li > ul > li.active a {
  color: #000000;
}

.c-header-nav .hs-menu-wrapper > ul > li > ul > li:first-child > a {
  border-top: 1px solid #c6c6c6;
}

.custom-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
  position: absolute;
  right: 5px;
  top: 28px;
}

.hs-menu-children-wrapper {
  box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, 0.3);
}

/* Hover underline effect */
@media (max-width: 991px) {
  .custom-menu-wrapper ul li .fa-angle-right {
    display: none !important;
	}

}
@media (min-width: 992px) {
  .c-header-nav .hs-menu-wrapper > ul > li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
  }
}
/* Scrolling transition */
.scrolling .c-header__inner {
  opacity: 1;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  /* primary */
  color: #000000;
  
}

.scrolling .custom-menu-wrapper .hs-menu-wrapper > ul > li > a {
/* primary   */
color: ;
  -webkit-font-smoothing: auto;
}

.scrolling input.gsc-input,
.invert-nav input.gsc-input {
  color: #282c36 !important;
}

.scrolling .gsc-input-box,
.invert-nav .gsc-input-box {
  border-bottom: 1px solid #dedede !important;
}

.scrolling .gsc-search-button,
.invert-nav .gsc-search-button {
  height: 35px !important;
  width: 35px !important;
}

.scrolling .gsc-search-button.gsc-search-button-v2,
.invert-nav .gsc-search-button.gsc-search-button-v2 {
  opacity: 0 !important;
}

.scrolling .gsc-search-button,
.invert-nav .gsc-search-button {
  padding-top: 6px !important;
}

.scrolling .gsc-search-button:after,
.invert-nav .gsc-search-button:after {
  font-family: FontAwesome;
  content: "";
  /* primary */
  color: #000000;
}

/* Default Logo Image */
.span1.widget-span.widget-type-logo.logo-default,
.span1.widget-span.widget-type-logo.logo-secondary,
.span2.widget-span.widget-type-logo.logo-static {
  left: 20px;
  margin: 0;
  position: absolute;
  top: 20px;
  width: 200px;
  z-index: 9;
}

.span1.widget-span.widget-type-logo.logo-secondary {
  visibility: hidden;
}

.scrolling .span1.widget-span.widget-type-logo.logo-secondary {
  visibility: visible;
}

.scrolling .span1.widget-span.widget-type-logo.logo-default {
  visibility: hidden;
}

.logo-switch {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  height: 30px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 186px;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

/* Inverse Logo Image */
.scrolling .logo-switch,
.invert-nav .logo-switch {
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

/* Child List */



.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
}

/* Override max width on menu links */
.custom-menu-wrapper .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.custom-menu-wrapper ul li.hs-menu-depth-2.hs-item-has-children .fa {
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .custom-menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    overflow: hidden;
    min-width: 100%;
    flex-wrap: nowrap;
    border-radius: 16px;
  }
  
  

  .custom-menu-wrapper .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper,
  .custom-menu-wrapper .hs-menu-wrapper > ul > li:hover > .c-header-nav__child-menu,
  .c-header-nav li.c-header-nav__parent-link.nav-link:hover > .c-header-nav__megamenu {
    opacity: 1;
    visibility: visible;
  }

  .c-header-nav .hs-menu-depth-1.hs-item-has-children {
   

  }

  @media (min-width: 1024px) {
    .c-header-nav .hs-menu-depth-1.hs-item-has-children {
      display: inline-flex;
      align-items: center;
      height: 50px;
    }
  }

  .c-header-nav .hs-menu-depth-1.hs-item-has-children > a {
    margin-right: 0;
  }


  .c-header-nav .hs-menu-wrapper > ul > li > ul > li > a {
    border-bottom: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
  }
}

.c-header-nav .hs-menu-depth-1.hs-item-has-children {
  position: relative;
}


.c-header-nav .hs-menu-depth-1 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 992px) {
  .custom-menu-wrapper .hs-menu-wrapper {
    display: block !important;
  }
}
/* ==========================================================================
   Mobile Menu
   ========================================================================== */
/* Hide button on Desktop */
.mobile-trigger,
.child-trigger {
  display: none;
}

@media (max-width: 991px) {
  .custom-menu-wrapper .hs-menu-wrapper {
    display: none;
  }

  .custom-menu-wrapper.js-enabled .hs-menu-wrapper {
    display: block;
  }

  .scrolling .custom-menu-wrapper .hs-menu-wrapper > ul > li > a,
.invert-nav .custom-menu-wrapper .hs-menu-wrapper > ul > li > a {
    color: #ffffff;
  }

  #mainMenu {
    transition: background-color 350ms ease 0s, color 350ms ease 0s;
    width: 100%;
  }

  ul.active-branch {
    overflow-y: auto;
  }

  .span9.widget-span.widget-type-menu.custom-menu-wrapper.js-enabled {
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-top: 63px;
    /*overflow-y: scroll;*/
  }

  .mobile-open .custom-menu-wrapper {
    min-height: 1000px;
  }

  /**** Search on mobile *****/
  .span1.search-section {
    display: block;
    position: absolute;
    right: 22px;
    transition: all 350ms ease-in 0s;
    width: 8%;
  }

  .search-wrap {
    padding: 21px 0 5px;
    position: fixed;
    width: 100px;
    height: 50px;
    left: inherit;
    top: 0;
    z-index: 9999999;
    right: 60px;
  }

  .search-wrap.search-open {
    left: 0;
    padding: 20px 20px 5px;
    position: fixed;
    width: 100%;
    right: 0;
    top: 69px;
    height: 100%;
    background: #000000cf;
    cursor: inherit;
  }

  .search-close.search-open {
    position: fixed;
  }

  .search-wrap.search-open:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(100px);
  }

  body .search-wrap input[type=search] {
    background-color: #ffffffff;
  }

  .google-search-wrapper {
    left: 0;
    position: relative;
    width: 100%;
  }

  .custom-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa-angle-down {
    display: none;
  }

  .custom-menu-wrapper,
.custom-menu-wrapper .hs-menu-wrapper > ul,
.custom-menu-wrapper .hs-menu-wrapper > ul li,
.custom-menu-wrapper .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul li a {
  /* primary   */
  background-color: #000000;
    color: #ffffff;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 0 10px;
    background-color: #ffffff;
    max-width: none;
    overflow: visible;
    text-align: center;
    width: auto;
    text-indent: 0;

    font-size: 18px;
    margin: 0px;
/*     font-family: "Neue Haas Grotesk Display", "Helvetica Neue", Arial, sans-serif; */
    font-weight: 500;
    line-height: 1.6;
    color: inherit;
    word-break: break-word;

  }

  .custom-menu-wrapper .hs-menu-wrapper > ul li.hs-menu-depth-2 {
    border-top: 1px solid #e9e9e9;
  }

  .custom-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    min-height: 300px;
  }

  /* Toggle Button
   ========================================================================== */
  .mobile-trigger {
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 73px;
    line-height: normal !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    transition: visibility 0s linear 0s, opacity 400ms ease, transform 400ms ease;
    width: 54px;
    top: 0;
    z-index: 0;
  }

  .mobile-trigger:hover {
    cursor: pointer;
  }

  .mobile-trigger i {
    background-color: #fff;
    border-radius: 0;
    display: block;
    height: 3px;
    left: 11px;
    position: absolute;
    right: 11px;
    top: 30px;
    -ms-transform-origin: center center 0;
    -webkit-transform-origin: center center 0;
    transform-origin: center center 0;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .mobile-trigger i:after,
.mobile-trigger i:before {
    background-color: #fff;
    border-radius: 6px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%;
  }

  .scrolling .mobile-trigger i,
.scrolling .mobile-trigger i:after,
.scrolling .mobile-trigger i:before,
.invert-nav .mobile-trigger i,
.invert-nav .mobile-trigger i:after,
.invert-nav .mobile-trigger i:before {
    background-color: #777;
  }

  .mobile-trigger i:before {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .mobile-trigger i:after {
    bottom: 0;
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  /* Change button when menu is open */
  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .mobile-trigger {
    background-color: #000000;
    transition: all 0.2s ease;
  }

  .mobile-open .scrolling .mobile-trigger i,
.mobile-open .scrolling .mobile-trigger i:before,
.mobile-open .scrolling .mobile-trigger i:after,
.mobile-open .mobile-trigger i,
.mobile-open .mobile-trigger i:before,
.mobile-open .mobile-trigger i:after,
.mobile-open .invert-nav .mobile-trigger i,
.mobile-open .invert-nav .mobile-trigger i:before,
.mobile-open .invert-nav .mobile-trigger i:after {
    background-color: #fff;
  }

  .scrolling .mobile-trigger i,
.scrolling .mobile-trigger i:before,
.scrolling .mobile-trigger i:after,
.invert-nav .mobile-trigger i,
.invert-nav .mobile-trigger i:before,
.invert-nav .mobile-trigger i:after {
/* primary     */
background-color: #000000;
  }

  .mobile-open .mobile-trigger i:before {
    transform: translate(-500%) rotate(-135deg);
  }

  .mobile-open .mobile-trigger i {
    transform: translateX(500%);
  }

  .mobile-open .mobile-trigger i:after {
    transform: translate(-500%) rotate(135deg);
  }

  /* Child Toggle Button
     ========================================================================== */
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px solid #98989852;
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: "";
  }

  .child-trigger i,
.child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .hs-menu-depth-2 .child-trigger i:after,
.hs-menu-depth-2 .child-trigger i {
/* primary     */
background-color: #000000;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul li.hs-menu-depth-3 {
    border-top: 1px solid #e9e9e9;
  }

  /* Menu Styles on Mobile Devices
     ========================================================================== */
  .custom-menu-wrapper.js-enabled {
    position: relative;
    padding-top: 44px;
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-wrapper.js-enabled .hs-menu-wrapper,
.custom-menu-wrapper.js-enabled .hs-menu-children-wrapper {
    display: none;
  }

  /* Make child lists appear below parent items */
  .custom-menu-wrapper ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-wrapper.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .custom-menu-wrapper .hs-menu-wrapper {
    width: 100%;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-wrapper .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li a {
    font-size: 13px;
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-wrapper .hs-menu-wrapper > ul li {
    border-top: 1px solid #313643;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul li a {
    padding: 0 10px;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-wrapper .hs-menu-wrapper > ul ul li {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    /* Indent Child lists */
    font-size: 16px;
    /* Font size of child lists */
    /* primary */
    color: #000000;
  }


  /* Level 3 and Higher Menu List Styles */
  .custom-menu-wrapper .hs-menu-wrapper > ul ul ul li a {
    text-indent: 30px;
    /* Indent Child lists */
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 50px;
    /* Indent Child lists */
  }
}
@media (max-width: 991px) {
  ul.hs-menu-children-wrapper.open-menu-list {
    display: block;
  }
}
@media (max-width: 479px) {
  .mobile-open .span9.widget-span.widget-type-menu.custom-menu-wrapper.js-enabled {
    height: 450px;
    overflow: scroll;
  }
}
.c-header-nav .hs-menu-wrapper > ul > li > ul > li {
/* primary   */
background-color: #000000;
}

.c-header-nav .hs-menu-wrapper > ul > li > ul > li a {
}



.custom-menu-wrapper .hs-menu-wrapper > ul ul li a {
  transition: all 0.3s ease;
}

.c-header__searcher:hover .svg-search-icon {
  stroke: #000000;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  #siteHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease;
  }

  #siteHeader.hide-header {
    top: -113px;
    transition: all 0.3s ease;
  }

  .nav-is-open #siteHeader.hide-header {
    top: -8px;
    transition: all 0.3s ease;
  }

  .nav-is-open {
    overflow: hidden;
  }
}
/* ::Mega Menu  */
/* ------------------------------------------------------------ */
.custom-menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.mega-link-wrapper {
  position: fixed;
  height: auto;
  top: 75px;
  min-width: 0;
  width: 80%;
  margin: 0 auto;
  z-index: 1;
  transition: all 0ms ease;
  max-width: 760px;
}

.custom-menu-wrapper .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper.mega-link-wrapper {
  transition: all 500ms ease;
}

.c-header-nav .hs-menu-wrapper > ul > li > ul.mega-link-wrapper > li {
  background: #23223B;
    background-image: url(https://25524212.fs1.hubspotusercontent-eu1.net/hubfs/25524212/Placeholder%20Images/thin-circles-overlay.png), linear-gradient(to right, rgba(46, 182, 185, calc(40/100)), rgba(35, 34, 59, calc(100/100)));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    margin: 0;
}

.custom-menu-wrapper .hs-menu-wrapper > ul li a.c-header-mega__cta__link:hover {
    color: #fff;
    transition: all 0.3s ease;
    background-color: #259294;
}



.c-mega-nav {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px;
}



.c-mega-nav__inner h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  word-break: break-word;
  color: #fff;
}
span.c-header-mega__icon-wrapper {
/*   flex: 1 0 auto; */
  min-width: 32px;
  margin-right: 15px;
}

.c-header-mega__text-wrapper {
  flex: 1 1 auto;
}

.c-mega-nav__inner p {
  font-size: 14px;
  color: #fff;
  word-break: break-word;
  margin: 0;
  font-weight: normal;
}



.c-header-mega__cta {
  width: 100%;
}


.c-header-mega__cta__title {
  display: none;
  font-size: 37px;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .c-header-mega__cta__title {
    display: block;
    font-size: calc(37px + 8 * ((100vw - 768px) / 432));
  }
}

@media (min-width:1280px) {
  .c-header-mega__cta__title {
    font-size: 45px;
  }
}

.c-header-mega__cta__description {
  font-size: 13px;
  line-height: 1.5;
  margin:0;
  color: #fff;
}

@media (min-width:768px) {
  .c-header-mega__cta__description {
    font-size: calc(13px + 3 * ((100vw - 768px) / 432));
  }
}

@media (min-width:1280px) {
  .c-header-mega__cta__description {
    font-size: 16px;
  }
}

.c-header-mega__cta-inner a {
    color: #fff;
    display: block;
    padding: 20px;
    border: 2px solid #2EB6B9;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 0.01em;
}

.c-header-mega__link {
    align-items: center;
    border-radius: 8px;
    transition: background-color 130ms ease-in 0s !important;
    /* primary */
    color: #fff !important;
    margin-bottom: 20px;
}

.c-header-mega__link:last-child {
    margin-bottom: 0;
}

.c-header-mega__icon {
    width: 32px;
    height: auto;
    display: block;
    max-width: 100%;
}

.c-header-mega__icon-wrapper--rounded {
    width: 80px;
    height: 80px;
    padding: 14px;
    border-radius: 50%;
}

.c-header-mega__icon-wrapper--rounded .c-header-mega__icon {
  width: 100%;
  height: auto;
}

.c-header-mega__link-group {
  display: grid;
  grid-template-rows: auto 1fr;
  padding-top: 10px;
  gap: 6px;
}

.c-header-mega__link-group__title {
  font-size: 18px !important;
}

@media (min-width: 768px) {
  .c-header-mega__link-group__title {
    font-size: calc(13px + 3 * ((100vw - 768px) / 432)) !important;
  }
}

@media (min-width: 1024px) {
  .c-header-mega__link-group__title {
    padding-left: 12px;
    font-size: 16px !important;
  }
}


@media (min-width: 1280px) {
  .c-header-mega__link-group__title {
    padding-left: 20px;
  }
}

.c-header-mega__link-group__description {
  
  font-size: 13px !important;
}

@media (min-width: 768px) {
  .c-header-mega__link-group__description {
    font-size: calc(13px + 0 * ((100vw - 768px) / 432)) !important;
  }
}

@media (min-width: 1024px) {
  .c-header-mega__link-group__description {
    padding-left: 12px;
  }
}


@media (min-width: 1280px) {
  .c-header-mega__link-group__description {
    font-size: 13px !important;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .c-header-mega__link-group__link-wrap {
    display: grid;
    transition: opacity 130ms ease-in-out 0s;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
    opacity: 1;
  }
}

.c-header-nav .hs-menu-wrapper > ul > li > ul.mega-link-wrapper > li a.c-button--nav-cta {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 0px;
}

.c-header-nav .hs-menu-wrapper > ul > li > ul.mega-link-wrapper > li a.c-button {
  display: inline-block;
  padding: 10px 20px;
}

.c-header-mega__cta-inner {
  background-image: url(hubl%28"get_asset_url%28%27/9ine/assets/img/background-box.jpg%27%29"%29);
  background-size: cover;
  background-position: center center;
}

.c-header-mega__cta img {
  max-width: 100%;
  max-height: 260px;
}

.c-header-mega__img-wrap {
    border-radius: 20px;
    padding: 20px;
    background-color: #1446A00D;
    width: 100%;
    text-align: center;
    height: 100%;
    min-height: 250px;
    background-size: cover;
}

.c-header-mega__cta-inner p {
  font-size: 0.95rem;
}

.c-header-mega__cta-inner h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media (min-width: 1216px) {
  .c-header__right {
    top: 0;
  }
}


a.c-header-mega__link {
  display: flex;
  align-items: normal;
}

.c-header-mega__icon {
  margin-top: 11px;
}

.c-header-mega__cta__title {
  color: #fff;
}





/* .c-mobile-nav li.hs-menu-item.hs-menu-depth-1 > a:after {
  content: "\f0d7";
  color: #fff;
  position: absolute;
  right: 0;
  font-family: "FontAwesome";
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
} */

.c-mobile-nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
  content: "\f0d7";
  color: #fff;
  position: absolute;
  right: 42px;
  top: 16px;
  font-family: "FontAwesome";
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.c-mobile-nav li.hs-menu-item.hs-menu-depth-1.child-open > a:after {
  transform: rotate(180deg);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}


.nav-is-open .c-header__bg {
  background-color: #fff;
}

.nav-is-open .c-hamburger__line {
  background-color: #000;
}






/* ------------
 * Apex Styling
 * ------------ */


/* --- Light Header --- */

/* Colors */

.c-header__default .c-header-nav .hs-menu-depth-1 > a {
  color: #555;
}

.c-header__default .c-header-nav .hs-menu-depth-1 > a:hover {
  color: #FFBA6A
}

.c-header__default .c-header__bg {
  background-color: rgba(#null, 0.0 );;
}

/* Default State */

.c-header__default .c-header__bg {
  position: relative;
  transition: all 0.3s ease;
  padding: 16px 24px;
  z-index: 0;
}

.c-header__default .c-header-nav .hs-menu-depth-1 > a {
  font-weight: 400;
}

.c-header__default .c-header-nav li.hs-menu-depth-1 {
  margin-right: 32px;
}

.c-header__default .c-header-nav .hs-menu-children-wrapper li.hs-menu-depth-2 {
  display: flex;
}

.c-header__default .c-header-nav .hs-menu-children-wrapper li.hs-menu-depth-2 > a {
  color: ;
  padding: 10px 20px;
}

.c-header__default .c-header-nav .hs-menu-children-wrapper li.hs-menu-depth-2:hover > a {
  color: ;
}

.c-header__default .c-header-nav .hs-menu-children-wrapper,
.custom-menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
  background-color: ;
  border-radius: 0px;
}

.c-header__default .c-header-nav .hs-menu-wrapper > ul > li > ul > li {
  background: none;
}

.c-header__default .c-header-nav .hs-menu-wrapper > ul > li > ul > li > a {
  border: none;
}

.custom-menu-wrapper .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: nowrap;
}

/* Mobile Menu */

@media (max-width: 1024px) {
  .c-mobile-nav .c-header__login {
    display: inline-block;
  }
  .c-mobile-nav .c-header__login .button {
    margin-bottom: 16px;
  }
  .c-header__login.test {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .c-mobile-nav .c-header__login {
    display: flex;
    flex-direction: column;
  }
}

.c-header .c-hamburger__line {
  background-color: ;
}

.header .c-mobile-nav li.hs-menu-item.hs-menu-depth-1 {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(9, 2, 39, 0.02) 0%, #FFF 50%, #FFF 100%);
  margin-bottom: 0px;
  padding: 8px 30px;
  border-top: 1px solid #ddd;
}

.header .c-mobile-nav li.hs-menu-item.hs-menu-depth-1 a,
.c-mobile-nav .c-header-nav__parent-link-link {
  color: #000;
	font-weight: 600;
}

.header .c-mobile-nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
  width: 90%;
}

.header .c-mobile-nav li.hs-menu-item.hs-menu-depth-1 > a:after,
.header .c-mobile-nav li.hs-menu-item.hs-menu-depth-1:after {
  color: #000;
}

.header .c-mobile-nav .c-header__buttons-container {
  background: none;
  padding: 32px 30px;
}









.c-header__megamenu .c-header__left {
  padding-top: 60px;
}
.light-header.c-header__megamenu .c-header__bg {
  padding: 25px 20px 0 20px;
  height: 145px;
  transition: all .5s ease;
}



.light-header.c-header__megamenu .c-header-nav__parent-link > a {
  color: #333333;
}

.light-header.c-header__megamenu .c-header-nav__parent-link > a:hover {
  color: #000000;
}

.light-header.c-header__megamenu.scrolling .c-header-nav__parent-link > a {
  color: #333333;
}

.light-header.c-header__megamenu.scrolling .c-header-nav__parent-link > a:hover {
  color: #000000;
}

.light-header.c-header__megamenu .c-header-nav__megamenu {
  background-color: #ECECEC;
}

.light-header.c-header__megamenu.scrolling .c-header-nav__megamenu {
  background-color: #ECECEC;
}

.light-header.c-header__megamenu .c-header-nav__parent-link > a {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0px;
  display: block;
}







.light-header.c-header__megamenu  .c-header__bg {
  background-color: rgba(255, 255, 255, 1.0 );;
}

.light-header .c-header-nav__megamenu {
  background-color: rgba(52, 52, 52, 1.0 );;
  border-radius: 0px 0px 50px 50px;
  display: flex;
  flex-direction: row;
  padding: 0px 26px;
}

.light-header.c-header__megamenu .c-desktop-nav .c-header-nav__parent-link.item-has-children:before {
  content: '';
  position: absolute;
  height: 0.9rem;
  width: 2.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 321 121.5'%3E%3Cpath fill='%23ECECEC' d='M161 0l160 121.5H0z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: 6px;
  left: 27%;
  visibility: hidden;
  opacity: 0;
  transition: all 0s ease;
  z-index: 1;
}

.light-header.c-header__megamenu .c-desktop-nav .c-header-nav__parent-link.item-has-children.nav-link:hover:before {
  visibility: visible;
  opacity: 1;
  transition: all 0s ease;
}

.light-header .c-header-nav__megamenu .c-header-nav__megamenu-link-group li {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 10px 0px;
  text-align: left;
  align-items: flex-start;
}

.light-header .c-header-nav__megamenu .c-header-nav__megamenu-link-group li a {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.light-header .c-header-nav__megamenu .c-header-nav__megamenu-link-group li a span {
  font-weight: 400;
}

.light-header .c-header-nav__megamenu .c-header-nav__megamenu-description {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
  margin-top: 4px;
}

/* Customize the label (the container) */
.light-header .c-header-nav__megamenu-checkbox {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  display: block;
  height: 20px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Create a custom checkbox */
.light-header .c-header-nav__megamenu-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #555;
  border-radius: 6px;
}

/* Style the checkmark/indicator */
.light-header .c-header-nav__megamenu-checkbox .c-header-nav__megamenu-checkmark:after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid #555;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.light-header .c-header-nav__megamenu .c-header-nav__megamenu-heading {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0px;
}

.light-header .c-header-nav__megamenu .c-header-nav__megamenu-heading.c-header-nav__megamenu-heading--no-heading {
  margin-top: 20px;
}




.light-header.c-header__megamenu .c-hamburger__line {
  background-color: #000;
}

.nav-is-open .light-header.c-header__megamenu .c-hamburger__line {
  background-color:  #000;
}

.light-header.c-header__megamenu.scrolling .c-hamburger__line {
  background-color: #000;
}

.light-header.c-mobile-nav {
  background-color:  #000;
}

.light-header.c-mobile-nav .c-header-nav__parent-link-link {
  color: #FFFFFF;
}


.light-header.c-mobile-nav .c-header-nav__parent-link .c-header-nav__parent-link-arrow > path {
  fill: #FFFFFF;
}

.light-header.c-mobile-nav .c-header-nav__parent-link .c-header-nav__parent-link-link {
  font-size: 16px;
  line-height: 24px;
}






.dark-header.c-header__megamenu .c-header__bg {
  padding: 25px 30px 25px 30px;
  height: calc(48px + 24px + 28px);
  transition: all .5s ease;
}

@media (max-width: 1024px) {
    .dark-header.c-header__megamenu .c-header__bg {
    height: calc(26px + 24px + 28px);
  }
}

.dark-header.c-header__megamenu .c-header-nav__parent-link > a {
  color: #343434;
}

.dark-header.c-header__megamenu .c-header-nav__parent-link > a:hover {
  color: #555;
}

.dark-header.c-header__megamenu.scrolling .c-header-nav__parent-link > a {
  color: #343434;
}

.dark-header.c-header__megamenu.scrolling .c-header-nav__parent-link > a:hover {
  color: #555;
}

.dark-header.c-header__megamenu .c-header-nav__megamenu {
  background-color: rgba(52, 52, 52, 1.0 );;
}

.dark-header.c-header__megamenu.scrolling .c-header-nav__megamenu {
  background-color: rgba(52, 52, 52, 1.0 );;
}

.dark-header.c-header__megamenu .c-header-nav__parent-link > a {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0px;
  display: flex;
}







.dark-header.c-header__megamenu  .c-header__bg {
  background-color: rgba(52, 52, 52, 1.0 );;
}

.dark-header .c-header-nav__megamenu {
  background-color: rgba(52, 52, 52, 1.0 );;
  border-radius: 0px 0px 50px 50px;
  display: flex;
  flex-direction: row;
  padding: 0px 26px;
}

.dark-header.c-header__megamenu .c-desktop-nav .c-header-nav__parent-link.item-has-children:before {
  content: '';
  position: absolute;
  height: 0.9rem;
  width: 2.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 321 121.5'%3E%3Cpath fill='%23343434' d='M161 0l160 121.5H0z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: 0;
  left: 10%;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
  z-index: 1;
}

.dark-header.c-header__megamenu .c-desktop-nav .c-header-nav__parent-link.item-has-children:hover:before {
  visibility: visible;
  opacity: 1;
  transition: all .5s ease;
}

.dark-header .c-header-nav__megamenu .c-header-nav__megamenu-link-group li {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 10px 0px;
}

.dark-header .c-header-nav__megamenu .c-header-nav__megamenu-link-group li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.dark-header .c-header-nav__megamenu .c-header-nav__megamenu-description {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
  margin-top: 4px;
}

/* Customize the label (the container) */
.dark-header .c-header-nav__megamenu-checkbox {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  display: block;
  height: 20px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Create a custom checkbox */
.dark-header .c-header-nav__megamenu-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #555;
  border-radius: 6px;
}

/* Style the checkmark/indicator */
.dark-header .c-header-nav__megamenu-checkbox .c-header-nav__megamenu-checkmark:after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid #555;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dark-header .c-header-nav__megamenu .c-header-nav__megamenu-heading {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0px;
}

.dark-header .c-header-nav__megamenu .c-header-nav__megamenu-heading.c-header-nav__megamenu-heading--no-heading {
  margin-top: 20px;
}




.dark-header.c-header__megamenu .c-hamburger__line {
  background-color: #FFFFFF;
}

.nav-is-open .dark-header.c-header__megamenu .c-hamburger__line {
  background-color: #343434;
}

.dark-header.c-header__megamenu.scrolling .c-hamburger__line {
  background-color: #343434;
}

.dark-header.c-mobile-nav {
  background-color: #343434;
}

.dark-header.c-mobile-nav .c-header-nav__parent-link-link {
  color: #FFFFFF;
}


.dark-header.c-mobile-nav .c-header-nav__parent-link .c-header-nav__parent-link-arrow > path {
  fill: #FFFFFF;
}

.dark-header.c-mobile-nav .c-header-nav__parent-link .c-header-nav__parent-link-link {
  font-size: 16px;
  line-height: 24px;
}








.c-header__megamenu .c-header__center {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .c-header-nav li.c-header-nav__parent-link > .c-header-nav__megamenu {
    position: fixed;
    top: 145px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0s ease;
    overflow: hidden;
    flex-wrap: nowrap;
    max-width: 1300px;
    margin: 0 auto;
		width: 900px;
		left: 50%;
		transform: translateX(-50%);
  }
	.c-header__megamenu .c-header-nav__menu {
		font-size: 0;
	}
  .c-header-nav li.c-header-nav__parent-link > .c-header-nav__megamenu.no-child {
    width: 400px;
    left: 39%;
    position: absolute;
    top: 70px;
	}
	.no-child li.tab-nav.active:before {
    right: -50px;
	}

	.c-header-nav__megamenu.no-child .c-header-nav__megamenu-child-group {
		width: 100%;
	}
	.c-main-nav.c-header.c-header__megamenu.scrolling {
		transform: translateY(-51px);
	}
	.c-main-nav.c-header.c-header__megamenu.scrolling.scroll-up {
		transform: translateY(0);
	}
}

.c-header-nav__megamenu .c-header-nav__megamenu-child-group {
  display: flex;
  flex-direction: column;
  padding: 34px 24px 34px 14px;
  width: 50%; 
}

.c-header-nav__megamenu .c-header-nav__megamenu-link-group li:first-child {
  margin-top: 0px;
}

.c-header__megamenu .c-header-nav__parent-link {
  padding-bottom: 28px;
  margin-bottom: 0px;
  padding-left: 18px;
  position: relative;
}

.c-header__megamenu .c-header__inner {
  display: flex;
  align-items: flex-start;
}

.c-header__megamenu .c-header-nav__menu {
    /* display: flex;
    flex-direction: row; */
}



.c-header-nav__megamenu .c-header-nav__megamenu-icon.c-header-nav--icon-present {
  max-width: 25px;
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-left: 7px;
  display: block;
}

.c-header-nav__megamenu .c-header-nav__megamenu-video {
  display: flex;
  width: 100%;
  height: auto;
  max-height: 188px;
  border-radius: 18px;
}

.c-header-nav__megamenu .c-header-nav__megamenu-image-group,
.c-header-nav__megamenu .c-header-nav__megamenu-video-group {
  margin-top: 14px;
}

.c-header-nav__megamenu .c-header-nav__megamenu-image-group img {
  border-radius: 18px;
  width: 100%;
  object-fit: cover;
}

.c-header-nav__megamenu .c-header-nav__megamenu-checkboxes {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.c-header-nav__megamenu .c-header-nav__megamenu-checkboxes-group {
  margin-top: 12px;
}

.c-header-nav__megamenu .c-header-nav__megamenu-checkboxes-group .buttons {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .c-header__megamenu .c-header__bg {
    height: calc(28px + 20px + 24px + 28px);
  }
  
  .c-header__megamenu .c-header-nav__parent-link {
    padding-bottom: 32px;
    margin-bottom: 0px;
    padding-right: 32px;
    position: relative;
    display: inline-block;
  }
}

/* Hide the browser's default checkbox */
.c-header-nav__megamenu-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.c-header-nav__megamenu-checkbox:hover input ~ .c-header-nav__megamenu-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.c-header-nav__megamenu-checkbox input:checked ~ .c-header-nav__megamenu-checkmark {
  
}

/* Create the checkmark/indicator (hidden when not checked) */
.c-header-nav__megamenu-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.c-header-nav__megamenu-checkbox input:checked ~ .c-header-nav__megamenu-checkmark:after {
  display: block;
}

.c-header-nav__megamenu .c-header-nav__megamenu-video-group {
  width: 100%;
  height: 180px;
}

.c-header-nav__megamenu .c-header-nav__megamenu-video-placeholder-image a {
  margin: auto;
}

.c-header-nav__megamenu .c-header-nav__megamenu-video-placeholder-image .fa-play {
  font-family: 'FONTAWESOME';
  padding: 20px;
  font-size: 15px;
  border-radius: 50px;
  width: 54px;
  height: 54px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
}

.c-header-nav__megamenu .c-header-nav__megamenu-video-placeholder-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 18px;
}

.c-header-nav__megamenu .c-header-nav__megamenu-video-placeholder-image a {
  width: 100%;
  height: 100%;
  display: flex;
}

.c-mobile-nav .c-header-nav__megamenu {
  background-color: transparent;
  background: none;
  padding: 0px;
}

.c-mobile-nav .c-header-nav__menu {
  padding-left: 32px;
  padding-right: 32px;
}

.c-mobile-nav .c-header-nav__megamenu {
  display: flex;
  flex-direction: column;
}

.c-mobile-nav .c-header-nav__megamenu .c-header-nav__megamenu-child-group {
  width: 100%;
  max-width: 287px;
  padding: 32px 0px 0px 0px;
}

.c-mobile-nav .c-header-nav__megamenu .c-header-nav__megamenu-child-group:first-child {
  padding-top: 20px;
}

.c-mobile-nav .c-header-nav__megamenu .c-header-nav__megamenu-child-group.c-header-nav__megamenu-child-group--no-heading {
  padding-top: 0px;
}

.c-mobile-nav .c-header-nav__parent-link.closed .c-header-nav__megamenu {
  display: none;
}

.c-mobile-nav .c-header-nav__parent-link.opened .c-header-nav__megamenu {
  display: flex;
}

.c-mobile-nav .c-header-nav__parent-link .c-header-nav__parent-link-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.c-mobile-nav .c-header-nav__parent-link .c-header-nav__parent-link-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c-mobile-nav .c-header-nav__parent-link .c-header-nav__parent-link-back-arrow {
  padding-right: 10px;
}

.c-mobile-nav .c-header-nav__parent-link.closed .c-header-nav__parent-link-back-arrow,
.c-mobile-nav .c-header-nav__parent-link.opened .c-header-nav__parent-link-dropdown-arrow,
.c-mobile-nav .c-header-nav__parent-link.opened .c-header-nav__parent-link-dropdown-arrow-inner {
  display: none;
}

.c-mobile-nav .c-header-nav__parent-link.opened .c-header-nav__parent-link-back-arrow,
.c-mobile-nav .c-header-nav__parent-link.closed .c-header-nav__parent-link-dropdown-arrow {
  display: flex;
}

.c-mobile-nav .c-header-nav__parent-link.opened .c-header-nav__parent-link-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.c-mobile-nav .c-header-nav__parent-link .c-header-nav__parent-link-dropdown-arrow-inner,
.c-mobile-nav .c-header-nav__parent-link.closed .c-header-nav__parent-link-dropdown-arrow-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.c-mobile-nav .c-header-nav__megamenu .c-header-nav__megamenu-heading {
  margin-bottom: 20px;
}

.c-mobile-nav .c-header-nav__megamenu .c-header-nav__megamenu-link-group {
  padding-top: 10px;
}




.tab-pane {
  display: none;
}
.tab-pane.show-tab {
    max-height: 410px;
    overflow-y: auto;
}
.tab-pane.show-tab {
    display: block;
} 
.c-header-nav__megamenu-child-group.c-header-nav__megamenu-child-group-b.tabs-content {
  position: relative;
  padding-left: 40px;
}
.c-header-nav__megamenu-child-group.c-header-nav__megamenu-child-group-b.tabs-content:after {
  content: "";
  position: absolute;
  height: calc(100% - 60px);
  background-color: #333;
  width: 1px;
  left: 0;
}
.light-header .c-header-nav__megamenu li:hover a {
  color: #555;
}
.light-header .c-header-nav__megamenu li:hover a span{
  color: #333;
}
li.tab-nav {
  position: relative;
}
li.tab-nav.active:before {
  content: "";
  position: absolute;
  height: 25px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="27" viewBox="0 0 16 27" fill="none"%3E%3Cpath d="M15.1982 13.1729L0.0497272 26.3131L0.0497283 0.0327866L15.1982 13.1729Z" fill="%23333333"/%3E%3C/svg%3E');
  width: 30px;
  right: -25px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.c-header-nav__megamenu .c-header-nav__megamenu-icon.c-header-nav--icon-present img {
  display: block;
}


.c-header-nav__megamenu-child-group.c-header-nav__megamenu-child-group-b.tabs-content.no-child {
  display: none;
}

.c-header-nav__megamenu-text,
.light-header .c-header-nav__megamenu .c-header-nav__megamenu-child-group-b li img {
  margin-top: 2px;
}

.light-header .c-header-nav__megamenu .c-header-nav__megamenu-child-group-b li a {
  padding-left: 10px;
}
.c-header-nav__megamenu-text {
    padding-left: 10px;
}
.c-header-nav__megamenu .tabs-content .c-header-nav__megamenu-link-group li {
  background-position: left;
  background-repeat: no-repeat;
}
.light-header.c-header__megamenu .c-header-nav__parent-link > a {

  font-weight: 400;
}
.nav-stack {
  width: 100%;
}
.nav-stack__top {
  text-align: right;
  padding-right: 32px;
  padding-bottom: 15px;
}

.nav-stack__top-inner a,
.nav-stack__top-inner .split-line {
  margin-left: 20px;
  display: inline-block;
}

.nav-stack__top-inner .split-line {
  color: #000;
}

.nav-stack__top-inner a div {
  display: inline-block;
  font-weight: 400;
  margin-left: 10px;
  top: -2px;
  position: relative;
}

.nav-stack__top-inner a div.nav-num {
  color: #333333;
}

@media (max-width: 1024px) {
  .light-header.c-header__megamenu .c-header__bg {
    height: auto;
    padding: 20px;
  }
  .c-header__megamenu .c-header__left {
    padding-top: 0;
  }
  .nav-stack__top {
    text-align: right;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    top: 12px;
  }
  .nav-stack__top-inner a div.nav-num {
      display: none;
    }
}



.c-footer {
  background-color: #000;
  background-size: cover;
  background-position: left top;
  padding: 75px 30px 65px 30px;
}

@media screen and (min-width: 1200px) {
  .c-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-footer__logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.c-copyright {
  display: flex;
  flex-direction: column;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid #FFF;
  text-align: center;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .c-copyright {
    text-align: left;
    align-items: center;
  }
}


@media screen and (min-width: 1200px) {
  .c-copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-copyright a,
.c-copyright p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.c-copyright a:hover {
  color: #FFF;
}


.c-copyright a {
  display: inline-block;
  margin-right: 20px; 
}

.c-copyright a:last-child {
  margin-right: 0; 
}

.c-footer__heading {
  color: #FFF;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .c-footer__heading {
    margin-bottom: 40px;
  }
}

.c-footer__social-wrap {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .c-footer__social-wrap {
    margin-bottom: 0;
  }
}


.c-footer__social {
  color: #FFF;
  font-size: 24px;
}

.c-footer__social:hover {
  color: #FFF;
}

.c-footer__nav a {
  color: #FFF !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: left !important;
  text-indent: 0 !important;
  margin: 0px !important;
  word-break: break-word !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.c-footer__nav a:hover {
  color: #FFF !important;
}

.c-footer__nav ul {
  list-style: none;
}


.c-footer__nav ul[role=menu]:not(.hs-menu-children-wrapper) {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .c-footer__nav ul[role=menu]:not(.hs-menu-children-wrapper) {
    flex-direction: row;
  }
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  flex: 1 1 auto;
}

.c-footer__nav .hs-menu-children-wrapper {
  box-shadow: none;
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  font-weight: 700 !important;
  margin-bottom: 30px  !important;
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a[href="javascript:void(0);"]{
  pointer-events: none;
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-2 {
  margin-bottom: 20px;
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-2 a {
  font-weight: 400;
}

/* .c-footer .dnd-section > .row-fluid {
  max-width: 1090px;
} */

.c-footer__nav .c-footer__menu-link {
  display: flex;
  flex-direction: row;
  margin-top: 7px;
  margin-bottom: 7px;
}

.c-footer__nav .c-footer__menu-link-text,
.c-footer .c-footer__menu-link .c-footer__menu-link-icon {
  padding: 10px 0px;
}

.c-footer__nav .c-footer__menu-link p {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.c-footer .c-footer__menu-heading p {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.c-footer .c-footer__menu-link .c-footer__menu-link-icon.c-footer-menu--icon-present {
  max-width: 25px;
  width: 100%;
  height: auto;
  margin-right: 12px;
  display: block;
}





.c-blog {
  margin-top: 0.75rem;
}
.c-blog__block article.tile {
  height: 100%;
}

.c-blog-listings {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 1024px) {
  .c-blog-listings {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-blog-cta {
  height: 100%;
  border-left: 1px solid rgba(78, 91, 110, 0.25);
  padding-left: 1.5rem;
}
.c-blog-cta h2 {
  
}
.c-blog-cta p {
  
}
.c-blog-cta__inner {
  padding: 30px;
}

.c-blog__devider {
  margin: 1.5rem 15px;
  width: 100%;
  border-top: 1px solid rgba(78, 91, 110, 0.25);
}

@media (min-width: 1024px) {
  .c-blog-cta__inner {
    padding: 50px;
  }
}
.c-blog-cta--post {
  height: auto;
}

.c-post .c-blog-form ul li:before {
  display: none;
}

.c-post .c-blog-form {
  margin-bottom: 30px;
}

.c-blog-tabs div {
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #2b2a2c;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.c-blog-tabs div:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #1eb9cf;
  content: "";
  display: block;
  height: 2px;
  width: 0;
}
.c-blog-tabs div.active:after,
.c-blog-tabs div:hover:after,
.c-blog-tabs div:focus:after {
  width: 100%;
}

/* Search */
.c-blog-search {
  display: flex;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.c-blog-search .c-blog-search--input {
  width: 100%;
  background-color: #ececec;
  border: 0;
  height: 36px;
  padding: 0 15px;
  outline: 0;
  font-size: 1rem;
  height: 50px;
}
.c-blog-search .btn {
  font-family: "FontAwesome";
  background: #1eb9cf;
  height: 50px;
  width: 50px;
  padding: 10px 15px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.c-blog-search .btn i {
  color: #fff;
}

.c-blog-form {
  width: 100%;
  padding: 30px;
}
@media (min-width: 1024px) {
  .c-blog-form {
    padding: 50px;
  }
}
.c-blog-form h3 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.c-blog-form input.hs-input {
  box-sizing: border-box !important;
}

/* OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO */
/* Blog Listing
   ----------------------------- */
.c-blog__image {
  height: 240px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-blog__image {
    height: 320px;
  }
}

.c-blog__image--first {
  height: 426px;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-blog__image--first {
    padding: 50px;
  }
}

/* .c-blog__image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

/* .c-blog__image--first:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.c-blog .tile.is-child {
  height: 100%;
}

.c-blog h2.c-blog__heading {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.c-blog__tag {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-blog__tag {
    padding: 50px;
  }
}

.c-blog__content {
}

h2.c-blog__content--title {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

p.c-blog__content--author {
  color: rgba(86, 104, 131, 0.5);
}

p.c-blog__content--intro {
  font-size: 1rem;
  line-height: 1.75rem;
}

.c-blog__content--buttons {
  padding-top: 1.5rem;
  justify-content: space-between;
  display: flex;
  border-top: 1px solid rgba(78,91,110,.25); 
  align-items: center;
}

.c-blog__content--buttons img {
  display: block;
}

.c-blog__image.c-blog__image-inner {
  display: flex;
  align-items: end;
}

h2.c-blog__heading.c-blog__heading--inside {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 10px;
  font-weight: 600;
}

p.c-blog__author.c-blog__author--inside {
  font-size: 1rem;
  line-height: 1.75rem;
}


.c-blog__heading {
  font-size: 1.875rem;
  /* line-height: 1.875rem; */
  margin-bottom: 10px;
  font-weight: 600;
}

.c-blog__author {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(86, 104, 131, 0.5);
}

.c-blog-form .hs-form .hs-button {
  border: 2px solid;
  padding: 20px 26px 20px;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 0.9375rem;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.18px;
  background-color: #1eb9cf;
  border-color: #1eb9cf;
  color: #fff;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  font-family: "CooperHewitt", sans-serif !important;
  border: 2px solid #1eb9cf !important;
}

.c-blog-form .hs-form .hs-button:hover,
.c-blog-form .hs-form .hs-button:active,
.c-blog-form .hs-form .hs-button:focus {
  background: #1eb9cf !important;
  background-color: #1eb9cf !important;
  color: #fff !important;
  border-color: #fff !important;
  text-shadow: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}

.c-blog-form .actions {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.c-blog__block > a {
  display: block;
  width: 100%;
}

.c-blog-more {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 160px;
  margin-top: 80px;
  display: inline-block;
}

.c-blog__inner-col {
  padding: 30px;
  color: #2b2a2c;
}
@media (min-width: 1024px) {
  .c-blog__inner-col {
    padding: 50px;
  }
}

.c-blog__block article.tile {
  height: 100%;
}

.c-blog__image.c-blog__image-inner:after {
  width: 0;
}

.c-tile-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c-tile-img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-tile-img-inner {
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 767px) {
  .c-tile-img-inner {
    min-height: 250px;
    padding: 30px;
  }
}

/* Blog Filter
----------------------------- */
.tile.is-ancestor.is-flex-wrap-wrap.c-blog-top {
  margin: 40px 0;
}

.c-blog-filter .c-blog-filter__heading {
  padding-right: 0;
  height: 100%;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .c-blog-filter .c-blog-filter__heading {
    width: 33%;
  }
}
.c-blog-filter .c-blog-filter__heading h5 {
  font-size: 34px;
  font-weight: bold;
  text-transform: none;
  margin: -1px 0 0;
}

.c-blog-filter .c-blog-filter__dropdown {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-blog-filter .c-blog-filter__dropdown {
    width: 67%;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.c-blog-dropdown {
  width: 100%;
/*   padding: 10px 40px 10px 20px; */
  padding: 0px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c-blog-dropdown:hover,
.c-blog-dropdown.is-open {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1024px) {
  .c-blog-dropdown {
    cursor: pointer;
    transition: all 350ms ease;
  }
}
.c-blog-dropdown__default {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}
.c-blog-dropdown__toggle {
  width: 14px;
  height: 22px;
  margin: auto;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  color: #1eb9cf;
  font-size: 22px;
}
.c-blog-dropdown-topics {
  z-index: 4;
/*   min-width: calc(100% - 4px); */
  width: 100%;
  margin-top: 10px;
  position: absolute;
  display: block;
  left: calc(2px);
  top: 100%;
  background: #f1f3f8;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  border-radius: 10px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}
.c-blog-dropdown-topics.is-open {
  opacity: 1;
  visibility: visible;
}
.c-blog-dropdown-topics__link {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all 350ms ease;
}

.c-blog-search__input,
.c-blog-search__input:focus,
.c-blog-search__input:focus-visible {
  outline: 0;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ececec;
  padding: 10px 40px 10px 20px;
  font-weight: bold;
}

.svg-search-icon {
  fill: none;
  stroke: #1eb9cf;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-blog-search path {
  fill: #1eb9cf;
}

.c-blog-search svg {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 13px;
}

.c-blog-search {
  position: relative;
  width: 100%;
}

/* Blog Post
----------------------------- */
.c-post {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .c-post {
    font-size: 1.4rem;
  }
}
.c-post .c-post__intro {
  margin-bottom: 20px;
}
.c-post .c-post__author {
  display: inline-block;
}
.c-post .c-post__share {
  float: right;
}
.c-post .c-post__share ul li {
  display: inline-block;
  margin-left: 20px;
}
.c-post .c-post__share ul li:before {
  display: none;
}
.c-post .c-post__body li {
  margin-bottom: 20px;
}
.c-post .c-post__body li p {
  margin: 0;
  display: inline-block;
}
.c-post ul {
  list-style: none;
  padding-left: 25px;
}
.c-post ol {
  padding-left: 25px;
}
.c-post ul li:before {
  content: "\2022";
  color: #1eb9cf;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

/* To be moved into button.css*/
.c-button.c-button--blue {
  background-color: #1eb9cf;
  border-color: #1eb9cf;
  color: #fff;
}

.c-pagination {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: 12px;
  text-align: center;
}

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

.pagination li {
  display: inline-block;
}

.pagination li.next-posts-link,
.pagination li.previous-posts-link,
.pagination li.first-posts-link,
.pagination li.last-posts-link {
  position: absolute;
}

.pagination li.first-posts-link {
  left: 10px;
}

.pagination li.previous-posts-link {
  left: 50px;
}

.pagination li.next-posts-link {
  right: 50px;
}

.pagination li.last-posts-link {
  right: 10px;
}

.c-pagination__controls {
  display: inline-block;
}

.c-pagination__controls.c-pagination__controls--backward {
  float: left;
}

.c-pagination__controls.c-pagination__controls--forward {
  float: right;
}

.c-pagination__control {
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  max-width: 100%;
  min-width: 2.4rem;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  padding: 0.8rem;
  border: 1px solid #b8b8b8;
  border-radius: 30rem;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1eb9cf;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.c-pagination__control a {
  border-radius: 30px;
  height: 100%;
  left: 0;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-pagination__control:hover {
  border-color: #1eb9cf;
  background-color: #1eb9cf;
  box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.c-pagination__control:hover a {
  color: #fff;
}

.c-pagination__control:active {
  box-shadow: none;
}

.c-pagination__control.c-pagination__control--current,
.c-pagination__control.c-pagination__control--current a {
  border-color: transparent;
  background-color: #1eb9cf;
  color: #fff;
}

.c-pagination__ellipsis {
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  color: #363636;
}

.pagination {
  position: relative;
  margin: 50px 0 100px;
}

.c-post {
  margin-bottom: 100px;
  margin-top: 50px;
}

.c-post-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
  display: inline-block;
}

.c-hero.c-hero--post {
  min-height: 350px;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.5rem;
}
.c-hero.c-hero--post h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: left;
}


.c-blog-dropdown .c-blog-dropdown__default--none {
  display: none;
}

.c-blog-dropdown-topics__container {
  position: relative;
}

.c-blog-dropdown .c-blog-dropdown__arrow {
  background: linear-gradient(180deg, #66C5D9 0%, #66C5D9 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
}

.c-blog-dropdown .c-blog-dropdown__arrow svg {
  transition: all ease-in-out 0.2s;
  width: 24px;
}

.c-blog-dropdown.is-open .c-blog-dropdown__arrow svg {
  transform: rotate(180deg);
}





/* Blog Listing */

.c-blog-listing {
/*   padding: 0px 0px 100px 0px; */
}

.c-blog-listing__inner {
  display: flex;
  flex-wrap: wrap;
}

.c-blog-listing__blog-post-container {
  width: 100%;
  position: relative;
  display: block;
  padding: 20px 18px;
}

.c-blog-post__details-row {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.c-blog-post__image-row {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.c-blog-post__featured-image {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .35s ease;
}

.c-blog-listing__blog-post-container:hover .c-blog-post__featured-image {
  transform: scale(1.1);
  transition: all .35s ease;
}

.c-blog-post__tag {
  background-color: #259294;
  display: flex;
  position: absolute;
  padding: 6px;
  border-radius: 100px;
  top: 30px;
  left: 30px;
  margin-right: 30px;
}

.c-blog-post__tag p {
  margin-bottom: 0;
  color: #fff;
  margin: 0px 4px;
}


.c-blog-post__button {
  display: flex; 
  flex-direction: row;
  align-items: center;
}

.c-blog-post__button p {
  margin-bottom: 0px;
}

.c-blog-post__button img {
  margin-left: 8px;
  transition: all .35s ease;
  background-repeat: no-repeat;
}

.c-blog-listing__blog-post-container:hover .c-blog-post__button img {
  margin-left: 13px;
  transition: all .35s ease;
}



@media (min-width: 849px) {
 
  .c-blog-listing__blog-post-container {
    width: 33.333%;
  }
  
}


/* --- Blog Post --- */

.c-blog-post__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.c-blog-post__container {
  padding: 180px 40px 100px 40px;
}

.c-blog-post__heading h1 {
  text-align: center;
  font-size: 40px;
  line-height: 56px;
}

.c-blog-post__author {
  text-align: center;
}

.c-blog-post__social-links .c-blog-post__social-links-container ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem;
}

.c-blog-post__social-links .c-blog-post__social-links-container li {
  margin: 0px 10px;
}

.c-blog-post__social-links a {
  color: #000000;
  transition: all .35s ease;
}

.c-blog-post__social-links a:hover {
  color: #FFBA6A;
}

.c-blog-post__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-blog-post__body {
  margin-top: 40px;
}


.c-blog-post__body img {
  width: 100%;
}
/* Error pages */

.error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
  }
  
  .error-page:before {
    color: #F3F6F9;
    content: attr(data-error);
    font-size: 40vw;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
  
  @media screen and (min-width: 1100px) {
    .error-page:before {
      font-size: 20
    }
  }
  
  /* System pages */
  
  .systems-page {
    margin: 0 auto;
    max-width: 700px;
    padding: 3rem 1.4
    border-radius: 10px;
    margin-bottom: 6
    -webkit-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%); 
    -moz-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
  }
  
  .systems-page--search-results {
    max-width: 100%;
  }
  
  .systems-page .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
  
  .systems-page .success {
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 6px;
    color: #4F7D24;
    display: inline-block;
    margin: 1.4rem 0;
    padding: 0.1rem 0.7
    width: 100%;
  }
  
  .systems-page form input {
    max-width: 100%;
  }
  
  .systems-page form input[type='submit'] {
    margin: 0.7rem 0;
    display: block;
  }
  
  /* Search pages */
  
  .hs-search-results__title {
    font-size: 1.25
    margin-bottom: 0.35
    text-decoration: underline;
  }
  
  .hs-search-results__title:hover {
    text-decoration: none;
  }
  
  .hs-search-results__description {
    padding-top: 0.7
  }
  
  /* Password prompt */
  
  .password-prompt input[type=password] {
    height: auto !important;
    margin-bottom: 1.4
  }
  
  .systems-page #hs-login-widget-remember,
  .systems-page #hs-login-widget-remember ~ label {
    display: inline-block;
    margin-bottom: 0.175
  }
  
  .systems-page #hs_login_reset {
    display: block;
    margin-bottom: 0.7
  }
  
  /* Backup unsubscribe */
  
  .backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
  }
  
  .backup-unsubscribe input[type=email] {
    font-size: 0.875rem !important;
    margin-bottom: 1.4
    padding: 0.7rem !important;
  }
  
  /* Subscription preferences */
  
  #email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  
  #email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed;
  }
  
  /* Membership pages */
  
  #hs-membership-form a[class*='show-password'] {
    font-size: 0.75
  }
  
  /* Input error messages */
  
  .form-input-validation-message ul.hs-error-msgs {
    padding-left: 0;
    margin: 0;
  }
  
  .form-input-validation-message ul.hs-error-msgs li {
    margin: 0;
  }


/* Form Styling */



ul.hs-error-msgs {
	list-style: none;
}

.systems-page form input[type='submit'] {
    background-color: #ff8e00;
    border: 3px solid #ff8e00;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
}

.systems-page form input[type='submit']:hover {
    background-color: #66C5D9;
    border: 3px solid #66C5D9;
    color: #fff;
}

.systems-page .hs-form-field .hs-input {
    border: none !important;
    border-bottom: 1px solid rgba(86,104,131,0.25) !important;
}
.lity-close {
  position: absolute !important;
  right: -8px !important;
  top: -40px !important;
}

.lity-container {
  margin-top: 40px;
}


/* MODULES
   ----------------------------- */




.c-search-field__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0px 20px 50px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 20px 50px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}

.c-search-field__container .c-search-field {
  width: 100%;
}

.c-search-field__container .c-search-field .c-search-field__input {
  width: 100%;
  padding: 10px 20px;
/*   box-shadow: 0px 20px 50px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 20px 50px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15); */
  border-radius: 8px 0px 0px 8px;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 28px;
}

.c-search-field__container .c-search-field .c-search-field__input:active,
.c-search-field__container .c-search-field .c-search-field__input:hover,
.c-search-field__container .c-search-field .c-search-field__input:focus-visible,
.c-search-field__container .c-search-field .c-search-field__input:focus-within,
.c-search-field__container .c-search-field .c-search-field__input:focus {
/*   box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15); */
}

.c-search-field__container:hover {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

.c-search-field__container .c-search-field__icon {
  background: linear-gradient(180deg, #66C5D9 0%, #66C5D9 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
  cursor: pointer;
}

.c-search-field__container .c-search-field__icon svg {
  width: 24px;
}
.c-resource-listing {
  margin-left: -20px;
  margin-right: -20px;
}

.c-resource-listing .c-resource-listing__inner {
  display: flex;
  flex-wrap: wrap;
}

.c-resource-listing .c-resource-listing__resource-container {
  width: 100%;
  position: relative;
  display: block;
  padding: 20px 18px;
}

.c-resource-listing .c-resource__details-row {
  margin-top: 25px;
}

.c-resource-listing .c-resource__image-row {
  overflow: hidden;
  position: relative;
}

.c-resource-listing .c-resource__image {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .35s ease;
}

.c-resource-listing .c-resource-listing__resource-container:hover .c-resource__image {
/*   transform: scale(1.1);
  transition: all .35s ease; */
}

.c-resource-listing .c-resource__button {
  display: flex; 
  flex-direction: row;
  align-items: center;
}

.c-resource-listing .c-resource__button p {
  margin-bottom: 0px;
}

.c-resource-listing .c-resource__button a {
  padding: 7px 0px !important;
  color: #343434 !important;
}

.c-resource-listing .c-resource__tag {
  background-color: #259294;
  display: flex;
  position: absolute;
  padding: 6px;
  border-radius: 100px;
  top: 30px;
  left: 30px;
  margin-right: 30px;
}

.c-resource-listing .c-resource__tag p {
  margin-bottom: 0;
  color: #fff;
  margin: 0px 4px;
}
.c-icon-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-icon-block__icon {
  flex: 0 0 auto;
  height: auto;
}

.c-icon-block__content {
  flex: 1 1 auto;
}

.c-icon-block__content * {
  margin: 0;
}

.c-icon-block__heading {
  margin-bottom: 8px;
}
.c-eyebrow {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.c-eyebrow:before,
.c-eyebrow:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.c-eyebrow:before {
  left: 0;
}


.c-eyebrow:after {
  right: 0;
}
.c-video .fa-play {
  font-family: 'FONTAWESOME';
  padding: 20px;
  font-size: 15px;
  border-radius: 50px;
  width: 54px;
  height: 54px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.c-video .fa-play:hover {
  scale: 1.1;
}

.c-video .c-video__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 18px;
}

.c-video .c-video__image a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 54px;
  height: 54px;
  border-radius: 50px;
}
.c-number-and-text__text {
  margin-top: 20px;
}

.c-number-and-text__text p {
  padding-top: 10px;
}



.c-simple-testimonial__slide {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px 20px;
  align-items: center;
  text-align: center;
}

.c-simple-testimonial__logo {
  margin-bottom: 45px;
}

.c-simple-testimonial_heading {
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #1F115A;
  padding-bottom: 20px;
}

.c-simple-testimonial__person {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.c-simple-testimonial_description p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0px;
}

.c-simple-testimonial__person-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.c-simple-testimonial__position {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.c-simple-testimonial__person-image {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  
  .c-simple-testimonial__slide {
    padding-left: 116px;
    padding-right: 116px;
  }
  
}
.c-team-bios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-team-member {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 25px 0px 25px;
}

.c-team-member .c-team-member__image {
  position: relative;
  height: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.c-team-member__image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-team-member__links {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 40px;
  flex-wrap: wrap;
}

.c-team-member__name,
.c-team-member__position {
  margin-bottom: 0px;
}

.c-team-member__name {
  font-weight: 800;
}

.c-team-member-popup {
  background-color: #FFF;
  padding: 40px;
  overflow: auto;
}

.c-team-member-popup__image {
  max-height: 350px;
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 30px;
}
.c-team-member-popup__bio .c-team-member-popup__name {
  margin-bottom: 0px;
}
.c-team-member-popup__bio .c-team-member-popup__position {
  margin-bottom: 15px;
/*   font-family: 'Source Sans Pro'; */
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 153%;
  color: #1F115A;
}
.c-team-member-popup__bio .c-team-member-popup__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
  height: 30px;
}
.c-team-member-popup__bio .c-team-member-popup__bio-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 153%;
  color: #6D6C6D;
}
.c-team-member-popup__bio .c-team-member-popup__socials .c-team-member__social-icon {
  margin-right: 30px;
}
.c-team-member-popup__bio .c-team-member-popup__socials .c-team-member__social-icon:before {
  color: #1F115A;
  font-size: 20px;
}

.c-team-member__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.c-team-member .c-team-member__social-icon {
  font-size: 24px;
  padding: 0px 8px;
}

.c-team-member__social-icon.fa-twitter {
  padding-left: 0px;
}

.c-team-member__social-icon.fa-linkedin {
  padding-right: 0px;
}

@media (max-width: 768px) {
  
  .c-team-member-popup__image {
    object-fit: cover;
    object-position: top;
  }
  
}

@media (min-width: 768px) {
  
  .c-team-member {
    width: 50%;
  }
  
  .c-team-member-popup__image {
    width: auto;
  }
  
}

@media (min-width: 1024px) {
  
  .c-team-member {
    width: 33.333%;
  }
  
}


.c-newsletter-subscribe {
  display: flex;
  flex-direction: column-reverse;
}

.c-newsletter-subscribe__image {
  background-size: cover;
}

.c-newsletter-subscribe__form-area,
.c-newsletter-subscribe__image {
  width: 100%;
}

.c-newsletter-subscribe__image {
  margin-left: 0;
}

.c-newsletter-subscribe__form-area {
  padding: 60px 30px;
  z-index: 2;
}

.c-newsletter-subscribe__form-heading {
  margin-bottom: 32px;
}

.c-newsletter-subscribe form {
  display: flex;
  flex-direction: row;
}

.c-newsletter-subscribe form input[type="submit"],
.c-newsletter-subscribe form .hs-button {
  white-space: nowrap !important;
}

.c-newsletter-subscribe .hs-form .hs-form-field {
  width: 100%;
}

.c-newsletter-subscribe .hs-form .hs-submit {
  padding-left: 8px;
}

.c-newsletter-subscribe .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-newsletter-subscribe .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-newsletter-subscribe .hs-form select, 
.c-newsletter-subscribe .hs-form textarea {
  padding: 12px 16px;
  /*   height: 46px; */
}



@media (min-width: 767px) {
  
  .c-newsletter-subscribe {
    display: flex;
    flex-direction: row;
  }
  
  .c-newsletter-subscribe__form-area {
    width: 50%;
  }

  .c-newsletter-subscribe__image {
    width: calc(50% + 50px);
    margin-left: -50px;
  }
  
  .c-newsletter-subscribe__form-area {
    padding: 126px 66px;
    z-index: 2;
  }
  
}
.c-social-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-social-icons .c-social-icons__item {
  margin-bottom: 20px;
}

.c-social-icons__container .c-social-icons .c-social-icons__item {
  margin-right: 10px;
}

.c-social-icons--vertical-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 767px) {
  
  .c-social-icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  
  .c-social-icons__container .c-social-icons .c-social-icons__item {
    margin-right: 20px;
    margin-left: 0px;
  }
  
}

@media screen and (min-width: 1024px) {
  .c-social-icons--vertical-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-social-icon__icon {
  width: 24px;
  height: 24px;
}
.c-map-and-contact-info__details {
  list-style: none;
  margin-bottom: 15px;
  padding: 0; 

  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 599px) {
  .c-map-and-contact-info__details {
    flex-direction: column;
  }
}

.c-map-and-contact-info__details-item {
  margin-left: 0 !important;
  margin-bottom: 40px;

  display: flex;
  flex-direction: row;
  flex: 1 50%;
}

.c-map-and-contact-info__map iframe {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 1/1;
}

.c-map-and-contact-info .c-map-and-contact__social-icon i {
  font-family: "FONTAWESOME";
  font-size: 20px;
}

.c-map-and-contact-info .c-map-and-contact-info__info {
  padding: 50px 20px 0px 20px;
}

.c-map-and-contact-info .c-map-and-contact-info__icon-and-content {
  display: flex;
  flex-direction: row;
}

.c-map-and-contact-info .c-map-and-contact-info__icon {
  margin-right: 15px;
/*   width: auto;
  display: block;
  height: 40px; */
}

.c-map-and-contact-info .c-map-and-contact-info__heading {
  margin-bottom: 40px;
}

.c-map-and-contact-info .c-map-and-contact-info__details-item {
  display: flex;
  flex-direction: row;
}

.c-map-and-contact-info .c-map-and-contact__social-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.c-map-and-contact-info .c-map-and-contact__social-icons .c-map-and-contact__social-icon-item {
  margin-right: 32px;
}



@media (min-width: 767px) {

  .c-map-and-contact-info .c-map-and-contact-info__info {
    padding: 50px 20px;
  }


}
.c-blog-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-blog-feature__item {
  
}

.c-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
  padding: 32px 40px;
  margin-bottom: 30px;
}

.c-blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-clip-path: ellipse(200% 200% at 0% 100%);
  clip-path: ellipse(200% 200% at 0% 100%);
  -webkit-transition: -webkit-clip-path 500ms ease-in-out;
  transition: -webkit-clip-path 500ms ease-in-out;
  -o-transition: clip-path 500ms ease-in-out;
  transition: clip-path 500ms ease-in-out;
  transition: clip-path 500ms ease-in-out, -webkit-clip-path 500ms ease-in-out;
}

.c-blog-card:hover::before {
  -webkit-clip-path: ellipse(100% 100% at 0% 100%);
  clip-path: ellipse(100% 100% at 0% 100%);
}

.c-blog-card__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 32px;
  left: 40px;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 310px;
}

.c-blog-card:hover .c-blog-card__title-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-blog-card__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.c-blog-card__tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 999px;
  margin-right: 12px;
}

.c-blog-card__title  {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.c-blog-card__image {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: left center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.c-blog-feature__item-1,
.c-blog-feature__item-3 {
  margin-right: 0px;
}



@media (min-width: 1200px) {
  
  .c-blog-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .c-blog-card {
    margin-bottom: 0px;
  }

  .c-blog-feature__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 40px);
    flex: 1 1 calc(33.333% - 40px);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }


  .c-blog-feature__item:hover {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc(50% - 40px) !important;
  }
  
  .c-blog-feature__item-1 {
    margin-right: 40px;
  }

  .c-blog-feature__item-3 {
    margin-left: 40px;
  }

}
.c-numbered-block__image-container,
.c-numbered-block__number-container,
.c-numbered-block__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-numbered-block__image-container {
  align-items: center;
}

.c-numbered-block__number-container {
  align-items: flex-start;
}

.c-numbered-block__text-container {
  align-items: flex-start;
}

.c-numbered-block__number-container {
  align-items: flex-start;
}

.c-numbered-block__number {
  padding: 20px 0px;
}


@media (min-width: 767px) {
  
  .c-numbered-block__image-container {
    align-items: center;
  }
 
  .c-numbered-block__number-container {
    align-items: center;
  }
  
  .c-numbered-block__text-container {
    align-items: flex-start;
  }
  
  .c-numbered-block__number {
    padding: 0px;
  }
  
}
.c-scroll-icon:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.c-scroll-icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.c-scroll-icon .fa-arrow-down {
  font-family: 'FONTAWESOME';
  font-size: 15px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}


.c-faq__question-item .c-faq__answer {
/*   display: none; */
  padding-bottom: 15px;
  padding-right: 30px;
}

.c-faq__question-item .c-faq__arrow {
  transition: all 0.3s ease;
  height: 18px;
  width: 18px;
}

.c-faq__question-item.u--accordion-open .c-faq__arrow {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.c-faq__question-item {
  margin-top: 26px;
}

.c-faq__question-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background-color: transparent;
  padding: 14px 12px 14px 0px;
  cursor: pointer;
}



.c-faq-2__question-item {
  margin-top: 26px;
}

.c-faq-2__question-item .c-faq-2__answer {
/*   display: none; */
  padding-top: 15px;
}


.c-testimonial-block__heading,
.c-testimonial-block__testimonial-container {
  width: 100%;
  padding: 70px 35px;
}

.c-testimonial-block__testimonial-inner {
  display: flex;
  flex-direction: column;
}

.c-testimonial-block__testimonial-quote {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.c-testimonial-block__testimonial-description {
  margin-bottom: 50px;
  margin-right: 42px;
}

.c-testimonial-block__testimonial-info {
  display: flex;
  flex-direction: row;
}

.c-testimonial-block__testimonial-image {
  margin-right: 16px;
}


@media (min-width: 767px) {

  .c-testimonial-block__heading,
  .c-testimonial-block__testimonial-container {
    width: 50%;
    padding: 70px;
  }
  
}


.c-cta-block__container {
  overflow: visible;
  position: relative;
}

.c-cta-block__container:after {
  content: "";
  background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/allpack/box-shadow.png);
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 180px;
  background-size: cover;
  z-index: 0;
}

.c-cta-block {
  display: flex;
  flex-direction: column;
  padding: 48px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.c-cta-block__buttons {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

.c-cta-block .c-cta-block__buttons,
.c-cta-block .c-cta-block__content {
  z-index: 2;
}

.c-cta-block .c-cta-block__overlay-image {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-cta-block .c-cta-block__overlay-image > img {
  position: absolute;
}


@media (min-width: 767px) {

  .c-cta-block {
    padding: 50px 100px;
  }
  
}

@media (max-width: 575px) {
  .c-cta-block__buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .c-cta-block__buttons .button {
    margin: 0 0 20px 0 !important;
  }
  .c-cta-block__buttons .button:nth-last-child(1) {
    margin-bottom: 0px !important;
  }
  .c-cta-block__buttons .button a {
    width: 100%;
  }
}




.c-featured-number-cards .c-featured-number-cards__article {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(7.5px);
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  margin: 0px;
}

.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-1,
.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-2,
.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-3,
.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-4 {
  margin: 0px 0px 20px 0px;
}

.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card .header {
  font-weight: 900;
  font-size: 42px;
  line-height: 52px;
}

.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  margin: 0px;
}

@media (min-width: 768px) {

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card {
    width: calc(50% - 20px);
    min-height: 280px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-1 {
    margin: 0px 20px 0px 0px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-2 {
    margin: 20px 0px 0px 0px;
    margin-bottom: -20px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-3 {
    margin: 0px 20px 0px 20px;
    margin-top: 20px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-4 {
    margin: 40px 0px 0px 0px;
    margin-bottom: -20px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card .header {
    font-weight: 900;
    font-size: 80px;
    line-height: 90px;
  }

}


.c-stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-stats-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  margin: 0px 20px 40px 0px !important;
}

.c-stat {
  display: flex;
  flex-direction: column;
/*   display: block;
  text-align: center;
  margin: 0 auto; */
  color: #1F115A;
}

.c-stat__icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 15px 15px rgba(9, 2, 39, 0.2);
  box-shadow: 5px 15px 15px rgba(9, 2, 39, 0.2);
  border-radius: 50%;
  margin-bottom: 24px;
}

.c-stat__value {
  display: block;
  margin-bottom: 8px;
}

.c-stat__subtitle {
  display: block;
}

.c-stat__value sup {
  font-size: 30%;
  line-height: 30%;
}

@media (min-width: 767px) {
  .c-stats-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .c-stats-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    margin: 0px 20px 0px 0px !important;
  }

}
.c-news-slider {
/*   padding: 0px 0px 100px 0px; */
}

.c-news-slider .c-news-slider__inner {
  display: flex;
}

.c-news-slider .c-news-slider__resource-container {
  width: 100%;
  position: relative;
  display: block;
  padding: 20px 18px;
}

.c-news-slider .c-resource__details-row {
  margin-top: 25px;
}

.c-news-slider .c-resource__image-row {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.c-news-slider .c-resource__image {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .35s ease;
}

.c-news-slider .c-news-slider__resource-container:hover .c-resource__image {
  transform: scale(1.1);
  transition: all .35s ease;
}

.c-news-slider .c-resource__button {
  display: flex; 
  flex-direction: row;
  align-items: center;
}

.c-news-slider .c-resource__button p {
  margin-bottom: 0px;
}

.c-news-slider .c-resource__button a {
  padding: 7px 0px !important;
  color: #343434 !important;
}

.c-news-slider .c-resource__tag {
  background-color: #259294;
  display: flex;
  position: absolute;
  padding: 6px;
  border-radius: 100px;
  top: 30px;
  left: 30px;
  margin-right: 30px;
}

.c-news-slider .c-resource__tag p {
  margin-bottom: 0;
  color: #fff;
  margin: 0px 4px;
}


/* PLUGINS
   ----------------------------- */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*@charset 'UTF-8';*/
/* Slider */
.slick-loading .slick-list
{
    
}

/* Icons */
/*@font-face*/
/*{*/
/*    font-family: 'slick';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*    src: url('./fonts/slick.eot');*/
/*    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
/*}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 23px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

 .slick-prev:before,
.slick-next:before
{
    
    font-family: 'Manrope',sans-serif;
    font-size: 38px !important;
    line-height: initial;
    opacity: .75;
    color: #66C5D9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-timeline .slick-prev:before,
.c-timeline .slick-next:before {    
    font-size: 0;
}
.slick-prev
{
    left: -36px;
}
[dir='rtl'] .slick-prev
{
    right: -36px;
    left: auto;
}
.slick-prev:before {
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    
}

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -30px;
}
.slick-next:before {
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -75px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f111";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25rem;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Libre Franklin";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* UTILITY
   ----------------------------- */
/* BACKGROUND COLOUR
     ----------------------------- */
.u-primary-accent {
  background: -webkit-gradient(linear, left top, left bottom, from(#C72D2D), to(#C72D2D));
  background: -o-linear-gradient(top, #C72D2D 0%, #C72D2D 100%);
  background: linear-gradient(180deg, #C72D2D 0%, #C72D2D 100%);
}

.u-secondary-accent {
  background: -webkit-gradient(linear, left top, left bottom, from(#B1A0F9), to(#7B62E1));
  background: -o-linear-gradient(top, #B1A0F9 0%, #7B62E1 100%);
  background: linear-gradient(180deg, #B1A0F9 0%, #7B62E1 100%);
}

.u-base-bg {
  background-color: #1F115A;
}

.u-white-bg {
  background-color: #FFF;
}

.u-light-blue-bg {
  background-color:#61C9E0;
}

.u-light-green-bg {
  background-color:#66D28C;
}

.u-dark-green-bg {
  background-color:#419267;
}

.u-yellow-bg {
  background-color:#F9DB4A;
}

.u-light-orange-bg {
  background-color:#B9482D;
}

.u-rich-orange-bg {
  background-color:#C72D2D;
}

.u-red-bg {
  background-color:#CB1D2E;
}

.u-colour-block{
  height: 150px;
  width: 150px;
  margin-right:12px;
  border-radius: 16px;
  border: 5px solid #000;
  display: inline-block;
}


.u-color-white {
  color: #1eb9cf;
}

.u-color-tertiary {
  color: #1eb9cf;
}

.u-color-primary {
  color: #1eb9cf;
}

.u-color-secondary,
.u-highlight {
  color: #db535b;
}


/* BACKGROUND COLOUR
   ----------------------------- */
.u-bg-white {
  background-color: #fff;
}
.u-bg-grey {
  background-color: #f5f5f5;
}
.u-bg-dark {
  background-color: #002347;
}
.u-bg-gradient {
  --bg-gradient-position-x: 0%;
  --bg-gradient-position-y: 10%;
  background: radial-gradient(circle at 0 var(--bg-gradient-position-y), #254256 var(--bg-gradient-position-x), #23223b 100%) !important;
  background-repeat: no-repeat  !important;
}

.u-bg-glass {
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba(125, 125, 134, 0.37);
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.u-bg-accent {
  background-color: #eb8d00;
}


.u-text-white {
  color: #fff;
}
.u-text-grey {
  color: #f5f5f5;
}
.u-text-dark {
  color: #002347;
}
.u-text-accent {
  color: #eb8d00;
}






/* ::Key Frames  */
/* ----------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slide-in-left {
  from {
    left: -50%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes slide-in-top {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-sub {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes highlight {
  from {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 1;
  }
}

/* ::Column Ordering */
/* ----------------------------------------------------------- */
.u-reverse-columns {
  display: inline-block;
}
@media (min-width: 768px) {
  .u-reverse-columns {
    display: flex;
  }
  .u-reverse-columns > div {
    order: 2;
  }
  .u-reverse-columns > div + div {
    order: 1;
  }
}
.u-reverse-columns.u-align-m {
  align-items: center;
}


/* ::Fonts */
/* ----------------------------------------------------------- */


/* ::Display  */
/* ----------------------------------------------------------- */
.u-screenreader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* ::Layout  */
/* ----------------------------------------------------------- */

.u-flex-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.u-flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.u-align-left {
  justify-content: flex-start;
}

.u-align-center {
  justify-content: center;
}

.u-align-right {
  justify-content: flex-end;
}


@media (max-width: 767px) {

  .u--content-and-image-stacking > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
    flex-direction: column-reverse;
  }
  
  .u--section-reverse-stacking > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
    flex-direction: column-reverse;
  }
  
  .buttons.u-flex-row.u-align-left {
    align-items: flex-start;
  }
  
}

.u--content-and-image-stacking-test {
 border: 2px solid red; 
}

.u--accordion-open {
  display: block;
}