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

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/*! 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.3; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap; /* Overflow by default is bad. */
}

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  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"] {
  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;
}
/* Switch to border-box for box-sizing. */
html {
	box-sizing:border-box;
}
*, ::before, ::after {
	box-sizing: inherit;
}

/* Immediately jump any animation to the end point if the user has set their device to "prefers reduced motion". */
/* This could create bad, unintended consequences. Remove as needed, and write your own appropriate code for prefers-reduced-motion. */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

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

img, video, canvas, audio, iframe, embed, object  { 
  display: block; /* Switch display mode to block, since that's what we usually want for images. */
  vertical-align: middle;  /* If you override, and make an image inline, it's likely you'll want middle vertical alignment. */
}
img, video {
  max-width: 100%; /* Make images and video flexible by default. */
  height: auto; /* Ensure images and video maintain their aspect ratio when max-width comes into play. */
}
img {
  border-style: none; /* Remove the border on images inside links in IE 10 and earlier. */
}
video {
	cursor:pointer; /* Videos can be clicked to play so should have cursor pointer */
}


blockquote {
	padding:0;
	margin:0;
}

ul {
	padding-left: 1.2em;
}

iframe{
    border: none;
} 

/* Theme 
This is the css used to change the style of the theme
*/



/* Macro - Assigning Theme Colors */
/* convertFromThemeToColor("primary") */


/*     
    'fullHD':'1920',
    'desktopLarge':'1366',
    'desktop':'1280',
    'desktopSmall':'1024',
    'tabletLarge':'960',
    'tablet':'768',
    'mobileLarge':'640',
    'mobile':'480',
    'mobileSmall':'400' 
*/

/* Set all css variables from the theme here */ 

