/* beautify ignore:start */



  



/* 1a. Containers */


/* 1b. Colors */


/* 1c. Typography */

























/* 1e. Forms */



















:root {
  --grey-900: #111827;
  --grey-800: #1F2937;
  --grey-700: #374151;
  --grey-600: #4B5563;
  --grey-500: #6B7280;
  --grey-400: #9CA3AF;
  --grey-300: #D1D5DB;
  --grey-200: #E5E7EB;
  --grey-100: #F3F4F6;
  --grey-000: #F9FAFB;
    
  --primary-000: #0f1048;
  --primary-100: #5b53e6;
  --primary-200: #d1d0fb;
  --primary-300: #f8f9ff;
  --primary-400: #f69f00;
  --primary-500: #fb338e;
  --primary-600: #00c362;
  --primary-700: #00cbcb;
  --primary-800: ;
  --primary-900: ;

  --secondary-000: #FAF9FF;
  --secondary-100: #F2F1FF;
  --secondary-200: #E9E8FF;
  --secondary-300: #DBDAFF;
  --secondary-400: #BCB9FF;
  --secondary-500: #5B53E6;
  --secondary-600: #524BCF;
  --secondary-700: #443EAD;
  --secondary-800: #292567;
  --secondary-900: #201D51;
  
  --brand-100: #0f1048;;
  --brand-200: #FAF9FF;
  --brand-300: #6B7280;

  --orange-300: #F3F1D9;
  --orange-900: #535800;

  --pink-300: #FEE0EE;
  --pink-900: #711740;

  --green-300: #D9F6E7;
  --green-900: #004422;

  --teal-300: #D9F7F7;
  --teal-900: #004747;


  --error-color: #de1e3e;
  --error-color-200: #fff5f6;
  --global-section-nav-background-color: var(--grey-600);
  --global-nav-background--mega:  var(--secondary-000);
  
  /* Theme Setup Styles */
  --global-document-background: #ffffff;
  --global-nav-background: transparent;
  --global-nav-background--invert: var(--primary-700);
  --global-nav-background-text-color--invert: var(--grey-100);
  --global-footer-background: #FFFFFF;
  --global-breadcrumb-border: none;
  --global-breadcrumb-background: var(--grey-300);
  
  --global-base-bg-duotone-overlay-gradient: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-400) 100%) 0% 0% no-repeat padding-box;
  --global-base-bg-duotone-overlay-gradient: linear-gradient(90deg, red 0%, blue 100%) 0% 0% no-repeat padding-box;
  --global-base-bg-duotone-gradient-opacity: 0.5;
  
  /* JTC: Saturate looks slightly nicer than grayscale on a wider range of pictures */
  --filter-grayscale: saturate(0);
  
  --global-scroll-progress-bar: var(--brand-300);
  --global-scroll-progress-bar--invert: var(--brand-200);
  --global-scroll-progress-bar-background: var(--grey-200);
  
  --global-card-padding-sm: 24px 16px;
  --global-card-padding-lg: 48px 32px;
  --global-card-padding-xl: 96px 160px;
  
  --global-card-border-radius-sm: 8px;
  --global-card-border-radius-lg: 24px;
  
  /******Image ratio *******/

  --image-ratio-style-2: 16 / 9; /* Image height medium, panoramic, blog hero*/
  --image-ratio-style-3: 3 / 2; /**Image height tall, rectangle*/
  --image-ratio-style-4: 1.91 / 1; /*** Blog post feature image,Image size short, landscape ***/
  --image-ratio-style-5: 1 / 1; /*****square******/
  --image-ratio-style-6: 4 / 3; /*****landscape********/
  
  
  --hover-opacity: none;
  
  --swiper-theme-color: var(--grey-300);
  --swiper-navigation-size: 24px;
  

  --shadow-medium: 0px 4px 8px 0px #0000001a;
  --card-shadow: 0 1px 8px 0 rgb(0 0 0 / 15%);

  --standard-line-height: 1.715;
  --heading-line-height: 1.264;
  
}





/*
.content-wrapper {
  
    max-width:100%;
}
/* Use 100% of the screen with as much as you can
@media screen and (min-width: 480px) {
  .content-wrapper {
    
    max-width: calc(1200px*0.64);
  }
}
*/

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

.header__logo {
  margin: 19px 0;
}

.header--no-navigation {
  height: 68px;
}

.hs-landing-page > div:first-of-type {
    z-index: 1;
    margin-bottom: -68px;
}


