/* Theme base styles */

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

/* Theme overides
*/









/* 1a. Containers */




/* 1b. Colors */

/* title */


/* body */


/* background */


/* background_alt */


/* primary */


/* secondary */


/* tertiary */


/* quaternary */


/* 1c. Typography */






/* 1e. Forms */










/* 1f. Tables */










/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
	max-width: px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
	padding: px 0px;
}





html {
	font-size: 100%;
}

@media screen and (max-width: 1280px) {
	html {
    	font-size: 87.5%;
	}
}

body {
	font-size: 16px;
	color: #69797F;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

body.is-open {
	overflow: hidden;
}

body.is-light {
    padding-top: 6.5rem;
}

.site-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
	background-color: #1E4E9D;
}

.site-overlay.active {
    z-index: 60;
    opacity: 1;
}

/* Anchors */

a {
	color: #57C1DB;
}

a:hover,
a:focus {
	color: #2769B1;
}

a:active {
	color: ;
}





.scroll-bar::-webkit-scrollbar {
    height: 0.75rem;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background-color: ;
	border-radius: 1rem;
}

.scroll-bar::-webkit-scrollbar-thumb:hover {
	background-color: ;
}

.scroll-bar-light::-webkit-scrollbar {
    height: 0.75rem;
}

.scroll-bar-light::-webkit-scrollbar-thumb {
    background-color: ;
	border-radius: 1rem;
}

.scroll-bar-light::-webkit-scrollbar-thumb:hover {
	background-color: ;
}

@media (max-width: 40rem) {
    .scroll-bar::-webkit-scrollbar,
    .scroll-bar-light::-webkit-scrollbar {
        height: auto;
    }
}





.section-arrow {
    position: absolute;
    top: 0;
    width: 7.0625rem;
    height: 3.125rem;
    left: 0;
    right: 0;
    margin: auto;
}

.section-arrow svg {
    width: 7.0625rem;
    height: 3.125rem;
}

@media (max-width: 40rem) {
    .section-arrow {
        width: 4.375rem;
        height: 1.9375rem;
    }

    .section-arrow svg {
        width: 4.375rem;
        height: 1.9375rem;
    }
}











.hs-private.hs-private.hs-private :before {
    position: relative !important;
}





.card__price {
	;
	color: ;
	font-size: ;
}





/* SM */

.spacing-top-sm {
    margin-top: 4rem;
}

@media (max-width: 40rem) {
    .spacing-top-sm {
        margin-top: 4rem;
    }
}

.spacing-bottom-sm {
    margin-bottom: 4rem;
}

@media (max-width: 40rem) {
    .spacing-bottom-sm {
        margin-bottom: 4rem;
    }
}

