/* Theme base styles */

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

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    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 */
  }
  
  /* 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: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
/* Containers */




/* Font-Face */
@font-face {
    font-family: 'Montserrat';
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Regular.eot');
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Regular.eot#iefix') format('embedded-opentype'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Regular.woff2') format('woff2'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Regular.woff') format('woff'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
Montserrat-Bold.eot
@font-face {
    font-family: 'Montserrat';
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Italic.eot');
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Italic.eot#iefix') format('embedded-opentype'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Italic.woff2') format('woff2'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Italic.woff') format('woff'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-BoldItalic.eot');
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-BoldItalic.eot#iefix') format('embedded-opentype'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-BoldItalic.woff') format('woff'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Bold.eot');
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Bold.eot#iefix') format('embedded-opentype'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Bold.woff2') format('woff2'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Bold.woff') format('woff'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Prompt';
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Prompt-ExtraBold.eot');
    src: url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Prompt-ExtraBold.eot#iefix') format('embedded-opentype'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Prompt-ExtraBold.woff2') format('woff2'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Prompt-ExtraBold.woff') format('woff'),
        url('https://25434040.fs1.hubspotusercontent-eu1.net/hubfs/25434040/dg-fonts/Prompt-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


/* Colors */
:root {
    --primary-color : #0A0F3A;
    --secondary-color : #0A0F3A;
    --accent-color : #0A0F3A;
    --success-color: #2A9D8F;
    --error-color: #D62828;
    --black-color: #000000;
    --gray-color: #808080;
    --light-color: #F4F4F4;
    --body-text-color: #0A0F3A;
    --white: #FFFFFF;
    --transparent: rgba(#FFFFFF, 0);
}  

.main-header .main-header__brand {
    justify-content: left!important;
  padding:25px!important;
}

.main-header__brand.lp600{justify-content:center!important;}

.main-header{padding-left:10%; padding-right:10%;}

.main-header__brand img {
    width: 200px;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* Responsive grid */
.row-fluid {
    width: 100%;
}

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

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

.row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
    margin-left: 0;
}

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

.row-fluid .span11 {
    width: 91.666666666666667%;
}

.row-fluid .span10 {
    width: 83.333333333333333%;
}

.row-fluid .span9 {
    width: 75%;
}

.row-fluid .span8 {
    width: 66.666666666666667%;
}

.row-fluid .span7 {
    width: 58.333333333333333%;
}

.row-fluid .span6 {
    width: 50%;
}

.row-fluid .span5 {
    width: 41.666666666666667%;
}

.row-fluid .span4 {
    width: 33.333333333333333%;
}

.row-fluid .span3 {
    width: 25%;
}

.row-fluid .span2 {
    width: 16.666666666666667%;
}

.row-fluid .span1 {
    width: 8.333333333333333%;
}

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

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

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*='span'] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

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

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

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

    .row-fluid [class*='span'] {
        display: block;
        float: left;
        min-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
    }

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

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

    .row-fluid [class*='span'] {
        display: block;
        float: left;
        min-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*='span']:first-child {
        margin-left: 0;
    }
}

/* Clearfix */

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

.clearfix:after {
    clear: both;
}
body {
    background-color: #FFFFFF;
  }
  
@media screen and (min-width: 1380px) {
    .content-wrapper {
        padding: 0;
    }
}
  
.content-wrapper {
    max-width: 1680px;
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
  
.dnd-section[class*=-max-width-section-centering],
.content-wrapper--vertical-spacing {
    padding: 120px 0;
}
  
.dnd-section[class*=-max-width-section-centering] > .row-fluid {
    max-width: 1680px;
    width: 80%;
    margin: 0 auto;
}
  
.dnd-section .dnd-column {
    padding: 0 1rem;
}
  
@media (max-width: 767px) {
    .dnd-section .dnd-column {
        padding: 0;
    }
}


/*---- container shadow - cards DG -----*/

.container.base-shadow.base-radius {
  margin-bottom:50px;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
body {
    color: var(--body-text-color);
    font-size: 100%;
    line-height: 1.5;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
}
  
/* Paragraphs */
p, .p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    line-height: 1.5;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
     color: #0A0F3A;
}

p strong, p b, .p strong, .p b {
    font-weight: 800;

}

p.big, .p.big {
    /*font-size: 1.125rem;*/
     font-size: calc(0.33vw + 12.4px);
    line-height: calc((0.33vw + 12.4px)*1.6);
     color: #0A0F3A;
}

p.small, .p.small {
    /*font-size: 0.875rem;*/
     color: #0A0F3A;
     font-size: calc(0.17vw + 11.2px);
    line-height: calc((0.17vw + 11.2px)*1.5);
}

p + p, .p + p, .p + .p, p + .p {
    margin-top: 1rem;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Prompt',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    margin-top: 0;
}

h1, .h1 {
    font-size: 2.25rem;
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

h1.big, .h1.big {
    /*font-size: 4rem;*/
  font-size: calc(2.5vw + 28px);
  line-height: calc((2.5vw + 28px)*1.02);
}

h2, .h2 {
    font-size: 1.75rem;
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

h2.big, .h2.big {
    font-size: 3.375rem;
}

h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

h3.big, .h3.big {
    font-size: 2.25rem;
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

h4.big, .h4.big {
    /*font-size: 1.625rem;*/
   font-size: calc(0.5vw + 16px);
    line-height: calc((0.5vw + 13.6px)*1.38);
}

h5, .h5 {
    font-size: 1rem;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

h5.big, .h5.big {
    font-size: 1.375rem;
}

h6, .h6 {
    font-size: 0.875rem;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

h6.big, .h6.big {
    font-size: 1rem;
}

/* Utilities */
.text-center {
    text-align: center;
}

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

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

.txt-white h1,
.txt-white h2,
.txt-white h3,
.txt-white h4,
.txt-white h5,
.txt-white h6,
.txt-white p,
.txt-white li,
.txt-white a {
    color: var(--white);
}
.btn, .cta-btn a  {
    font-family: 'Prompt',Helvetica,Arial,Lucida,sans-serif;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border: 2px solid;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn.btn-lg, .cta-btn.btn-lg a {
    font-size: 1.125rem;
    padding: 1.5rem 2.25rem;
    border: 3px solid;
}

.btn.btn-primary, .cta-btn.btn-primary a {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.btn.btn-primary:hover, .cta-btn.btn-primary:hover a {
    color: var(--primary-color);
    background-color: var(--white);
}

.btn.btn-secondary, .cta-btn.btn-secondary a {
    color: var(--primary-color);
    background-color: var(--white);
    border-color: var(--primary-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.btn.btn-secondary:hover, .cta-btn.btn-secondary:hover a {
    color: var(--white);
    background-color:  var(--primary-color);
}
/*-----------------------------------------------
---- Normalize
------------------------------------------------*/
form input,
form label,
form select,
form button,
form textarea {
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height: 1.15;
}

/* Search Input
---------------*/

/* Make webkit render the search input like a normal text field */
form input[type=search] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
	display:none;
}

/* Buttons
---------------*/

form input[type="reset"],
form input[type="button"],
form input[type="submit"] {
	/* Fix IE7 display bug */
	overflow:visible;
	width:auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {	
	padding:0;
	border:0;
	background:none;
}

/* Textarea
---------------*/
form textarea {
	vertical-align:top;
	overflow:auto;
}

/* Selects
---------------*/
form select[multiple] {
	/* Move the label to the top */
	vertical-align:top;
}

/*-----------------------------------------------
---- Form structure
------------------------------------------------*/
form fieldset{
    max-width: 100% !important;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 1rem;
    margin-bottom: 1.5rem !important;
}


form .hs_recaptcha{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 768px) {
    form fieldset.form-columns-2, form fieldset.form-columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1024px) {

    form fieldset.form-columns-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    form fieldset.form-columns-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

form fieldset .hs-form-field {
    grid-column: span 1 / span 1;
    width: 100% !important;
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

form > .hs-form-field {
    margin-bottom: 1.5rem !important;
}

/*-----------------------------------------------
---- Fields
------------------------------------------------*/
form .hs-form-field label:not(.hs-error-msg) {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
}

form .hs-form-field label:not(.hs-error-msg) {
    font-size: 1rem;
}

form fieldset .input {
    margin-right: 0 !important;
    max-width: 100%;
    width: 100%;
}

/* Common fields
---------------*/

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form textarea {
    display: inline-block;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    background-color: var(--light-color);
    padding: 0px 10px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: var(--body-text-color)!important;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus
form textarea:focus,
form textarea:focus-visible {
    outline:0;
    background-color: var(--white);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    border-color: var(--light-color);
}

form textarea {
    min-height: 150px;
    padding: 10px;
}

/* Select
---------------*/
form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAOFJREFUOE+t0z9LglEUx/GP0dBWi40iBNHQ1OY7EBxEcnDtFbi4REsQOOToC2hqUHAT34TgEu5mEA6u0h8K4tITSD35PFp3vb/f99xzzu9m/PFkVvi3cIE9nOM1TvsbYBe3KOAJU1Tx+B0SBzjAAM+oYIEODlHGcBkSBwiViqhH5qDfRhMPaCcB1hrrqiGmAgXANfKp1D9FkwAIq8ptCLj/lxY2LP5pi3vBGU7QwEtE30ELI9wkrfEYfcxwihDpHvZRwjgJEO6z6OIoAtyhhnmaKH9pQvqu8IZLvK/zmVIP9gNpNSAVOpp26QAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: 98% center;
    width: 100% !important;
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    background-color: var(--light-color);
    padding: 0px 10px;
    height: 50px;
    border: 1px solid transparent;
    color: var(--body-text-color)!important;
}

form select:focus {
    outline:0;
    background-color: var(--white);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    border-color: var(--light-color);

}

form select option {
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    color: var(--body-text-color)!important;
}


/* Checkbox and Radio
---------------*/

form .input .inputs-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
}

form .input .inputs-list li {
    margin: 0;
}

form .input .inputs-list li.hs-form-radio label,
form .input .inputs-list li.hs-form-checkbox label,
form .input .inputs-list li.hs-form-booleancheckbox label{
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    color: var(--body-text-color)!important;
    text-transform: none;
    margin: 0;
    display: grid;
    grid-template-columns: 30px auto; 
    gap: 10px;
    line-height: 1;
}

form .input .inputs-list li.hs-form-radio,
form .input .inputs-list li.hs-form-checkbox,
form .input .inputs-list li.hs-form-booleancheckbox {
    margin-right: 16px;
    margin-bottom: 10px;
}

form .input .inputs-list li.hs-form-checkbox input,
form .input .inputs-list li.hs-form-radio input,
form .input .inputs-list li.hs-form-booleancheckbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 30px;
    height: 30px;
    border: 2px solid #D7D8D9;
    border-radius: 4px;
    display: grid;
    place-content: center;
}

form .input .inputs-list li.hs-form-checkbox input::before,
form .input .inputs-list li.hs-form-radio input::before,
form .input .inputs-list li.hs-form-booleancheckbox input::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius:3px;
    display: block;
    transform-origin: center;
    transition: 120ms transform ease-in-out;
    background-color: var(--primary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    --webkit-transform: translate(-50%, -50%) scale(0);
    --moz-transform: translate(-50%, -50%) scale(0);
}

form .input .inputs-list li.hs-form-radio input,
form .input .inputs-list li.hs-form-radio input::before {
    border-radius: 50%;
}

form .input .inputs-list li.hs-form-checkbox input:checked::before,
form .input .inputs-list li.hs-form-radio input:checked::before,
form .input .inputs-list li.hs-form-booleancheckbox input:checked::before  {
    transform: translate(-50%, -50%) scale(1);
    --webkit-transform: translate(-50%, -50%) scale(1);
    --moz-transform: translate(-50%, -50%) scale(1);
}

form .input .inputs-list li.hs-form-checkbox input:focus,
form .input .inputs-list li.hs-form-radio input:focus,
form .input .inputs-list li.hs-form-booleancheckbox input:focus {
    outline: 0;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}


.hs-form-checkbox label span, .hs-form-booleancheckbox label span {
    padding-top: 7px;
  
}


/* Error messages and errors
---------------*/
form .hs-form-field .hs-error-msgs {
    width: 100%;
    padding: 0;
    margin: 0.5rem 0 0 0;
    list-style-type: none;
}

form .hs-form-field .hs-error-msgs li:not(:last-child) {
    margin-bottom: 0.75rem;
}

form .hs-form-field .hs-error-msgs li .hs-error-msg {
    color: var(--error-color) !important;
    font-size: 0.875rem !important;
}

form .hs-input.invalid.error {
    border-color: var(--error-color);
}
  
label.hs-error-msg {
    color: red;
}


/* GDPR
---------------*/
form .legal-consent-container p, form .legal-consent-container span, form .legal-consent-container * {
    color: var(--primary-color);
    font-size: 0.75rem;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
}

form .legal-consent-container span, form .legal-consent-container span p {
    line-height: 1;
}

form .legal-consent-container .hs-form-booleancheckbox-display >span {
    margin-left: 0;
}

form .legal-consent-container .inputs-list li.hs-form-booleancheckbox {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
}

form .legal-consent-container .inputs-list li.hs-form-booleancheckbox label{
    color: var(--primary-color);
    font-size: 0.75rem;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    grid-template-columns: 1rem auto;
    gap: 0.5rem;
}

form .legal-consent-container .inputs-list li.hs-form-booleancheckbox input {
    width: 0.75rem;
    height: 0.75rem;
}

form .legal-consent-container .inputs-list li.hs-form-booleancheckbox input::before {
    width: 0.5rem;
    height: 0.5rem;
}


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

/* Submit
---------------*/

form input[type=submit],
form .hs-button {
    cursor: pointer;
    display: block;
    text-align: center;
    white-space: normal;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin-top: 20px;
    font-family: 'Prompt',Helvetica,Arial,Lucida,sans-serif;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border: 2px solid;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/* Visibilty classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


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

@media screen and (min-width: 1024px) {
    .anchor-item span, a[data-hs-anchor="true"] {
        scroll-margin-top: 150px;
    }
}

/* Box shadow */ 
.small-shadow {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}

.base-shadow {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}

.big-shadow {
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 8%);
}

/* Border radius */ 
.small-radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.base-radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.big-radius {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
.main-header {
    background-color: var(--white);
}

.main-header .main-header__brand {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 2rem;
}

@media screen and (min-width: 1024px) {
    .main-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
        transition: box-shadow 0.5s ease;
        -webkit-transition: box-shadow 0.5s ease;
        -moz-transition: box-shadow 0.5s ease;
        -ms-transition: box-shadow 0.5s ease;
        -o-transition: box-shadow 0.5s ease;
}

    .main-header.active-sticky {
        -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%);
        box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    }
}