:root, :root::before, :root::after {
	--container-narrower: 60rem;
	--container-narrow: 96rem;
	--container-default: 109rem;
	--container-medium: 128rem;
	--container-wide: 136.6rem;
	--container-wider: 144rem;
	--container-full: none;
	--container-percentage: -2.5vw;

    --mq-fullHD: 1920;
    --mq-desktopLarge: 1366;
    --mq-desktop: 1280;
    --mq-desktopSmall: 1024;
    --mq-tabletLarge: 960;
    --mq-tablet: 768;
    --mq-mobileLarge: 640;
    --mq-mobile: 480;
    --mq-mobileSmall: 400;   
    
    --color-transparent:						transparent;
	--color-white:								#FFF;
	--color-black:								#000;    

    --color-branding1:							#002749;
	--color-branding2:							#0300AB;
	--color-branding3:							#FCD3DE;
    --color-branding4:							#DEE0FF;
	--color-accent1:							#D92398;
	--color-accent2:							#EB3FC7;
    --color-accent3:							#E450FB;
	--color-accent4:							#9243F7;
    
    --padding-smaller:							5.0rem;  
	--padding-small:							7.5rem;
	--padding-medium:							10.0rem;
	--padding-large:							15.0rem;
    
    --font-family:                              'Barlow', sans-serif;
    --font-weightRegular:                       400;
    --font-weightMedium:                        500;
    --font-weightBold:                          700;
    --font-weightBlack:                         900;
    
    --font-letterSpacingDefault:                -0.02em;
    --font-h1Size:								5.6rem;
    --font-h1Weight:							var(--font-weightBlack);
    --font-h1LineHeight:						1.2;
	--font-h1LetterSpacing:						-0.02em;
	--font-h1Color:								var(--color-branding1);
	--font-h1ColorLight:						var(--color-white);
    --font-h2Size:								4.8rem;
    --font-h2Weight:							var(--font-weightBlack);
    --font-h2LineHeight:						1.2;
	--font-h2LetterSpacing:						var(--font-letterSpacingDefault);
	--font-h2Color:								var(--color-branding1);
	--font-h2ColorLight:						var(--color-white);
    --font-h3Size:								4.0rem;
    --font-h3Weight:							var(--font-weightBlack);
    --font-h3LineHeight:						1.2;
	--font-h3LetterSpacing:						var(--font-letterSpacingDefault);
	--font-h3Color:								var(--color-branding1);
	--font-h3ColorLight:						var(--color-white);
    --font-h4Size:								3.2rem;
    --font-h4Weight:							var(--font-weightBlack);
    --font-h4LineHeight:						1.2;
	--font-h4LetterSpacing:						var(--font-letterSpacingDefault);
	--font-h4Color:								var(--color-branding1);
	--font-h4ColorLight:						var(--color-white);
    --font-h5Size:								2.0rem;
	--font-h5Weight:						    var(--font-weightBlack);
    --font-h5LineHeight:						1.2;
	--font-h5LetterSpacing:						var(--font-letterSpacingDefault);
	--font-h5Color:								var(--color-branding1);
	--font-h5ColorLight:						var(--color-white);
    
    
    --font-h1SizeMobile:						4rem;
    --font-h2SizeMobile:						3.2rem;
    --font-h3SizeMobile:						2.8rem;
    --font-h4SizeMobile:						2.4rem;
    --font-h5SizeMobile:						2.0rem;
    
    --font-bodySize:							1.8rem;
    --font-bodyWeight:							var(--font-weightMedium);
    --font-bodyLineHeight:						1.6;
	--font-bodyColor:							var(--color-branding1);
	--font-bodyColorLight:						var(--color-white);
	--font-linkUnderline:						underline;
	--font-linkColor:							#0086ca;
	--font-linkWeight:							var(--font-weightMedium);
	--font-linkHoverUnderline:					underline;
	--font-linkHoverColor:						#0086ca;
    --font-strongFontWeight:					var(--font-weightBold);
    --font-footerNavSize:						1.4rem;

	--header-navLinkSize:						1.4rem;
	--header-navLinkWeight:						var(--font-weightBold);
	--header-navLinkColor:						var(--color-white);
	--header-navLinkStyle:						"normal";
	--header-navLinkPaddingVertical:		    0.8rem;
	--header-navLinkPaddingHorizontal:			1.6rem;
	--header-navLinkMargin:						0.8rem;

	--header-navLinkHoverColor: 				var(--color-white);
	--header-navLinkHoverBGColor: 				#440F84;
	--header-navLinkHoverUnderline: 			false;
	--header-navLinkHoverBorderWidth: 			0px;
	--header-navLinkHoverBorderColor: 			transparent;
	--header-navLinkHoverBorderRadius: 			8px;
	--header-navLinkOpenColor:					var(--color-white);
	--header-navLinkCurrentBGColor: 			#5515A6;
	
	--header-navInnerBoxBGColor:				#2C0B58F5;
	--header-navInnerBoxBorderRadius:			16px;
	--header-navInnerBoxPadding:				1.6rem;
	--header-navInnerBoxBorderWidth:			0px;
	--header-navInnerBoxBorderColor:			;

	--header-navInnerLinkSize: 					1.4rem;
	--header-navInnerLinkColor: 				var(--color-white);
	--header-navInnerLinkPaddingVertical: 		0.8rem;
	--header-navInnerLinkPaddingHorizontal: 	1.6rem;
	--header-navInnerLinkLineHeight: 			1.6;

	--header-navInnerLinkHoverColor: 			var(--color-white);
	--header-navInnerLinkHoverBGColor: 			#5515A6;
	--header-navInnerLinkHoverBorderRadius: 	8px;


    --header-mobileNavLogoWidth:				8.7rem;
    --header-mobileNavBackgroundColor:  		linear-gradient(90.03deg, #300A60 2.98%, #2B0A5A 98.84%);
    --header-mobileNavHamburgerColor:    		var(--color-white);
    --header-mobileNavHamburgerWidth:           22px;
    --header-mobileNavHamburgerHeight:          18px;
    --header-mobileNavHamburgerThickness:       3px;
    --header-mobileNavHamburgerSpacing:         7px;
    
    --header-mobileNavLinkPadding:			    1.6rem;
	--header-mobileNavLinkColor: 				var(--color-white);
	--header-mobileNavLinkColorHover: 			var(--color-white);
	--header-mobileNavLinkBackgroundColor: 		transparent;
	--header-mobileNavLinkBackgroundColorHover:	#5515A6;
 	--header-mobileNavLinkBorderRadius:			0px;
    
    
    --footer-backgroundColor:                   #F2EDFF;
    --footer-aboutLinkColor:                    #464646;
    --footer-aboutLinkColorHover:               #222222;
    --footer-aboutTextColor:                    #464646;
    --footer-socialIconColor:                   #000A34;
    --footer-socialIconColorHover:              #464646;
    --footer-navigationSize:                    1.6rem;
    --footer-navigationLinkAlignment:			"left";
    --footer-navigationLinkColor:               #464646;
    --footer-navigationLinkColorHover:          #000A34;
    --footer-navigationSubLinkColor:            #464646;
    --footer-navigationSubLinkColorHover:       #222222;
    --footer-ribbonMenuBackgroundColor:         #F2EDFF;
    --footer-ribbonMenuTextColor:               #464646;
    --footer-ribbonMenuLinkColor:               #4E4E4E;
    --footer-ribbonMenuLinkColorHover:          #222222;
    
    
    --form-GDPRSize:							1.2rem;
	--form-GDPRWeight:							400;
	--form-GDPRLineHeight:						1.6;
    --form-formLabelsMarginBottom:			    0.4rem;
    --form-formFieldsPaddingTopBottom:    		0.8rem;
    --form-formFieldsPaddingLeftRight:			1.2rem;
    --form-formFieldsMarginBottom:			    1rem;
    --form-formFields-columnGap:                2.4rem;
        
    --form-primaryBackgroundColor:				transparent;
    --form-primaryTextColor:					#222;
    --form-primaryLabelSize:					1.2rem;
    --form-primaryLabelWeight:					700;
    --form-primaryLabelLineHeight:				1.6;
    --form-primaryLabelColor:					#222;
    --form-primaryInputBackgroundColor:		    var(--color-white);
    --form-primaryDropDownIconColor:		    #222;
    --form-primaryInputBorderSize:				1px solid;
    --form-primaryInputBorderColor:			    #9E9E9F;
    --form-primaryInputBorderRadius:			0.4rem;
    --form-primaryInputColor:					#222222;
    --form-primaryInputPlaceholder:			    #9E9E9F;
    --form-primaryWarningMessageColor:			#EE4848;
    --form-primarySuccessMessageColor:			#222222;
    --form-primarySubmitBorderSize:			    1px solid;
    --form-primarySubmitBorderColor:			#0098FF;
    --form-primarySubmitBorderColorHover:		#0082DA;
    --form-primarySubmitButtonBackgroundColor:	#0098FF;
    --form-primarySubmitButtonBackgroundColorHover: #0082DA;
    --form-primarySubmitButtonTextColor:		var(--color-white);
    --form-primarySubmitButtonTextColorHover:	var(--color-white);
           
    
    --form-secondaryBackgroundColor:		    #DEE0FF;
    --form-secondaryTextColor:					var(--form-primaryTextColor);
    --form-secondaryLabelSize:					var(--form-primaryLabelSize);
    --form-secondaryLabelWeight:			    var(--form-primaryLabelWeight);
    --form-secondaryLabelLineHeight:		    var(--form-primaryLabelLineHeight);
    --form-secondaryLabelColor:					var(--form-primaryLabelColor);
    --form-secondaryInputBackgroundColor:		var(--form-primaryInputBackgroundColor);
    --form-secondaryInputBorderSize:		    var(--form-primaryInputBorderSize);
    --form-secondaryInputBorderColor:			var(--form-primaryInputBorderColor);
    --form-secondaryInputBorderRadius:			var(--form-primaryInputBorderRadius);
    --form-secondaryInputColor:					var(--form-primaryInputColor);
    --form-secondaryInputPlaceholder:			var(--form-primaryInputPlaceholder);
    --form-secondaryWarningMessageColor:	    var(--form-primaryWarningMessageColor);
    --form-secondarySuccessMessageColor:	    var(--form-primarySuccessMessageColor);
    --form-secondarySubmitBorderSize:		    var(--form-primarySubmitBorderSize);
    --form-secondarySubmitBorderColor:			var(--form-primarySubmitBorderColor);
    --form-secondarySubmitBorderColorHover:		var(--form-primarySubmitBorderColorHover);
    --form-secondarySubmitButtonBackgroundColor: var(--form-primarySubmitButtonBackgroundColor);
    --form-secondarySubmitButtonBackgroundColorHover: var(--form-primarySubmitButtonBackgroundColorHover);
    --form-secondarySubmitButtonTextColor:		var(--form-primarySubmitButtonTextColor);
    --form-secondarySubmitButtonTextColorHover:	var(--form-primarySubmitButtonTextColorHover);
	
    
    --moduleSettings-columnGap:                 3.2rem;
    --moduleSettings-forminputsBorderRadius:    0.4rem;
    --blog-postContainer:                       102.4rem;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/* Responsive grid */
.row-fluid {
	width: 100%;
	display:flex;
	justify-content:space-between;
}

.row-fluid [class*='span'] {
	display: block;
}

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

.row-fluid .span11 {
	width: calc(91.66666666666667% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span10 {
	width: calc(83.33333333333334% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span9 {
	width: calc(75.0% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span8 {
	width: calc(66.66666666666667% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span7 {
	width: calc(58.333333333333336% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span6 {
	width: calc(50.0% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span5 {
	width: calc(41.66666666666667% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span4 {
	width: calc(33.333333333333336% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span3 {
	width: calc(25.0% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span2 {
	width: calc(16.666666666666668% - (var(--moduleSettings-columnGap,0) / 2));
}

.row-fluid .span1 {
	width: calc(8.333333333333334% - (var(--moduleSettings-columnGap,0) / 2));
}

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

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

@media (max-width: 767px) {
	.row-fluid [class*='span'] {
		display: block;
		width: 100%;
	}
}

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

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

.clearfix:after {
	clear: both;
}

/* Visibilty classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

	.visible-desktop {
		display: none !important;
	}
}
.content-wrapper {
	margin: 0 auto;
	padding: 0 1rem;
}

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

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

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

@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
.hs-tools-menu.hs-tools-menu {
	top: 0!important;
    right: 0!important;
}
.hs-tools-menu.hs-collapsed {
    overflow: hidden;
    border-radius: 0% 0% 0% 100% !important;
}
.hs-tools-menu.hs-tools-menu img.hs-sprocket {
	width: 32px!important;
    padding: 3px 3px 4px 4px!important;
	pointer-events: none;
}

/* Foundation
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
As well as setting up overall layouts and fonts
*/
html {
	height:100%;
	font-size:10px;
	scroll-behavior: smooth;
	scroll-padding-top:var(--headerHeight, 10rem);
}

					
body {
	min-height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
	scroll-padding-top:var(--headerHeight, 10rem);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: var(--font-family);
}
main {
	min-width:0;
}

@media only screen and (max-width: 960px) {
	html,body {
		scroll-padding-top:var(--headerHeight, 4rem);
	}
}
@media only screen and (max-width: 320px) {
/* 	Super small e.g. folded samsung flex  */
	html {
		font-size: calc( 8px + (10 - 8) * (100vw - 280px) / (320 - 280) );
	}
}

.container {
	max-width: var(--container-default);
    width:95%;
	margin:0 auto;
    position: relative;
    z-index:1;
}

.container--narrower {max-width: var(--container-narrower);}    
.container--narrow {max-width: var(--container-narrow);}
.container--medium {max-width: var(--container-medium);}
.container--wide {max-width: var(--container-wide);}
.container--wider{max-width: var(--container-wider);}
.container--full {max-width: var(--container-full); width: 100%;}

@media only screen and (max-width: 375px) {
    .container {
        width: 92%;
    }
}

.footer-container-wrapper {
	margin-top:auto;
}


/**
 * Remove Min heights.
 */

.row-fluid.row-fluid [class*="span"] {
	min-height:0;
}
.color--white {color: var(--color-white);}
.color--black {color: var(--color-black);}

.color--branding1,
a.color--branding1,
a.color--branding1:hover{
    color: var(--color-branding1);
}

.color--branding2,
a.color--branding2,
a.color--branding2:hover{
    color: var(--color-branding2);
}

.color--branding3,
a.color--branding3,
a.color--branding3:hover{
}

.color--branding4,
a.color--branding4,
a.color--branding4:hover{
    color: var(--color-branding4);
}

.color--accent1,
a.color--accent1,
a.color--accent1:hover{
    color: var(--color-accent1);
}
.color--accent2,
a.color--accent2,
a.color--accent2:hover{
    color: var(--color-accent2);
}

.color--accent3,
a.color--accent3,
a.color--accent3:hover{
    color: var(--color-accent3);
}

.color--accent4,
a.color--accent4,
a.color--accent4:hover{
    color: var(--color-accent4);
}

.border-color--primary {border-color: var(--color-primary) !important;}
.border-color--primary2 {border-color: var(--color-primary2) !important;}
.border-color--primary3 {border-color: var(--color-primary3) !important;}
.border-color--secondary {border-color: var(--color-secondary) !important;}
.border-color--secondary2 {border-color: var(--color-secondary2) !important;}
.border-color--secondary3 {border-color: var(--color-secondary3) !important;}
.border-color--tertiary {border-color: var(--color-tertiary) !important;}
.border-color--white {border-color: var(--color-white) !important;}
.border-color--black {border-color: var(--color-black) !important;}

.bg-color--transparent {background-color: var(--color-transparent);}
.bg-color--primary {background-color: var(--color-primary);}
.bg-color--primary2 {background-color: var(--color-primary2);}
.bg-color--primary3 {background-color: var(--color-primary3);}
.bg-color--secondary {background-color: var(--color-secondary);}
.bg-color--secondary2 {background-color: var(--color-secondary2);}
.bg-color--secondary3 {background-color: var(--color-secondary3);}
.bg-color--tertiary {background-color: var(--color-tertiary);}
.bg-color--white {background-color: var(--color-white);}
.bg-color--black {background-color: var(--color-black);}
.bg-color--image {
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.color--white {color: var(--color-white);}
.color--black {color: var(--color-black);}

.bg-color--branding1{
    background-color: var(--color-branding1);
}
.bg-color--branding2{
    background-color: var(--color-branding2);
}
.bg-color--branding3{
    background-color: var(--color-branding3);
}
.bg-color--branding4{
    background-color: var(--color-branding4);
}
.bg-color--accent1{
    background-color: var(--color-accent1);
}
.bg-color--accent2{
    background-color: var(--color-accent2);
}
.bg-color--accent3{
    background-color: var(--color-accent3);
}
.bg-color--accent4{
    background-color: var(--color-accent4);
}



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

.overlay:before{
    content: '';
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    width: 100%;    
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-overlay {
    content: '';
    position: absolute;
    width: calc(100% + 0.2px);    
    height: calc(100% + 0.2px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.bg-overlay--primary {background-color: var(--color-primary);}
.bg-overlay--primary2 {background-color: var(--color-primary2);}
.bg-overlay--primary3 {background-color: var(--color-primary3);}
.bg-overlay--secondary {background-color: var(--color-secondary);}
.bg-overlay--secondary2 {background-color: var(--color-secondary2);}
.bg-overlay--secondary3 {background-color: var(--color-secondary3);}
.bg-overlay--tertiary {background-color: var(--color-tertiary);}
.bg-overlay--white {background-color: var(--color-white);}
.bg-overlay--black {background-color: var(--color-black);}

.f{display: flex;}
.f-r{flex-direction: row;}
.f-c{flex-direction: column;}
.f-w{flex-wrap: wrap}

.t-center {text-align:center;}
.t-right {text-align:right;}
.t-left {text-align:left;}

.v-align-top {align-items:flex-start; align-items: start;}
.v-align-center {align-items:center; align-items: center;}
.v-align-bottom {align-items:flex-end; align-items: end;}
.v-align-stretch {align-items:stretch; align-items: stretch;}

.h-align-left {justify-content:flex-start; justify-items:start;}
.h-align-center {justify-content:center; justify-items:center;}
.h-align-right {justify-content:flex-end; justify-items:end;}
.h-align-justify {justify-content:space-between; justify-items:stretch;}

.grid-column.v-align-self-top {align-self:flex-start; align-self: start;}
.grid-column.v-align-self-center {align-self: center;}
.grid-column.v-align-self-bottom {align-self:flex-end; align-self: end;}
.grid-column.v-align-self-stretch {align-self: stretch;}

.mt-0 {margin-top:0;}
.mt-25 {margin-top: 2.5rem;}
.mt-50 {margin-top:5rem;}
.mt-75 {margin-top:7.5rem;}
.mt-100 {margin-top:10rem;}
.mt-150 {margin-top:15rem;}

.mb-0 {margin-bottom:0;}
.mb-25 {margin-bottom: 2.5rem;}
.mb-50 {margin-bottom:5rem;}
.mb-75 {margin-bottom:7.5rem;}
.mb-100 {margin-bottom:10rem;}
.mb-150 {margin-bottom:15rem;}

.pd-smaller {padding: var(--padding-smaller) 0;}
.pd-small {padding: var(--padding-small) 0;}
.pd-medium {padding: var(--padding-medium) 0;}
.pd-large {padding: var(--padding-large) 0;}
.pd-none {padding:0;}

.pd-all-smaller {padding: var(--padding-smaller);}
.pd-all-small {padding: var(--padding-small);}
.pd-all-medium {padding: var(--padding-medium);}
.pd-all-large {padding: var(--padding-large);}
.pd-all-none {padding:0;}

.header-block--fixed + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-smaller {padding-top: calc(var(--padding-smaller) + var(--headerHeight,8.5rem));}
.header-block--fixed + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-small {padding-top: calc(var(--padding-small) + var(--headerHeight,8.5rem));}
.header-block--fixed + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-medium {padding-top: calc(var(--padding-medium) + var(--headerHeight,8.5rem));}
.header-block--fixed + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-large {padding-top: calc(var(--padding-large) + var(--headerHeight,8.5rem));}
.header-block--fixed + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-none {padding-top: var(--headerHeight,8.5rem);}


.image--cr{
    border-radius: 8px;
}

.image--fixed{
    width: 100%; 
    height: auto;
}

.content__element__image--auto img.image--fixed,
img.image--fixed.image--auto{
    width: auto !important;
}


/* PRE-DEFINED BACKGROUND GRADIENTS */ 

.bg-gradient-main{
    background: linear-gradient(135deg, #6115A6 0%, #030312 100%);
}

.bg-gradient-deep-purple{
    background: linear-gradient(180deg, #25116E 0%, #080454 97.42%);
}

.bg-gradient-lilac{
    background: linear-gradient(180deg, #CCBAFF 0%, #AE91FF 100%);
}

.bg-gradient-pink{
    background: linear-gradient(180deg, #EB86D5 0%, #EB60CD 100%);
}

.content--accordion{
    display: none;
}

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

    .content--accordion[style="display: none;"] + .ctas__container,
    .content--accordion:not([style="display: block;"]) + .ctas__container{
        margin-top: 0;
    }
    
    .accordion-trigger::after{
        background-size: 2rem !important;
        height: 2rem !important;
        width: 2rem !important;
    }
}

.accordion-trigger{
    position: relative;
    padding-right: 4rem;
}

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

.accordion-trigger.active::after{
    transform: translateY(-50%) rotate(180deg);
}

.accordion-trigger::after{
    content: '';
    height: 3.2rem;
    width: 3.2rem;
    background-size: 3.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: 0.25s transform ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23222222'/%3E%3C/svg%3E");
}

.color--white.accordion-trigger::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.color--black.accordion-trigger::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23000000'/%3E%3C/svg%3E");
}

.color--branding1.accordion-trigger::after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23002749'/%3E%3C/svg%3E");
}

.color--branding2.accordion-trigger::after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%230300AB'/%3E%3C/svg%3E");
}

.color--branding3.accordion-trigger::after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23FCD3DE'/%3E%3C/svg%3E");
}

.color--branding4.accordion-trigger::after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23DEE0FF'/%3E%3C/svg%3E");
}

.color--accent1.accordion-trigger::after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23D92398'/%3E%3C/svg%3E");
}
.color--accent2.accordion-trigger::after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23EB3FC7'/%3E%3C/svg%3E");
}

.color--accent3.accordion-trigger::after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%23E450FB'/%3E%3C/svg%3E");
}

.color--accent4.accordion-trigger::after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.375 19.4375L17.375 29.4375C17 29.8125 16.5 30 16 30C15.4375 30 14.9375 29.8125 14.5625 29.4375L4.5625 19.4375C3.75 18.6875 3.75 17.375 4.5625 16.625C5.3125 15.8125 6.625 15.8125 7.375 16.625L14 23.1875V4C14 2.9375 14.875 2.0625 15.9375 2.0625C16.9375 2.0625 18 2.9375 18 4V23.1875L24.5625 16.625C25.3125 15.8125 26.625 15.8125 27.375 16.625C28.1875 17.375 28.1875 18.6875 27.375 19.4375Z' fill='%239243F7'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 768px) {
	.mt-25 {margin-top: 2rem;}
	.mt-50 {margin-top:3rem;}
	.mt-75 {margin-top:4.5rem;}
	.mt-100 {margin-top:6rem;}
	.mt-150 {margin-top:10rem;}
	
	.mb-25 {margin-bottom:2rem;}
	.mb-50 {margin-bottom:3rem;}
	.mb-75 {margin-bottom:4.5rem;}
	.mb-100 {margin-bottom:6rem;}
	.mb-150 {margin-bottom:10rem;}
	    
	.pd-smaller {padding:calc(var(--padding-smaller) * 0.9) 0;}
	.pd-small {padding:calc(var(--padding-small) * 0.9) 0;}
	.pd-medium {padding:calc(var(--padding-medium) * 0.9) 0;}
	.pd-large {padding:calc(var(--padding-large) * 0.9) 0;}
	.pd-none {padding:0;}
	
	.pd-all-smaller {padding:calc(var(--padding-smaller) * 0.9) ;}
	.pd-all-small {padding:calc(var(--padding-small) * 0.9) ;}
	.pd-all-medium {padding:calc(var(--padding-medium) * 0.9) ;}
	.pd-all-large {padding:calc(var(--padding-large) * 0.9) ;}
	.pd-all-none {padding:0;}
	
	.header-block--goes-transparent + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-smaller {padding-top: calc(var(--padding-smaller) * 0.9 + var(--headerHeight,8.5rem));}
	.header-block--goes-transparent + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-small {padding-top: calc(var(--padding-small) * 0.9 + var(--headerHeight,8.5rem));}
	.header-block--goes-transparent + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-medium {padding-top: calc(var(--padding-medium) * 0.9 + var(--headerHeight,8.5rem));}
	.header-block--goes-transparent + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-large {padding-top: calc(var(--padding-large) * 0.9 + var(--headerHeight,8.5rem));}
	.header-block--goes-transparent + .main .module--1:not(.careers-listing):not(.lower-author-module-2).pd-none {padding-top: var(--headerHeight,8.5rem);}
}

/* Border Radius Settings */
.testimonial-cr{border-radius: var(--moduleSettings-testimonialsBorderRadius);}
.item-cr{border-radius: var(--moduleSettings-listingBorderRadius); overflow: hidden;}
.image-cr{border-radius: var(--moduleSettings-imagevideoBorderRadius); overflow: hidden;}
.video-cr{border-radius: var(--moduleSettings-imagevideoBorderRadius); overflow: hidden;}

.position-relative {
	position:relative;
}
.position-relative .container {
	position:relative;
    z-index: 1;
}

.no-display, .visuallyhidden, .visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.image--fit{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video--fit > video{
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hs_cos_wrapper:has(>.module--curve) {
    z-index: 2;
    position: relative;
}

.module--curve{
    z-index: 2;
    position: relative;
    transition: 0.3s 0.2s all ease-in-out;
}

.curve--top{
      clip-path: ellipse(var(--rx) calc(var(--ry) * 1px) at 50% calc(var(--ry) * 1px));
      --ry: 100000; /* Really big number so the elips doesn't show on large sections */
      --ratio375: 0.09;
      --ratio1440: 0.25;
      --ratio: calc(var(--ratio375) * 1px + (var(--ratio1440) - var(--ratio375)) * ((100vw - 375px) / (1440 - 375)));
      --rx: calc(var(--ry) * var(--ratio));
}

.curve--base{
      clip-path: ellipse(var(--rx) calc(var(--ry) * 1px) at 50% calc(100% - var(--ry) * 1px));
      --ry: 100000; /* Really big number so the elips doesn't show on large sections */
      --ratio375: 0.09;
      --ratio1440: 0.25;
      --ratio: calc(var(--ratio375) * 1px + (var(--ratio1440) - var(--ratio375)) * ((100vw - 375px) / (1440 - 375)));
      --rx: calc(var(--ry) * var(--ratio));
}

@media only screen and (min-width: 769px) {  
    .module--mobile .bg-mobile,
    .body--mobile .bg-mobile{
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 768px) {  
    
    .image--fit, .video--fit{
      width: 100%;
    }
    
    .module--mobile .bg-mobile,
    .body--mobile .bg-mobile{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }
    
    .module--mobile,
    .body--mobile{
        background: none !important;
    }
    
    .module--mobile .bg-video,
    .module--mobile .bg-video video,
    .module--mobile .bg-video + .bg-overlay{
        display: none;
        visibility: hidden;
    }
}
.grid-row {
	display:grid;
    z-index: 1;
    position: relative;
	gap: var(--moduleSettings-columnGap,0);
}
.grid-row--2Xgap {
	gap: calc(var(--moduleSettings-columnGap,0) * 2);
}

.grid-row--no-gap .grid-column{
    display: flex;
    flex-direction: column;
/*     align-self: normal; */
}

.grid-column{
    display: grid;
    align-self: auto;
    width: 100%;
}

.grid--fw{
  grid-template-columns: 1fr;
}

.grid--fw .grid-column.grid-column--1{
  width: 100%;
}

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

    .fill-width {
        --column-percent:50;
        --column-width: 100%;
        --container-width: calc((var(--column-width) * (100/var(--column-percent))) + var(--moduleSettings-columnGap));
        --width-edge-container-to-edge-screen: calc(((100vw - var(--container-width)) / 2));
        width: calc( 100% + var(--width-edge-container-to-edge-screen) );
    }
    .fill-width--left, .fill-width--right {
        position: absolute;
        max-width: none !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center center;
        pointer-events: none;
    }

    .fill--padding-left,
    .fill--padding-right{
        display: flex;
        flex-direction: column;
    }
}

.f-r--1, 
.f-r--2, 
.f-r--3, 
.f-r--4, 
.f-r--5,
.f-r--6{
	gap: var(--moduleSettings-columnGap,0);
}

@media only screen and (min-width: 961px) {
	.grid-row--50_50 {grid-template-columns: 50fr 50fr;}
	.grid-row--60_40 {grid-template-columns: 60fr 40fr;}
	.grid-row--40_60 {grid-template-columns: 40fr 60fr;}
	.grid-row--70_30 {grid-template-columns: 70fr 30fr;}
	.grid-row--30_70 {grid-template-columns: 30fr 70fr;}
	
    .grid-column--60_40 .fill-width--left	{ --column-percent: 60; }
    .grid-column--60_40 .fill-width--right	{ --column-percent: 40; }
    .grid-column--40_60 .fill-width--left	{ --column-percent: 40; }
    .grid-column--40_60 .fill-width--right	{ --column-percent: 60; }
    .grid-column--70_30 .fill-width--left	{ --column-percent: 70; }
    .grid-column--70_30 .fill-width--right	{ --column-percent: 30; }
    .grid-column--30_70 .fill-width--left	{ --column-percent: 30; }
    .grid-column--30_70 .fill-width--right  { --column-percent: 70; }
    
    .grid-row--60_40 .grid-column .fill-width--left	    { --column-percent: 60;}
    .grid-row--60_40 .grid-column .fill-width--right	{ --column-percent: 40;}
    .grid-row--40_60 .grid-column .fill-width--left	    { --column-percent: 40;}
    .grid-row--40_60 .grid-column .fill-width--right	{ --column-percent: 60;}
    .grid-row--70_30 .grid-column .fill-width--left	    { --column-percent: 70;}
    .grid-row--70_30 .grid-column .fill-width--right	{ --column-percent: 30;}
    .grid-row--30_70 .grid-column .fill-width--left	    { --column-percent: 30;}
    .grid-row--30_70 .grid-column .fill-width--right    { --column-percent: 70;}
    
    .grid-row--1{grid-template-columns: repeat(1, 1fr);}
    .grid-row--2{grid-template-columns: repeat(2, 50fr);}
    .grid-row--3{grid-template-columns: repeat(3, 33.33fr);}
    .grid-row--4{grid-template-columns: repeat(4, 25fr);}
    .grid-row--5{grid-template-columns: repeat(5, 20fr);}
    .grid-row--6{grid-template-columns: repeat(6, 16.66fr);}
    
    .f-r--1{
        flex-direction: column;
    }
    
    .f-r--1 > div, .f-r--1 > li{
        width: 100%;
    }
    
    .f-r--2 > div, .f-r--2 > li{
        width: calc((100% / 2) - ((var(--moduleSettings-columnGap) * (2 - 1)) / 2 ));
    }
    
    .f-r--3 > div, .f-r--3 > li{
        width: calc((100% / 3) - ((var(--moduleSettings-columnGap) * (3 - 1)) / 3 ));
    }
    
    .f-r--4 > div, .f-r--4 > li{
        width: calc((100% / 4) - ((var(--moduleSettings-columnGap) * (4 - 1)) / 4 ));
    }
    
    .f-r--5 > div, .f-r--5 > li{
        width: calc((100% / 5) - ((var(--moduleSettings-columnGap) * (5 - 1)) / 5 ));
    }
    
    .f-r--6 > div, .f-r--6 > li{
        width: calc((100% / 6) - ((var(--moduleSettings-columnGap) * (6 - 1)) / 6 ));
    }
}

@media only screen and (max-width: 960px) {
	.grid-row--50_50 {grid-template-columns: 50fr 50fr;}
	.grid-row--60_40 {grid-template-columns: 50fr 50fr;}
	.grid-row--40_60 {grid-template-columns: 50fr 50fr;}
	.grid-row--70_30 {grid-template-columns: 60fr 40fr;}
	.grid-row--30_70 {grid-template-columns: 40fr 60fr;}
    
    .grid-row--1{grid-template-columns: repeat(1, 1fr);}
    .grid-row--2{grid-template-columns: repeat(1, 1fr);}
    .grid-row--3{grid-template-columns: repeat(2, 50fr);}
    .grid-row--4{grid-template-columns: repeat(2, 50fr);}
    .grid-row--5{grid-template-columns: repeat(3, 33.33fr);}
    .grid-row--6{grid-template-columns: repeat(3, 33.33fr);}
	
	.fill-width {
		--column-percent:50;
	}
    
    .f-r--2{
        flex-direction: column;
    }
    
    .f-r--2 > div, .f-r--2 > li{
        width: 100%;
    }
    
    .f-r--3 > div, .f-r--3 > li{
        width: calc((100% / 2) - ((var(--moduleSettings-columnGap) * (2 - 1)) / 2 ));
    }
    
    .f-r--4 > div, .f-r--4 > li{
        width: calc((100% / 2) - ((var(--moduleSettings-columnGap) * (2 - 1)) / 2 ));
    }
    
    .f-r--5 > div, .f-r--5 > li{
        width: calc((100% / 3) - ((var(--moduleSettings-columnGap) * (3 - 1)) / 3 ));
    }
    
    .f-r--6 > div, .f-r--6 > li{
        width: calc((100% / 3) - ((var(--moduleSettings-columnGap) * (3 - 1)) / 3 ));
    }
}

@media only screen and (min-width: 901px) {
	.grid-row--no-gap{
		gap: 0;
	}
}

@media only screen and (max-width: 900px) {
    .grid-row{
        grid-template-columns: minmax(0, 1fr);
    }

    .grid-row--1,
    .grid-row--2,
    .grid-row--3,
    .grid-row--4,
    .grid-row--5,
    .grid-row--6{
        grid-template-columns: minmax(0, 1fr);
        grid-auto-flow: row;
    }

    .f-r--3 > div, .f-r--3 > li, .f-r--4 > div, .f-r--4 > li{
        width: calc((100% / 2) - ((var(--moduleSettings-columnGap) * (2 - 1)) / 2 ));
    }
    
    .f-r--5 > div, .f-r--5 > li{
        width: calc((100% / 3) - ((var(--moduleSettings-columnGap) * (3 - 1)) / 3 ));
    }
    
    .f-r--6 > div, .f-r--6 > li{
        width: calc((100% / 3) - ((var(--moduleSettings-columnGap) * (3 - 1)) / 3 ));
    }
    
	
	.grid-row--mob-reverse .grid-column:last-of-type{
        grid-column-start: 1;
        grid-row-start: 1;
    }
	
	.grid-row--mob-reverse .content__image--left {
        align-items: flex-start;
    }
    
    .grid-row--mob-reverse .content__image--right {
        align-items: flex-start;
    }
    
    .grid-column{
        --column-percent: 100;
        width: 100%;
        max-width: none !important;
		position: relative;
    }

	.grid--center .grid-column{
        align-items: center;
        justify-content: center; 
        justify-items: center;
        text-align: center;
    }
    
    .fill-width{       
        --column-percent: 100;
        position: relative !important;
        max-width: none !important;
        width: 100vw;
        left: var(--container-percentage,-2.5vw);
        right: var(--container-percentage,-2.5vw);
        margin: auto;
    }
}

@media only screen and (max-width: 500px) {
    .f-r--4 > div, .f-r--4 > li, 
    .f-r--5 > div, .f-r--5 > li,
    .f-r--6 > div, .f-r--6 > li{
        width: calc((100% / 2) - ((var(--moduleSettings-columnGap) * (2 - 1)) / 2 ));
    }
    
    .f-r--3{
        flex-direction: column;
    }
}

@media only screen and (max-width: 400px) {
    .f-r--4, 
    .f-r--5,
    .f-r--6{
        flex-direction: column;
    }
    
    .f-r--3 > div, .f-r--3 > li{
        width: 100%;
    }
    
    .f-r--4 > div, .f-r--4 > li{
        width: 100%;
    }
    .f-r--5 > div, .f-r--5 > li{
        width: 100%;
    }
    .f-r--6 > div, .f-r--6 > li{
        width: 100%;
    }
}
html {
	font-family:var(--font-family);
	font-size:10px;
}

body {
	font-family: var(--font-family);
	font-size:var(--font-bodySize);
    font-weight: var(--font-bodyWeight);
	line-height: var(--font-bodyLineHeight);
	color: var(--font-bodyColor);
}

strong{
    font-weight: var(--font-strongFontWeight);
}

h1,h2,h3,h4,h5 {
	font-weight:inherit;
	font-size:inherit;
}

.text-xxl{
    font-size: 19.2rem;
    font-weight: var(--font-weightBlack);
    line-height: 1;
    letter-spacing: -0.02em;
}

.text-h1,a.text-h1, .hs_cos_wrapper_type_inline_rich_text h1,
.hs-richtext h1,
.hs_cos_wrapper_type_rich_text h1,
.hs-search-results__pagination__link h1{
	font-family: var(--font-family);
    font-size: var(--font-h1Size);
	font-weight: var(--font-h1Weight);
	line-height: var(--font-h1LineHeight);
	letter-spacing: var(--font-h1LetterSpacing);
/* 	color: var(--font-h1Color); */
	margin: 0.45em 0;
}

.text-h2,a.text-h2, .hs_cos_wrapper_type_inline_rich_text h2,
.hs-richtext h2,
.hs_cos_wrapper_type_rich_text h2,
.hs-search-results__pagination__link h2{
	font-family: var(--font-family);
	font-size: var(--font-h2Size);
	font-weight: var(--font-h2Weight);
	line-height: var(--font-h2LineHeight);
	letter-spacing: var(--font-h2LetterSpacing);
/* 	color: var(--font-h2Color); */
	margin:0.45em 0;
}

.text-h3,a.text-h3, .hs_cos_wrapper_type_inline_rich_text h3,
.hs-richtext h3,
.hs_cos_wrapper_type_rich_text h3,
.hs-search-results__pagination__link h3{
	font-family: var(--font-family);
	font-size: var(--font-h3Size);
	font-weight: var(--font-h3Weight);
	line-height: var(--font-h3LineHeight);
	letter-spacing: var(--font-h3LetterSpacing);
/* 	color: var(--font-h3Color); */
	margin:0.5em 0;
}

.text-h4,a.text-h4, .hs_cos_wrapper_type_inline_rich_text h4,
.hs-richtext h4,
.hs_cos_wrapper_type_rich_text h4,
.hs-search-results__pagination__link h4{
	font-family: var(--font-family);
	font-size: var(--font-h4Size);
	font-weight: var(--font-h4Weight);
    line-height: var(--font-h4LineHeight);
	letter-spacing: var(--font-h4LetterSpacing);
/* 	color: var(--font-h4Color); */
}

.text-h5,a.text-h5, .hs_cos_wrapper_type_inline_rich_text h5,
.hs-richtext h5,
.hs_cos_wrapper_type_rich_text h5,
.hs-search-results__pagination__link h5{
	font-family: var(--font-family);
	font-size: var(--font-h5Size);
	font-weight: var(--font-h5Weight);
	line-height: var(--font-h5LineHeight);
	letter-spacing: var(--font-h5LetterSpacing);
/* 	color: var(--font-h5Color); */
}

.text-small,a.text-small, .hs_cos_wrapper_type_inline_rich_text .text-small,
.hs-richtext .text-small,.job-vacancy-body .text-small,
.hs_cos_wrapper_type_rich_text .text-small,
.hs-search-results__pagination__link .text-small{
	font-family: var(--font-family);
	font-size: 1.6rem;
	font-weight: var(--font-weightBold);
	line-height: 1.6;
    text-transform: uppercase;
}

:link,:visited {
	font-family: var(--font-family);
	color: var(--font-linkColor);
	text-decoration: var(--font-linkUnderline);
	font-weight: var(--font-linkWeight);
	transition: all 0.25s ease-in-out;
}

:link:where(:hover),:visited:where(:hover) {
    color: var(--font-linkHoverColor);
	text-decoration: var(--font-linkHoverUnderline);
}

h1 a,
.text-h1 a,
h2 a,
.text-h2 a,
h3 a,
.text-h3 a,
h4 a,
.text-h4 a,
h5 a,
.text-h5 a{
    font-weight:inherit;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
	margin-top:0;
}

.tag-wrapper + :is(h1,h2,h3,h4,h5) {
	margin-top: 0;
}

/* Tag */

.tag{
    display: block;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    text-decoration: none;
}

.tag--large{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.tag--medium{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.08em;
}

.tag--small{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tag :is(h1,h2,h3,h4,h5) {
    margin:inherit;
    line-height:inherit;
}

.tag--blog{
    padding: 0px 15px;
    border-radius: 0 !important;
    margin-right: 0 !important;
}

.tag--blog:not(:last-of-type){
    border-right: 1px solid #ffffff;
}


/* ACCENT TEXT GRADIENTS */ 

.text-accent-blue-gradient span{
    color: #006FFF;
    background-image: -webkit-linear-gradient(112.32deg, #006FFF -10.11%, #00C4FF 38.6%, #0099FF 92.65%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.text-accent-pink-gradient span{
    color: #006FFF; 
    background-image: -webkit-linear-gradient(100.69deg, #D92398 -9.79%, #EB3FC7 26.61%, #E450FB 64.75%, #9243F7 101.16%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 640px){
    .text-xxl{
        font-size: 12rem;
    }
    
	.text-h1,a.text-h1, .hs_cos_wrapper_type_inline_rich_text h1,
	.hs-richtext h1,
	.hs_cos_wrapper_type_rich_text h1,
	.hs-search-results__pagination__link h1{
        font-size: var(--font-h1SizeMobile);
    }

	.text-h2,a.text-h2, .hs_cos_wrapper_type_inline_rich_text h2,
	.hs-richtext h2,
	.hs_cos_wrapper_type_rich_text h2,
	.hs-search-results__pagination__link h2{
        font-size: var(--font-h2SizeMobile);
    }

    .text-h3,a.text-h3, .hs_cos_wrapper_type_inline_rich_text h3,
	.hs-richtext h3,
	.hs_cos_wrapper_type_rich_text h3,
	.hs-search-results__pagination__link h3{
        font-size: var(--font-h3SizeMobile);
    }

	.text-h4,a.text-h4, .hs_cos_wrapper_type_inline_rich_text h4,
	.hs-richtext h4,
	.hs_cos_wrapper_type_rich_text h4,
	.hs-search-results__pagination__link h4{
        font-size: var(--font-h4SizeMobile);
    }

	.text-h5,a.text-h5, .hs_cos_wrapper_type_inline_rich_text h5,
	.hs-richtext h5,
	.hs_cos_wrapper_type_rich_text h5,
	.hs-search-results__pagination__link h5{
        font-size: var(--font-h5SizeMobile);
    }

    .tag--large,
    .tag--medium,
    .tag--small{
        font-size: 1.6rem;
    }
}


/* Components
Reusable Components (used through macros) are styled here
*/
button, input[type="submit"] {
	cursor:pointer;
	color:inherit;
}

.btn,
.hs-form input.hs-button,
.hs-search-results__pagination__link,
.cta_button[style],
.resources .filters a,
.email_subscriptions__container input[type="submit"]{
	cursor: pointer;
	display: inline-flex;
    align-items: center;
	background-color: #0098FF;
	color: var(--color-white);
	font-weight: var(--font-weightMedium);
    line-height: 1;
    font-family: var(--font-family);
	text-decoration: none;
    border-radius: 4px;
    padding: 1.2rem;
    border: 1px solid #0098FF;
}

.btn--small,
.cta--small a{
    font-size: 1.2rem;
	padding: 1rem !important;
}

.btn--medium,
.cta--medium a,
.hs-search-results__pagination__link{
    font-size: 1.4rem;
	padding: 1.2rem !important;
}

.btn--large,
.cta--large a,
.hs-form input.hs-button{
    font-size: 1.6rem;
	padding: 1.6rem 1.8rem !important;
}

.btn:hover,
.hs-form input.hs-button:hover,
.hs-search-results__pagination__link:hover,
.cta_button[style]:hover,
.resources .filters a:hover,
.email_subscriptions__container input[type="submit"]:hover{
	background-color: #0082DA;
	color: var(--color-white);
	text-decoration:none;
    border: 1px solid #0082DA;
	text-shadow: none;
}

.btn:focus,
.hs-form input.hs-button:focus,
.hs-search-results__pagination__link:focus,
.cta_button[style]:focus,
.resources .filters a:focus,
.email_subscriptions__container input[type="submit"]:focus{
    background-color: #B1D9FC;
	color: var(--color-branding1);
	text-decoration:none;
    border: 1px solid #0082DA;
}

.btn:active,
.hs-form input.hs-button:active,
.hs-search-results__pagination__link:active,
.cta_button[style]:active,
.resources .filters a:active,
.email_subscriptions__container input[type="submit"]:active{
	background-color: #006CB6;
	color: var(--color-white);
	text-decoration:none;
    border: 1px solid #006CB6;
}

.btn--secondary,
.cta--secondary .cta_button[style]{
	cursor: pointer;
	display: inline-flex;
    align-items: center;
	background-color: transparent;
	color: #0098FF;
	font-weight: var(--font-weightMedium);
    line-height: 1;
    font-family: var(--font-family);
	text-decoration: none;
    border-radius: 4px;
    border: 1px solid #0098FF;
    padding: 1.2rem;
}

.btn--secondary:hover,
.cta--secondary .cta_button[style]:hover{
    background-color: transparent;
	color: #0082DA;
	text-decoration:none;
    border: 1px solid #0082DA;
}

.btn--secondary:focus,
.cta--secondary .cta_button[style]:focus{
    background-color: #B1D9FC;
	color: var(--color-branding1);
	text-decoration:none;
    border: 1px solid #0082DA;
}

.btn--secondary:active,
.cta--secondary .cta_button[style]:active{
	background-color: transparent;
	color: #006CB6;
	text-decoration:none;
    border: 1px solid #006CB6;
}

.color--white + .ctas__container .btn--secondary,
.color--white + .ctas__container .cta--secondary .cta_button[style]{
	border-color:#FFF;
	color:#FFF;
}
.color--white + .ctas__container .btn--secondary:hover,
.color--white + .ctas__container .cta--secondary .cta_button[style]:hover{
	background:#FFF;
	color:rgb(0, 39, 73);
	border-color:#FFF;
}
.color--white + .ctas__container .btn--secondary:focus,
.color--white + .ctas__container .cta--secondary .cta_button[style]:focus{
	
}
.color--white + .ctas__container .btn--secondary:active,
.color--white + .ctas__container .cta--secondary .cta_button[style]:active{
	
}

.btn--undecorated,
.cta--undecorated .cta_button[style]{
	cursor: pointer;
	display: inline-flex;
    align-items: center;
	background-color: transparency;
	color: #222222;
	font-weight: var(--font-weightMedium);
    line-height: 1;
    font-family: var(--font-family);
	text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 1.2rem;
}

.btn--undecorated:hover,
.cta--undecorated .cta_button[style]:hover{
	background-color: transparency;
	color: #0082DA;
	text-decoration:none;
    border: 1px solid transparent;
}

.btn--undecorated:focus,
.cta--undecorated .cta_button[style]:focus{
    background-color: #B1D9FC;
	color: var(--color-branding1);
	text-decoration:none;
    border-bottom: 3px solid #0082DA;
}

.btn--undecorated:active,
.cta--undecorated .cta_button[style]:active{
	background-color: transparent;
	color: #006CB6;
	text-decoration:none;
    border: 1px solid #006CB6;
}

.cta_button.no-style{
	padding: var(--button-paddingTop) 0 var(--button-paddingBottom) !important;
    background-color: none !important;
	border-radius:0;
}

.hs-cta-node:not([data-hs-drop="true"]) a {
	display:none;
}

:not(.ctas--header) > .ctas__container{
	--buttonMargin: 0.5rem;
    display: flex;
	align-items:flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: calc(100% - var(--buttonMargin));
	margin: calc(var(--buttonMargin,0) * -1);
}

.ctas--header .ctas__container{
	--buttonMargin: 0.5rem;
	margin: calc(var(--buttonMargin,0) * -1);
    display: flex;
	align-items:flex-start;
    flex-wrap: wrap;
}

.ctas__container--left{
    justify-content: flex-start;
}
.ctas__container--center{
    justify-content: center;
}
.ctas__container--right{
    justify-content: flex-end;
}
.ctas__container > * {
    margin: var(--buttonMargin,0);
}

.btn__icon{
    display: inline-flex;
}

.btn__icon svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: 1.1em;
    margin-left: 0.5em;
    margin-right: calc(-0.2 * var(--button-paddingLR));
}

.btn__icon svg,
.btn__icon .hs_cos_wrapper_type_icon{
    display: inline-flex;
}

.hs-blog-link{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .8s ease;
}
/* Embed */
.component__embed iframe{
    max-width: 100%;
}
.form{
    position: relative;
    border-radius: var(--moduleSettings-formsBorderRadius);
}

.form > *{
    position: relative;
}

.form-bg{
    background-color: var(--form-primaryBackgroundColor);
    color: var(--form-primaryTextColor);
    position: relative;
}

.form__bg-img{
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.form--primary .hs_cos_wrapper_type_inline_rich_text > *,
.form--primary .hs-richtext > *{
    color: var(--form-primaryTextColor) !important;
}

form.hs-form fieldset{
	max-width: none;
	width: 100%;
    display: flex;
    justify-content: space-between;
}

form.hs-form .hs-form-field,
form.hs-form .hs-dependent-field,
form.hs-form > .hs-richtext,
form.hs-form > .legal-consent-container {
	margin-bottom: var(--form-formFieldsMarginBottom)
}

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

form.hs-form fieldset.form-columns-2 .hs-form-field, 
form.hs-form fieldset.form-columns-2 .hs-dependent-field {
	width: calc(100%/2 - var(--form-formFields-columnGap)/2);
}

form.hs-form fieldset.form-columns-3 .hs-form-field, 
form.hs-form fieldset.form-columns-3 .hs-dependent-field {
	width: calc(100%/3 - var(--form-formFields-columnGap)/3);
}

/* Labels */
.form .hs-form label{
	display: block;
	font-size: var(--form-primaryLabelSize);
	font-weight: var(--form-primaryLabelWeight);
	margin-bottom: var(--form-formLabelsMarginBottom);
	line-height: var(--form-secondaryLabelLineHeight);
}
.form--primary .hs-form label,
.form--primary fieldset > .legal-consent-container,
.form--primary .legal-consent-container{
    color: var(--form-primaryLabelColor);
}


/* Help text - legends */
form.hs-form legend {
	font-size: calc(var(--form-secondaryLabelSize) * 0.8);
	font-weight: 400;
	margin: -var(--form-formLabelsMarginBottom) 0 calc(var(--form-formLabelsMarginBottom) * 0.5);
}

/* -------- Fields -------- */
form.hs-form .hs-form-field .input,
form.hs-form .hs-dependent-field .input {
	display: flex;
	width:100%;
	margin:0!important;
}

/* Input */
form.hs-form .hs-form-field .input input[type=text],
form.hs-form .hs-form-field .input input[type=email],
form.hs-form .hs-form-field .input input[type=password],
form.hs-form .hs-form-field .input input[type=tel],
form.hs-form .hs-form-field .input input[type=number],
form.hs-form .hs-form-field .input input[type=file],
form.hs-form .hs-dependent-field .input input[type=text],
form.hs-form .hs-dependent-field .input input[type=email],
form.hs-form .hs-dependent-field .input input[type=password],
form.hs-form .hs-dependent-field .input input[type=tel],
form.hs-form .hs-dependent-field .input input[type=number],
form.hs-form .hs-dependent-field .input input[type=file] {
	width:100% !important;
	font-size:inherit;
	line-height:inherit;
	padding: var(--form-formFieldsPaddingTopBottom) var(--form-formFieldsPaddingLeftRight);
	border: var(--form-primaryInputBorderSize) var(--form-primaryInputBorderColor);
	border-radius: var(--moduleSettings-forminputsBorderRadius);
	background: var(--form-primaryInputBackgroundColor);
	color: var(--form-primaryInputColor);
	outline:none;
	box-shadow: none;
	-webkit-appearance: none;
    appearance: none;
}
form.hs-form .hs-form-field .input input::-webkit-input-placeholder,
form.hs-form .hs-dependent-field .input input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: var(--form-primaryInputPlaceholder);
}
form.hs-form .hs-form-field .input input::-moz-placeholder,
form.hs-form .hs-dependent-field .input input::-moz-placeholder{ /* Firefox 19+ */
	color: var(--form-primaryInputPlaceholder);
}
form.hs-form .hs-form-field .input input:-ms-input-placeholder,
form.hs-form .hs-dependent-field .input input:-ms-input-placeholder{ /* IE 10+ */
	color: var(--form-primaryInputPlaceholder);
}
form.hs-form .hs-form-field .input input:-moz-placeholder,
form.hs-form .hs-dependent-field .input input:-moz-placeholder{ /* Firefox 18- */
	color: var(--form-primaryInputPlaceholder);
	opacity:1;
}
/* Text area */
form.hs-form .hs-form-field .input textarea,
form.hs-form .hs-dependent-field .input textarea{
	min-width:100%;
	width:100% !important;
	font-size:inherit;
	line-height:inherit;
	padding: var(--form-formFieldsPaddingTopBottom) var(--form-formFieldsPaddingLeftRight);
	border:var(--form-primaryInputBorderSize) var(--form-primaryInputBorderColor);
	border-radius:var(--moduleSettings-forminputsBorderRadius);
	background: var(--form-primaryInputBackgroundColor);
	color: var(--form-primaryInputColor);
	outline:none;
	box-shadow: none;
	min-height: 8rem;
}
form.hs-form .hs-form-field .input textarea::-webkit-input-placeholder,
form.hs-form .hs-dependent-field .input textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: var(--form-primaryInputPlaceholder);
}
form.hs-form .hs-form-field .input textarea::-moz-placeholder,
form.hs-form .hs-dependent-field .input textarea::-moz-placeholder{ /* Firefox 19+ */
	color: var(--form-primaryInputPlaceholder);
}
form.hs-form .hs-form-field .input textarea:-ms-input-placeholder,
form.hs-form .hs-dependent-field .input textarea:-ms-input-placeholder{ /* IE 10+ */
	color: var(--form-primaryInputPlaceholder);
}
form.hs-form .hs-form-field .input textarea:-moz-placeholder,
form.hs-form .hs-dependent-field .input textarea:-moz-placeholder{ /* Firefox 18- */
	color: var(--form-primaryInputPlaceholder);
	opacity:1;
}
/* Select  https://www.filamentgroup.com/lab/select-css.html */
form.hs-form .hs-form-field .input select,
form.hs-form .hs-dependent-field .input select{
	display: block;
	max-width: 100%;
	width:100% !important;
	font-size:inherit;
	line-height:inherit;
	height: auto;
	border: var(--form-primaryInputBorderSize) var(--form-primaryInputBorderColor);
	border-radius: var(--moduleSettings-forminputsBorderRadius);
	color: var(--form-primaryInputColor);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: none;
	cursor:pointer;
	/* 	background-color: var(--form-primaryInputBackgroundColor); */
	background-color:transparent;
	background-repeat: no-repeat, repeat;
	background-position: right var(--form-formFieldsPaddingLeftRight) top 50%, 0 0;
	background-size: 0.8em auto, 100%;
	background-clip: padding-box;
	
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%22%20d%3D%22M207.029%20381.476L12.686%20187.132c-9.373-9.373-9.373-24.569%200-33.941l22.667-22.667c9.357-9.357%2024.522-9.375%2033.901-.04L224%20284.505l154.745-154.021c9.379-9.335%2024.544-9.317%2033.901.04l22.667%2022.667c9.373%209.373%209.373%2024.569%200%2033.941L240.971%20381.476c-9.373%209.372-24.569%209.372-33.942%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, var(--form-primaryInputBackgroundColor) 0%,var(--form-primaryInputBackgroundColor) 100%);
	padding: var(--form-formFieldsPaddingTopBottom) calc(var(--form-formFieldsPaddingLeftRight) * 2 + 0.8em) var(--form-formFieldsPaddingTopBottom) var(--form-formFieldsPaddingLeftRight);
}
form.hs-form .hs-form-field .input select::-ms-expand,
form.hs-form .hs-dependent-field .input select::-ms-expand{display: none;}
form.hs-form .hs-form-field .input select:hover,
form.hs-form .hs-dependent-field .input select:hover{}
form.hs-form .hs-form-field .input select:focus,
form.hs-form .hs-dependent-field .input select:focus{}
form.hs-form .hs-form-field .input select option,
form.hs-form .hs-dependent-field .input select option {
	color: ;
	font-weight:normal;
}

/* Checkbox/Radio */
form.hs-form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
form.hs-form .inputs-list > li {
	display: block;
	margin: 0.4em 0 0.7em;
}
form.hs-form .inputs-list label {
	display: flex;
/* 	align-items: center; */
	margin-bottom: 0;
}
form.hs-form .inputs-list input,
form.hs-form .inputs-list span {
	vertical-align: middle;
}
form.hs-form input[type=checkbox],
form.hs-form input[type=radio] {
	cursor: pointer;
	margin:0.25em 0.5em 0 0;
}

/* Datepicker */
form.hs-form .hs-dateinput {
	position: relative;
	width:100%;
}
form.hs-form .hs-dateinput:before {
	content:'\F0ED';
	font-family:'Material Design Icons';
	position: absolute;
	right: var(--form-formFieldsPaddingLeftRight);
	font-size: 1.2em;
	top: 50%;
	transform: translateY(-50%);
	cursor:pointer;
    color: ;
}
form.hs-form .hs-form-field .input .hs-dateinput input,
form.hs-form .hs-dependent-field .input .hs-dateinput input{
	padding-right: calc(var(--form-formFieldsPaddingLeftRight) * 2 + 1em);
}

/* File picker */
form.hs-form .hs-form-field .input input[type=file],
form.hs-form .hs-dependent-field .input input[type=file]{
	background-color: transparent;
    color: var(--form-primaryLabelColor);
	border: initial;
	padding: initial;
}

/* Phone With Country DropDown */
form.hs-form .hs-input.hs-fieldtype-intl-phone {
    width: 100%!important;
}
form.hs-form .hs-input.hs-fieldtype-intl-phone select {
	width: 18rem!important;
}
form.hs-form .hs-input.hs-fieldtype-intl-phone input[type="tel"] {
    width: calc(100% - 18rem - var(--form-formFields-columnGap))!important;
}

/* GDPR */
form.hs-form fieldset > .legal-consent-container,
form.hs-form > .legal-consent-container,
form.hs-form > .legal-consent-container .hs-form-booleancheckbox-display p,
form.hs-form > .legal-consent-container .hs-form-booleancheckbox-display span{
	font-size: var(--form-GDPRSize);
    font-weight: var(--form-GDPRWeight);
	line-height: var(--form-GDPRLineHeight);
	margin-top: -calc(var(--form-formFieldsMarginBottom) * 0.2 );
	margin-bottom:0.8em;
}

form.hs-form .legal-consent-container .hs-fieldtype-booleancheckbox{
    margin-top:0.8em;
    margin-bottom:0.8em;
}

form.hs-form .legal-consent-container .hs-richtext > p {
	margin: 0 0 0.4em;
}

form.hs-form .legal-consent-container .hs-richtext > a,
form.hs-form .legal-consent-container .hs-richtext > p > a{
	color: inherit;
    font-weight: 600;
}

form.hs-form .legal-consent-container .hs-richtext > a:hover,
form.hs-form .legal-consent-container .hs-richtext > p > a:hover{
    text-decoration: underline;
}


form.hs-form .legal-consent-container .hs-form-field,
form.hs-form .legal-consent-container .hs-dependent-field{
	margin:0;
}
form.hs-form .legal-consent-container label.hs-form-booleancheckbox-display{
	font-size:1.5rem;
}
form.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	margin: 0;
}



.form--primary .submitted-message{
  color: var(--form-primarySuccessMessageColor);
}


.form--secondary .submitted-message{
  color: var(--form-secondarySuccessMessageColor);
}

/* Validation */
.hs-form-required {
/*   color: #EF6B51; */
}
form.hs-form .hs-form-field .input input.invalid.error,
form.hs-form .hs-dependent-field .input input.invalid.error {
  border: 1px solid var(--form-primaryWarningMessageColor);
}
form.hs-form label.hs-error-msg,
form.hs-form .hs-error-msgs.inputs-list {
    color: var(--form-primaryWarningMessageColor);
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
}

/* Submit button */
form.hs-form input.hs-button{
	display: inline-block;
	width: auto;
	min-width: 8em;
	text-align: center;
	background: var(--form-primarySubmitButtonBackgroundColor);
    color: var(--form-primarySubmitButtonTextColor);
	font-weight: var(--button-weight);
	margin: 2.5rem 0;
    padding: ;
	text-transform: none;
	text-decoration:none;
	cursor: pointer;
	transition: all 0.25s ease;
	border: var(--form-primarySubmitBorderSize) var(--form-primarySubmitBorderColor);
	border-radius: 4px;
	box-shadow: none;
	-webkit-appearance: none;
	appearance:none;
}
form.hs-form input.hs-button:hover{
	background: var(--form-primarySubmitButtonBackgroundColorHover);
	color: var(--form-primarySubmitButtonTextColorHover);
	border: var(--form-primarySubmitBorderSize) var(--form-primarySubmitBorderColorHover);
}
@media only screen and (min-width: 961px) {

    .form--overflow{
        z-index: 2;
        position: absolute;
        top: 0;
    }

}
    
@media only screen and (max-width: 640px) {
	form.hs-form fieldset {
		width:100%;
        flex-direction: column;
		margin:0;
	}
	form.hs-form fieldset .hs-form-field,
	form.hs-form fieldset.form-columns-2 .hs-form-field,
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form fieldset .hs-dependent-field,
	form.hs-form fieldset.form-columns-2 .hs-dependent-field,
	form.hs-form fieldset.form-columns-3 .hs-dependent-field,
	form.hs-form fieldset > .hs-richtext,
	form.hs-form fieldset > .legal-consent-container {
		width:100%;
		margin:0 0 var(--form-formFieldsMarginBottom);
	}
}
@media only screen and (max-width: 400px) {
	/* Phone With Country DropDown */
	form.hs-form .hs-input.hs-fieldtype-intl-phone select {
		width: 100% !important;
		margin-bottom: var(--form-formFieldsMarginBottom);
	}
	form.hs-form .hs-input.hs-fieldtype-intl-phone input[type="tel"] {
		width: 100%!important;
	}
}

/* Alternative Form Styling */


.form--secondary{
    background-color: #DEE0FF;
    border-radius: 1.6rem;
    position: relative;
}

.form--secondary::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 1.6rem;
    padding: 3px;
    background: linear-gradient(100.69deg, #D92398 -9.79%, #EB3FC7 26.61%, #E450FB 64.75%, #9243F7 101.16%);
    -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
          mask-composite: exclude; 
}


.form--secondary .hs_cos_wrapper_type_inline_rich_text > *,
.form--secondary .hs-richtext > *{
    color: var(--form-secondaryTextColor) !important;
}

/* Label */

.form--secondary label,
.form--secondary fieldset > .legal-consent-container,
.form--secondary .legal-consent-container{
    color: var(--form-secondaryLabelColor);
}

/* Input */
.form--secondary form.hs-form .hs-form-field .input input[type=text],
.form--secondary form.hs-form .hs-form-field .input input[type=email],
.form--secondary form.hs-form .hs-form-field .input input[type=password],
.form--secondary form.hs-form .hs-form-field .input input[type=tel],
.form--secondary form.hs-form .hs-form-field .input input[type=number],
.form--secondary form.hs-form .hs-form-field .input input[type=file],
.form--secondary form.hs-form .hs-dependent-field .input input[type=text],
.form--secondary form.hs-form .hs-dependent-field .input input[type=email],
.form--secondary form.hs-form .hs-dependent-field .input input[type=password],
.form--secondary form.hs-form .hs-dependent-field .input input[type=tel],
.form--secondary form.hs-form .hs-dependent-field .input input[type=number],
.form--secondary form.hs-form .hs-dependent-field .input input[type=file]{
	border: var(--form-secondaryInputBorderSize) var(--form-secondaryInputBorderColor);
	border-radius: var(--moduleSettings-forminputsBorderRadius);
	background: var(--form-secondaryInputBackgroundColor);
	color: var(--form-secondaryInputColor);
}



.form--secondary form.hs-form .hs-form-field .input input::-webkit-input-placeholder,
.form--secondary form.hs-form .hs-dependent-field .input input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: var(--form-secondaryInputPlaceholder);
}
.form--secondary form.hs-form .hs-form-field .input input::-moz-placeholder,
.form--secondary form.hs-form .hs-dependent-field .input input::-moz-placeholder{ /* Firefox 19+ */
	color: var(--form-secondaryInputPlaceholder);
}
.form--secondary form.hs-form .hs-form-field .input input:-ms-input-placeholder,
.form--secondary form.hs-form .hs-dependent-field .input input:-ms-input-placeholder{ /* IE 10+ */
	color: var(--form-secondaryInputPlaceholder);
}
.form--secondary form.hs-form .hs-form-field .input input:-moz-placeholder,
.form--secondary form.hs-form .hs-dependent-field .input input:-moz-placeholder{ /* Firefox 18- */
	color: var(--form-secondaryInputPlaceholder);
}
/* Text area */
.form--secondary form.hs-form .hs-form-field .input textarea,
.form--secondary form.hs-form .hs-dependent-field .input textarea{
	border:var(--form-secondaryInputBorderSize) var(--form-secondaryInputBorderColor);
	background: var(--form-secondaryInputBackgroundColor);
	color: var(--form-secondaryInputColor);
}
.form--secondary form.hs-form .hs-form-field .input textarea::-webkit-input-placeholder,
.form--secondary form.hs-form .hs-dependent-field .input textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: var(--form-secondaryInputPlaceholder);
}
.form--secondary form.hs-form .hs-form-field .input textarea::-moz-placeholder,
.form--secondary form.hs-form .hs-dependent-field .input textarea::-moz-placeholder{ /* Firefox 19+ */
	color: var(--form-secondaryInputPlaceholder);
}
.form--secondary form.hs-form .hs-form-field .input textarea:-ms-input-placeholder,
.form--secondary form.hs-form .hs-dependent-field .input textarea:-ms-input-placeholder{ /* IE 10+ */
	color: var(--form-secondaryInputPlaceholder);
}
.form--secondary form.hs-form .hs-form-field .input textarea:-moz-placeholder,
.form--secondary form.hs-form .hs-dependent-field .input textarea:-moz-placeholder{ /* Firefox 18- */
	color: var(--form-secondaryInputPlaceholder);
}

/* File picker */

.form--secondary form.hs-form .hs-form-field .input input[type=file],
.form--secondary form.hs-form .hs-dependent-field .input input[type=file]{
    background-color: transparent;
    color: var(--form-secondaryLabelColor);
}

/* Select  https://www.filamentgroup.com/lab/select-css.html */
.form--secondary form.hs-form .hs-form-field .input select,
.form--secondary form.hs-form .hs-dependent-field .input select{
	border: var(--form-secondaryInputBorderSize) var(--form-secondaryInputBorderColor);
	color: var(--form-secondaryInputColor);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%22%20d%3D%22M207.029%20381.476L12.686%20187.132c-9.373-9.373-9.373-24.569%200-33.941l22.667-22.667c9.357-9.357%2024.522-9.375%2033.901-.04L224%20284.505l154.745-154.021c9.379-9.335%2024.544-9.317%2033.901.04l22.667%2022.667c9.373%209.373%209.373%2024.569%200%2033.941L240.971%20381.476c-9.373%209.372-24.569%209.372-33.942%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, var(--form-secondaryInputBackgroundColor) 0%,var(--form-secondaryInputBackgroundColor) 100%);
}
.form--secondary form.hs-form .hs-form-field .input input.invalid.error,
.form--secondary form.hs-form .hs-dependent-field .input input.invalid.error{
    border: 1px solid var(--form-secondaryWarningMessageColor);
}

.form--secondary form.hs-form label.hs-error-msg,
.form--secondary form.hs-form .hs-error-msgs.inputs-list {
    color: var(--form-secondaryWarningMessageColor);
}

/* Submit button */
.form--secondary form.hs-form input.hs-button{
	background: var(--form-secondarySubmitButtonBackgroundColor);
    color: var(--form-secondarySubmitButtonTextColor);
	border: var(--form-secondarySubmitBorderSize) var(--form-secondarySubmitBorderColor);
}

.form--secondary form.hs-form input.hs-button:hover{
	background: var(--form-secondarySubmitButtonBackgroundColorHover);
	color: var(--form-secondarySubmitButtonTextColorHover);
	border: var(--form-secondarySubmitBorderSize) var(--form-secondarySubmitBorderColorHover);
	color: var(--form-secondarySubmitButtonTextColor);
}
.form--secondary form.hs-form input.hs-button:hover{
	background: var(--form-secondarySubmitButtonBackgroundColorHover);
	color: var(--form-secondarySubmitButtonTextColorHover);
	border: var(--form-secondarySubmitBorderSize) var(--form-secondarySubmitBorderColorHover);
}

/* Subcription Forms */

/* GDPR */

.blog-subscription form.hs-form fieldset > .legal-consent-container,
.blog-subscription form.hs-form > .legal-consent-container {
	font-size:1.5rem;
	line-height:1.2;
	margin-top: -calc(var(--blog-subscriptionFormFormFieldsMarginBottom) * 0.2 );
	margin-bottom:0.8em;
}
.blog-subscription form.hs-form .legal-consent-container .hs-richtext > p {
	margin: 0 0 0.4em;
}

.blog-subscription form.hs-form .legal-consent-container .hs-richtext > a,
.blog-subscription form.hs-form .legal-consent-container .hs-richtext > p > a{
	color: inherit;
    font-weight: 600;
}

.blog-subscription form.hs-form .legal-consent-container .hs-richtext > a:hover,
.blog-subscription form.hs-form .legal-consent-container .hs-richtext > p > a:hover{
    text-decoration: underline;
}


.blog-subscription form.hs-form .legal-consent-container .hs-form-field,
.blog-subscription form.hs-form .legal-consent-container .hs-dependent-field{
	margin:0;
}
.blog-subscription form.hs-form .legal-consent-container label.hs-form-booleancheckbox-display{
	font-size:1.5rem;
}
.blog-subscription form.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
	margin-left: 0;
}

.blog-subscription .blog-subscription__container{
    position: relative;
    border-radius: var(--moduleSettings-formsBorderRadius);
    background-color: var(--blog-subscriptionFormBackgroundColor);
    color: var(--blog-subscriptionFormTextColor);
    position: relative;
    padding: var(--blog-subscriptionFormPaddingTB) var(--blog-subscriptionFormPaddingLR);
}

--blog-subscriptionFormBackgroundColor
--blog-subscriptionFormTextColo
--blog-subscriptionFormPaddingLR
--blog-subscriptionFormPaddingTB



.blog-subscription .hs_cos_wrapper_type_inline_rich_text > *,
.blog-subscription .hs-richtext > *{
    color: var(--form-primaryTextColor) !important;
}

.blog-subscription .blog-subscription__container .hs-form fieldset{
	max-width: none;
	width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog-subscription .blog-subscription__container .hs-form .hs-form-field,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field,
.blog-subscription .blog-subscription__container .hs-form> .hs-richtext,
.blog-subscription .blog-subscription__container .hs-form> .legal-consent-container {
	margin-bottom: var(--form-formFieldsMarginBottom)
}

.blog-subscription .blog-subscription__container .hs-formfieldset.form-columns-1 .hs-form-field, 
.blog-subscription .blog-subscription__container .hs-formfieldset.form-columns-1 .hs-dependent-field {
	width: 100%;
}

.blog-subscription .blog-subscription__container .hs-formfieldset.form-columns-2 .hs-form-field, 
.blog-subscription .blog-subscription__container .hs-formfieldset.form-columns-2 .hs-dependent-field {
	width: calc(100%/2 - var(--form-formFields-columnGap)/2);
}

.blog-subscription .blog-subscription__container .hs-formfieldset.form-columns-3 .hs-form-field, 
.blog-subscription .blog-subscription__container .hs-formfieldset.form-columns-3 .hs-dependent-field {
	width: calc(100%/3 - var(--form-formFields-columnGap)/3);
}

/* Labels */
.blog-subscription .blog-subscription__container .hs-form label{
	display: block;
	font-size: var(--form-primaryLabelSize);
	font-weight: var(--form-primaryLabelWeight);
	margin-bottom: var(--form-formLabelsMarginBottom);
	line-height: var(--form-secondaryLabelLineHeight);
}
.blog-subscription  .hs-form label,
.blog-subscription  fieldset > .legal-consent-container,
.blog-subscription  .legal-consent-container{
    color: var(--form-primaryLabelColor);
}


/* Help text - legends */
.blog-subscription .blog-subscription__container .hs-form legend {
	font-size: calc(var(--form-secondaryLabelSize) * 0.8);
	font-weight: 400;
	margin: -var(--form-formLabelsMarginBottom) 0 calc(var(--form-formLabelsMarginBottom) * 0.5);
}

/* -------- Fields -------- */
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input {
	display: flex;
	width:100%;
	margin:0!important;
}

/* Input */
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input[type=text],
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input[type=email],
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input[type=password],
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input[type=tel],
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input[type=number],
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input[type=file],
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input[type=text],
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input[type=email],
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input[type=password],
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input[type=tel],
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input[type=number],
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input[type=file] {
	width:100% !important;
	font-size:inherit;
	line-height:inherit;
	padding: var(--form-formFieldsPaddingTopBottom) var(--form-formFieldsPaddingLeftRight);
	border: var(--form-primaryInputBorderSize) var(--form-primaryInputBorderColor);
	border-radius: var(--moduleSettings-forminputsBorderRadius);
	background: var(--form-primaryInputBackgroundColor);
	color: var(--form-primaryInputColor);
	outline:none;
	box-shadow: none;
	-webkit-appearance: none;
    appearance: none;
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input::-webkit-input-placeholder,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: var(--form-primaryInputPlaceholder);
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input::-moz-placeholder,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input::-moz-placeholder{ /* Firefox 19+ */
	color: var(--form-primaryInputPlaceholder);
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input:-ms-input-placeholder,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input:-ms-input-placeholder{ /* IE 10+ */
	color: var(--form-primaryInputPlaceholder);
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input:-moz-placeholder,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input:-moz-placeholder{ /* Firefox 18- */
	color: var(--form-primaryInputPlaceholder);
	opacity:1;
}
/* Text area */
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input textarea,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input textarea{
	min-width:100%;
	width:100% !important;
	font-size:inherit;
	line-height:inherit;
	padding: var(--form-formFieldsPaddingTopBottom) var(--form-formFieldsPaddingLeftRight);
	border:var(--form-primaryInputBorderSize) var(--form-primaryInputBorderColor);
	border-radius:var(--moduleSettings-forminputsBorderRadius);
	background: var(--form-primaryInputBackgroundColor);
	color: var(--form-primaryInputColor);
	outline:none;
	box-shadow: none;
	min-height: 8rem;
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input textarea::-webkit-input-placeholder,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: var(--form-primaryInputPlaceholder);
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input textarea::-moz-placeholder,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input textarea::-moz-placeholder{ /* Firefox 19+ */
	color: var(--form-primaryInputPlaceholder);
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input textarea:-ms-input-placeholder,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input textarea:-ms-input-placeholder{ /* IE 10+ */
	color: var(--form-primaryInputPlaceholder);
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input textarea:-moz-placeholder,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input textarea:-moz-placeholder{ /* Firefox 18- */
	color: var(--form-primaryInputPlaceholder);
	opacity:1;
}
/* Select  https://www.filamentgroup.com/lab/select-css.html */
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input select,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input select{
	display: block;
	max-width: 100%;
	width:100% !important;
	font-size:inherit;
	line-height:inherit;
	height: auto;
	border: var(--form-primaryInputBorderSize) var(--form-primaryInputBorderColor);
	border-radius: var(--moduleSettings-forminputsBorderRadius);
	color: var(--form-primaryInputColor);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	outline: none;
	cursor:pointer;
	/* 	background-color: var(--form-primaryInputBackgroundColor); */
	background-color:transparent;
	background-repeat: no-repeat, repeat;
	background-position: right var(--form-formFieldsPaddingLeftRight) top 50%, 0 0;
	background-size: 0.8em auto, 100%;
	background-clip: padding-box;
	
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%22%20d%3D%22M207.029%20381.476L12.686%20187.132c-9.373-9.373-9.373-24.569%200-33.941l22.667-22.667c9.357-9.357%2024.522-9.375%2033.901-.04L224%20284.505l154.745-154.021c9.379-9.335%2024.544-9.317%2033.901.04l22.667%2022.667c9.373%209.373%209.373%2024.569%200%2033.941L240.971%20381.476c-9.373%209.372-24.569%209.372-33.942%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, var(--form-primaryInputBackgroundColor) 0%,var(--form-primaryInputBackgroundColor) 100%);
	padding: var(--form-formFieldsPaddingTopBottom) calc(var(--form-formFieldsPaddingLeftRight) * 2 + 0.8em) var(--form-formFieldsPaddingTopBottom) var(--form-formFieldsPaddingLeftRight);
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input select::-ms-expand,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input select::-ms-expand{display: none;}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input select:hover,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input select:hover{}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input select:focus,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input select:focus{}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input select option,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input select option {
	color: ;
	font-weight:normal;
}

/* Checkbox/Radio */
.blog-subscription .blog-subscription__container .hs-form.inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-subscription .blog-subscription__container .hs-form.inputs-list > li {
	display: block;
	margin: 0.4em 0 0.7em;
}
.blog-subscription .blog-subscription__container .hs-form.inputs-list label {
	display: flex;
/* 	align-items: center; */
	margin-bottom: 0;
}
.blog-subscription .blog-subscription__container .hs-form.inputs-list input,
.blog-subscription .blog-subscription__container .hs-form.inputs-list span {
	vertical-align: middle;
}
.blog-subscription .blog-subscription__container .hs-forminput[type=checkbox],
.blog-subscription .blog-subscription__container .hs-forminput[type=radio] {
	cursor: pointer;
	margin:0.25em 0.5em 0 0;
}

/* Datepicker */
.blog-subscription .blog-subscription__container .hs-form.hs-dateinput {
	position: relative;
	width:100%;
}
.blog-subscription .blog-subscription__container .hs-form.hs-dateinput:before {
	content:'\F0ED';
	font-family:'Material Design Icons';
	position: absolute;
	right: var(--form-formFieldsPaddingLeftRight);
	font-size: 1.2em;
	top: 50%;
	transform: translateY(-50%);
	cursor:pointer;
    color: ;
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input .hs-dateinput input,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input .hs-dateinput input{
	padding-right: calc(var(--form-formFieldsPaddingLeftRight) * 2 + 1em);
}

/* File picker */
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input[type=file],
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input[type=file]{
	background-color: transparent;
    color: var(--form-primaryLabelColor);
	border: initial;
	padding: initial;
}

/* Phone With Country DropDown */
.blog-subscription .blog-subscription__container .hs-form.hs-input.hs-fieldtype-intl-phone {
    width: 100%!important;
}
.blog-subscription .blog-subscription__container .hs-form.hs-input.hs-fieldtype-intl-phone select {
	width: 18rem!important;
}
.blog-subscription .blog-subscription__container .hs-form.hs-input.hs-fieldtype-intl-phone input[type="tel"] {
    width: calc(100% - 18rem - var(--form-formFields-columnGap))!important;
}
/* Validation */
.hs-form-required {
/*   color: #EF6B51; */
}
.blog-subscription .blog-subscription__container .hs-form .hs-form-field .input input.invalid.error,
.blog-subscription .blog-subscription__container .hs-form.hs-dependent-field .input input.invalid.error {
  border: 1px solid var(--form-primaryWarningMessageColor);
}
.blog-subscription .blog-subscription__container .hs-formlabel.hs-error-msg,
.blog-subscription .blog-subscription__container .hs-form.hs-error-msgs.inputs-list {
    color: var(--form-primaryWarningMessageColor);
}

/* Submit button */
.blog-subscription .blog-subscription__container .hs-form input.hs-button{
	display: block;
	width: auto;
	min-width: 8em;
	text-align: center;
	background: var(--form-primarySubmitButtonBackgroundColor);
    color: var(--form-primarySubmitButtonTextColor);
	font-weight: var(--button-weight);
	margin: 2.5rem 0;
    padding: ;
	text-transform: none;
	text-decoration:none;
	cursor: pointer;
	transition: all 0.25s ease;
	border: var(--form-primarySubmitBorderSize) var(--form-primarySubmitBorderColor);
	border-radius: 4px;
	box-shadow: none;
	-webkit-appearance: none;
	appearance:none;
}
.blog-subscription .blog-subscription__container .hs-form input.hs-button:hover{
	background: var(--form-primarySubmitButtonBackgroundColorHover);
	color: var(--form-primarySubmitButtonTextColorHover);
	border: var(--form-primarySubmitBorderSize) var(--form-primarySubmitBorderColorHover);
}


/* Email Preference Forms */

.email_subscriptions__container{
    padding: 4rem;
}

.email_subscriptions__container input[type=text],
.email_subscriptions__container input[type=email],
.email_subscriptions__container input[type=password],
.email_subscriptions__container input[type=tel],
.email_subscriptions__container input[type=number],
.email_subscriptions__container input[type=file] {
	width:100% !important;
	font-size:inherit !important;
	line-height:inherit !important;
	padding: var(--form-formFieldsPaddingTopBottom) var(--form-formFieldsPaddingLeftRight) !important;
	border: var(--form-primaryInputBorderSize) var(--form-primaryInputBorderColor) !important;
	border-radius: var(--moduleSettings-forminputsBorderRadius) !important;
	background: var(--form-primaryInputBackgroundColor) !important;
	color: var(--form-primaryInputColor) !important;
	outline:none !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
    appearance: none !important;
}
form.hs-form .hs-form-field .input input::-webkit-input-placeholder,
form.hs-form .hs-dependent-field .input input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: var(--form-primaryInputPlaceholder) !important;
}
form.hs-form .hs-form-field .input input::-moz-placeholder,
form.hs-form .hs-dependent-field .input input::-moz-placeholder{ /* Firefox 19+ */
	color: var(--form-primaryInputPlaceholder) !important;
}
form.hs-form .hs-form-field .input input:-ms-input-placeholder,
form.hs-form .hs-dependent-field .input input:-ms-input-placeholder{ /* IE 10+ */
	color: var(--form-primaryInputPlaceholder) !important;
}
form.hs-form .hs-form-field .input input:-moz-placeholder,
form.hs-form .hs-dependent-field .input input:-moz-placeholder{ /* Firefox 18- */
	color: var(--form-primaryInputPlaceholder) !important;
	opacity:1 !important;
}

.hs_cos_wrapper_type_email_subscriptions #email-prefs-form .page-header h2,
.email_subscriptions__container .page-header h2,
.email_subscriptions__container .page-header h3,
.email_subscriptions__container form h2,
.email_subscriptions__container form h3{
    font-size: 2rem;
    font-style: italic;
}

.email_subscriptions__container .hs-input{
    margin-bottom: var(--form-formFieldsMarginBottom);
}

.email-prefs{
    margin: 3rem 0;
}

.email-prefs .header{
    padding: 0;
    background: none;
    font-weight: 500;
}

.email-prefs .item:not(:first-of-type){
    margin: 1rem 0;
    padding: 2rem 0 0 0;
    border-top: 1px solid transparent;
}

.email-prefs .subscribe-options{
    padding-top: 4rem;
    border-top: 1px solid transparent;
}

.password-page__container{
    padding: 4rem;
}

.password-page__container input[type=text],
.password-page__container input[type=email],
.password-page__container input[type=password],
.password-page__container input[type=tel],
.password-page__container input[type=number],
.password-page__container input[type=file] {
	width:100% !important;
	font-size:inherit !important;
	line-height:inherit !important;
	padding: var(--form-formFieldsPaddingTopBottom) var(--form-formFieldsPaddingLeftRight) !important;
	border: var(--form-primaryInputBorderSize) var(--form-primaryInputBorderColor) !important;
	border-radius: var(--moduleSettings-forminputsBorderRadius) !important;
	background: var(--form-primaryInputBackgroundColor) !important;
	color: var(--form-primaryInputColor) !important;
	outline:none !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
    appearance: none !important;
    height: auto !important;
}

.password-page__container .hs-button{
    margin: 2rem 0;
}

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

@media only screen and (max-width: 768px) {
    .content__element__form{
/*         transform: translateX(-2.5%); */
        position: relative;
        width: 95dvw;
    }

    .content__element.content__element__form:last-child{
        margin-bottom: 5rem;
    }
    
    .content__element__form .form{
        padding-left: 2.5% !important;
        padding-right: 2.5% !important;
    }
}

@media only screen and (max-width: 640px) {
    .hs_cos_wrapper_type_email_subscriptions #email-prefs-form .page-header h1,
    .email_subscriptions__container .page-header h1{
        font-size: var(--font-h4Size);
    }
    
    .hs_cos_wrapper_type_email_subscriptions #email-prefs-form,
    .email_subscriptions__container{
        padding: 3rem;
    }
    
    .password-page__container h1{
        font-size: var(--font-h4Size);
    }
    
    .password-page__container{
        padding: 3rem;
    }
}


/* Logo */
.component__logo {
    display: flex;
    align-items: center;
	margin:0;
	position:relative;
    max-width: 160px;
    width: 100%;
}
.component__logo__img {
	width: 100%;
}

/* Text */
.component__text__text p:last-of-type{
    margin-bottom: 0;
}
/* Video */


.component__video > div{
    padding: 5px; 
    position: relative;
    background-color: var(--color-white);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
}  

.content__element.content__element__video{
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: var(--color-accent2);
    align-self: baseline;
}

.module:not(.text-media) .component__video .hs-video-widget::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 5px;
    background: linear-gradient(100.69deg, #D92398 -9.79%, #EB3FC7 26.61%, #E450FB 64.75%, #9243F7 101.16%);
    -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.component__video iframe{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.module:not(.text-media) .component__video > div:not(.hs-video-widget) iframe,
.module:not(.text-media) .component__video iframe{
    inset: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 5px;
    background: linear-gradient(100.69deg, #D92398 -9.79%, #EB3FC7 26.61%, #E450FB 64.75%, #9243F7 101.16%);
    -webkit-mask: 
     linear-gradient(transparent 0 0) content-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
          mask-composite: exclude; 
}
@media only screen and (max-width: 640px){
    .component__video > div{
        background-color: var(--color-accent2);
    }
}
 
/* Icon Library */