/* H&D max-width for designs is currently 1280
@media screen and (min-width: 1940px) {
  .content-wrapper {
    
    max-width: calc(1200px*1.2);
  }
*/

/* TODO: Maybe remove this, maybe add it to content-wrapper? */
.dnd-section,
.content-wrapper--vertical-spacing {
  
  padding: 80px 24px;
  padding: 0px;
}





html {
  font-family: sans-serif;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  /* font-family: Helvetica-Neue; */
  color: #111827;
  background-color: var(--global-document-background);
  font-size: 16px;
  line-height: var(--standard-line-height);
}

/* Paragraphs */

p {
   /* Body copy has a font size of 18px and a line-height of 30. 
   1.68 (30.24px) is close to this, and provides more flexibility for changes later than a hard-coded value */
  line-height: var(--standard-line-height);
  /*max-width: 920px; max-width should be on the container of the p not on the p */
  margin-top: 30px;
}

/* Anchors */

a:not(.button, .cta_button, 
.blog-tags__list__item__link,
.blog-pagination__link, 
.title__anchor-link, .primary-one, .menu-mega__right-column-links a, .menu-item, .intro__text-cta-wrapper .simple_link, .tabs-item__content-custom .simple_link, .tab-carousel__list-item .simple_link) {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  /* color: #374151; */
}

a:not(.button, .cta_button,
.blog-tags__list__item__link,
.blog-pagination__link,
.title__anchor-link, .menu-mega__right-column-links a, .menu-item):hover,
a:not(.button, .cta_button,
.blog-tags__list__item__link,
.blog-pagination__link,
.title__anchor-link, .menu-mega__right-column-links a, .menu-item):hover *,
a:not(.button, .cta_button,
.blog-tags__list__item__link,
.blog-pagination__link, .title__anchor-link, .menu-mega__right-column-links a, .menu-item):focus,
a:not(.button, .cta_button,
.blog-tags__list__item__link,
.blog-pagination__link, .title__anchor-link, .menu-mega__right-column-links a, .menu-item):focus * {  
  /* color: #0f1929; */
  /* color: var(--primary-100);
  fill: var(--primary-100); */
  font-weight: 600;
}

a:not(.button, .cta_button,
.blog-tags__list__item__link,
.blog-pagination__link,
.title__anchor-link):active,
a:not(.button, .cta_button,
.blog-tags__list__item__link,
.blog-pagination__link,
.title__anchor-link):active * {
  /* color: #5f6979; */
  /* color: var(--primary-100);
  fill: var(--primary-100); */
}

/* Headings */

h1 {
   font-weight: 600; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
   font-size: 5.3125rem;
   color: #0F1048;
  text-transform: none;
  line-height: var(--heading-line-height);
  margin: 0px;
  margin: 16px 0 8px 0;
}

h1.title--homepage {
  /* font-size: calc(5.3125rem * 1.33); */
}

h2 {
  font-weight: 600; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #111827;
  font-size: 2.375rem;
  text-transform: none;
  line-height: var(--heading-line-height);
  margin: 0px;
  margin: 16px 0 8px 0;
}

h2.title--homepage {
  /* font-size: calc(2.375rem * 1.25); */
}

h3 {
  font-weight: 600; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #111827;
  font-size: 1.875rem;
  text-transform: none;
  line-height: var(--heading-line-height);
  margin: 0px;
  margin: 12px 0 8px 0;
}

h3.title--homepage {
  /* font-size: calc(1.875rem * 1.2); */
}

h4 {
  font-weight: 600; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #111827;
  font-size: 1.75rem;
  text-transform: none;
  line-height: var(--heading-line-height);
  margin: 0px;
  margin: 8px 0 8px 0;
}

h4.title--homepage {
  /* font-size: calc(1.75rem * 1.1); */
}

h5 {
  font-weight: 600; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #111827;
  font-size: 1.125rem;
  text-transform: none;
  line-height: var(--heading-line-height);
  margin: 0px;
  margin: 8px 0 8px 0;
}

h6 {
  font-weight: 600; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
  color: #111827;
  font-size: 1rem;
  text-transform: none;
  line-height: var(--heading-line-height);
  margin: 0px;
  margin: 4px 0 8px 0;
}
/*
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6{
  color: var(--grey-000);
}
*/
/* see how the below works, may not need the individual tag declarations*/

.text-light *,
.text-dark .text-light * {
  color: var(--grey-000);
  fill: var(--grey-000);
  text-shadow: 0 0 50px hsl(0deg 0% 0% / 40%);
}