.spacing-both-sm {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media (max-width: 40rem) {
    .spacing-both-sm {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

/* MD */

.spacing-top-md {
    margin-top: 5rem;
}

@media (max-width: 40rem) {
    .spacing-top-md {
        margin-top: 4rem;
    }
}

.spacing-bottom-md {
    margin-bottom: 5rem;
}

@media (max-width: 40rem) {
    .spacing-bottom-md {
        margin-bottom: 4rem;
    }
}

.spacing-both-md {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

@media (max-width: 40rem) {
    .spacing-both-md {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

/* LG */

.spacing-top-lg {
    margin-top: 7rem;
}

@media (max-width: 40rem) {
    .spacing-top-lg {
        margin-top: 4rem;
    }
}

.spacing-bottom-lg {
    margin-bottom: 7rem;
}

@media (max-width: 40rem) {
    .spacing-bottom-lg {
        margin-bottom: 4rem;
    }
}

.spacing-both-lg {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

@media (max-width: 40rem) {
    .spacing-both-lg {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

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

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

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

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

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

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

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

body,
figure {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: 700;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
    border-style: none;
    display: block;
}

/* 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"] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Helpers
Utility classes derived from tailwindcss.com
*/

@font-face {
    font-family: 'orpheus_probold';
    src: url('https://24902035.fs1.hubspotusercontent-eu1.net/hubfs/24902035/raw_assets/public/albany_beck/fonts/orpheuspro-bold-webfont.woff2') format('woff2'),
         url('https://24902035.fs1.hubspotusercontent-eu1.net/hubfs/24902035/raw_assets/public/albany_beck/fonts/orpheuspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Font Family
Utilities for controlling the font family of an element.
========================================================================== */
.font-base {
	font-family: 'Open Sans', sans-serif;
}

.font-heading {
	font-family: 'orpheus_probold', sans-serif;
}

/* Font Size
Utilities for controlling the font size of an element.
========================================================================== */


h1,
.text-4xl {
	font-size: 4rem;
}

h2,
.text-3xl {
	font-size: 3rem;
}


h3,
.text-2xl {
	font-size: 2.375rem;
}

h4,
.text-xl {
	font-size: 1.75rem;
}

h5,
.text-lg {
	font-size: 1.3125rem;
}

h6,
.text-md {
	font-size: 1.125rem;
}

.text-sm {
	font-size: 1rem;
}

.text-xs {
	font-size: 0.875rem;
}

.text-xxs {
	font-size: 0.75rem;
}

.text-reset {
	font-size: 0;
}

/* MQs
============================ */

/* md */

@media (max-width: 48rem) {

	.md\:text-4xl {
		font-size: 4rem;
	}

	.md\:text-3xl {
		font-size: 3rem;
	}

	.md\:text-2xl {
		font-size: 2.375rem;
	}

	.md\:text-xl {
		font-size: 1.75rem;
	}

	.md\:text-lg {
		font-size: 1.3125rem;
	}

	.md\:text-md {
		font-size: 1.125rem;
	}

	.md\:text-sm {
		font-size: 1rem;
	}

	.md\:text-xs {
		font-size: 0.875rem;
	}

	.md\:text-xxs {
		font-size: 0.75rem;
	}

	.md\:text-reset {
		font-size: 0;
	}
}

/* sm */

@media (max-width: 40rem) {
	
	.sm\:text-4xl {
		font-size: 4rem;
	}

	.sm\:text-3xl {
		font-size: 3rem;
	}

	.sm\:text-2xl {
		font-size: 2.375rem;
	}

	.sm\:text-xl {
		font-size: 1.75rem;
	}

	.sm\:text-lg {
		font-size: 1.3125rem;
	}

	.sm\:text-sm {
		font-size: 1.125rem;
	}

	.sm\:text-sm {
		font-size: 1rem;
	}

	.sm\:text-xs {
		font-size: 0.875rem;
	}

	.sm\:text-xxs {
		font-size: 0.75rem;
	}

	.sm\:text-reset {
		font-size: 0;
	}
}

/* line heights
Utilities for controlling the leading (line height) of an element.
========================================================================== */

.leading-reset {
	line-height: 0;
}

.leading-none {
	line-height: 1;
}

.leading-tight {
	line-height: 1.15;
}

.leading-snug {
	line-height: 1.375;
}

.leading-normal {
	line-height: 1.5;
}

.leading-relaxed {
	line-height: 1.625;
}

.leading-loose {
	line-height: 2;
}

/* Font Weight
Utilities for controlling the font weight of an element.
========================================================================== */

.font-thin {
	font-weight: 100;
}
.font-extralight {
	font-weight: 200;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-black {
	font-weight: 900;
}

/* Text Decoration
Utilities for controlling the decoration of text.
========================================================================== */

.underline { 
	text-decoration: underline;
}
.line-through { 
	text-decoration: line-through;
}
.no-underline { 
	text-decoration: none;
}



.hover\:underline :hover{ 
	text-decoration: underline;
}
.hover\:line-through :hover{ 
	text-decoration: line-through;
}
.hover\:no-underline :hover{ 
	text-decoration: none;
}

/* Font Style
Utilities for controlling the style of text.
========================================================================== */

.italic {
	font-style: italic;
}

.not-italic {
	font-style: normal;
}

/* Width
Utilities for setting the width of an element
========================================================================== */

.w-auto {
	width: auto
}

.w-full {
	width: 100%
}

.w-1\/2 {
	width: 50%
}

.w-1\/3 {
	width: 33.33333%
}

.w-1\/4 {
	width: 25%
}

.w-1\/5 {
	width: 20%
}

.w-1\/6 {
	width: 16.66667%
}

/* numbered  */

.w-1\/12 {
	width: 8.333333%;
}

.w-2\/12{
	width: 16.666667%;
}

.w-3\/12{
	width: 25%;
}

.w-4\/12{
	width: 33.3333333333%;;
}

.w-5\/12{
	width: 41.6666666667%;;
}

.w-6\/12{
	width: 50%;
}

.w-7\/12{
	width: 58.333333%;
}

.w-8\/12{
	width: 66.666667%;
}

.w-9\/12{
	width: 75%;
}

.w-10\/12 {
	width: 83.333333%;
}

.w-11\/12 {
	width: 91.666667%;
}


/* lg */

@media (max-width: 64rem) {

	.lg\:w-auto {
		width: auto
	}

	.lg\:w-full {
		width: 100%
	}

	.lg\:w-1\/2 {
		width: 50%
	}

	.lg\:w-1\/3 {
		width: 33.33333%
	}

	.lg\:w-1\/4 {
		width: 25%
	}

	.lg\:w-1\/5 {
		width: 20%
	}

	.lg\:w-1\/6 {
		width: 16.66667%
	}

	/* numbered  */

	.lg\:w-1\/12 {
		width: 8.333333%;
	}

	.lg\:w-2\/12{
		width: 16.666667%;
	}

	.lg\:w-3\/12{
		width: 25%;
	}

	.lg\:w-4\/12{
		width: 33.3333333333%;;
	}

	.lg\:w-5\/12{
		width: 41.6666666667%;;
	}

	.lg\:w-6\/12{
		width: 50%;
	}

	.lg\:w-7\/12{
		width: 58.333333%;
	}

	.lg\:w-8\/12{
		width: 66.666667%;
	}

	.lg\:w-9\/12{
		width: 75%;
	}

	.lg\:w-10\/12 {
		width: 83.333333%;
	}

	.lg\:w-11\/12 {
		width: 91.666667%;
	}

}

/* md */

@media (max-width: 48rem) {

	.md\:w-auto {
		width: auto
	}

	.md\:w-full {
		width: 100%
	}

	.md\:w-1\/2 {
		width: 50%
	}

	.md\:w-1\/3 {
		width: 33.33333%
	}

	.md\:w-1\/4 {
		width: 25%
	}

	.md\:w-1\/5 {
		width: 20%
	}

	.md\:w-1\/6 {
		width: 16.66667%
	}

	/* numbered  */

	.md\:w-1\/12 {
		width: 8.333333%;
	}

	.md\:w-2\/12{
		width: 16.666667%;
	}

	.md\:w-3\/12{
		width: 25%;
	}

	.md\:w-4\/12{
		width: 33.3333333333%;;
	}

	.md\:w-5\/12{
		width: 41.6666666667%;;
	}

	.md\:w-6\/12{
		width: 50%;
	}

	.md\:w-7\/12{
		width: 58.333333%;
	}

	.md\:w-8\/12{
		width: 66.666667%;
	}

	.md\:w-9\/12{
		width: 75%;
	}

	.md\:w-10\/12 {
		width: 83.333333%;
	}

	.md\:w-11\/12 {
		width: 91.666667%;
	}

}

/* sm */

@media (max-width: 40rem) {

	.sm\:w-auto {
		width: auto
	}

	.sm\:w-full {
		width: 100%
	}

	.sm\:w-1\/2 {
		width: 50%
	}

	.sm\:w-1\/3 {
		width: 33.33333%
	}

	.sm\:w-1\/4 {
		width: 25%
	}

	.sm\:w-1\/5 {
		width: 20%
	}

	.sm\:w-1\/6 {
		width: 16.66667%
	}

	/* numbered  */

	.sm\:w-1\/12 {
		width: 8.333333%;
	}

	.sm\:w-2\/12{
		width: 16.666667%;
	}

	.sm\:w-3\/12{
		width: 25%;
	}

	.sm\:w-4\/12{
		width: 33.3333333333%;;
	}

	.sm\:w-5\/12{
		width: 41.6666666667%;;
	}

	.sm\:w-6\/12{
		width: 50%;
	}

	.sm\:w-7\/12{
		width: 58.333333%;
	}

	.sm\:w-8\/12{
		width: 66.666667%;
	}

	.sm\:w-9\/12{
		width: 75%;
	}

	.sm\:w-10\/12 {
		width: 83.333333%;
	}

	.sm\:w-11\/12 {
		width: 91.666667%;
	}

}

/* xs */

@media (max-width: 480px) {

	.xs\:w-auto {
		width: auto
	}

	.xs\:w-full {
		width: 100%
	}

	.xs\:w-1\/2 {
		width: 50%
	}

	.xs\:w-1\/3 {
		width: 33.33333%
	}

	.xs\:w-1\/4 {
		width: 25%
	}

	.xs\:w-1\/5 {
		width: 20%
	}

	.xs\:w-1\/6 {
		width: 16.66667%
	}

	/* numbered  */

	.xs\:w-1\/12 {
		width: 8.333333%;
	}

	.xs\:w-2\/12{
		width: 16.666667%;
	}

	.xs\:w-3\/12{
		width: 25%;
	}

	.xs\:w-4\/12{
		width: 33.3333333333%;;
	}

	.xs\:w-5\/12{
		width: 41.6666666667%;;
	}

	.xs\:w-6\/12{
		width: 50%;
	}

	.xs\:w-7\/12{
		width: 58.333333%;
	}

	.xs\:w-8\/12{
		width: 66.666667%;
	}

	.xs\:w-9\/12{
		width: 75%;
	}

	.xs\:w-10\/12 {
		width: 83.333333%;
	}

	.xs\:w-11\/12 {
		width: 91.666667%;
	}

}

/* Display
Utilities for controlling the display box type of an element.
========================================================================== */

.block {
	display: block;
}

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

.inline {
	display: inline;
}

.hidden {
	display: none !important;
	visibility: inherit !important;
}

/* MQs
============================ */

/* lg */

@media (max-width: 64rem) {

	.lg\:block {
		display: block;
	}

	.lg\:inline-block {
		display: inline-block;
	}

	.lg\:inline {
		display: inline;
	}

	.lg\:hidden {
		display: none !important;
	}

}

/* md */

@media (max-width: 48rem) {

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:inline {
		display: inline;
	}

	.md\:hidden {
		display: none !important;
	}
}

/* sm */

@media (max-width: 40rem) {

	.sm\:block {
		display: block !important;
	}

	.sm\:flex {
		display: flex !important;
	}

	.sm\:inline-block {
		display: inline-block;
	}

	.sm\:inline {
		display: inline;
	}

	.sm\:hidden {
		display: none !important;
	}
	
}

/* xs */

@media (max-width: 480px) {

	.xs\:block {
		display: block;
	}

	.xs\:inline-block {
		display: inline-block;
	}

	.xs\:inline {
		display: inline;
	}

	.xs\:hidden {
		display: none !important;
	}
}

/* Align
Utilities for controlling the vertical alignment of an inline or table-cell box.
========================================================================== */

.align-baseline {
	vertical-align: baseline;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.align-text-top {
	vertical-align: text-top;
}

.align-text-bottom {
	vertical-align: text-bottom;
}

/* Flex
Utilities for controlling how flex items both grow and shrink.
========================================================================== */

.flex {
	display: flex;
}

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

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

.flex-col {
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-col-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

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


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

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

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

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

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

.self-auto {
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto
}

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

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

.self-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

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

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

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

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

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

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

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

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

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

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

.flex-1 {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

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

.flex-initial {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-none {
	-ms-flex: none;
	flex: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-none,
.order-normal {
	-ms-flex-order: 0;
	order: 0
}

/* MQs
============================ */

/* xxl */

@media (max-width: 105rem) {

	.xxl\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

/* xl */

@media (max-width: 80rem) {

	.xl\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

}

/* lg */

@media (max-width: 64rem) {

	.lg\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.lg\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.lg\:flex-none {
		-ms-flex: none;
		flex: none
	}

	/* 	Align Items */

	.lg\:items-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.lg\:items-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.lg\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.lg\:items-baseline {
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.lg\:items-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

}

/* md */

@media (max-width: 48rem) {

	.md\:flex-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.md\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.md\:flex-no-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:inline {
		display: inline;
	}

	.md\:hidden {
		display: none !important;
	}

	/* 	Justify */

	.md\:justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.md\:justify-end {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.md\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.md\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.md\:justify-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	/* 	Align Items */

	.md\:items-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.md\:items-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.md\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.md\:items-baseline {
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.md\:items-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

	/* self align */

	.md\:self-start {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.md\:self-end {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.md\:self-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.md\:self-stretch {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch
	}

	/* 	order */

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

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

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

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

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

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

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

	.md\:order-last {
		-ms-flex-order: 999;
		order: 999
	}

	.md\:order-none,
	.md\:order-normal {
		-ms-flex-order: 0;
		order: 0
	}

}

/* sm */

@media (max-width: 40rem) {

	.sm\:flex-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.sm\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.sm\:flex-no-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.sm\:block {
		display: block;
	}

	.sm\:inline-block {
		display: inline-block;
	}

	.sm\:inline {
		display: inline;
	}

	.sm\:hidden {
		display: none !important;
	}

	/* 	Justify */

	.sm\:justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.sm\:justify-end {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.sm\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.sm\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.sm\:justify-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	/* 	order */

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

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

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

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

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

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

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

	.sm\:order-last {
		-ms-flex-order: 999;
		order: 999
	}

	.sm\:order-none,
	.sm\:order-normal {
		-ms-flex-order: 0;
		order: 0
	}

}

/* xs */

@media (max-width: 480px) {

	.xs\:flex-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.xs\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.xs\:flex-no-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	/* 	Align Items */

	.xs\:items-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.xs\:items-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.xs\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.xs\:items-baseline {
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.xs\:items-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

	/* 	Justify */

	.xs\:justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.xs\:justify-end {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.xs\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.xs\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.xs\:justify-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

}

/* Heights
Utilities for setting the height of an element
========================================================================== */

.h-full {
	height: 100%;
}

.h-40 {
	height: 40px;
}


/* MQs
============================ */

/* sm */

@media (max-width: 40rem) {

	.sm\:h-auto {
		height: auto;
	}
}

/* Margins
Utilities for controlling an element's margin.
========================================================================== */

/* left right */

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

/* top */

.mt-0 {
	margin-top: 0px;
}

.mt-px {
	margin-top: 1px;
}

.mt-0\.5 {
	margin-top: 0.125rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mt-1\.5 {
	margin-top: 0.375rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mt-2\.5 {
	margin-top: 0.625rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.mt-3\.5 {
	margin-top: 0.875rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-7 {
	margin-top: 1.75rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-9 {
	margin-top: 2.25rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mt-11 {
	margin-top: 2.75rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mt-24 {
	margin-top: 6rem;
}

.mt-28 {
	margin-top: 7rem;
}

.mt-32 {
	margin-top: 8rem;
}

.mt-36 {
	margin-top: 9rem;
}

.mt-40 {
	margin-top: 10rem;
}

.mt-44 {
	margin-top: 11rem;
}

.mt-48 {
	margin-top: 12rem;
}

.mt-52 {
	margin-top: 13rem;
}

.mt-56 {
	margin-top: 14rem;
}

.mt-60 {
	margin-top: 15rem;
}

.mt-64 {
	margin-top: 16rem;
}

.mt-72 {
	margin-top: 18rem;
}

.mt-80 {
	margin-top: 20rem;
}

.mt-96 {
	margin-top: 24rem;
}

.mt-auto {
	margin-top: auto;
}

/* bottom */

.mb-0 {
	margin-bottom: 0px;
}

.mb-px	{
	margin-bottom: 1px;
}

.mb-0\.5 {
	margin-bottom: 0.125rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-1\.5 {
	margin-bottom: 0.375rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-2\.5 {
	margin-bottom: 0.625rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-3\.5 {
	margin-bottom: 0.875rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-9 {
	margin-bottom: 2.25rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-11 {
	margin-bottom: 2.75rem;
}

.mb-12	{
	margin-bottom: 3rem;
}

.mb-14	{
	margin-bottom: 3.5rem;
}

.mb-16	{
	margin-bottom: 4rem;
}

.mb-20	{
	margin-bottom: 5rem;
}

.mb-24	{
	margin-bottom: 6rem;
}

.mb-28	{
	margin-bottom: 7rem;
}

.mb-32	{
	margin-bottom: 8rem;
}

.mb-36	{
	margin-bottom: 9rem;
}

.mb-40	{
	margin-bottom: 10rem;
}

.mb-44	{
	margin-bottom: 11rem;
}

.mb-48	{
	margin-bottom: 12rem;
}

.mb-52	{
	margin-bottom: 13rem;
}

.mb-56	{
	margin-bottom: 14rem;
}

.mb-60	{
	margin-bottom: 15rem;
}

.mb-64	{
	margin-bottom: 16rem;
}

.mb-72	{
	margin-bottom: 18rem;
}

.mb-80	{
	margin-bottom: 20rem;
}

.mb-96	{
	margin-bottom: 24rem;
}

.mb-auto {
	margin-bottom: auto;
}

.-mb-0	{
	margin-bottom: 0px;
}


/* MQs
========================== */

/* medium */

@media (max-width: 48rem) {

	/* left right */

	/* top */

	/* bottom */

	.md\:mb-0 {
		margin-bottom: 0px;
	}
	
	.md\:mb-px	{
		margin-bottom: 1px;
	}
	
	.md\:mb-0.5 {
		margin-bottom: 0.125rem;
	}
	
	.md\:mb-1 {
		margin-bottom: 0.25rem;
	}
	
	.md\:mb-1.5 {
		margin-bottom: 0.375rem;
	}
	
	.md\:mb-2 {
		margin-bottom: 0.5rem;
	}
	
	.md\:mb-2.5 {
		margin-bottom: 0.625rem;
	}
	
	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}
	
	.md\:mb-3.5 {
		margin-bottom: 0.875rem;
	}
	
	.md\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.md\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	
	.md\:mb-7 {
		margin-bottom: 1.75rem;
	}
	
	.md\:mb-8 {
		margin-bottom: 2rem;
	}
	
	.md\:mb-9 {
		margin-bottom: 2.25rem;
	}
	
	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}
	
	.md\:mb-11 {
		margin-bottom: 2.75rem;
	}
	
	.md\:mb-12	{
		margin-bottom: 3rem;
	}
	
	.md\:mb-14	{
		margin-bottom: 3.5rem;
	}
	
	.md\:mb-16	{
		margin-bottom: 4rem;
	}
	
	.md\:mb-20	{
		margin-bottom: 5rem;
	}
	
	.md\:mb-24	{
		margin-bottom: 6rem;
	}
	
	.md\:mb-28	{
		margin-bottom: 7rem;
	}
	
	.md\:mb-32	{
		margin-bottom: 8rem;
	}
	
	.md\:mb-36	{
		margin-bottom: 9rem;
	}
	
	.md\:mb-40	{
		margin-bottom: 10rem;
	}
	
	.md\:mb-44	{
		margin-bottom: 11rem;
	}
	
	.md\:mb-48	{
		margin-bottom: 12rem;
	}
	
	.md\:mb-52	{
		margin-bottom: 13rem;
	}
	
	.md\:mb-56	{
		margin-bottom: 14rem;
	}
	
	.md\:mb-60	{
		margin-bottom: 15rem;
	}
	
	.md\:mb-64	{
		margin-bottom: 16rem;
	}
	
	.md\:mb-72	{
		margin-bottom: 18rem;
	}
	
	.md\:mb-80	{
		margin-bottom: 20rem;
	}
	
	.md\:mb-96	{
		margin-bottom: 24rem;
	}
	
	.md\:mb-auto {
		margin-bottom: auto;
	}
	
	.md\:-mb-0	{
		margin-bottom: 0px;
	}

}

/* sm */

@media (max-width: 40rem) {

	/* left right */

	/* top */

	/* top */

	.sm\:mt-0 {
		margin-top: 0px;
	}

	.sm\:mt-px {
		margin-top: 1px;
	}

	.sm\:mt-0.5 {
		margin-top: 0.125rem;
	}

	.sm\:mt-1 {
		margin-top: 0.25rem;
	}

	.sm\:mt-1.5 {
		margin-top: 0.375rem;
	}

	.sm\:mt-2 {
		margin-top: 0.5rem;
	}

	.sm\:mt-2.5 {
		margin-top: 0.625rem;
	}

	.sm\:mt-3 {
		margin-top: 0.75rem;
	}

	.sm\:mt-3.5 {
		margin-top: 0.875rem;
	}

	.sm\:mt-4 {
		margin-top: 1rem;
	}

	.sm\:mt-5 {
		margin-top: 1.25rem;
	}

	.sm\:mt-6 {
		margin-top: 1.5rem;
	}

	.sm\:mt-7 {
		margin-top: 1.75rem;
	}

	.sm\:mt-8 {
		margin-top: 2rem;
	}

	.sm\:mt-9 {
		margin-top: 2.25rem;
	}

	.sm\:mt-10 {
		margin-top: 2.5rem;
	}

	.sm\:mt-11 {
		margin-top: 2.75rem;
	}

	.sm\:mt-12 {
		margin-top: 3rem;
	}

	.sm\:mt-14 {
		margin-top: 3.5rem;
	}

	.sm\:mt-16 {
		margin-top: 4rem;
	}

	.sm\:mt-20 {
		margin-top: 5rem;
	}

	.sm\:mt-24 {
		margin-top: 6rem;
	}

	.sm\:mt-28 {
		margin-top: 7rem;
	}

	.sm\:mt-32 {
		margin-top: 8rem;
	}

	.sm\:mt-36 {
		margin-top: 9rem;
	}

	.sm\:mt-40 {
		margin-top: 10rem;
	}

	.sm\:mt-44 {
		margin-top: 11rem;
	}

	.sm\:mt-48 {
		margin-top: 12rem;
	}

	.sm\:mt-52 {
		margin-top: 13rem;
	}

	.sm\:mt-56 {
		margin-top: 14rem;
	}

	.sm\:mt-60 {
		margin-top: 15rem;
	}

	.sm\:mt-64 {
		margin-top: 16rem;
	}

	.sm\:mt-72 {
		margin-top: 18rem;
	}

	.sm\:mt-80 {
		margin-top: 20rem;
	}

	.sm\:mt-96 {
		margin-top: 24rem;
	}

	.sm\:mt-auto {
		margin-top: auto;
	}

	/* bottom */

	.sm\:mb-0 {
		margin-bottom: 0px;
	}
	
	.sm\:mb-px	{
		margin-bottom: 1px;
	}
	
	.sm\:mb-0.5 {
		margin-bottom: 0.125rem;
	}
	
	.sm\:mb-1 {
		margin-bottom: 0.25rem;
	}
	
	.sm\:mb-1.5 {
		margin-bottom: 0.375rem;
	}
	
	.sm\:mb-2 {
		margin-bottom: 0.5rem;
	}
	
	.sm\:mb-2.5 {
		margin-bottom: 0.625rem;
	}
	
	.sm\:mb-3 {
		margin-bottom: 0.75rem;
	}
	
	.sm\:mb-3.5 {
		margin-bottom: 0.875rem;
	}
	
	.sm\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.sm\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.sm\:mb-6 {
		margin-bottom: 1.5rem;
	}
	
	.sm\:mb-7 {
		margin-bottom: 1.75rem;
	}
	
	.sm\:mb-8 {
		margin-bottom: 2rem;
	}
	
	.sm\:mb-9 {
		margin-bottom: 2.25rem;
	}
	
	.sm\:mb-10 {
		margin-bottom: 2.5rem;
	}
	
	.sm\:mb-11 {
		margin-bottom: 2.75rem;
	}
	
	.sm\:mb-12	{
		margin-bottom: 3rem;
	}
	
	.sm\:mb-14	{
		margin-bottom: 3.5rem;
	}
	
	.sm\:mb-16	{
		margin-bottom: 4rem;
	}
	
	.sm\:mb-20	{
		margin-bottom: 5rem;
	}
	
	.sm\:mb-24	{
		margin-bottom: 6rem;
	}
	
	.sm\:mb-28	{
		margin-bottom: 7rem;
	}
	
	.sm\:mb-32	{
		margin-bottom: 8rem;
	}
	
	.sm\:mb-36	{
		margin-bottom: 9rem;
	}
	
	.sm\:mb-40	{
		margin-bottom: 10rem;
	}
	
	.sm\:mb-44	{
		margin-bottom: 11rem;
	}
	
	.sm\:mb-48	{
		margin-bottom: 12rem;
	}
	
	.sm\:mb-52	{
		margin-bottom: 13rem;
	}
	
	.sm\:mb-56	{
		margin-bottom: 14rem;
	}
	
	.sm\:mb-60	{
		margin-bottom: 15rem;
	}
	
	.sm\:mb-64	{
		margin-bottom: 16rem;
	}
	
	.sm\:mb-72	{
		margin-bottom: 18rem;
	}
	
	.sm\:mb-80	{
		margin-bottom: 20rem;
	}
	
	.sm\:mb-96	{
		margin-bottom: 24rem;
	}
	
	.sm\:mb-auto {
		margin-bottom: auto;
	}
	
	.sm\:-mb-0	{
		margin-bottom: 0px;
	}
}


/* Padding
Utilities for controlling an element's padding.
========================================================================== */

/* all round */

.p-8 {
	padding: 2rem;
}

/* top */
/* Top */

.pt-0 {
	padding-top: 0px;
}

.pt-px	{
	padding-top: 1px;
}

.pt-0.5 {
	padding-top: 0.125rem;
}

.pt-1 {
	padding-top: 0.25rem;
}

.pt-1.5 {
	padding-top: 0.375rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pt-2.5 {
	padding-top: 0.625rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

.pt-3.5 {
	padding-top: 0.875rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-5 {
	padding-top: 1.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}

.pt-7 {
	padding-top: 1.75rem;
}

.pt-8 {
	padding-top: 2rem;
}

.pt-9 {
	padding-top: 2.25rem;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pt-11 {
	padding-top: 2.75rem;
}

.pt-12	{
	padding-top: 3rem;
}

.pt-14	{
	padding-top: 3.5rem;
}

.pt-16	{
	padding-top: 4rem;
}

.pt-20	{
	padding-top: 5rem;
}

.pt-24	{
	padding-top: 6rem;
}

.pt-28	{
	padding-top: 7rem;
}

.pt-32	{
	padding-top: 8rem;
}

.pt-36	{
	padding-top: 9rem;
}

.pt-40	{
	padding-top: 10rem;
}

.pt-44	{
	padding-top: 11rem;
}

.pt-48	{
	padding-top: 12rem;
}

.pt-52	{
	padding-top: 13rem;
}

.pt-56	{
	padding-top: 14rem;
}

.pt-60	{
	padding-top: 15rem;
}

.pt-64	{
	padding-top: 16rem;
}

.pt-72	{
	padding-top: 18rem;
}

.pt-80	{
	padding-top: 20rem;
}

.pt-96	{
	padding-top: 24rem;
}

.pt-auto {
	padding-top: auto;
}

/* top percentage */

.pt-full {
	padding-top: 100%;
}

.pt-1\/2 {
	padding-top: 50%;
}

.pt-2\/3 {
	padding-top: 66.666667%;
}

/* bottom */

.pb-0 {
	padding-bottom: 0px;
}

.pb-px	{
	padding-bottom: 1px;
}

.pb-0.5 {
	padding-bottom: 0.125rem;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.pb-1.5 {
	padding-bottom: 0.375rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.pb-2.5 {
	padding-bottom: 0.625rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pb-3.5 {
	padding-bottom: 0.875rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}

.pb-7 {
	padding-bottom: 1.75rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pb-9 {
	padding-bottom: 2.25rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.pb-11 {
	padding-bottom: 2.75rem;
}

.pb-12	{
	padding-bottom: 3rem;
}

.pb-14	{
	padding-bottom: 3.5rem;
}

.pb-16	{
	padding-bottom: 4rem;
}

.pb-20	{
	padding-bottom: 5rem;
}

.pb-24	{
	padding-bottom: 6rem;
}

.pb-28	{
	padding-bottom: 7rem;
}

.pb-32	{
	padding-bottom: 8rem;
}

.pb-36	{
	padding-bottom: 9rem;
}

.pb-40	{
	padding-bottom: 10rem;
}

.pb-44	{
	padding-bottom: 11rem;
}

.pb-48	{
	padding-bottom: 12rem;
}

.pb-52	{
	padding-bottom: 13rem;
}

.pb-56	{
	padding-bottom: 14rem;
}

.pb-60	{
	padding-bottom: 15rem;
}

.pb-64	{
	padding-bottom: 16rem;
}

.pb-72	{
	padding-bottom: 18rem;
}

.pb-80	{
	padding-bottom: 20rem;
}

.pb-96	{
	padding-bottom: 24rem;
}

.pb-auto {
	padding-bottom: auto;
}

.-pb-0	{
	padding-bottom: 0px;
}

/* left */

/* top bottom */


/* left right */


/* MQs
========================== */

/* medium */

@media (max-width: 48rem) {

	/* top */

	/* bottom */

	/* left */

	/* top bottom */

	/* left right */

}

/* small */

@media (max-width: 40rem) {

	/* top */

	.sm\:pt-0 {
		padding-top: 0px;
	}

	.sm\:pt-px	{
		padding-top: 1px;
	}

	.sm\:pt-0.5 {
		padding-top: 0.125rem;
	}

	.sm\:pt-1 {
		padding-top: 0.25rem;
	}

	.sm\:pt-1.5 {
		padding-top: 0.375rem;
	}

	.sm\:pt-2 {
		padding-top: 0.5rem;
	}

	.sm\:pt-2.5 {
		padding-top: 0.625rem;
	}

	.sm\:pt-3 {
		padding-top: 0.75rem;
	}

	.sm\:pt-3.5 {
		padding-top: 0.875rem;
	}

	.sm\:pt-4 {
		padding-top: 1rem;
	}

	.sm\:pt-5 {
		padding-top: 1.25rem;
	}
	.sm\:pt-6 {
		padding-top: 1.5rem;
	}

	.sm\:pt-7 {
		padding-top: 1.75rem;
	}

	.sm\:pt-8 {
		padding-top: 2rem;
	}

	.sm\:pt-9 {
		padding-top: 2.25rem;
	}

	.sm\:pt-10 {
		padding-top: 2.5rem;
	}

	.sm\:pt-11 {
		padding-top: 2.75rem;
	}

	.sm\:pt-12	{
		padding-top: 3rem;
	}

	.sm\:pt-14	{
		padding-top: 3.5rem;
	}

	.sm\:pt-16	{
		padding-top: 4rem;
	}

	.sm\:pt-20	{
		padding-top: 5rem;
	}

	.sm\:pt-24	{
		padding-top: 6rem;
	}

	.sm\:pt-28	{
		padding-top: 7rem;
	}

	.sm\:pt-32	{
		padding-top: 8rem;
	}

	.sm\:pt-36	{
		padding-top: 9rem;
	}

	.sm\:pt-40	{
		padding-top: 10rem;
	}

	.sm\:pt-44	{
		padding-top: 11rem;
	}

	.sm\:pt-48	{
		padding-top: 12rem;
	}

	.sm\:pt-52	{
		padding-top: 13rem;
	}

	.sm\:pt-56	{
		padding-top: 14rem;
	}

	.sm\:pt-60	{
		padding-top: 15rem;
	}

	.sm\:pt-64	{
		padding-top: 16rem;
	}

	.sm\:pt-72	{
		padding-top: 18rem;
	}

	.sm\:pt-80	{
		padding-top: 20rem;
	}

	.sm\:pt-96	{
		padding-top: 24rem;
	}

	.sm\:pt-auto {
		padding-top: auto;
	}

	/* top percentage */

	.sm\:pt-full {
		padding-top: 100%;
	}

	/* bottom */

	@media (max-width: 40rem) {

		/* left right */
	
		/* top */
	
		/* bottom */
	
		.sm\:pb-0 {
			padding-bottom: 0px;
		}
		
		.sm\:pb-px	{
			padding-bottom: 1px;
		}
		
		.sm\:pb-0.5 {
			padding-bottom: 0.125rem;
		}
		
		.sm\:pb-1 {
			padding-bottom: 0.25rem;
		}
		
		.sm\:pb-1.5 {
			padding-bottom: 0.375rem;
		}
		
		.sm\:pb-2 {
			padding-bottom: 0.5rem;
		}
		
		.sm\:pb-2.5 {
			padding-bottom: 0.625rem;
		}
		
		.sm\:pb-3 {
			padding-bottom: 0.75rem;
		}
		
		.sm\:pb-3.5 {
			padding-bottom: 0.875rem;
		}
		
		.sm\:pb-4 {
			padding-bottom: 1rem;
		}
		
		.sm\:pb-5 {
			padding-bottom: 1.25rem;
		}
	
		.sm\:pb-6 {
			padding-bottom: 1.5rem;
		}
		
		.sm\:pb-7 {
			padding-bottom: 1.75rem;
		}
		
		.sm\:pb-8 {
			padding-bottom: 2rem;
		}
		
		.sm\:pb-9 {
			padding-bottom: 2.25rem;
		}
		
		.sm\:pb-10 {
			padding-bottom: 2.5rem;
		}
		
		.sm\:pb-11 {
			padding-bottom: 2.75rem;
		}
		
		.sm\:pb-12	{
			padding-bottom: 3rem;
		}
		
		.sm\:pb-14	{
			padding-bottom: 3.5rem;
		}
		
		.sm\:pb-16	{
			padding-bottom: 4rem;
		}
		
		.sm\:pb-20	{
			padding-bottom: 5rem;
		}
		
		.sm\:pb-24	{
			padding-bottom: 6rem;
		}
		
		.sm\:pb-28	{
			padding-bottom: 7rem;
		}
		
		.sm\:pb-32	{
			padding-bottom: 8rem;
		}
		
		.sm\:pb-36	{
			padding-bottom: 9rem;
		}
		
		.sm\:pb-40	{
			padding-bottom: 10rem;
		}
		
		.sm\:pb-44	{
			padding-bottom: 11rem;
		}
		
		.sm\:pb-48	{
			padding-bottom: 12rem;
		}
		
		.sm\:pb-52	{
			padding-bottom: 13rem;
		}
		
		.sm\:pb-56	{
			padding-bottom: 14rem;
		}
		
		.sm\:pb-60	{
			padding-bottom: 15rem;
		}
		
		.sm\:pb-64	{
			padding-bottom: 16rem;
		}
		
		.sm\:pb-72	{
			padding-bottom: 18rem;
		}
		
		.sm\:pb-80	{
			padding-bottom: 20rem;
		}
		
		.sm\:pb-96	{
			padding-bottom: 24rem;
		}
		
		.sm\:pb-auto {
			padding-bottom: auto;
		}
		
		.sm\:-pb-0	{
			padding-bottom: 0px;
		}
	}	

	/* left */

	/* top bottom */

	/* left right */

	/* top percentage */

	.sm\:pt-full {
		padding-top: 100%;
	}

	.sm\:pt-1\/2 {
		padding-top: 50%;
	}

	.sm\:pt-2\/3 {
		padding-top: 66.666667%;
	}
}


/* Background Colours
Utilities for controlling an element's background color.
========================================================================== */

/* gradients */

.bg-grad-1 {
	background: transparent linear-gradient(0deg, #FFFFFF 0%, #FAFAFC 24%, #EFF1F2 50%, #EAECEE 79%, #E6E9EB 100%);
}

.bg-grad-2 {
    background: transparent linear-gradient(90deg, #1E4E9D 0%, #2769B1 18%, #2993D1 31%, #57C1DBBF 47%, #57C1DBB3 61%, #2993D1B3 72%, #2769B1E6 85%, #1E4E9D 100%);
}

@media (max-width: 40rem) {
    .bg-grad-2 {
        background: transparent linear-gradient(0deg,#1e4e9d,#2769b1 18%,#2993d1 31%,rgba(87,193,219,.40) 47%, 61%,rgba(41,147,209,.90) 72%,rgba(39,105,177,.90) 85%,#1e4e9d);
    }
}

.bg-grad-3 {
	background: transparent linear-gradient(90deg, #1E4E9D 0%, #2769B1 38%, #2993D1 54%, #57C1DB 100%);
}

.bg-grad-overlay:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent linear-gradient(270deg, #2769B1 0%, #2978BC 17%, #2993D1 34%, #29AFE5 48%, #41BEE7 66%, #41BEE7 75%, #41BEE7 83%, #58C1DF 91%, #57C1DB 99%, #57C1DB 100%);
	mix-blend-mode: multiply;
}


.bg-background {
	background-color: #FFFFFF;
}

.bg-background-alt {
	background-color: #F9FAFC;
}

.bg-title {
	background-color: #11232D;
}

.bg-body {
	background-color: #69797F;
}

/* primary */

.bg-primary {
	background-color: #1E4E9D;
}

.bg-primary-10 {
	background-color: rgba(30, 78, 157, .10);
}

.bg-primary-25 {
	background-color: rgba(30, 78, 157, .25);
}

.bg-primary-60 {
	background-color: rgba(30, 78, 157, .60);
}

.bg-primary-80 {
	background-color: rgba(30, 78, 157, .80);
}

.bg-secondary {
	background-color: #2769B1;
}

/* secondary */

.bg-secondary {
	background-color: #2769B1;
}

.bg-secondary-10 {
	background-color: rgba(39, 105, 177, .10);
}

.bg-secondary-25 {
	background-color: rgba(39, 105, 177, .25);
}

.bg-secondary-60 {
	background-color: rgba(39, 105, 177, .60);
}

.bg-secondary-80 {
	background-color: rgba(39, 105, 177, .80);
}

/* tertiary */

.bg-tertiary {
	background-color: #2993D1;
}

.bg-tertiary-10 {
	background-color: rgba(41, 147, 209, .10);
}

.bg-tertiary-25 {
	background-color: rgba(41, 147, 209, .25);
}

.bg-tertiary-60 {
	background-color: rgba(41, 147, 209, .60);
}

.bg-tertiary-80 {
	background-color: rgba(41, 147, 209, .80);
}

/* quaternary */

.bg-quaternary {
	background-color: #57C1DB;
}

.bg-quaternary-10 {
	background-color: rgba(87, 193, 219, .10);
}

.bg-quaternary-25 {
	background-color: rgba(87, 193, 219, .25);
}

.bg-quaternary-60 {
	background-color: rgba(87, 193, 219, .60);
}

.bg-quaternary-80 {
	background-color: rgba(87, 193, 219, .80);
}


/* ============ HOVERS ============= */

/* primary */

.hover\:bg-primary:hover {
	background-color: #1E4E9D;
}

.hover\:bg-primary-10:hover {
	background-color: rgba(30, 78, 157, .10);
}

.hover\:bg-primary-25:hover {
	background-color: rgba(30, 78, 157, .25);
}

.hover\:bg-primary-60:hover {
	background-color: rgba(30, 78, 157, .60);
}

.hover\:bg-primary-80:hover {
	background-color: rgba(30, 78, 157, .80);
}

.hover\:bg-secondary:hover {
	background-color: #2769B1;
}

/* secondary */

.hover\:bg-secondary:hover {
	background-color: #2769B1;
}

.hover\:bg-secondary-10:hover {
	background-color: rgba(39, 105, 177, .10);
}

.hover\:bg-secondary-25:hover {
	background-color: rgba(39, 105, 177, .25);
}

.hover\:bg-secondary-60:hover {
	background-color: rgba(39, 105, 177, .60);
}

.hover\:bg-secondary-80:hover {
	background-color: rgba(39, 105, 177, .80);
}

/* tertiary */

.hover\:bg-tertiary:hover {
	background-color: #2993D1;
}

.hover\:bg-tertiary-10:hover {
	background-color: rgba(41, 147, 209, .10);
}

.hover\:bg-tertiary-25:hover {
	background-color: rgba(41, 147, 209, .25);
}

.hover\:bg-tertiary-60:hover {
	background-color: rgba(41, 147, 209, .60);
}

.hover\:bg-tertiary-80:hover {
	background-color: rgba(41, 147, 209, .80);
}

/* quaternary */

.hover\:bg-quaternary:hover {
	background-color: #57C1DB;
}

.hover\:bg-quaternary-10:hover {
	background-color: rgba(87, 193, 219, .10);
}

.hover\:bg-quaternary-25:hover {
	background-color: rgba(87, 193, 219, .25);
}

.hover\:bg-quaternary-60:hover {
	background-color: rgba(87, 193, 219, .60);
}

.hover\:bg-quaternary-80:hover {
	background-color: rgba(87, 193, 219, .80);
}



/* Background Images
Utilities for controlling an element's background image.
========================================================================== */

/* size */

.bg-cover {
	background-size: cover
}

.bg-contain {
	background-size: contain
}

/* position */

.bg-bottom {
	background-position: bottom
}

.bg-center {
	background-position: center
}

.bg-left {
	background-position: left
}

.bg-left-bottom {
	background-position: left bottom
}

.bg-left-top {
	background-position: left top
}

.bg-right {
	background-position: right
}

.bg-right-bottom {
	background-position: right bottom
}

.bg-right-top {
	background-position: right top
}

.bg-top {
	background-position: top
}

.bg-repeat {
	background-repeat: repeat
}

/* repeat */

.bg-no-repeat {
	background-repeat: no-repeat
}

.bg-repeat-x {
	background-repeat: repeat-x
}

.bg-repeat-y {
	background-repeat: repeat-y
}


/* Object Fit
Utilities for controlling how a replaced element's content should be resized.
========================================================================== */

.object-contain	{
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.object-cover {	
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.object-fill {	
	object-fit: fill;
	font-family: 'object-fit: fill;';

}

.object-none {
	object-fit: none;
}

.object-scale-down	{
	object-fit: scale-down;
}

/* Object Position
Utilities for controlling how a replaced element's content should be positioned within its container.
========================================================================== */

.object-bottom {
	object-position: bottom;
}

.object-center {
	object-position: center;
}

.object-left {
	object-position: left;
}

.object-left-bottom	{
	object-position: left bottom;
}

.object-left-top {
	object-position: left top;
}

.object-right {
	object-position: right;
}
.object-right-bottom {
	object-position: right bottom;
}

.object-right-top {
	object-position: right top;
}

.object-top	{
	object-position: top;
}

/* sm */

@media (max-width: 40rem) {

	.sm\:object-center  {
		object-position: center;
	}
	
}


/* Text Colours
Utilities for controlling the text color of an element.
========================================================================== */

.text-background {
	color: #FFFFFF;
}

.text-background-alt {
	color: #F9FAFC;
}

/* title */

.text-title {
	color: #11232D;
}

.text-title-10 {
	color: rgba(17, 35, 45, .10);
}

.text-title-25 {
	color: rgba(17, 35, 45, .25);
}

.text-title-60 {
	color: rgba(17, 35, 45, .60);
}

.text-title-80 {
	color: rgba(17, 35, 45, .80);
}

/* body */

.text-body {
	color: #69797F;
}

/* primary */

.text-primary {
	color: #1E4E9D;
}

.text-primary-10 {
	color: rgba(30, 78, 157, .10);
}

.text-primary-25 {
	color: rgba(30, 78, 157, .25);
}

.text-primary-60 {
	color: rgba(30, 78, 157, .60);
}

.text-primary-80 {
	color: rgba(30, 78, 157, .80);
}

/* secondary */

.text-secondary {
	color: #2769B1;
}

.text-secondary-10 {
	color: rgba(39, 105, 177, .10);
}

.text-secondary-25 {
	color: rgba(39, 105, 177, .25);
}

.text-secondary-60 {
	color: rgba(39, 105, 177, .60);
}

.text-secondary-80 {
	color: rgba(39, 105, 177, .80);
}

/* tertiary */

.text-tertiary {
	color: #2993D1;
}

.text-tertiary-10 {
	color: rgba(41, 147, 209, .10);
}

.text-tertiary-25 {
	color: rgba(41, 147, 209, .25);
}

.text-tertiary-60 {
	color: rgba(41, 147, 209, .60);
}

.text-tertiary-80 {
	color: rgba(41, 147, 209, .80);
}

/* quaternary */

.text-quaternary {
	color: #57C1DB;
}

.text-quaternary-10 {
	color: rgba(87, 193, 219, .10);
}

.text-quaternary-25 {
	color: rgba(87, 193, 219, .25);
}

.text-quaternary-60 {
	color: rgba(87, 193, 219, .60);
}

.text-quaternary-80 {
	color: rgba(87, 193, 219, .80);
}

/* Text Align
Utilities for controlling the alignment of text.
========================================================================== */

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

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

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

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

/* MQs
=========================== */

/* md */

@media (max-width: 48rem) {

	.md\:text-left {
		text-align: left
	}

	.md\:text-center {
		text-align: center
	}

	.md\:text-right {
		text-align: right
	}

	.md\:text-justify {
		text-align: justify
	}

}

/* sm */

@media (max-width: 40rem) {

	.sm\:text-left {
		text-align: left
	}

	.sm\:text-center {
		text-align: center
	}

	.sm\:text-right {
		text-align: right
	}

	.sm\:text-justify {
		text-align: justify
	}

}

/* xs */

@media (max-width: 480px) {

	.xs\:text-left {
		text-align: left
	}

	.xs\:text-center {
		text-align: center
	}

	.xs\:text-right {
		text-align: right
	}

	.xs\:text-justify {
		text-align: justify
	}

}

/* Letter Spacing
Utilities for controlling the tracking (letter spacing) of an element.
========================================================================== */

.tracking-tighter {
	letter-spacing: -4px;
}

.tracking-tight	{
	letter-spacing: -2px;
}

.tracking-normal {
	letter-spacing: 0;
}

.tracking-wide {
	letter-spacing: 4px;
}

/* Text Transform
Utilities for controlling the transformation of text.
========================================================================== */

.uppercase {	
	text-transform: uppercase;
}

.lowercase {	
	text-transform: lowercase;
}

.capitalize {	
	text-transform: capitalize;
}

.normal-case {	
	text-transform: none;
}

/* Position
Utilities for controlling how an element is positioned in the DOM.
========================================================================== */

.static {
	position: static
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.sticky {
	position: -webkit-sticky;
	position: sticky
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.inset-auto {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto
}

.inset-y-0 {
	top: 0;
	bottom: 0
}

.inset-x-0 {
	right: 0;
	left: 0
}

.inset-y-auto {
	top: auto;
	bottom: auto
}

.inset-x-auto {
	right: auto;
	left: auto
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.bottom-0 {
	bottom: 0
}

.left-0 {
	left: 0
}

.top-auto {
	top: auto
}

.right-auto {
	right: auto
}

.bottom-auto {
	bottom: auto
}

.left-auto {
	left: auto
}


/* Z-Index
Utilities for controlling the stack order of an element.
========================================================================== */

.z-0 {
	z-index: 0
}

.z-1 {
	z-index: 1
}

.z-2 {
	z-index: 2
}

.z-3 {
	z-index: 3
}

.z-4 {
	z-index: 4
}

.z-5 {
	z-index: 5
}

.z-10 {
	z-index: 10;
}
.z-20{
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.z-auto {
	z-index: auto;
}

/* Overflow
Utilities for controlling how an element handles content that is too large for the container.
========================================================================== */

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.overflow-visible {
	overflow: visible;
}

.overflow-scroll {
	overflow: scroll;
}

/* Borders
========================================================================== */

/* width */

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.border-3 {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}

/* bottom */

.border-b {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
}

.border-b-3 {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 0;
}

/* style */

.border-solid {
	border-style: solid;
}

/* color */

/* Word Break
Utilities for controlling word breaks in an element.
========================================================================== */

.break-normal	{
	word-break: normal;
	overflow-wrap: normal
}

.break-words {
	overflow-wrap: break-word;
}

.break-all	{
	word-break: break-all;
}

.truncate	{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/* Text Trunc
========================================================================== */

.text-trunc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.text-trunc--1 { -webkit-line-clamp: 1; }
.text-trunc--2 { -webkit-line-clamp: 2; }
.text-trunc--3 { -webkit-line-clamp: 3; }
.text-trunc--4 { -webkit-line-clamp: 4; }
.text-trunc--5 { -webkit-line-clamp: 5; }
.text-trunc--6 { -webkit-line-clamp: 6; }
.text-trunc--7 { -webkit-line-clamp: 7; }
.text-trunc--8 { -webkit-line-clamp: 8; }
.text-trunc--9 { -webkit-line-clamp: 9; }
.text-trunc--10 { -webkit-line-clamp: 10; }
.text-trunc--11 { -webkit-line-clamp: 11; }
.text-trunc--12 { -webkit-line-clamp: 12; }


@media (max-width: 48rem) {
    .md\:text-trunc-none {
        -webkit-line-clamp: inherit;
    }
}

@media (max-width: 40rem) {
    .sm\:text-trunc-none {
        -webkit-line-clamp: inherit;
    }
	
	.sm\:text-trunc--1 { -webkit-line-clamp: 1; }
}

/* List Style Position
Utilities for controlling the position of bullets/numbers in lists.
========================================================================== */

.list-inside {
	list-style-position: inside;
}

.list-outside {
	list-style-position: outside;
}

/* List Style Type
Utilities for controlling the bullet/number style of a list.
========================================================================== */

.list-none	{ 
	list-style-type: none;
}

.list-disc	{
	list-style-type: disc;
}

.list-decimal {	
	list-style-type: decimal;
}

/* Border Raduis
Utilities for controlling the border radius of an element.
========================================================================== */

.rounded-sm {
	border-radius: 5px;
}

.rounded-lg {
	border-radius: 10px;
}

.rounded-full {
	border-radius: 100%;
}


/* Box Shadow
Utilities for controlling the box shadow of an element.
========================================================================== */

.shadow-sm {
	box-shadow: 0px 24px 24px rgba(17, 35, 45, 0.15);
}

.shadow-lg {
	box-shadow: 0px 32px 32px rgba(17, 35, 45, 0.15);
}

/* Overflow
Utilities for controlling how an element handles content that is too large for the container.
========================================================================== */

.overflow-auto {	
	overflow: auto;
}

.overflow-hidden {	
	overflow: hidden;
}

.overflow-visible {	
	overflow: visible;
}

.overflow-scroll {	
	overflow: scroll;
}

.overflow-x-auto {	
	overflow-x: auto;
}

.overflow-y-auto {	
	overflow-y: auto;
}

.overflow-x-hidden {	
	overflow-x: hidden;
}

.overflow-y-hidden {	
	overflow-y: hidden;
}

.overflow-x-visible {	
	overflow-x: visible;
}

.overflow-y-visible {	
	overflow-y: visible;
}

.overflow-x-scroll {	
	overflow-x: scroll;
}

.overflow-y-scroll {	
	overflow-y: scroll;
}

/* Whitespace
Utilities for controlling an element's white-space property.
========================================================================== */

.whitespace-normal {
	white-space: normal;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.whitespace-pre {
	white-space: pre;
}

.whitespace-pre-line {
	white-space: pre-line;
}

.whitespace-pre-wrap {
	white-space: pre-wrap;
}
/* responsive video */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hs-embed-wrapper,
.vidyard-player-container {
    max-width: none !important;
    max-height: none !important;
    min-width: auto !important;
}

/* bgs */

.bg-block:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}

.bg-block--left:before {
    left: 0;
}

.bg-block--right:before {
    right: 0;
}

.bg-block--none:before,
.bg-block--gradient:before {
    display: none;
}

.bg-block.bg-block--quarter:before {
    width: 35%;
}

@media (max-width: 40rem) {
    .bg-block.bg-block--quarter:before {
        width: 60%;
    }
}

.bg-block--half:before {
    width: 50%;
}

@media (max-width: 40rem) {
    .bg-block--half:before {
        width: 100%;
    }    
}

.bg-block--third:before {
    width: 68%;
}

.bg-block--full:before {
    width: 100%;
}

.bg-block--light:before {
    background-color: #F9FAFC;
}

.bg-block--right.bg-block--grad:before {
    background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0.051) 0%, rgba(30, 78, 157, 0.102) 34%, rgba(39, 105, 177, 0.102) 51%, rgba(41, 147, 209, 0.102) 70%, rgba(87, 193, 219, 0.102) 100%);
}

.bg-block--left.bg-block--grad:before {
    background: transparent linear-gradient(269deg, rgba(255, 255, 255, 0) 0%, rgba(30, 78, 157, 0.102) 34%, rgba(39, 105, 177, 0.102) 51%, rgba(41, 147, 209, 0.102) 70%, rgba(87, 193, 219, 0.102) 100%);
}

.bg-block.bg-block--secondary:before {
    background-color: #2769B1;
}

/* pattern */

.bg-pattern {
    color: rgba(87, 193, 219, .45);
}

@media (max-width: 48rem) {
    .bg-pattern {
        color: rgba(87, 193, 219, .80);
    }
}

.bg-pattern-light {
    color: rgba(255, 255, 255, .20);
}

@media (max-width: 48rem) {
    .bg-pattern-light {
        color: rgba(255, 255, 255, .50);
    }
}

.bg-pattern.bg-pattern--quarter {
    width: 25%;
}

.bg-pattern.bg-pattern--half {
    width: 50%;
}

.bg-pattern.bg-pattern--full {
    width: 100%;
}

/* icons */

.icon-primary {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-primary svg {
    width: 3rem;
    height: 3rem;
    fill: #2993D1;
}

.icon-primary img {
    width: 3rem;
    height: auto;
}

/* social icons */

.social-links {
    display: flex;
    grid-gap: 1.125rem;
}

.social-links__link {
    display: block;
}

.social-links__icon {
    position: relative;
    display: flex;
    width: 2rem;
    height: 2rem;
    border: 2px solid #11232d;
    border-radius: 50%;
    color:  #11232d;
}

.social-links__icon:hover {
    background-color: #11232d;
    color: #FFF;
}

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

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
    fill: #FFF;
}

/* scroll bars */

.scroll-bar-primary::-webkit-scrollbar {
    height: 0.5rem;
    padding-top: 0.5rem;
}

.scroll-bar-primary::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll-bar-primary::-webkit-scrollbar-thumb {
    background-color: rgba(17, 35, 45, .10);
}

.scroll-bar-primary::-webkit-scrollbar-thumb:hover {
    background-color: #11232D;
    cursor: grab;
}


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

/* 
    custom grid
*/

/* CONTAINER */

.container-wrap {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
}

@media (max-width: 67.5rem) {

    .container-wrap {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}

@media (max-width: 48rem) {

    .container-wrap {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

@media (max-width: 40rem) {

    .container-wrap {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
}

/* sm 1080px */

.container--sm {
    max-width: 67.5rem;
}

/* md 1280px */

.container--md {
    max-width: 80rem;
}

/* ROWS */

.row {
    grid-row-gap: 3rem;
}

.row--sm {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row--md {
    margin-right: -1rem;
    margin-left: -1rem;
}

.row--lg {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

@media (max-width: 48rem) {
    .row--lg {
        margin-right: -1rem;
        margin-left: -1rem;
    }    
}

/* COLS */

.col--sm {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.col--md {
    padding-right: 1rem;
    padding-left: 1rem;
}

.col--lg {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (max-width: 48rem) {
    .col--lg {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* 
    modified standard Hubspot grid
*/

/* cols */

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

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

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

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

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

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

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

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

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

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

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

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

/* cols breakpoints */

@media (max-width: 767px) {
    .row-fluid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .row-fluid .span1,
    .row-fluid .span2,
    .row-fluid .span3,
    .row-fluid .span4,
    .row-fluid .span5,
    .row-fluid .span6,
    .row-fluid .span7,
    .row-fluid .span8,
    .row-fluid .span9,
    .row-fluid .span10,
    .row-fluid .span11,
    .row-fluid .span12 {
        width: 100%;
    }
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Paragraphs */

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

p:last-of-type {
    margin-bottom: 0;
}

/* Anchors */

a {
    cursor: pointer;
    text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: inherit;
}

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

/* Lists */

ul,
ol {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
}

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

ul li,
ol li {
    position: relative;
    list-style-type: none;
    margin-bottom: 2rem;
}

ul li:last-child,
ol li:last-child {
    list-style-position: inside;
    margin-bottom: 0;
}

ol {
    list-style: none;
    counter-reset: ol-counter;
}

ol li {
    counter-increment: ol-counter;
    margin-bottom: 0.75rem;
    font-size: 1.125em;
    line-height: 1.5;
}

ol li:before {
    content: counter(ol-counter) ". ";
    display: inline-block;
    margin-right: 0.5rem; 
    color: rgba(17, 35, 45, .80);
    font-weight: 700;
}

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

ul.no-list {
    list-style: none;
}

.text-wysiwyg > ul:first-of-type,
.text-wysiwyg > ol:first-of-type {
    margin-top: 2rem !important;
}

.text-wysiwyg ul {
    text-align: left !important;
}

.text-wysiwyg ul li {
    padding-left: 1.625rem;
}

.text-wysiwyg ul li,
.text-wysiwyg ol li {
    margin-bottom: 1.5rem;
}

.text-wysiwyg ul li:last-of-type,
.text-wysiwyg ol li:last-of-type {
    margin-bottom: 0;
}

.text-wysiwyg ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    background-color: rgba(17, 35, 45, .80);
    border-radius: 0.75rem;
}

.text-wysiwyg--dark ul li:before {
    background-color: ;
}

.text-wysiwyg--lg p {
    font-size: 1.125rem;
    line-height: 1.625;
}

.text-wysiwyg a {
    text-decoration: underline;
    color: #2993D1;
}

.text-wysiwyg a:hover,
.text-wysiwyg a:focus {
	color: #57C1DB;
}

.text-wysiwyg mark {
    background-color: rgba(87, 193, 219, .60);
}

/* Code blocks */

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */

blockquote {
    border-left: 8px solid #57C1DB;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
    font-style: italic;
}

blockquote:last-child {
    margin-bottom: 0;
}

/* Horizontal rules */

hr {
    margin: 0;
    height: 1px;
    background-color: rgba(17, 35, 45, .25);
    border: 0;
}

/* Image alt text */

img {
    font-size: 0.875em;
    word-break: normal;
}
.buttons-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1.125rem;
}

.buttons-group--filters {
    padding-bottom: 0.5rem;
    display: block;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.buttons-group--filters a {
   margin-right: 0.75rem;
}

.buttons-group--filters a.is-active {
    background-color: #11232D;
    color: #FFFFFF;
}

button,
.button {
    position: relative;
    display: inline-block;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    font-weight: 600;
    text-decoration: none !important;
}

button:before,
.button:before {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
    border: 2px solid;
    border-color: #57C1DB;
    opacity: 0;
    border-radius: 5px;
}

button:focus:before,
.button:focus:before {
    opacity: 1;
}

button:disabled,
.button:disabled {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    color: #E6E6E6;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
    text-decoration: none;
    color: #FFFFFF;
}

/* primary */

.button--primary {
    background-color: #1E4E9D;
}

    .button--primary:hover,
    .button--primary:focus,
    .button--primary:active {
        background-color: rgba(30, 78, 157, .80);
    }

/* secondary */

.button--secondary {
    background-color: #2769B1;
}

    .button--secondary:hover,
    .button--secondary:focus,
    .button--secondary:active {
        background-color: rgba(39, 105, 177, .80);
    }

/* tertiary */

.button--tertiary {
    background-color: #2993D1;
}

    .button--tertiary:hover,
    .button--tertiary:focus,
    .button--tertiary:active {
        background-color: rgba(41, 147, 209, .80);
    }    
    
/* quaternary */

.button--quaternary {
    background-color: #57C1DB;
}

    .button--quaternary:hover,
    .button--quaternary:focus,
    .button--quaternary:active {
        background-color: rgba(87, 193, 219, .80);
    }

/* title */

.button--title {
    background-color: #11232D;
}

    .button--title:hover,
    .button--title:focus,
    .button--title:active {
        background-color: rgba(17, 35, 45, .80);
    }
    
/* background */

.button--background {
    background-color: #FFFFFF;
    color: #11232D;
}

    .button--background:hover,
    .button--background:focus,
    .button--background:active {
        background-color: rgba(255, 255, 255, .80);
        color: #11232D;
    }       

/* outline */

.button--outline {
    padding: 0.875rem 1.375rem;
    color: #FFFFFF;
    border: 2px solid;
}

.button--outline:hover,
.button--outline:focus,
.button--outline:active {
    color: #FFFFFF;
}

.button--outline:focus:before {
    top: -0.375rem;
    left: -0.375rem;
    width: calc(100% + 0.75rem);
    height: calc(100% + 0.75rem);
}

.button--outline--primary {
    border-color: #1E4E9D;
    color: #1E4E9D;
}

    .button--outline--primary:hover,
    .button--outline--primary:focus,
    .button--outline--primary:active {
        background-color: #1E4E9D;
    }

.button--outline--secondary {
    border-color: #2769B1;
    color: #2769B1;
}

    .button--outline--secondary:hover,
    .button--outline--secondary:focus,
    .button--outline--secondary:active {
        background-color: #2769B1;
    }

.button--outline--tertiary {
    border-color: #2993D1;
    color: #2993D1;
}

    .button--outline--tertiary:hover,
    .button--outline--tertiary:focus,
    .button--outline--tertiary:active {
        background-color: #2993D1;
    }

.button--outline--quaternary {
    border-color: #57C1DB;
    color: #57C1DB;
}

    .button--outline--quaternary:hover,
    .button--outline--quaternary:focus,
    .button--outline--quaternary:active {
        background-color: #57C1DB;
    }

.button--outline--title {
    border-color: #11232D;
    color: #11232D;
}

    .button--outline--title:hover,
    .button--outline--title:focus,
    .button--outline--title:active {
        background-color: #2993D1;
        border-color: #2993D1;
    }

.button--outline--background {
    border-color: #FFFFFF;
}

    .button--outline--background:hover,
    .button--outline--background:focus,
    .button--outline--background:active {
        background-color: #FFFFFF;
        color: #11232D;
    }

/* icon */

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

.button--icon svg {
    width: 1.25rem;
    height: 1.25rem;
    transform: translateX(0.5rem);
    transition:all ease 0.2s;
}

.button--icon:hover svg {
    transform: translateX(0.75rem);
}

/* text only */

.button--text {
    padding: 0;
}

.button--text:before {
    top: -0.5rem;
    left: -0.5rem;
    width: calc(100% + 1.5rem);
    height: calc(100% + 1rem);
}

.button--text--primary,
.button--text--primary:hover,
.button--text--primary:focus {
    color: #1E4E9D;
}

.button--text--secondary,
.button--text--secondary:hover,
.button--text--secondary:focus {
    color: #2769B1;
}

.button--text--tertiary,
.button--text--tertiary:hover,
.button--text--tertiary:focus {
    color: #2993D1;
}

.button--text--quaternary,
.button--text--quaternary:hover,
.button--text--quaternary:focus {
    color: #57C1DB;
}

.button--text--background,
.button--text--background:hover,
.button--text--background:focus {
    color: #FFFFFF;
}

.button--text--title,
.button--text--title:hover,
.button--text--title:focus {
    color: #11232D;
}


/* outline rounded */

.button-outline-rounded {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid;
    border-color: #69797F;
    border-radius: 100%;
    color: #69797F;
}

.button-outline-rounded:hover {
    border-color: #11232D;
    color: #11232D;
}

.button-outline-rounded:before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    border: 1px solid;
    border-color: #57C1DB;
    opacity: 0;
    border-radius: 100%;
}

.button-outline-rounded:focus:before {
    opacity: 1;
}

.button-outline-rounded svg {
    width: 20px;
    fill: #69797F;
}
.heading-line {
    padding-left: 1rem;
    border-left: 0.5rem solid;
    border-color: #57C1DB;
}
.form-section {
    padding-top: 7rem;
}

@media (max-width: 40rem) {
    .form-section {
        padding-top: 4rem;
    }    
}

.form-section__form {
    max-width: 48.75rem;
    margin-right: auto;
    margin-left: auto;
}

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

.form-section .map-bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 2rem;
    z-index: -1;
}

@media (max-width: 40rem) {
    .form-section .map-bg {
        top: -2rem;
    }    
}

.form-section .hs-form-field {
    margin-bottom: 0 !important;
}

/* Form fields */

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

/* Labels */

form label {
    display: block;
    margin-bottom: 0.375rem;
    color: #11232D;
    font-size: 0.875rem;
    line-height: 1;
}

/* Help text - legends */

form legend {
    font-size: 0.875rem;
    margin-bottom: .4rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="date"],
form select,
form textarea {
    width: 100% !important;
    padding: 1.05rem 1rem;
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    border: 1px solid;
    border-color: #2769B1;
    box-shadow: 0px 32px 32px rgba(17, 35, 45, .15);
    font-size: 16px;
    font-weight: 300;
    -webkit-appearance: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form input[type="date"]:focus,
form select:focus,
form textarea:focus {
    outline-style: none;
    border-color: #57C1DB;
    box-shadow: 0px 32px 32px rgba(17, 35, 45, .25);
}

/* Inputs - select */

form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.922 7.261'%3E%3Cpath fill='%2311232d' d='M5.496 7.042a.6.6 0 0 0 .465.219.6.6 0 0 0 .465-.219l5.3-5.3a.633.633 0 0 0 .191-.465.633.633 0 0 0-.191-.465l-.6-.6a.684.684 0 0 0-.465-.205.588.588 0 0 0-.465.178L5.961 4.417 1.723.174a.588.588 0 0 0-.465-.178.684.684 0 0 0-.465.205l-.6.6A.633.633 0 0 0 0 1.274a.633.633 0 0 0 .191.465Z' data-name='Path 2603'/%3E%3C/svg%3E");
    background-position: center right 1rem;
    background-repeat: no-repeat;
    background-size: 0.75rem;
}

form textarea {
    width: 100% !important;
    min-height: 8.75rem;
}

/* Inputs - checkbox/radio */

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

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

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

form input[type="checkbox"],
form input[type="radio"] {
    width: 1.25rem !important;
    height: 1.25rem !important;
    border: 2px solid;
    border-color: #1E4E9D;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 0.75rem;
    -webkit-appearance: none;
}

form input[type="radio"] {
    border-radius: 100%;
}

form input[type='checkbox']:hover,
form input[type='radio']:hover {
    border-color: #2993D1;
}

form input[type='checkbox']:checked,
form input[type='radio']:checked {
    border-color: #1E4E9D;
    background-color: #2993D1
}

/* Inputs - datepicker */

.hs-dateinput {
    position: relative;
}

.hs-dateinput:before {
    content: "\01F4C5";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.75rem;
}

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

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

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

/* Inputs - file picker */

form input[type="file"]::-webkit-file-upload-button {
	visibility: hidden;
}

form input[type="file"]::before {
    content: 'Select files';
    display: inline-block;
    border: 1px solid #11232D;
    border-radius: 0;
    padding: 0.25rem 0.5rem;
    outline: 0;
    white-space: nowrap;
    cursor: pointer;
    font-size: 10pt;
    color: #11232D;
    -webkit-user-select: none;
}

/* Headings and text */

.form-columns-0 .hs-richtext.hs-main-font-element {
    padding-left: .8125rem;
    padding-right: .8125rem;
}

.form-columns-0 {
    margin-bottom: 1.875rem !important;
}

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

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

form .hs-richtext.hs-main-font-element {
    margin-bottom: 0 !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 1rem !important;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
    float: none !important;
    margin: 0 1rem 0 0 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: inline-block !important;
    flex: 1;
}

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin: 0 !important;
}

.legal-consent-container a {
    color: #2993D1 !important;
    text-decoration: underline;
}

form .legal-consent-container .hs-richtext {
    margin: 0 0 1.25rem 0 !important;
}

form .legal-consent-container .hs-richtext:last-of-type {
    margin: 0 !important;
}


/* Validation */

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

.hs-input.invalid.error {
    border-color: #DE3C4B;
}

.hs-error-msg {
    color: #DE3C4B;
    margin-top: 0.35rem;
    font-size: 0.875rem;
}

/* Submit button */

form input[type="submit"] {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 3rem;

    font-size: 1rem;
    font-weight: 600;
    text-align: center;

    border: none;
    border-radius: 5px;
    background-color: #2993D1;
    color: #FFFFFF;
    
    cursor: pointer;
    white-space: normal;
    transition: all 0.15s linear;
    -webkit-appearance: none;
}

form input[type="submit"]:hover {
    background-color: rgba(41, 147, 209, .80);
    color: #FFFFFF;
}

form input[type="submit"]:before {
    content: "";
    position: absolute;
    top: calc(0px - .5rem - 0px);
    left: calc(0px - .5rem - 0px);
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    border: 2px solid #afb6d1;
    opacity: 0;
    border-radius: 5px;
}

/* placeholders */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #69797F;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #69797F;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #69797F;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #69797F;
  }

/* Overide Columns */

fieldset {
    max-width: none !important;
    text-align: left;
    font-size: 0;
    margin-bottom: 2rem !important;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

@media (max-width: 40rem) {
    fieldset {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
}

.form-columns-1 .hs-form-field,
.form-columns-2 .hs-form-field, 
.form-columns-3 .hs-form-field {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

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

.form-columns-3 .hs-form-field {
    width: 33.33333% !important;
}

.form-columns-1 .input, 
.form-columns-2 .input, 
.form-columns-3 .input {
    margin-right: 0 !important;
    width: 100%;
}

@media (max-width: 40rem) {
    .form-columns-1 .hs-form-field,
    .form-columns-2 .hs-form-field, 
    .form-columns-3 .hs-form-field {
        width: 100% !important;
        margin-bottom: 1.5rem !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.legal-consent-container {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 40rem) {
    .legal-consent-container {
        margin-bottom: 20px !important;
    }
}

/* Overide Checkboxes */

.inputs-list.multi-container label {
    margin-bottom: 0 !important;
}

.inputs-list.multi-container .hs-form-checkbox,
.inputs-list.multi-container .hs-form-radio {
    margin-top: 0 !important;
    margin-bottom: 1.4rem !important;
}

.inputs-list.multi-container .hs-form-checkbox:first-child,
.inputs-list.multi-container .hs-form-radio:first-child {
    margin-top: 1rem !important;
}

.inputs-list.multi-container .hs-form-checkbox:last-child,
.inputs-list.multi-container .hs-form-radio:last-child {
    margin-bottom: 0 !important;
}

.hs-fieldtype-booleancheckbox {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

label.hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    margin: 0;
}

form .hs-richtext p:last-of-type {
    margin: 0 !important;
}
/* Table */

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border: 1px solid;
    margin-bottom: 2rem;
    overflow-wrap: break-word;
    border-spacing: 0;
    border-radius: 10px;
    text-align: left;
    overflow: hidden;
    border-color: #1E4E9D !important;
    border-collapse: inherit !important;
    table-layout: auto !important;
    height: auto !important;
}

table:last-child {
    margin-bottom: 0;
}

/* Table Rows */

table tr {
    white-space: nowrap;
    height: auto !important;
}

table tr:nth-child(odd) {
    background-color: #FFFFFF;
}

table tr:nth-child(even) {
    background-color: #F9FAFC;
}

/* Table Cells */

table th:first-child {
    border-radius: 10px 0 0 0px;
}

table th:last-child {
  border-radius: 0 10px 0 0;
}

th,
td {
    border-bottom: 1px solid #1E4E9D;
    padding: 1rem 1.25rem;
    vertical-align: top;
}

td {
    width: auto !important;
    height: auto !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

/* Table Header */

thead th,
thead td {
    border-bottom: none;
    vertical-align: bottom;
    background-color: #1E4E9D;
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 300;
}

/* Table Footer */

tfoot th,
tfoot td {
    border-bottom: none;
    vertical-align: bottom;
}
.image-fit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    transition: all 0.2s;
}

.image-fit.flickity-lazyerror,
.image-fit.flickity-lazyloaded,
.image-fit.lazyloaded {
    opacity: 1;
}

/* image hover effect */

.image-hover {
    transition: all 0.2s;
}

.image-hover:hover {
    transform: scale(1.25);
}
/* PRIMARY */

.card-primary {
    height: 100%;
    padding-top: 2.5rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    position: relative;
    background-color: #FFF;
    transition: background-color .2s ease;
}

.card-primary--has-icon {
    height: calc(100% - 2.5rem);
    margin-top: 2.5rem;
    padding-top: 4rem;
}

.card-primary--has-icon--lg {
    height: calc(100% - 3rem);
    margin-top: 3rem;
    padding-top: 4.5rem;
}

.card-primary--is-carousel {
    margin-top: 2.5rem !important;
    border: 1px solid;
    border-color: rgba(105, 121, 127, .25);
}

.card-primary--testimonials.card-primary--is-carousel {
    margin-top: 3.5rem !important;
}

    /* hover */

    .col.is-selected .card-primary,
    .card-primary:hover {
        background-color: #2993D1;
        color: #FFF;
    }

    .col.is-selected .card-primary--testimonials,
    .card-primary--testimonials:hover {
        background-color: #2993d1;
    }

    .col.is-selected .card-primary h4,
    .card-primary:hover h4,
    .col.is-selected .card-primary .button,
    .card-primary:hover .button,
    .col.is-selected .card-primary .card-primary__text,
    .card-primary:hover .card-primary__text,
    .col.is-selected .card-primary .social-links__icon,
    .card-primary:hover .social-links__icon {
        color: #FFF !important;
    }

    .col.is-selected .card-primary .social-links__icon,
    .card-primary:hover .social-links__icon {
        border-color: #FFF !important;
    }

    .col.is-selected .card-primary .button svg,
    .card-primary:hover .button svg {
        transform: translateX(0.75rem);
    }

.card-primary .text-wrap {
    padding-bottom: 3.5rem;
}

.card-primary .card-primary__button {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.card-primary .card-primary__text {
    color: #69797f;
}

.card-primary .card-primary__icon {
    width: 5rem;
    height: 5rem;
    
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: -2.5rem;
    left: 2rem;

    background-color: #FFF;
    color: rgba(41, 147, 209, 0.80);
    transition: all .2s ease;
}

.card-primary .card-primary__icon.card-primary__icon--lg {
    width: 6rem;
    height: 6rem;
    top: -3rem;
}

.col.is-selected .card-primary .card-primary__icon,
.card-primary:hover .card-primary__icon {
        transform: translateY(-0.5rem);
    }

.card-primary .card-primary__icon img {
    width: 3rem;
    height: auto;
}

.card-primary .card-primary__icon.card-primary__icon--lg img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 100%;
} 

.card-primary .card-primary__icon svg {
    width: 3rem;
    height: 3rem;
    fill: rgba(41, 147, 209, 0.80);
}

/* SECONDARY (used on blog listing) */

.card-secondary {
    height: 100%;
    padding: 2rem;
    position: relative;
    background-color: #FFF;
}

.card-secondary .img-wrap {
    position: relative;
    padding-top: 60%;
}

.card-secondary .img-wrap__topic {
    padding: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
}

.card-secondary .text-wrap {
    padding-bottom: 5.5rem;
}

.card-secondary .btn-wrap {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

/* TERTIARY (used on secondary module!) */

.card-tertiary {
    height: 100%;
    padding: 2.5rem 2rem 2rem 2rem;
    position: relative;
    background-color: #FFF;
    color: #69797F;
}

.card-tertiary :is(h1, h2, h3, h4, h5, h6) {
    color: #2993D1;
}

.card-tertiary.is-active,
.card-tertiary:hover {
    color: #FFF;
    background-color: #2993d1;
}

.card-tertiary.is-active :is(h1, h2, h3, h4, h5, h6),
.card-tertiary:hover :is(h1, h2, h3, h4, h5, h6) {
    color: #FFF;
}

.card-tertiary.is-active .button,
.card-tertiary:hover .button {
    color: #11232d;
    background-color: #FFF;
}

.card-tertiary.is-active .text-wysiwyg ul li:before,
.card-tertiary:hover .text-wysiwyg ul li:before {
    background-color: #FFF;
}

.card-tertiary .img-wrap {
    position: relative;
    padding-top: 60%;
}

.card-tertiary .text-wrap {
    padding-bottom: 6rem;
}

.card-tertiary .btn-wrap {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.cards-tertiary .bg-pattern {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cards-tertiary .bg-pattern--left {
    left: 0;
}

.cards-tertiary .bg-pattern--right {
    right: 0;
}

.cards-tertiary .bg-pattern--top {
    top: 17rem;
    transform: none;
}

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

div[data-global-resource-path*="header"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

body[data-hs-dragdrop*="true"] div[data-global-resource-path*="header"] {
    position: relative !important;
}

.header {
    padding-top: 2rem;
    position: relative;
    transition: padding 0.15s linear;
}

.header__logo {
    display: block;
    width: 5rem;
    height: 4.5rem;
}

.header__logo:hover {
    color: #11232D;
}

/* dark version */
body.is-dark .header__logo {
    color: #FFFFFF;
}

body.is-dark .header .button {
    background-color: #57C1DB;
}

/* light version */

body.is-light .header__logo {
    color: #11232D;
}

/* header active */

.header.header--active {
    background-color: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

body.is-dark .header--active .header__logo {
    color: #11232D;
}

body.is-dark .header.header--active .button {
    background-color: #1E4E9D;
}

/* Navigation skipper */

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

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

/* Navigation */

.header__nav {
    margin-left: 4rem;
    margin-right: 4rem;
}

@media (max-width: 64rem) {
    .header__nav {
        display: none;
    }
}

/* Button */

.header__btns {
    position: absolute;
    right: 0;
}

/* burger */

.burger-wrap {
    display: none;
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    background-color: #2769B1;
    margin-left: 1rem;
    border-radius: 5px;
}

@media (max-width: 64rem) {
    .burger-wrap {
        display: block;
    }
}

.burger {
    width: 32px;
    height: 20px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.burger__line {
    width: 100%;
    height: 2px;
    position: absolute;
    transition-duration: 400ms;
    transition: cubic-bezier(0.8, 0.5, 0.2, 1.4);
    background-color: #FFFFFF;
}

.burger__line:nth-child(1) {
    top: 0;
    left: 0;
    transition-duration: 400ms;
}

.burger-wrap.active .burger__line:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    transition-duration: 200ms;
}

.burger__line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
}

.burger-wrap.active .burger__line:nth-child(2) {
    opacity: 0;
}

.burger__line:nth-child(3) {
    bottom: 0;
    left: 0;
    transition-duration: 200ms;
}

.burger-wrap.active .burger__line:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    transition-duration: 200ms;
}
/*
|-----------------------------------------------------------------------------
| nav primary                                
|-----------------------------------------------------------------------------
*/

.nav-primary {
    display: flex;
}

.nav-primary a,
.nav-primary span {
    display: flex;
    align-items: center;
    height: 100%;
    color: #11232D;
}

/* light */

body.is-light .nav-primary a,
body.is-light .nav-primary span {
    color: #11232D;
}

/* dark */

body.is-dark .nav-primary a,
body.is-dark .nav-primary span {
    color: #FFFFFF;
}

/* active */

body.is-dark .header--active .nav-primary a,
body.is-dark .header--active .nav-primary span {
    color: #11232D;
}

.nav-primary a:hover {
    color: #57C1DB;
}

.nav-primary a.active-item {
    color: #57C1DB;
}

.nav-primary .submenu.level-1 > li:hover .menu-link {
    color: #57C1DB;
}

.nav-primary .submenu.level-1 > li.has-submenu .arrow {
    margin-left: 0.5rem;
}

.nav-primary .submenu.level-1 > li:hover .arrow {
    color: #57C1DB;
}

.nav-primary .submenu.level-1 > li.has-submenu .arrow svg {
    width: 0.6875rem;
    height: 0.375rem;
}

.nav-primary span {
    cursor: default;
}

.nav-primary li.menu-item {
    margin-bottom: 0;
}

.nav-primary .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-primary .submenu a,
.nav-primary .submenu p {
    text-decoration: none;
}

.nav-primary .submenu-toggle {
    display: none;
}



.nav-primary .submenu.level-1 {
    display: flex;
    white-space: nowrap;
}

.nav-primary .submenu.level-1 > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 4.5rem;
    margin-right: 2rem;
}

.nav-primary .submenu.level-1 > li.is-active:after {
    opacity: 1;
}

.nav-primary .submenu.level-1 > li:last-child {
    margin-right: 0;
}



.nav-primary .submenu.level-2 {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: calc(350ms / 2);
    transition-delay: calc(350ms / 2);

    min-width: 12rem;
    margin: 0;
    padding: 2rem 2rem 2rem 1.5rem;
    position: absolute;
    top: 4.5rem;
    left: 0;

    background-color: #FFFFFF;
    box-shadow: 0px 32px 32px rgba(17, 35, 45, 0.15);
    border-radius: 10px;
}

.nav-primary .submenu.level-1 > li:hover .submenu.level-2 {
    opacity: 1;
    transform: scaleY(1);
    transition: .2s;
}

.nav-primary .submenu.level-2 > li {
    margin-bottom: 1.5rem;
}

.nav-primary .submenu.level-2 > li:last-of-type {
    margin-bottom: 0;
}

.nav-primary .submenu.level-2 .menu-item .menu-link {
    color: #1E4E9D !important;
    font-weight: 600;
}

.nav-primary .submenu.level-2 .menu-item .menu-link:hover {
    color: #57C1DB !important;
}

.nav-primary .submenu.level-2 > li.has-submenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav-primary .submenu.level-2 > li.has-submenu .arrow {
    display: none !important;
}



.nav-primary .submenu.level-3 {
    padding-top: 0.5rem;
    padding-left: 1.5rem;
}

.nav-primary .submenu.level-3 > li {
    margin-bottom: 0.5rem;
    list-style: disc;
}

.nav-primary .submenu.level-3 > li:last-of-type {
    margin-bottom: 0;
}

.nav-primary .submenu.level-3 .menu-item .menu-link {
    font-weight: normal;
}

/*
|-----------------------------------------------------------------------------
| nav mobile                                
|-----------------------------------------------------------------------------
*/

/* nav wrap */

.nav-wrap {
    display: none;
    position: fixed;
    top: 7.5rem;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #1E4E9D;
    color: #FFFFFF;
    z-index: 60;
    transition: all 0.15s linear;
}

@media (max-width: 64rem) {
    .nav-wrap {
        display: block;
    }
}

.nav-wrap.active {
    left: 0 ;
}

.header.header--active .nav-wrap {
    top: 6.5rem;
}

/* buttons */

.nav-wrap .nav-wrap__buttons {
    margin-top: 2rem;
    margin-right: 2rem;
    margin-left: 2rem;
}

.nav-wrap .nav-wrap__buttons a.button--primary {
    background-color: #FFF !important;
    color: #11232D !important;
}

/* mob styles */

.nav-mob {
    height: 69%;
    overflow-y: auto;
}

.nav-mob .submenu li a {
    color: #FFF;
}

.nav-mob .submenu.level-1 li {
    margin: 0;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #FFF;
}

.nav-mob .submenu.level-1 li.has-submenu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='6' viewBox='0 0 10.5 6'%3E%3Cpath id='Path_2569' data-name='Path 2569' d='M5.25-12a.747.747,0,0,1-.53-.22l-4.5-4.5a.75.75,0,0,1,0-1.061.75.75,0,0,1,1.061,0l3.97,3.971,3.97-3.97a.75.75,0,0,1,1.061,0,.75.75,0,0,1,0,1.061l-4.5,4.5A.748.748,0,0,1,5.25-12Z' transform='translate(0 18)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: top 1.85em right 1rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    cursor: pointer;
    transition: all .2s;
}

.nav-mob .submenu.level-2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
}

.nav-mob .submenu.level-2 li.has-submenu {
    margin: 1rem 0;
    background: none;
}

.nav-mob .submenu.level-2 li {
    margin-top: 1rem;
    padding: 0;
    border-bottom: none;
}

.nav-mob .submenu.level-3 {
    padding-left: 2.5rem;
}

.nav-mob .submenu.level-3 li {
    list-style: disc;
    margin: 1rem 0;
}

.nav-mob .submenu.level-3 li:last-of-type {
    margin-bottom: 0;
}

.nav-mob .arrow {
    display: none;
}

/*
|-----------------------------------------------------------------------------
| nav footer                                
|-----------------------------------------------------------------------------
*/


.nav-footer a {
    color: #69797F;
}

.nav-footer a:hover,
.nav-footer a:focus {
    color: #57C1DB;
}

.nav-footer li.menu-item {
    position: relative;
    margin-bottom: 1.125rem;
}

.nav-footer li.menu-item:last-child {
    margin-bottom: 0;
}

.nav-footer .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-footer .submenu-toggle {
    display: none;
}



.nav-footer .submenu.level-1 .has-submenu.menu-item .menu-link {
    font-weight: 600;
    font-size: 1.125rem;
    color: #11232D;
}

.nav-footer .submenu.level-1 .menu-item .menu-link {
    display: block;
    margin-bottom: 1rem;
    cursor: default;
}



.nav-footer .submenu.level-2 .menu-item .menu-link {
    margin-bottom: 0;
    color: #69797F !important;
    font-size: 1rem !important;
    line-height: 1.25;
    cursor: pointer;
    font-weight: normal !important;
}


.nav-footer .submenu.level-2 .menu-item .menu-link:hover,
.nav-footer .submenu.level-2 .menu-item .menu-link:focus {
    color: #57C1DB !important;
}



.nav-footer .submenu.level-3 .menu-item .menu-link {
    margin-top: 1.125rem;
    margin-left: 1.125rem;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
    visibility: hidden;
}

@media (max-width: 40rem) {
    .nav-footer {
        text-align: left;
    }

    .nav-footer li.menu-item {
        position: relative;
        margin-bottom: 1rem;
    }

    

    .nav-footer .submenu.level-1 .menu-item .menu-link {
        margin-bottom: 1rem;
    }

    .nav-footer .submenu.level-1 .menu-item .menu-link {
        cursor: pointer;
    }

    .nav-footer .submenu.level-1 > li {
        border-bottom: 1px solid;
        border-color: rgba(17, 35, 45, .10);
        padding-bottom: 0.5rem;
    }

    .nav-footer .submenu.level-1 > li.has-submenu.active .submenu.level-2 {
        display: block;
    }

    .nav-footer .submenu.level-1 > .has-submenu > .menu-arrow {
        position: absolute;
        display: block;
        top: 1rem;
        right: 5px;
        width: 0;
        height: 0;
        margin-left: 1px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #11232D;
        transform: translateY(-50%);
    }

    .nav-footer .submenu.level-1 > li.has-submenu.active > .menu-arrow {
        transform: rotate(180deg);
    }

    

    .nav-footer .submenu.level-2 {
        display: none;
    }
}


.nav-footer-legal .submenu.level-1 {
    display: flex;
    grid-gap: 1.125rem;
    margin: 0;
    background-color: #fff;
    position: relative;
    padding-right: 4rem;
    padding-left: 4rem;
}

@media (max-width: 48rem) {
    .nav-footer-legal .submenu.level-1 {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (max-width: 40rem) {
    .nav-footer-legal .submenu.level-1 {
        flex-wrap: wrap;
        padding-right: 0;
        padding-left: 0;
    }
}

.nav-footer-legal .submenu.level-1 li {
    margin: 0;
}

@media (max-width: 40rem) {
    .nav-footer-legal .submenu.level-1 li {
        width: 100%;
    }
}

.nav-footer-legal .submenu.level-1 li .menu-link {
    color: #69797F;
}

.nav-footer-legal .submenu.level-1 li .menu-link:hover {
    color: #57C1DB;
}
.pre-footer .map-bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: -4rem;
}

@media (max-width: 40rem) {
    .pre-footer .map-bg {
        top: -1rem;
    }    
}

/* form */

.pre-footer-form {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media (max-width: 40rem) {
    .pre-footer-form {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.pre-footer-form__form {
    width: 100%;
    max-width: 33.3125rem;
    margin-right: auto;
    margin-left: auto;
}

.pre-footer-form__form form {
    position: relative;
}

.pre-footer-form__form form input {
    height: 54px;
    padding-right: 8rem;
}

.pre-footer-form__form form input[type=submit] {
    width: 111px;
    height: 48px;
    margin: 0;
    padding: 0.5rem;
    
    position: absolute;
    top: 3px;
    right: 3px;

    background-color: #2769B1 !important;
}

/* form overides */

.pre-footer-form h3 {
    display: none;
}

.pre-footer-form .legal-consent-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* footer */

.footer {
    overflow: hidden;
}

.footer__top {
    padding-bottom: 4rem;
}

.footer__logo {
    display: block;
    margin-bottom: 2rem;
}

.footer__logo,
.footer__logo svg {
    width: 5rem;
    height: 4.5rem;
}

.footer__logo,
.footer__logo:hover {
    color: #11232D;
}

.footer .social-links {
    margin-top: 2rem;
}

.footer__navs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
}

@media (max-width: 40rem) {
    .footer__navs {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem;
    }
}

.footer__navs--lp {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
}

@media (max-width: 40rem) {
    .footer__navs--lp {
        grid-template-columns: repeat(1, 1fr);
    }
}

.footer__bottom {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 3rem;
    align-items: center;
    grid-gap: 4rem;
}

@media (max-width: 40rem) {
    .footer__bottom {
        justify-content: start;
        padding-top: 2rem;
        border-top: 1px solid;
        border-color: rgba(17, 35, 45, .25);
    }
}

.footer__bottom:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    border: 1px solid;
    border-color: rgba(17, 35, 45, .25);
}

@media (max-width: 40rem) {
    .footer__bottom:before {
        display: none;
    }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Modules
*/

.hero {
    position: relative;
    overflow: hidden;
}

.hero.hero--push {
    padding-bottom: 3.5rem;
}

.hero__slider__item {
    position: relative;
    width: 100%;
}

.hero__slider__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #1E4E9D 0%, #2769B1 18%, #2993D1 31%, #57C1DBBF 47%, #57C1DBB3 61%, #2993D1B3 72%, #2769B1E6 85%, #1E4E9D 100%);
    z-index: 1;
}

@media (max-width: 40rem) {
    .hero__slider__item:before {
        background: transparent linear-gradient(0deg,#1e4e9d,#2769b1 18%,#2993d1 31%,rgba(87,193,219,.40) 47%, 61%,rgba(41,147,209,.90) 72%,rgba(39,105,177,.90) 85%,#1e4e9d);
    }
}

.hero__slider__item .content {
    padding-top: 14rem;
    padding-bottom: 16.30rem;
    color: #FFF;
    position: relative;
    z-index: 3;
}

@media (max-width: 40rem) {
    .hero__slider__item .content {
        padding-top: 9.4375rem;
        padding-bottom: 4rem;
    }
}

.hero__slider__item--lp .content {
    padding-top: 5rem;
    padding-bottom: 15rem;
}

@media (max-width: 40rem) {
    .hero__slider__item--lp .content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.hero__slider__item .content__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1.125rem;
}

.hero__slider__item .content__img {
    max-width: 29.625rem;
    margin-right: 3rem;
    margin-left: auto;
}

.hero__slider__item .content__img.content__img--push {
    margin-bottom: 4.6875rem;
}

@media (max-width: 48rem) {
    .hero__slider__item .content__img {
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

@media (max-width: 40rem) {
    .hero__slider__item .content__img {
        margin-right: auto;
        margin-left: auto;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.hero__slider__item .content__img img {
    width: 100%;
}

.hero__pattern {
    width: 100%;
    height: auto;
    margin-bottom: -6px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.hero__pattern svg {
    color: rgba(255, 255, 255, 0.20);
}

.hero__logos {
    margin: -4.6875rem 2rem 0;
    padding: 2rem 4rem;

    display: grid;
    grid-gap: 4rem;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    grid-auto-flow: column;

    background-color: #fff;
    border-radius: 10px;

    position: relative;
    z-index: 20;
}

@media (max-width: 48rem) {
    .hero__logos {
        padding-left: 2rem;
        padding-right: 2rem;
        grid-gap: 2rem;
    }    
}

@media (max-width: 40rem) {
    .hero__logos {
        margin-right: 0;
        margin-left: 0;
    }    
}

.hero__logos .img-wrap {
    padding-top: 38%;
    position: relative;
}

@media (max-width: 40rem) {
    .hero__logos .img-wrap,
    .hero__logos .img-wrap {
        width: 9rem;
    }
}

.hero__logos--greyscale .img-wrap img,
.hero__logos--greyscale .img-wrap svg {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.form-hero {
    padding: 3rem 2.5rem;
    background-color: #FFF;
}

@media (max-width: 48rem) {
    .form-hero {
        padding: 2rem 1.25rem;
    }
}

.form-hero form input[type="text"],
.form-hero form input[type="email"],
.form-hero form input[type="password"],
.form-hero form input[type="tel"],
.form-hero form input[type="number"],
.form-hero form input[type="file"],
.form-hero form input[type="date"],
.form-hero form select,
.form-hero form textarea {
    box-shadow: none !important;
}

/* Hero alt
========================================================================== */

.hero-alt .hero-alt__text {
    padding-top: 5rem;
    padding-right: 5rem;
    padding-bottom: 5rem;
}

@media (max-width: 48rem) {
    .hero-alt .hero-alt__text {
        padding-right: 2.5rem;
    }    
}

@media (max-width: 40rem) {
    .hero-alt .hero-alt__text {
        padding-top: 3rem;
        padding-right: 0;
        padding-bottom: 3rem;
    }    
}

.hero-alt .hero-alt__text .text-wrap {
    max-width: 35rem;
}

.hero-alt .hero-alt__image {
    margin-top: 1rem;
    margin-right: 5rem;
    padding-top: calc(100% - 5rem);
    position: relative;
    overflow: hidden;
}

@media (max-width: 48rem) {
    .hero-alt .hero-alt__image {
        margin-top: 0;
        margin-right: 0;
        padding-top: 100%;
    }
}

.hero-alt__text--reset-bottom {
    padding-bottom: 0 !important;
}

.hero-alt .hero-alt__image:before {
    content: '';
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -2rem;
    left: 0;
    border-radius: 100%;
    background: transparent linear-gradient(180deg, rgba(30, 78, 157, 0.10) 0%, rgba(39, 105, 177, 0.10) 38%, rgba(41, 147, 209, 0.10) 54%, rgba(87, 193, 219, 0.10) 100%);
    z-index: -1;
}

.hero-alt .bg-block:before {
    top: -6.5rem;
    height: calc(100% + 6.5rem);
}

.hero-alt--form .bg-block:after {
    content: '';
    width: 50%;
    height: 4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 1;
}

.hero-alt--form .form-title {
    display: none;
}

.hero-alt .bg-pattern {
    width: 37.295%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-alt--form .bg-pattern {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

@media (max-width: 40rem) {
    .hero-alt--form .bg-pattern {
        top: auto;
        transform: none;
        bottom: 6rem;
    }
}

/* Hero LP
========================================================================== */

.hero__logo,
.hero__logo svg {
    width: 6.0938125rem;
    height: 5.5rem;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-btn.carousel-btn--left {
    left: 7.5rem;
}

.carousel-btn.carousel-btn--right {
    right: 7.5rem;
}

@media (max-width: 105rem) {
    .carousel-btn.carousel-btn--left {
        left: 1rem;
    }
    
    .carousel-btn.carousel-btn--right {
        right: 1rem;
    }    
}

@media (max-width: 48rem) {
    .carousel-btn {
        position: relative;
        top: auto;
        transform: none;
    }

    .carousel-btn.carousel-btn--left {
        left: auto;
    }
    
    .carousel-btn.carousel-btn--right {
        right: auto;
    } 

    .carousel-btns {
        margin-top: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column-gap: 1rem;
    }
}

.carousel-pips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
}

.carousel-pips__pip {
    width: 1rem;
    height: 1rem;
    background-color: rgba(105, 121, 127, .25);
    border-radius: 100%;
    cursor: pointer;
}

.carousel-pips__pip.is-selected {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #2769B1;
    cursor: inherit;
}
.cards-primary {
    padding-top: 4rem;
    padding-bottom: 7rem;
}

@media (max-width: 40rem) {
    .cards-primary {
        padding-bottom: 4rem;
    }    
}

.cards-primary--pull {
    padding-bottom: 4rem;
}

.cards-primary--reset--both {
    padding-top: 0;
    padding-bottom: 0;
}

.cards-primary--reset--bottom {
    padding-bottom: 0;
}

.cards-primary .bg-pattern {
    position: absolute;
    z-index: 0;
}

.cards-primary .bg-pattern.bg-pattern--left {
    top: -5rem;
    left: 0;
}

.bg-pattern--left--reset {
    top: 0 !important;
}

@media (max-width: 40rem) {
    .cards-primary .bg-pattern.bg-pattern--left {
        top: -2rem;
        width: 100%;
    }
}

.cards-primary .bg-pattern.bg-pattern--right {
    top: 5rem;
    right: 0;
}

@media (max-width: 40rem) {
    .cards-primary .bg-pattern.bg-pattern--right {
        display: none;
    }    
}
.call-out {
    grid-gap: 5rem;
}

@media (max-width: 48rem) {
    .call-out {
        grid-gap: 2.5rem;
    }    
}

.call-out--icons {
    grid-gap: 0;
}

@media (max-width: 40rem) {
    .call-out--icons {
        grid-gap: 2.5rem;
    }    
}

.call-out__image {
    margin-top: -1rem;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.call-out__image--reverse {
    margin-top: 5rem;
}

@media (max-width: 40rem) {
    .call-out__image--reverse {
        margin-top: 0;
    }
}

.call-out__image:before {
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;

    position: absolute;
    right: 0;
    bottom: -4rem;
    left: 0;
    z-index: -1;

    background: transparent linear-gradient(180deg,rgba(30,78,157,.1),rgba(39,105,177,.1) 38%,rgba(41,147,209,.1) 54%,rgba(87,193,219,.1));
    border-radius: 100%;
}

.call-out__text {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (max-width: 40rem) {
    .call-out__text {
        padding-top: 0;
    }    
}

.call-out__text--reverse {
    max-width: 33.6875rem;
    padding-top: 7rem;
    padding-right: 7rem;
    padding-bottom: 7rem;
}

@media (max-width: 40rem) {
    .call-out__text--reverse {
        padding-top: 4rem;
        padding-right: 0;
        padding-bottom: 0;
    }
}

.bg-pattern-call-out {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 37.295%;
    z-index: 1;
}

/* icons */

.call-out__icons .icon {
    background-color: #FFF;
    width: 11.25rem;
    min-height: 11.25rem;
    padding: 1rem;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: absolute;
}

@media (max-width: 80rem) {
    .call-out__icons .icon {
        width: 7rem;
    }
}

@media (max-width: 40rem) {
    .call-out__icons .icon {
        height: 7rem;
        min-height: auto;
    }
}

.call-out__icons .icon:nth-child(1) {
    top: 50%;
    left: -5.625rem;
    transform: translateY(-70%);
}

@media (max-width: 80rem) {
    .call-out__icons .icon:nth-child(1) {
        left: -3.5rem;
    }    
}

@media (max-width: 40rem) {
    .call-out__icons .icon:nth-child(1) {
        left: -0.5rem;
    } 
}

.call-out__icons .icon:nth-child(2) {
    top: 50%;
    right: -5.625rem;
    transform: translateY(-50%);
}

@media (max-width: 80rem) {
    .call-out__icons .icon:nth-child(2) {
        right: -3.5rem;
    }    
}

@media (max-width: 40rem) {
    .call-out__icons .icon:nth-child(2) {
        right: -0.5rem;
    } 
}

.call-out__icons .icon:nth-child(3) {
    bottom: -4rem;
    left: -5.625rem;
}

@media (max-width: 80rem) {
    .call-out__icons .icon:nth-child(3) {
        left: 0;
    }    
}

@media (max-width: 40rem) {
    .call-out__icons .icon:nth-child(3) {
        bottom: -3rem;
    } 
}

.call-out__icons .icon:nth-child(4) {
    bottom: -2rem;
    right: -3rem;
}

@media (max-width: 80rem) {
    .call-out__icons .icon:nth-child(4) {
        right: 0;
    }    
}

.call-out__icons .icon .hs_cos_wrapper_type_icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 80rem) {
    .call-out__icons .icon .hs_cos_wrapper_type_icon {
        width: 2rem;
        height: 2rem;
    } 
}

.call-out__icons .icon svg {
    width: 3rem;
    height: 3rem;
    fill: #2993D1;
}

@media (max-width: 80rem) {
    .call-out__icons .icon svg {
        width: 2rem;
        height: 2rem;
    } 
}
.img-text {
    grid-column-gap: 5rem;
}

@media (max-width: 48rem) {
    .img-text {
        grid-column-gap: 2.5rem;
    }   
}

.img-text .img-text__img .img-wrapper.img-wrapper--sm {
    padding-top: 66%;
}

@media (max-width: 40rem) {
    .img-text .img-text__img .img-wrapper.img-wrapper--sm {
        padding-top: 100%;
    }
}

.img-text .img-text__img .img-wrapper.img-wrapper--lg {
    padding-top: 105.834%;
}

/* image */

.img-text .img-text__img  .flickity-viewport {
    position: absolute;
    top: 0;
    width: 100%;
}

.img-text .img-text__img img {
    width: 100%;
    height: 100%;
}

/* Templates
e.g blog page
*/
/* Blog listing */

.blog-listing__featured {
    padding: 4rem;
    background-color: #FFF;

    display: flex;
    grid-gap: 4rem;
}

@media (max-width: 48rem) {
    .blog-listing__featured {
        grid-gap: 2.5rem;
        padding: 2.5rem;
    }    
}

@media (max-width: 40rem) {
    .blog-listing__featured {
        grid-gap: 2rem;
        padding: 2rem;
        flex-wrap: wrap;
    }    
}

.blog-listing__featured .img-wrap {
    height: 100%;
    padding-top: 50%;
}

.blog-listing__featured .text-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 40rem) {
    .blog-listing__featured .text-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.blog-listing__featured-title {
    margin-bottom: -1.5rem;
    padding-right: 4rem;
    padding-left: 2rem;
}

@media (max-width: 40rem) {
    .blog-listing__featured-title {
        margin-bottom: -1rem;
        padding-right: 2rem;
    }    
}

.blog-listing .bg-pattern {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.blog-listing .bg-pattern--left {
    width: 50%;
    position: absolute;
    top: 2.5rem;
    left: 0;
    transform: none;
    z-index: 0;
}

@media (max-width: 40rem) {
    .blog-listing .bg-pattern--left {
        width: 100%;
        top: 6rem;
    }
}

/* Blog pagination */

.blog__pagination {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
}

.blog__pagination__link {
    width: 2rem;
    height: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;
    
    color: #11232D;
    font-weight: 700;
    border: 2px solid;
    border-color: #11232D;
    border-radius: 100%;
    background-color: #FFFFFF;
}

.blog__pagination__link.blog__pagination__link--active,
.blog__pagination__link.blog__pagination__link--active:hover,
.blog__pagination__link.blog__pagination__link--active:focus  {
    background-color: #11232D;
    border-color: #11232D;
    color: #FFFFFF;
}

.blog__pagination__link:hover,
.blog__pagination__link:focus {
    background-color: #11232D;
    border-color: #11232D;
    color: #FFFFFF;
}

.blog__pagination__link--prev,
.blog__pagination__link--next {
    color: #11232D;
    border: none;
}

.blog__pagination__link--prev:hover,
.blog__pagination__link--next:hover,
.blog__pagination__link--prev:focus,
.blog__pagination__link--next:focus {
    color: #2993D1;
    background-color: transparent;
}

.blog__pagination__link--prev svg,
.blog__pagination__link--next svg {
    width: 1.25rem;
    height: 1.25rem;
}

.blog__pagination__link--prev {
    margin-right: 0.5rem;
    margin-left: 0;
}

.blog__pagination__link--next {
    margin-right: 0;
    margin-left: 0.5rem;
}

@media (max-width: 40rem) {
    .blog__pagination__link--prev,
    .blog__pagination__link--next {
        order: 1;
        width: 100%;
        margin: 0 !important;
    }
}

.blog__pagination__link.blog__pagination__link--prev--disabled,
.blog__pagination__link.blog__pagination__link--next--disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.25;
}

/* blog single */

.blog-single .featured-img {
    padding-top: 33.333333%;
}

@media (max-width: 40rem) {
    .blog-single .featured-img {
        padding-top: 50%;
    }    
}

.blog-single .bg-pattern {
    top: 1.5rem;
    bottom: auto;
}

/* content */

.blog-single__content {
    margin-top: -2rem;
    padding-right: 2.5rem;
}

@media (max-width: 40rem) {
    .blog-single__content {
        margin-top: 2rem;
        padding-right: 0;
    }    
}

.blog-single__content .hs-responsive-embed-wrapper {
    max-width: none !important;
    margin-top: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-width: none !important;
}

.blog-single__content .hs-responsive-embed-inner-wrapper {
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
}

.blog-single__content .hs-responsive-embed-inner-wrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.blog-single__content .vidyard-player-container {
    margin-top: 2rem !important;
}

.blog-single__content img {
    width: 100% !important;
    height: auto;
}

.blog-single__content :is(h1, h2, h3, h4, h5, h6) {
    color: #2993D1;
    font-weight: 300;
    line-height: 1.15;
}

/* sidebar / recent */

.blog-single .sidebar-wrap {
    margin-top: -2rem;
    margin-right: 2rem;
    margin-left: 2.5rem;
    position: sticky;
    top: 8.5rem;
}

@media (max-width: 48rem) {
    .blog-single .sidebar-wrap {
        margin-right: 0;
        margin-left: 0;
    }   
}

.blog-single__recent {
    padding: 2.5rem 2rem 4rem 2rem;
    background-color: #1E4E9D;
    color: #FFFFFF;
}

.blog-single__recent ul li {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.25);
}

.blog-single__recent ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-single__recent ul li a:hover {
    color: #57C1DB;
}

.blog-single__share {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    align-items: center;
    justify-content: center;
}

/* related */

.blog-related .bg-pattern {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blog-related .bg-pattern.bg-pattern--left {
    left: 0;
}

.blog-related .bg-pattern.bg-pattern--right {
    right: 0;
}

.tag-story-of-the-week {
    display: none;
}

/* Libraries
flickity etc
*/

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
  }
  
  .flickity-enabled:focus { outline: none; }
  
  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: height 0.2s;
  }
  
  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  /* draggable */
  
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  /* ---- flickity-button ---- */
  
  .flickity-button {
    position: absolute;
    background-color: #2769B1;
    border: none;
    color: #FFF;
  }
  
  .flickity-button:hover {
    background: ;
    cursor: pointer;
  }
  
  .flickity-button:focus {
    outline: none;
  }
  
  .flickity-button:before {
    border-radius: 100% !important;
    border-color: rgba(117,157,25,0.20) !important;
  }
  
  .flickity-button:active:before {
    opacity: 1;
  }
  
  .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
  }
  
  .flickity-button-icon {
    fill: currentColor;
  }
  
  /* ---- previous/next buttons ---- */
  
  .flickity-prev-next-button {
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  
  .flickity-prev-next-button.previous {
    left: 0;
  }

  .flickity-prev-next-button.next {
    right: 0;
  }

  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
  }
  
  .flickity-prev-next-button .flickity-button-icon {
    width: 1rem;
    height: 1rem;
  }
  
/* ---- page dots ---- */
  
.flickity-page-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
  
.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.4375rem;
    margin-bottom: 0;
    margin-left: 0.4375rem;
    background-color: ;
    border: 2px solid;
    border-color: rgba(1, 107, 169, 0.10);
    border-radius: 100%;
    cursor: pointer;
    transition: background-color .2s;
}

.flickity-page-dots .dot:before {
    display: none;
}

.flickity-page-dots .dot.is-selected {
    background-color: #2769B1;
    border-color: #2769B1;
}

/* fade */

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}