
 



  :root {
    --color-primary: var(--ardoq-purple);
    --color-primary-light: var(--purple-haze);
    --color-primary-dark: var(--purple15);
    --color-primary-darkest: var(--purple-rain);

    --color-secondary: var(--purple-haze-dark);
    --color-secondary-light: #92DBD3;
    --color-secondary-dark: #418B82;
    
    --color-tertiary: var(--blue50);
    --color-tertiary-light: #539EEE;
    --color-tertiary-dark: #2360BA;

    --color-heading: var(--grey15);
    --color-heading-light: #F7F8FA;

    --color-paragraph: var(--grey20);
    --color-paragraph-light: var(--grey90);
    
    --color-cat: var(--grey35);
    --color-link: var(--color-primary);
    
    --bg-color-grey-lightest: var(--grey95);
    --bg-color-grey-light: var(--grey90);
    --bg-color-grey: var(--grey80);
    
    --color-partners: #2360BA;
    --color-partners-dark: #10346A;

    --color-error: var(--red60);
    --color-footer:  var(--grey15);
 
    
    
    --ardoq-purple: #8800ff;
    --purple-haze: #DECDFF;
    --purple-haze-dark: #C769F5;
    --purple-rain: #3A053A;
    
    --ardoq-yellow: #FFCE00;
    --ardoq-orange: #FF6700;
    --ardoq-pink: #E214A8;
    --ardoq-green: #9BE51A;
    --ardoq-turquoise: #00DAE5;
    --ardoq-blue: #006BFF;
    --ardoq-teal: #04BC8C;
    
    
    
    
    
    /*--grey15: #232F3E;*/
    /*--grey25: #37475A;*/
    /*--grey35: #546477;
    --grey50: #6F7D90;
    --grey60: #8D9AAC;
    --grey80: #D4DAE3;
    --grey90: #EDEDED;
    --grey95: #F9F9F9;
     * */
    
    
    --grey15: #39333A;
    --grey20: #534a55;
    --grey25: #726574;
    --grey35: #908391;
    --grey50: #A69CA7;
    --grey60: #C7C1C8;
    --grey80: #DEDADE;
    --grey90: #EEE8EC;
    --grey93: #f8f5f7;
    --grey95: #f8f5f7;
    
    
    
    
    
    
    --purple15: #3A053A;
    --purple25: var(--ardoq-purple);
    --purple35: #BB5CF2;
    --purple50: #BB5CF2;
    --purple60: #CA91F2;
    --purple80: #E0C6FC;
    --purple95: #FEF5FE;
    
    
    
    
    
    --green15: var(--ardoq-teal);
    --green25: var(--ardoq-teal);
    --green35: var(--ardoq-teal);
    --green50: var(--ardoq-teal);
    --green60: var(--ardoq-teal);
    --green80: var(--ardoq-teal);
    --green95: var(--ardoq-teal);
    
    
    
    
    
    --blue15: var(--ardoq-blue);
    --blue25: var(--ardoq-blue);
    --blue35: var(--ardoq-blue);
    --blue50: var(--ardoq-blue);
    --blue60: var(--ardoq-blue);
    --blue80: var(--ardoq-blue);
    --blue95: var(--ardoq-blue);
    
    
    
    
    --yellow15: var(--ardoq-yellow);
    --yellow25: var(--ardoq-yellow);
    --yellow35: var(--ardoq-yellow);
    --yellow50: var(--ardoq-yellow);
    --yellow60: var(--ardoq-yellow);
    --yellow80: var(--ardoq-yellow);
    --yellow95: var(--ardoq-yellow);
    
    --red50: #CB3434;
    --red60: #DC4C4C;
  }
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}

	100% {
		transform: none;
		opacity: 1;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes rotateY {
	to {
		-webkit-transform: rotateY(360deg);
	}
}

@keyframes rotateY {
	to {
		transform: rotateY(360deg);
	}
}

@font-face {
 font-family: Proxima; 
 src: url('https://4022333.fs1.hubspotusercontent-na1.net/hubfs/4022333/Files/Fonts/ProximaNovaW05-Regular.woff2') format('woff2'),
         url('https://4022333.fs1.hubspotusercontent-na1.net/hubfs/4022333/Files/Fonts/ProximaNovaW05-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}


/*@font-face { 
 font-family: Proxima; 
   src: url('https://4022333.fs1.hubspotusercontent-na1.net/hubfs/4022333/Files/Fonts/ProximaNovaW05-Semibold.woff2') format('woff2'),
         url('https://4022333.fs1.hubspotusercontent-na1.net/hubfs/4022333/Files/Fonts/ProximaNovaW05-Semibold.woff') format('woff');
   font-style: normal;
   font-weight: 700;
   font-display: swap;
}*/


@font-face { 
 font-family: Proxima; 
  src: url('https://4022333.fs1.hubspotusercontent-na1.net/hubfs/4022333/AR%20-%20Web%20Dec%202019/Font/Proxima%20Nova%20Bold.eot') format('eot'), 
   url('https://4022333.fs1.hubspotusercontent-na1.net/hubfs/4022333/AR%20-%20Web%20Dec%202019/Font/Proxima%20Nova%20Bold.woff') format('woff'), 
   url('https://4022333.fs1.hubspotusercontent-na1.net/hubfs/4022333/AR%20-%20Web%20Dec%202019/Font/Proxima%20Nova%20Bold.ttf') format('truetype'); 
   font-style: normal;
   font-weight: 700;
   font-display: swap;
}

body {
  font-family: Proxima, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.margin--bottom45 {
	margin-bottom: 45px;
}

.margin--bottom35 {
	margin-bottom: 35px;
}

.margin--bottom30 {
	margin-bottom: 30px;
}

.mt-standfirst {
	margin-top: 45px;
}

.buttonContainer {
	margin-top: 50px;
}

.background--cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.text--darkGrey {
	color: #232f3e;
}

.text--white {
	color: #FFFFFF;
}

/***********/
.animate-auto, .stagger {
	animation-fill-mode: both;
	opacity: 0;
}

.fadeIn {
	animation: fadeIn 1s;
}

.fadeInUp {
	animation: fadeInUp 1s;
}

@media screen and (min-width: 1050px) {
	.fadeInDelay {
		animation: fadeInUp 1s;
		animation-delay: 1s;
		animation-fill-mode: both;
	}
}




.sectionPadding {
	padding: 60px 0px;
}

@media only screen and (min-width: 992px) {
	.sectionPadding {
		padding: 100px 0px;
	}
}

@media only screen and (min-width: 1600px) {
	.sectionPadding {
		padding: 150px 0px;
	}
}

.sectionPadding--medium {
	padding: 60px 0px;
}

@media only screen and (min-width: 992px) {
	.sectionPadding--medium {
		padding: 100px 0px;
	}
}

@media only screen and (min-width: 1600px) {
	.sectionPadding--medium {
		padding: 120px 0px;
	}
}

.richTextPadding {
	padding: 120px 0px;
}

@media only screen and (min-width: 1600px) {
	.richTextPadding {
		padding: 150px 0px;
	}
}

.margin-xxl-90 {
	margin: 50px 0px;
}

@media only screen and (min-width: 992px) {
	.margin-xxl-90 {
		margin: 70px 0px;
	}
}

@media only screen and (min-width: 1600px) {
	.margin-xxl-90 {
		margin: 90px 0px;
	}
}

.mb-xxl-90 {
	margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
	.mb-xxl-90 {
		margin-bottom: 70px;
	}
}

@media only screen and (min-width: 1600px) {
	.mb-xxl-90 {
		margin-bottom: 90px;
	}
}




* {
	-webkit-font-smoothing: antialiased;
}

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

html {
	font-size: 100%;
}

body {
	margin: 0;
}

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

p a {
	color: var(--color-primary);
}

a {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
  text-decoration: none;
}

a:hover {
	text-decoration: none !important;
	color: var(--color-secondary);
}




/*============*/

.container2 {
  max-width: 1440px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media(max-width: 1600px) and (min-width: 1301px){
  .container2 {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media(max-width: 1300px) and (min-width: 992px){
  .container2 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
/*============*/





body span.standfirst {
	font-size: 20px;
	font-size: 1.25rem;
	display: block;
}

@media only screen and (min-width: 1600px) {
	body span.standfirst {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

body span.cardHeader {
	font-size: 18px;
	font-size: 1.125rem;
  font-weight: 700;
	display: inline-block;
}

@media only screen and (min-width: 1600px) {
	body span.cardHeader {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

body p, body ul li, body ol li {
	font-size: 16px;
	font-size: 1rem;
}

@media only screen and (min-width: 1600px) {
	body p, body ul li, body ol li {
		font-size: 20px;
		font-size: 1.25rem;
	}
}


body span.standfirst--small {
	display: inline-block;
}

@media only screen and (min-width: 1200px) {
	body span.standfirst--small {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 1600px) {
	body span.standfirst--small {
		font-size: 24px;
		font-size: 1.5rem;
	}
}


.header-container.container-fluid,
.body-container.container-fluid,
.footer-container.container-fluid {
	padding: 0;
}

.container-fluid:before,
.container-fluid:after {
	display: none;
}

.row-fluid [class*="span"] {
	min-height: 0!important;
}

/*===========================*/
/*===========================*/
@media (min-width: 1600px) {
	.container {
		max-width: 1440px !important;
	}
}



/* Base 
 * --------------- */
@media (min-width: 1201px) {
  .hs-page .body-container .row-fluid-wrapper:first-child .section {padding-top: 200px;} 
  
}
@media (max-width: 1200px) {
  .hs-page .body-container .row-fluid-wrapper:first-child .section {padding-top: 150px;} 
}
@media (max-width: 767px) {
  .hs-page .body-container .row-fluid-wrapper:first-child .section {padding-bottom: 0;} 
  .container {max-width: 100%;}
  .hide-on-mobile {display: none;}
}
@media (min-width: 768px) {
  .container {max-width: calc(100% - 60px);}
}
.has-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section__a,
.a-section,
.hs-page .section,
.hs-site-page .section {
  padding: 100px 0;
}

/* ---------------
 * end of Base */



 /* REMOVE LATER */
 
 
 
 

 
 
  
  
@media (min-width: 1201px) {
  .page__website .body-container .row-fluid-wrapper:first-child .section {padding-top: 200px;} 
}
@media (max-width: 1200px) {
  .page__website .body-container .row-fluid-wrapper:first-child .section {padding-top: 150px;} 
}
@media (max-width: 767px) {
  .page__website .body-container .row-fluid-wrapper:first-child .section.has-video {padding-bottom: 0;} 
}
  
  .has-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.margin-after {
   margin-bottom: 50px;
}
.text-align-center {
  text-align: center;
}
/* Abbreviation Tooltip */
abbr[data-title] {
  position: relative;
    z-index: 1;
  /* ensure consistent styling across browsers */
  border-bottom: 2px dotted #2b3037;
  cursor: default;
}

abbr[data-title]:hover::after,
abbr[data-title]:focus::after {
  content: attr(data-title);
  display: block;
  background-color: #37475A;
  color: #fff;
  /* position tooltip like the native one */
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  white-space: nowrap;
  
  /* style tooltip */

  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  font-size: 14px;
  padding: 3px 5px;
}

/* Simple Tooltip */
[data-simple-tooltip] {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
[data-simple-tooltip]:hover::after,
[data-simple-tooltip]:focus::after {
  content: attr(data-simple-tooltip);
  display: block;
  background-color: #37475A;
  color: #fff;
  /* position tooltip like the native one */
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 200px;
  text-align: left;
  /* style tooltip */
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  font-size: 12px;
  line-height: 1.4;
  padding: 7px 10px;

}

.tooltipp {
   background: var(--color-heading);
   color: white;
   font-weight: bold;
   padding: 4px 8px;
   font-size: 13px;
   border-radius: 4px;
   display: none;
}

.tooltipp[data-show] {
  display: block;
}
blockquote {
  padding: 20px!important;
  border-left: 4px solid var(--color-primary);
  font-weight: 300;
  margin-bottom: 30px;
}
blockquote,
blockquote p {
    font-size: 26px;
    color: var(--color-heading);
}
.hs-blog-post .blog-section blockquote{
  font-size: 26px;
  font-size: 1.625rem;
  margin: 40px 0;
}
.hs-blog-post .blog-section blockquote p {
  color: var(--color-heading);
  font-size: 26px;
  font-size: 1.625rem;
}
blockquote p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px){
  blockquote,
  blockquote p {
    font-size: 26px;
  }
  .hs-blog-post .blog-section blockquote {
    margin: 50px 0;
  }
  .hs-blog-post .blog-section blockquote p {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

body {
  line-height: 1.4;
  color: var(--color-heading);
}



h1, h2, h3, h4, h5, h6, .heading,
.a-h1, .a-h2, .a-h3, .a-h4, .a-h5, .a-h6, .subheader--large, .subheader--medium, .text--large, .headerLarge,
.a-heading, .post-header [data-hs-cos-type=text] {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-heading);
}

h1, .a-h1,
h1 [data-hs-cos-type=text] {
  font-size: 50px;
}
.headerLarge {
  font-size: 40px;
}
h2, .a-h2, .subheader--large,
h2 [data-hs-cos-type=text] {
  font-size: 40px;
}

h3, .a-h3, .bulletHeader, .subheader--medium, .text--large, .heading--subsection, .heading--infoblock,
h3 [data-hs-cos-type=text]{
  font-size: 34px;
}
h4, .a-h4,
h4 [data-hs-cos-type=text] {
  font-size: 28px;
}
h5, .a-h5,
h5 [data-hs-cos-type=text] {
  font-size: 24px;
}
h6, .a-h6,
h6 [data-hs-cos-type=text] {
  font-size: 20px;
}



.a-cat, .heading--category {
  text-transform: uppercase;
  color: var(--color-cat);
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-weight: 400;
}
@media(min-width: 1921px){
  h1, .a-h1,
  h1 [data-hs-cos-type=text] {
    font-size: 60px;
  }
  .headerLarge {
    font-size: 50px;
  }
  h2, .a-h2, .subheader--large,
  h2 [data-hs-cos-type=text] {
    font-size: 50px;
  }
  h3, .a-h3, .bulletHeader, .subheader--medium, .text--large, .heading--subsection, .heading--infoblock,
  h3 [data-hs-cos-type=text] {
    font-size: 38px;
  }
  h4, .a-h4,
  h4 [data-hs-cos-type=text] {
    font-size: 32px;
  }
  h5, .a-h5,
  h5 [data-hs-cos-type=text] {
    font-size: 28px;
  }
  h6, .a-h6, .a-cat, .heading--category,
  h6 [data-hs-cos-type=text] {
    font-size: 24px;
  }
}
@media(max-width: 767px){
  h1, .a-h1,
  h1 [data-hs-cos-type=text] {
    font-size: 36px;
  }
  .headerLarge {
    font-size: 34px;
  }
  h2, .a-h2, .subheader--large,
  h2 [data-hs-cos-type=text] {
    font-size: 34px;
  }
  h4, .a-h4,
  h4 [data-hs-cos-type=text] {
    font-size: 24px;
  }
  h5, .a-h5,
  h5 [data-hs-cos-type=text] {
    font-size: 22px;
  }
  .bulletHeader, .subheader--medium, .text--large, .heading--subsection, .heading--infoblock,
  h6, .a-h6,
  h6 [data-hs-cos-type=text] {
    font-size: 18px;
  }
  .a-cat, .heading--category {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.hero__text--highlight {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 30px;
}
dl, ol, ul {
  padding: 0;
}






.section__a {
  font-weight: 400;
}


.heading--section {
  margin-bottom: 35px;
}
@media (max-width: 1600px){
  .heading--section {
    display: inline-block;
    font-size: 2.75rem;
    line-height: 1.2;
    
  }
}
@media (max-width: 767px){
  .heading--section {
    font-size: 2.5rem;
  }
}
.heading--subsection,
.heading--infoblock {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.heading-mini {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #2b3037;
}
.subtext {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
 
}
.text-align-center {
  text-align: center;
}
.text--basic {
  max-width: 720px;
  margin-bottom: 40px;
}
.text-align-center .text--basic {
  margin: 0 auto 40px auto;
}
.text--basic,
.text--basic p,
[data-hs-cos-type="text"],
[data-hs-cos-type="text"] p,
[data-hs-cos-type="rich_text"],
[data-hs-cos-type="rich_text"] p,
.hs-blog-post .blog-section p,
.post-body li,
[data-hs-cos-type="rich_text"] li,
.lpContent p, .lpSection p
{
  font-size: 1.25rem;
  color: var(--color-paragraph);
  margin-bottom: 30px;
}
.lpHeader p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.text--basic b,
.text--basic p b,
.post-body p[style="font-weight: bold;"],
.post-body p span[style="font-weight: bold;"],
.post-body p span[style~="bold"],
.post-body li strong,
.post-body li b,
[data-hs-cos-type="text"] p[style="font-weight: bold;"],
[data-hs-cos-type="text"] p span[style="font-weight: bold;"],
[data-hs-cos-type="text"] p span[style~="bold"],
[data-hs-cos-type="text"] li strong,
[data-hs-cos-type="text"] li b,
[data-hs-cos-type="rich_text"] p[style="font-weight: bold;"],
[data-hs-cos-type="rich_text"] p span[style="font-weight: bold;"],
[data-hs-cos-type="rich_text"] p span[style~="bold"]
[data-hs-cos-type="rich_text"] strong,
[data-hs-cos-type="rich_text"] b,
[data-hs-cos-type="rich_text"] li strong,
[data-hs-cos-type="rich_text"] li b{
  font-weight: 700;
  color: var(--color-heading);
}
.text--basic p:last-child,
[data-hs-cos-type="rich_text"] p:last-child!important {
  margin-bottom: 0;
}


.text--basic ul,
[data-hs-cos-type="rich_text"] ul {
  list-style-position: outside;
  padding-left: 20px;
}
.text--basic li {
  margin-bottom: 10px;
  font-size: inherit;
}
.text--basic li::marker {
  color: var(--color-heading);
}

/*.text--basic li:before {
  display: block;
  float: left;
  content: "\2012";
  margin-right: 10px;
  margin-left: -20px;
}*/


.hs-blog-post .blog-section p img {
    margin-bottom: 70px;
    margin-top: 50px;
}
/* ---------------
 * end of Typography */


.quoteAuthor {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
}

.subtext {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
 
}
.text-align-center {
  text-align: center;
}
.text--basic {
  max-width: 720px;
  margin-bottom: 40px;
}
.text-align-center .text--basic {
  margin: 0 auto 40px auto;
}
.text--basic a:not(.a-tag),
[data-hs-cos-type="rich_text"] a:not(.a-tag) {
  color: var(--purple25);
}
.text--basic a:hover,
.text--basic a:focus {
  color: var(--purple35);
}

.text--basic p:last-child {
  margin-bottom: 0;
}


.checks-and-texts {
  list-style-position: outside;
  padding: 0;
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap column;
    flex-flow: wrap column;
}
  .checks-and-texts li {
  padding-left: 34px;
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}
.checks-and-texts li::before {
  position: absolute;
  top: -2px;
  left: 5px;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 20px;
  width: 9px;
  border-bottom: 2px solid #04BC8C;
  border-right: 2px solid #04BC8C;
}

@media (min-width: 992px) {
  .checks-and-texts {
  }
}
@media (min-width: 1600px) {
  .checks-and-texts {
  }
}
@media(max-width:991px){
  .checks-and-texts li {font-size: 1.2rem;}
}



/* BLOG */
/* BLOG headings */
.post-body h2 {
  font-size: 26px;
}
.post-body h3 {
  font-size: 24px;
}
.post-body h4 {
  font-size: 20px;
}
.post-body h5,
.post-body h6 {
  font-size: 18px;
}
/* BLOG ul, ol, li */
.post-body ul,
.post-body ol{
  margin-bottom: 28px;
  margin-left: 40px;
}
.post-body li,
[data-hs-cos-type="rich_text"] li {
  margin-bottom: 10px;
}
.post-body ul li {
  list-style-type: disc;
}
.post-body a {
  color: var(--color-primary);
  text-decoration: underline;
}
/* end of BLOG*/


/*============*/
/*============*/
/* SORT SORT SORT SORT !!! */
.buttonContainer {
	position: relative;
	display: inline-block;
}

.buttonContainer a.ctaButton {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.2em;
	padding: 18px 33px;
	border: 0;
	color: #FFFFFF;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	display: inline-block;
  font-weight: 700;
	outline: none;
}

@media only screen and (min-width: 1600px) {
	.buttonContainer a.ctaButton {
		font-size: 26px;
		font-size: 1.625rem;
		padding: 25px 33px;
	}
}

.buttonContainer a.ctaButton--purpleToGreen {
	background: #770079;
	color: #FFFFFF;
}

.buttonContainer a.ctaButton--purpleToGreen:hover {
	background: #81BAB5;
}

.buttonContainer a.ctaButton--purpleToDarkGrey {
	background: #770079;
	color: #FFFFFF;
}

.buttonContainer a.ctaButton--purpleToDarkGrey:hover {
	background: #232f3e;
}






/* SORT Buttons & Links 
 * --------------- */
.btn__container {
  position: relative;
  margin-bottom: 30px;
}
.btn {
    display: inline-block;
    position: relative;
    font-size: 1.1875rem;
    line-height: 1.2em;
    padding: 18px 33px;
    border: 0;
    background-color: #770079;
    color: #fff;
    border-radius: 0;
    overflow: hidden;
    outline: 0;
}
.btn--primary:hover,
.btn--primary:focus {
  background-color: var(--color-secondary);
  color: #fff;
}

:root {
  --link-color: var(--color-primary);
  --link-color-hover: var(--color-secondary);
}
.link--rich {
  font-weight: 700;
  color: var(--link-color);
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
}
.link--rich:hover,
.link--rich:focus{
  color: var(--link-color);
}
.link--rich.has-icon-forward:hover:after,
.link--rich.has-icon-forward:focus:after {
  right: -.5rem;
  color: var(--link-color)
}
  
.has-icon-forward:after {
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 9px;
  height: 9px;
  background: 0 0;
  text-indent: -9999px;
  border-top: 3px solid var(--link-color);
  border-left: 3px solid var(--link-color);
  text-decoration: none;
  color: transparent;
  border-radius: 1px;
  transform: rotate(135deg);
  border-color: var(--link-color);
}
.has-icon-new-tab:after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='#A000F0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.38 14H0V.87h5.25v1.75h-3.5v9.63h9.63v-3.5h1.74V14h-1.74ZM6.74 8.5 5.5 7.25l5.51-5.51H7.88V0H14v6.13h-1.75V2.98l-5.51 5.5Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.has-icon-new-tab.dark:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='#232f3e' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.38 14H0V.87h5.25v1.75h-3.5v9.63h9.63v-3.5h1.74V14h-1.74ZM6.74 8.5 5.5 7.25l5.51-5.51H7.88V0H14v6.13h-1.75V2.98l-5.51 5.5Z'/%3E%3C/svg%3E");
}
.has-icon-new-tab.white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='#FFFFFF' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.38 14H0V.87h5.25v1.75h-3.5v9.63h9.63v-3.5h1.74V14h-1.74ZM6.74 8.5 5.5 7.25l5.51-5.51H7.88V0H14v6.13h-1.75V2.98l-5.51 5.5Z'/%3E%3C/svg%3E");
}
/* ---------------
 * end of Buttons & Links */







button,
.button,
input[type="button"],
input[type="submit"],
[role="button"],
.a-btn,
.interactive-button {
  --btn-color: var(--color-primary);
  --btn-color-hover: var(--color-secondary);
  --btn-text-color: #fff;
  --btn-text-color-hover: #fff;
 
  /*background-color: var(--btn-color);*/
  background-color: #4C008F;
  display: inline-block;
  font-weight: 700;
  color: var(--btn-text-color);
  border: 1px solid transparent;
  border-radius:4px;
  padding: 16px 26px;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin-bottom: 5px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a[id^="cta_button"].a-btn,
.interactive-button {
  font-family: inherit!important;
    font-weight: 700!important;
    font-size: inherit !important;
    padding: 16px 26px!important;
}
@media(min-width: 1600px) {
  button, .button, input[type="button"], input[type="submit"], [role="button"], .a-btn, .interactive-button {
    font-size: 20px;
  }
}

button:hover, button:focus,
.button:hover, .button:focus,
input[type="button"]:hover, input[type="button"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
[role="button"]:hover, [role="button"]:focus,
.a-btn:hover, .a-btn:focus,
.interactive-button:hover, .interactive-button:focus {
 /* background-color: var(--btn-color-hover);*/
  background-color: #2E0057;
  color: var(--btn-text-color-hover);
}

button:focus,
.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
[role="button"]:focus,
.a-btn:focus {
  outline: none;
  /*box-shadow: 0 0 0 2px hsl(285deg 100% 50% / 80%);*/
  box-shadow:none;
  background-color:#1F003B;
}
/* By Type */ 
/* --Small Button */ 
.a-btn--small {
  padding: 10px 26px;
}

/* --Action Button */ 
.a-btn--action {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-right: 50px;

}
.a-btn--action:after {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: 0 0;
  text-indent: -9999px;
  border-top: 2px solid var(--btn-color);
  border-left: 2px solid var(--btn-color);
  text-decoration: none;
  color: transparent;
  border-radius: 1px;
  transform: rotate(135deg);
  border-color: #fff;

  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.a-btn--ghost.a-btn--action:after  {
  border-color: var(--btn-color);
}
.a-btn--action:hover:after, 
.a-btn--action:focus:after {
	right: 20px;
}


/* --Ghost Button */ 
.a-btn--ghost {
  background-color: transparent;
  border: 1px solid var(--btn-color);
  color:  var(--btn-color);
}
.a-btn--ghost:hover, .a-btn-ghost:focus {
  background-color: transparent;
  border: 1px solid var(--btn-color-hover);
  color:  var(--btn-color-hover);
}

.a-btn--ghost.a-btn--action:hover:after,
.a-btn--ghost.a-btn--action:focus:after {
  border-color: var(--btn-color-hover);
}

/* By Color */ 
.a-btn--secondary {
  --btn-color: var(--color-secondary);
  --btn-color-hover: var(--color-secondary-dark);
}
.a-btn--tertiary {
  --btn-color: var(--color-tertiary);
  --btn-color-hover: var(--color-tertiary-dark);
}


.a-tag {
  display: inline-block;
  background-color: var(--grey90);
  padding: 5px 12px;
  font-size: 1rem;
  border-radius: 0;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: var(--grey25);
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: 400;
}


.link--basic {
  font-weight: 700;
  color: var(--color-primary);
}
.link--basic:hover,
.link--basic:focus {
  color: var(--color-secondary);
}

.hs-cta-embed {
    width: calc(100vw - 40px)!important;
    margin-bottom: 20px;
    max-width: 700px !important;
}



/* effect-shine */
.shine:hover {
  color: var(--color-primary);
  -webkit-mask-image: linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#a001f0 50%,rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/*.link--rich {
  color: #418B82;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
}

.has-icon-forward:after {
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 9px;
  height: 9px;
  background: 0 0;
  text-indent: -9999px;
  border-top: 3px solid #033c47;
  border-left: 3px solid #033c47;
  text-decoration: none;
  color: transparent;
  border-radius: 1px;
  transform: rotate(135deg);
  border-color: #418B82;
}
.link--rich.has-icon-forward:hover:after,
.link--rich.has-icon-forward:focus:after {
  right: -.5rem;
} 
.has-icon-blank:after {
  content: "";
  display: block;
  position: absolute;
  transition: inherit;
  right: 0;
  top: 50%;
  margin-top: -9px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+SWNvRm9udCBJY29uczwvbWV0YWRhdGE+Cjx0aXRsZT5leHRlcm5hbC1saW5rPC90aXRsZT4KPGdseXBoIGdseXBoLW5hbWU9ImV4dGVybmFsLWxpbmsiIGhvcml6LWFkdi14PSIxMDAwIiB1bmljb2RlPSLuvJ8iLz4KPHBhdGggZD0ibTgwOC4yIDQ5OC44aC02N2MtMTEuNiAwLTIxIDkuNC0yMSAyMXYyODAuMmMwIDExLjYtOS40IDIxLTIxIDIxaC01MDMuNGMtMTEuNiAwLTIxLTkuNC0yMS0yMXYtNTA1YzAtMTEuNiA5LjQtMjEgMjEtMjFoMjgwLjZjMTEuNiAwIDIxLTkuNCAyMS0yMXYtNjUuM2MwLTExLjYtOS40LTIxLTIxLTIxaC0zOTIuOWMtMTEuNiAwLTIxIDkuNC0yMSAyMXY3MjUuOGMwIDExLjYgOS40IDIxIDIxIDIxaDcyNC43YzExLjYgMCAyMS05LjQgMjEtMjF2LTM5My43YzAtMTEuNi05LjQtMjEtMjEtMjF6bTE2LjEtNDMyLjhoLTI0OS4zYy04LjMgMC0xNSA2LjctMTUgMTV2ODMuM2MwIDguMyA2LjcgMTUgMTUgMTVoMTI3LjFjOC4zIDAgMTAuMiA0LjcgNC40IDEwLjZsLTIxMS40IDIxMS40Yy01LjkgNS45LTUuOSAxNS4zIDAgMjEuMmw4NS42IDg1LjZjNS45IDUuOSAxNS40IDUuOSAyMS4yIDBsMjExLjgtMjExLjhjNS45LTUuOSAxMC42LTMuOSAxMC42IDQuNHYxMjcuOWMwIDguMyA2LjcgMTUgMTUgMTVoODMuM2M4LjMgMCAxNS02LjcgMTUtMTV2LTM2Mi41Yy0wLjEtMC4xLTExMy4zLTAuMS0xMTMuMy0wLjF6Ii8+Cjwvc3ZnPgo=);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(45%) sepia(38%) saturate(476%) hue-rotate(123deg) brightness(98%) contrast(92%);
}
.has-icon-blank:hover:after, 
.link--rich.has-icon-forward:focus:after {
  filter: invert(70%) sepia(5%) saturate(2495%) hue-rotate(125deg) brightness(98%) contrast(88%);
}*/
.openVideoTrigger--icon {
 left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-play__trigger {
  /*display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 46px;
  border: 10px solid #FCB226;
  border-radius: 50%;
  filter: drop-shadow(0 0 3.1rem rgba(255, 255, 255, 0.8));
  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
   -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;*/
}/*

.video-play__trigger:after {
  content: "";
  height: 0;
  width: 0;
  margin-left: 14px;
  background: none;
  border: none;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 38px solid #FCB226;
}
.video-play__trigger.a-mini {
  width: 46px;
  height: 46px;
  padding: 18px;
  border-width: 6px;
}
.video-play__trigger.a-mini:after {
  margin-left: 7px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 16px;
}

.video-play__trigger:hover,
.video-play__trigger:focus {
  border-color: #FFB82A;
}
.video-play__trigger:hover:after,
.video-play__trigger:focus:after {
  border-left-color: #FFB82A;
}
*/
.sticky-scroll-btn {
  z-index: 2;
}

.ias-trigger {
    margin: 60px auto 90px auto;
    text-align: center;
    min-width: 200px;
}

.ias-trigger a {
    --btn-color: var(--color-primary);
    --btn-color-hover: var(--color-secondary);
    background-color: var(--btn-color);
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    min-width: 200px;
    padding: 16px 26px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.a-checkbox {
  position: relative;
  display: inline-block;
}
.a-checkbox__label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid ;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .12s,border-color .08s;
}
.a-checkbox__label {
	padding-left: 25px
}
.a-checkbox__input {
  	clip: rect(1px, 1px, 1px, 1px);
  	padding: 0;
  	border: 0;
  	height: 1px;
  	width: 1px;
  	overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.a-checkbox__input:checked + .a-checkbox__label:after {
	  content: "";
    position: absolute;
    top: 0;
    left: 4px;
  	width: 3px;
    height: 8px;  
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
  	border-color: #212121;
}
.a-checkbo__input:focus:not(:focus-visible) { 
	outline: none;
}

.a-checkbox__input:focus + .a-checkbox__label {
	/* outline: dashed 2px lightgrey; */
	/* outline-offset: 5px; */
}	
.a-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.a-select {
    position: relative;
    height: 47.5px;
    max-width: 300px;
}
.a-select select {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: var(--color-paragraph);
    outline: 0;
    padding-right: 35px;
    padding-left: 15px;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--bg-color-grey);
}
.a-select::before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: transparent;
    content: '';
    pointer-events: none;
}
.a-select::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--color-paragraph) transparent transparent transparent;
    pointer-events: none;
}




/* Selects 
.a-select-outer {
    position: relative;
    height: 44px;
    max-width: 300px;
}
.a-select {
    font-size: 14px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: var(--color-paragraph);
    outline: 0;
    padding-right: 35px;
    padding-left: 15px;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--bg-color-grey);
}
.a-select-outer::before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: transparent;
    content: '';
    pointer-events: none;
}
.a-select-outer::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--color-paragraph) transparent transparent transparent;
    pointer-events: none;
}
.a-select__label {
    font-weight: 700;
    margin-bottom: 10px;
}
/* End of Selects */





.a-filters {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-top: 50px;
}
.a-filters__wrap .label {
  font-size: 1rem;
  color: var(--color-paragraph);
}
.a-filters__wrap .select {
  background: #fff;
  border: 0;
  outline: 2px solid var(--grey80);
  border-radius: 0;
  padding: 15px;
  padding-right: 0;
  font-size: 1rem;
  color: var(--color-paragraph);
  border-right: 16px solid transparent;
  }

.a-filters__wrap .select:focus {
  outline: 2px solid var(--color-primary);
}
.a-filters__wrap,
.a-filters__wrap .input,
.a-filters__wrap .select{
  width: 100%;
  max-width: 300px;
}

@media(max-width: 520px){
  .a-filters {
      flex-direction: column;
  }
}









.searchFilters {
	padding: 40px;
}

.searchFilters .hs-search-field input {
	padding: 15px 30px;
	color: #000000;
	outline: none;
	max-width: 800px;
    
}


.searchFilters .hs-search-results {
	text-align: left;
	margin-top: 80px;
}


.page-search-results__input .hs-search-field__input {
  --input-height: 60px;
  --input-border-width: 2px;
  -webkit-appearance: none!important;
  border: var( --input-border-width) solid var(--grey80);
  border-radius: 0;
  color: var(--grey25);
  font-size: 1.125rem;
  height: var(--input-height);
  outline: 0;
  padding: 10px 20px;
  width: 100%;
  max-width: 800px;
}
.page-search-results__hero .a-section {
  padding-bottom: 0!important;
}
.page-search-results__hero .hero__content {
  margin-bottom: 0!important;
}
.page-search-results__results .a-section {
  padding-top: 50px!important;
}  
.page-search-results__results a {
  color: var(--color-primary);
}
:root {
  --cookie-font-family: Proxima,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.intercom-lightweight-app,
  #intercom-container {
   	z-index: 99999999 !important;
  }
  #intercom-container {
      position: relative!important;
  }
#hs-eu-cookie-confirmation {
  left: auto !important;
  right: 20px!important;
  bottom: 20px !important;
  max-width: 500px!important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 3.2px 10.5px rgb(0 0 0 / 8%), 0 12px 80px rgb(0 0 0 / 13%) !important;
  -webkit-box-shadow: 0 3.2px 10.5px rgb(0 0 0 / 8%), 0 12px 80px rgb(0 0 0 / 13%) !important;
  font-family: var(--cookie-font-family)!important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  transform: translate(0, 0)!important;
}
@media (max-width: 767px){
  #hs-eu-cookie-confirmation {
    right: 0!important;
    bottom: 0 !important;
    max-width: 100%!important;
    border-radius: 0 !important;
  }
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  /*text-shadow: none !important;
  max-width: 1440px !important;
  border-radius: 8px !important;
  padding: 30px 40px 20px 40px !important;*/
}
body
  #hs-eu-cookie-confirmation
  #hs-eu-cookie-confirmation-inner
  #hs-en-cookie-confirmation-buttons-area {
    display: flex !important;
    flex-direction: row !important;
    align-items: center!important;
    margin: 0!important;
  margin-top: 30px !important;
  text-align: left !important;
}

#hs-eu-cookie-confirmation #hs-eu-confirmation-button,
#hs-eu-cookie-confirmation #hs-eu-decline-button {
  height: 52px!important;
  min-width: 20px!important;
  flex: none!important;
  padding: 11px 25px!important;
  font-size: 1rem !important;
  line-height: 1.2em !important;
  border: 0 !important;
  border-radius: 0px !important;
  position: relative !important;
  border: none !important;
  overflow: hidden !important;
  display: inline-block !important;
  font-weight: 700 !important;
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button-group, 
#hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
  flex-flow: nowrap!important;
  
}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button-group {
  align-items: center!important;
  gap: 25px!important;
}
/*body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  div#hs-en-cookie-confirmation-buttons-area
#hs-eu-decline-button {
  border: none !important;
}*/
 
  /*body
    div#hs-eu-cookie-confirmation
    div#hs-eu-cookie-confirmation-inner
    div#hs-en-cookie-confirmation-buttons-area
    #hs-eu-decline-button:hover {
    color: var(--color-primary) !important;
  }
*/
#hs-eu-cookie-confirmation #hs-eu-confirmation-button:hover,
#hs-eu-cookie-confirmation #hs-eu-decline-button:hover {
  background-color: var(--color-secondary) !important;
}
#hs-en-cookie-confirmation-buttons-area {
  display: flex!important;
    justify-content: space-between!important;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-settings-button {
    color: var(--color-primary)!important;
    padding: 0!important;
    border-radius: 0px !important;
    height: inherit!important;
    min-width: 114px!important;
    /*
    overflow-wrap: break-word!important;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap!important;
    white-space: -o-pre-wrap!important;
    white-space: pre-wrap!important;
    white-space: -webkit-pre-wrap!important;
    word-break: break-word!important;
    white-space: normal!important;
    font-weight: 700!important;
    letter-spacing: -0.2px!important;
    padding-right: 15px!important;*/
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p {
  color: var(--color-heading) !important;
  width: 100%!important;
  margin: 0!important;
}

#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p a,
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p a:hover {
  color: var(--color-primary) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p a:hover {
  color: var(--color-primary) !important;
}
#hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container #hs-modal-save-settings {
  font-family: var(--cookie-font-family)!important;
  border-color: transparent!important;
  text-decoration: underline!important;
}
#hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container #hs-modal-accept-all {
  font-family: var(--cookie-font-family)!important;
  padding: 0!important;
  border-radius: 0!important;
}
@media screen and (max-width: 540px) {
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner,
  #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner{
      padding: 30px 15px 20px 15px !important;
  }
  #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom,
  #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner p,
  #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation #hs-eu-confirmation-button, 
  #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation #hs-eu-decline-button,
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-settings-button {
    font-size: 14px!important;
    line-height: 1.4!important;
  }
  #hs-eu-cookie-confirmation #hs-eu-confirmation-button-group {
    flex-direction: column!important;
    gap: 25px!important;
  }
}




body #hs-modal #hs-modal-content,
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label span,
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description p {
  font-family: Proxima,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;
  font-size: 16px!important;
  line-height: 1.4!important;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
  margin-right: 0!important;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-settings-button {
    /*flex-basis: 100%!important;*/
}



#hs-modal-content #hs-categories-container .hs-category-description.visible {

}

 @media(max-width:600px) {
#CybotCookiebotDialog {
height:75%!important;
top:52%!important;  
width: calc(100% - 30px)!important;
}
}
@media (min-width: 576px){
  .formModal .modal-dialog,
  .modal .modal-dialog {
      max-width: 580px;
      margin: 3rem auto 1.75rem auto;
  }
}

.formModal *,
.modal * {
  -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease
}
.modal-body {
  padding-top: 10px;
}
.formModal, 
.modal {
  padding-right: 0!important;
}
.formModal .a-heading,
.modal .a-heading {
  margin-bottom: 0;
}
.formModal .formModal__header,
.modal .modal__header {
  padding-bottom: 0;
  border: none;
}


.formModal .a-heading,
.modal .a-heading {
  color: var(--color-heading);
  font-size: 1.6rem;
}
.formModal .modal-content,
.modal .modal-content {
    background: var(--bg-color-grey-light);
    border:0;
    border-radius: 0;
    padding: 60px;
  padding-top: 40px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  
}


.formModal .form-columns-2 {
  display: flex;
  column-gap: 10px;
}
.formModal .form-columns-2 .hs-input:not([type="checkbox"]) {
  margin-right: 0!important;
  width: 100%!important;
}
.formModal .input {
  margin-right: 0!important;
}
.formModal .form-columns-1 .hs-input:not([type="checkbox"]) {
  width: 100%!important;
}
@media(max-width: 420px){
  .formModal .form-columns-2 {
    flex-direction: column;
  }
}
.formModal__close,
.modal__close {
  position: relative;
  background: transparent;
  position:absolute;
  padding: 0;
  top: 30px;
  right: 25px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.formModal__close::before, .formModal__close:after,
.modal__close::before, .modal__close:after {
      content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: var(--color-paragraph);
    height: 2px;
    margin-top: -2px;
}
.formModal__close::before,
.modal__close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.formModal__close::after,
.modal__close::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.formModal__close:hover,
.modal__close:hover {
    color: var(--color-heading);
    background-color: transparent;
}
.formModal__close:focus, .formModal__close:active,
.modal__close:focus, .modal__close:active {
    background-color: transparent;
}

.modal-backdrop {
    background-color: rgba(214, 217, 223, 0.9)!important;
    opacity:1!important;
    -webkit-backdrop-filter:blur(20px)!important;
    backdrop-filter:blur(20px)!important;
}


@media (max-width: 600px){
  .modal.show .modal-dialog {
    margin: 0;
  }
  .formModal .modal-content,
  .modal .modal-content {
    padding: 20px 0 40px 0;
    border-radius: 0;
    min-height: 100vh;
  }
  .formModal .formModal__header,
  .modal .formModal__header {
    padding-right: 50px;
  }
}
.breadcrumb-wrap {
  margin-bottom: 20px;
  display: flex;
}
.hs-breadcrumb-menu-item {
  font-size: 0.9rem;
  color: var(--grey50);
}
.hs-breadcrumb-menu-item.first-crumb {
  padding-left: 0;
}
.hs-breadcrumb-menu-item a {
  color: var(--color-primary);
  font-weight: 700;
}
@media(min-width: 1601px){
  .breadcrumb-wrap {
    margin-bottom: 40px;
  }
}
@media(max-width: 1600px){
  .breadcrumb-wrap {
    margin-bottom: 30px;
  }
}
@media(max-width: 991px){
  .breadcrumb-wrap {
    display: flex;
  }
  .hs-breadcrumb-menu-item.first-crumb {
    padding-left: 0;
  }
  .breadcrumb-wrap {
  }
}