/* light (default) before dark, always */
.text-dark *,
.text-light .text-dark * {
  color: var(--grey-700);
  fill: var(--grey-700);
  text-shadow: none;
}

.text-light *.nofill,
.text-dark .text-light *.nofill,
.text-dark *.nofill,
.text-light .text-dark *.nofill {
  fill: none;
}

.text-title * {
  color: var(--primary-000);
  fill: var(--primary-000);
  text-shadow: none;
}

.text-light .text-title * {
  color: var(--grey-000);
  fill: var(--grey-000);
  text-shadow: 0 0 50px hsl(0deg 0% 0% / 40%);
}

.text-subtitle * {
  color: var(--grey-900);
  fill: var(--grey-900);
  text-shadow: none;
}

.text-600 * {
  color: var(--grey-600);
  fill: var(--grey-600);
  text-shadow: none;
}

.text-800 * {
  color: var(--grey-800);
  fill: var(--grey-800);
  text-shadow: none;
}

.eyebrow-title{
    font-weight: 600; text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 24px;
    font-weight: 500;
}

/* Blockquote */

blockquote {
  background-color: var(--grey-100);
  border-left:1px solid var(--grey-300) ;
  position:relative;
  padding:32px 32px 32px 56px;
  margin:32px auto!important;
  max-width: 75%;
  font-style: italic;
  font-size: 1.2rem;
  text-shadow: none;
  line-height: var(--standard-line-height);
}

blockquote:before{
  font-size: 6rem;
  color:var(--grey-300);
  font-style: normal;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjY2IiB2aWV3Qm94PSIwIDAgMTAwIDY2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4wMzkzNDkyIDQzLjMzOThDMC4wMzkzNDkyIDQzLjU5ODQgMCA0My44NTMgMCA0NC4xMzU1QzAgNDQuMjIzIDAgNDQuMzA2NSAwIDQ0LjM5NDFDMCA0NC41NjkxIDAgNDQuNzQwMiAwIDQ0LjkxMTNMMC4wMzkzNDkyIDQ0Ljg4MzRDMC4xNzc2ODIgNDkuMDAyNSAxLjQ3NTU2IDUyLjk5NjEgMy43ODA1NyA1Ni4zOTU0QzYuMDg1NTggNTkuNzk0NiA5LjMwMjAxIDYyLjQ1ODMgMTMuMDUyMSA2NC4wNzM2QzE2LjgwMjMgNjUuNjg5IDIwLjkzMDQgNjYuMTg4OCAyNC45NTE4IDY1LjUxNDZDMjguOTczMSA2NC44NDAzIDMyLjcyMDcgNjMuMDE5OSAzNS43NTQ0IDYwLjI2NzJDMzguNzg4MSA1Ny41MTQ0IDQwLjk4MiA1My45NDM1IDQyLjA3ODQgNDkuOTc0QzQzLjE3NDggNDYuMDA0NCA0My4xMjgzIDQxLjgwMDkgNDEuOTQ0MiAzNy44NTcyQzQwLjc2MDEgMzMuOTEzNCAzOC40ODc3IDMwLjM5MzIgMzUuMzkzOCAyNy43MDk4QzMyLjI5OTkgMjUuMDI2NCAyOC41MTI5IDIzLjI5MTMgMjQuNDc3NyAyMi43MDgyQzI1Ljc2OTggMTguMzgyMSAyOC40MDUxIDE0LjU5MTQgMzEuOTkzNyAxMS44OTc0QzM1LjU4MjMgOS4yMDMzNCAzOS45MzMzIDcuNzQ5MDYgNDQuNDAyOSA3Ljc0OTc3Vi01LjQxNzE5ZS0wNkMzMi44OTMgLTAuMDAzNjU3NDUgMjEuODMyIDQuNTE0NTQgMTMuNTU0NyAxMi42MDA5QzUuMjc3MzIgMjAuNjg3MiAwLjQzMTI0NCAzMS43MDkgMC4wMzkzNDkyIDQzLjMzOThWNDMuMzM5OFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik01NS42MzY0IDQzLjMzOThDNTUuNjM2NCA0My41OTg0IDU1LjU5NzEgNDMuODUzIDU1LjU5NzEgNDQuMTM1NUM1NS41OTcxIDQ0LjIyMyA1NS41OTcxIDQ0LjMwNjUgNTUuNTk3MSA0NC4zOTQxQzU1LjU5NzEgNDQuNTY5MSA1NS41OTcxIDQ0Ljc0MDIgNTUuNTk3MSA0NC45MTEzTDU1LjYzNjQgNDQuODgzNEM1NS43NzczIDQ5LjAwMjUgNTcuMDc3OCA1Mi45OTU0IDU5LjM4NSA1Ni4zOTMyQzYxLjY5MjIgNTkuNzkxIDY0LjkxMDQgNjIuNDUyNiA2OC42NjE3IDY0LjA2NTVDNzIuNDEyOSA2NS42Nzg0IDc2LjU0MTUgNjYuMTc1NSA4MC41NjI0IDY1LjQ5ODVDODQuNTgzNCA2NC44MjE1IDg4LjMyOTkgNjIuOTk4NiA5MS4zNjE4IDYwLjI0MzdDOTQuMzkzNyA1Ny40ODg4IDk2LjU4NTIgNTMuOTE2MyA5Ny42NzkgNDkuOTQ1OUM5OC43NzI3IDQ1Ljk3NTUgOTguNzIzMyA0MS43NzIgOTcuNTM2NSAzNy44MjlDOTYuMzQ5NyAzMy44ODYgOTQuMDc0OCAzMC4zNjczIDkwLjk3ODkgMjcuNjg2MUM4Ny44ODMgMjUuMDA0OCA4NC4wOTQ4IDIzLjI3MjUgODAuMDU5IDIyLjY5MjNDODEuMzUxMSAxOC4zNjYxIDgzLjk4NjUgMTQuNTc1NSA4Ny41NzUxIDExLjg4MTVDOTEuMTYzNiA5LjE4NzQzIDk1LjUxNDcgNy43MzMxNSA5OS45ODQzIDcuNzMzODZWMEM4OC40NzcxIDAuMDAwNDc1MzUxIDc3LjQyMDEgNC41MjA1MSA2OS4xNDYxIDEyLjYwNjRDNjAuODcyMSAyMC42OTI0IDU2LjAyODIgMzEuNzExOCA1NS42MzY0IDQzLjMzOThaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  width:40px;
  height:26px;
  position: absolute;
  top:16px;
  left:16px;
}

.text-light blockquote {
  background-color: rgba(255,255,255,0.3);
  border-color: var(--grey-000);
}
.text-light blockquote:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjY2IiB2aWV3Qm94PSIwIDAgMTAwIDY2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4wMzkzNDkyIDQzLjMzOThDMC4wMzkzNDkyIDQzLjU5ODQgMCA0My44NTMgMCA0NC4xMzU1QzAgNDQuMjIzIDAgNDQuMzA2NSAwIDQ0LjM5NDFDMCA0NC41NjkxIDAgNDQuNzQwMiAwIDQ0LjkxMTNMMC4wMzkzNDkyIDQ0Ljg4MzRDMC4xNzc2ODIgNDkuMDAyNSAxLjQ3NTU2IDUyLjk5NjEgMy43ODA1NyA1Ni4zOTU0QzYuMDg1NTggNTkuNzk0NiA5LjMwMjAxIDYyLjQ1ODMgMTMuMDUyMSA2NC4wNzM2QzE2LjgwMjMgNjUuNjg5IDIwLjkzMDQgNjYuMTg4OCAyNC45NTE4IDY1LjUxNDZDMjguOTczMSA2NC44NDAzIDMyLjcyMDcgNjMuMDE5OSAzNS43NTQ0IDYwLjI2NzJDMzguNzg4MSA1Ny41MTQ0IDQwLjk4MiA1My45NDM1IDQyLjA3ODQgNDkuOTc0QzQzLjE3NDggNDYuMDA0NCA0My4xMjgzIDQxLjgwMDkgNDEuOTQ0MiAzNy44NTcyQzQwLjc2MDEgMzMuOTEzNCAzOC40ODc3IDMwLjM5MzIgMzUuMzkzOCAyNy43MDk4QzMyLjI5OTkgMjUuMDI2NCAyOC41MTI5IDIzLjI5MTMgMjQuNDc3NyAyMi43MDgyQzI1Ljc2OTggMTguMzgyMSAyOC40MDUxIDE0LjU5MTQgMzEuOTkzNyAxMS44OTc0QzM1LjU4MjMgOS4yMDMzNCAzOS45MzMzIDcuNzQ5MDYgNDQuNDAyOSA3Ljc0OTc3Vi01LjQxNzE5ZS0wNkMzMi44OTMgLTAuMDAzNjU3NDUgMjEuODMyIDQuNTE0NTQgMTMuNTU0NyAxMi42MDA5QzUuMjc3MzIgMjAuNjg3MiAwLjQzMTI0NCAzMS43MDkgMC4wMzkzNDkyIDQzLjMzOThWNDMuMzM5OFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik01NS42MzY0IDQzLjMzOThDNTUuNjM2NCA0My41OTg0IDU1LjU5NzEgNDMuODUzIDU1LjU5NzEgNDQuMTM1NUM1NS41OTcxIDQ0LjIyMyA1NS41OTcxIDQ0LjMwNjUgNTUuNTk3MSA0NC4zOTQxQzU1LjU5NzEgNDQuNTY5MSA1NS41OTcxIDQ0Ljc0MDIgNTUuNTk3MSA0NC45MTEzTDU1LjYzNjQgNDQuODgzNEM1NS43NzczIDQ5LjAwMjUgNTcuMDc3OCA1Mi45OTU0IDU5LjM4NSA1Ni4zOTMyQzYxLjY5MjIgNTkuNzkxIDY0LjkxMDQgNjIuNDUyNiA2OC42NjE3IDY0LjA2NTVDNzIuNDEyOSA2NS42Nzg0IDc2LjU0MTUgNjYuMTc1NSA4MC41NjI0IDY1LjQ5ODVDODQuNTgzNCA2NC44MjE1IDg4LjMyOTkgNjIuOTk4NiA5MS4zNjE4IDYwLjI0MzdDOTQuMzkzNyA1Ny40ODg4IDk2LjU4NTIgNTMuOTE2MyA5Ny42NzkgNDkuOTQ1OUM5OC43NzI3IDQ1Ljk3NTUgOTguNzIzMyA0MS43NzIgOTcuNTM2NSAzNy44MjlDOTYuMzQ5NyAzMy44ODYgOTQuMDc0OCAzMC4zNjczIDkwLjk3ODkgMjcuNjg2MUM4Ny44ODMgMjUuMDA0OCA4NC4wOTQ4IDIzLjI3MjUgODAuMDU5IDIyLjY5MjNDODEuMzUxMSAxOC4zNjYxIDgzLjk4NjUgMTQuNTc1NSA4Ny41NzUxIDExLjg4MTVDOTEuMTYzNiA5LjE4NzQzIDk1LjUxNDcgNy43MzMxNSA5OS45ODQzIDcuNzMzODZWMEM4OC40NzcxIDAuMDAwNDc1MzUxIDc3LjQyMDEgNC41MjA1MSA2OS4xNDYxIDEyLjYwNjRDNjAuODcyMSAyMC42OTI0IDU2LjAyODIgMzEuNzExOCA1NS42MzY0IDQzLjMzOThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

@media screen and (max-width: 960px) {
  blockquote {
    max-width: 100%;
    padding:48px 16px 16px;
  }

  .text-title h2 {
    font-size: 32px;
  }
}






/* form, */
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */
.form-title {
  color: #0F1048;
}

/* Labels */
label {
  color: #0A2540;
}

.text-light label{
  color: var(--grey-000);
}

/* .text-light a:not(.button) {
  color: var(--grey-000);
}
.text-dark a:not(.button) {
  color: var(--grey-900); */
}
/* Help text */
legend {
  color: #5B53E6;
}

/* Inputs */
.hs-fieldtype-file label:before,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: 

  
  
    
  
  
  rgba(241, 244, 247, 1.0)

;
  color: #374151;
  border-radius: 4px;
  border: 1px none #F7F8FB;
;
  width:100%;
  padding:10px 12px;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=file]:hover,
select:hover,
textarea:hover {
  border-color: #1a1a1a;
}

input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus, input[type=email]:focus-visible,
input[type=password]:focus, input[type=password]:focus-visible,
input[type=tel]:focus, input[type=tel]:focus-visible,
input[type=number]:focus, input[type=number]:focus-visible,
input[type=file]:focus, input[type=file]:focus-visible,
select:focus, select:focus-visible,
textarea:focus, textarea:focus-visible {
  border: 1px none #F7F8FB;
;
  border-color: #0F1046;
  outline:none;
}

/* Form placeholder text */

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::placeholder {
  opacity: 1;
  color: #9CA3AF;
}

/* Inputs - date picker */

.hs-dateinput:before {
  color: #9CA3AF;
}

.fn-date-picker td.is-selected .pika-button {
  background: #0F1046;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0F1046 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #0F1046;
}

.hs-form-field {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 32px;
}

.hs-form-field > label{
  padding: 6px 12px 6px 0;
  width: 39%;
  font-weight: 600;
  line-height: 24px;
}
.hs-form-field .input{
  width: 60%;
  margin-left: auto;
  position: relative;
}
.hs-form-field .hs-field-desc{
  padding:16px 0 0;
  width: 60% !important;
  font-size: 13px;
  position: absolute;
  top: 16px;
  color: #425466;
}

.hs-form-field .input textarea {
  width:100%;
  min-height: 152px;
  resize: vertical;
}

.hs-form-field .input.character-counter{
	position: relative;
}

.hs-submit .actions {
  text-align: right;
}

.hs-submit .actions input {
  background-color: var(--primary-100);
}

.hs-submit .actions input:hover, .hs-submit .actions input:focus {
  background-color: var(--primary-000);
}

.hs-form-field  .input.character-counter:after{
	display: block;
	position: absolute;
	top:calc(100% - 20px);
	right:5px;
	content: attr(countercontent);
	color:var(--error-color);
	font-size: 12px;
}

.hs_single_checkbox {
    flex-direction: column;
}

.hs_single_checkbox .input{
  margin-left: 0;
}

.hs-form-field.hs_single_checkbox .hs-field-desc{
  padding: 16px 0 8px;
}

.legal-consent-container .field.hs-form-field{
  margin:8px 0;
}

.hs-fieldtype-booleancheckbox .input{
  width: 100%;
  margin-left: 0;
}
.hs-form-field.hs-fieldtype-booleancheckbox .hs-field-desc {
  padding: 16px 0 8px;
  width: 100%;
}
.hs-dateinput {
  position: relative;
}

.hs-dateinput:after{
  content: ' ';
  position: absolute;
  width: 24px;
  height:24px;
  right:8px;
  top:50%;
  transform: translateY(-50%);
  z-index: 5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjNjY2NjY2IiBkPSJNMTQ4IDI4OGgtNDBjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNDBjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJ6bTEwOC0xMnYtNDBjMC02LjYtNS40LTEyLTEyLTEyaC00MGMtNi42IDAtMTIgNS40LTEyIDEydjQwYzAgNi42IDUuNCAxMiAxMiAxMmg0MGM2LjYgMCAxMi01LjQgMTItMTJ6bTk2IDB2LTQwYzAtNi42LTUuNC0xMi0xMi0xMmgtNDBjLTYuNiAwLTEyIDUuNC0xMiAxMnY0MGMwIDYuNiA1LjQgMTIgMTIgMTJoNDBjNi42IDAgMTItNS40IDEyLTEyem0tOTYgOTZ2LTQwYzAtNi42LTUuNC0xMi0xMi0xMmgtNDBjLTYuNiAwLTEyIDUuNC0xMiAxMnY0MGMwIDYuNiA1LjQgMTIgMTIgMTJoNDBjNi42IDAgMTItNS40IDEyLTEyem0tOTYgMHYtNDBjMC02LjYtNS40LTEyLTEyLTEyaC00MGMtNi42IDAtMTIgNS40LTEyIDEydjQwYzAgNi42IDUuNCAxMiAxMiAxMmg0MGM2LjYgMCAxMi01LjQgMTItMTJ6bTE5MiAwdi00MGMwLTYuNi01LjQtMTItMTItMTJoLTQwYy02LjYgMC0xMiA1LjQtMTIgMTJ2NDBjMCA2LjYgNS40IDEyIDEyIDEyaDQwYzYuNiAwIDEyLTUuNCAxMi0xMnptOTYtMjYwdjM1MmMwIDI2LjUtMjEuNSA0OC00OCA0OEg0OGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhWMTEyYzAtMjYuNSAyMS41LTQ4IDQ4LTQ4aDQ4VjEyYzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NTJoMTI4VjEyYzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NTJoNDhjMjYuNSAwIDQ4IDIxLjUgNDggNDh6bS00OCAzNDZWMTYwSDQ4djI5OGMwIDMuMyAyLjcgNiA2IDZoMzQwYzMuMyAwIDYtMi43IDYtNnoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
}

.hs-form-field.hs-fieldtype-select .input:after {
  content: ' ';
  position: absolute;
  right:16px;
  top:50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;

}

.hs-form-field.hs-fieldtype-select .input select{
  appearance: none;
  -webkit-appearance: none;
}







/* SEE: blog.css */






/* beautify ignore:end */