

/* WOFF Fonts */
@font-face {
  font-family: 'Monograf';
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family%202025/MonografRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Monograf';
  /*   src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family/MonografRegular.woff') format('woff'); */
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family/MonografRegular.woff2') format('woff2'),
    url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family/MonografRegular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Monograf';
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family%202025/MonografBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Monograf';
  /*   src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family/MonografBold.woff') format('woff'); */
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family/MonografBold.woff2') format('woff2'),
    url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family/MonografBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Monograf Text';
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family%202025/MonografTextRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Monograf Text';
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family%202025/MonografTextBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* WOFF2 Fonts */
@font-face {
  font-family: 'Monograf';
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family%202025/MonografRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Monograf';
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family%202025/MonografBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Monograf Text';
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family%202025/MonografTextRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Monograf Text';
  src: url('https://47377180.fs1.hubspotusercontent-na1.net/hubfs/47377180/Monograf%20Font%20Family%202025/MonografTextBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

:root {
  --accent-1: #017fe4;
  --accent-2: #0A081424;
  --accent-3: #1F1C4A;
  --accent-4: #00000014;
  --accent-5: #737E86;
  --accent-6: #272B4B08;
  --accent-7: #03010799;
  --accent-8: #333;
  --accent-9: #707070;
  --accent-10: #F0EEFE;
  --accent-11: #00000008;
}








/* 1a. Containers */







/* 1b. Colors */















/* 1c. Typography */











































































/*   Paragraph   */





































/*   Link    */



/*   List   */

































/*   Blockquote  */









/* 1d. Buttons */

/*   Button   */




















/* 1e. Forms */
/*  Form Basic Styling  */










/*  Form Title Styling   */









/*  Form Button Styling  */





















/*  Form Input Styling  */

























/*  Form Label Styling  */









/*   Form Checkbox Styling  */







/*   Form Radio Button Styling  */






/*  Select Field Styling  */





/*  File Button Styling  */










 


 
 

/*   Form error message   */






/*   Form help text   */






/*   GDPR Text   */









/*  Newsletter Form Styling  */









/*  Submitted Message Styling  */



















/* 1f. Tables */

/*  Table Head  */















/*  Table Data  */















/*  Table Footer  */




















/* 1g. Website header */



/* 1h. Website footer */


:root {
  --primary_font: Monograf, 'serif';
  --secondary_font: Monograf, 'sans-serif';
  --primary_color: #2c2b71;
  --secondary_color: #0c0a1c;
  --tertiary_color: #030107;
  --quaternary_color: #242423;
  --quinary_color: #08080e;
  --senary_color: #2180DD;
  --septenary_color: #666aee;
  --octonary_color: #272b4b;
  --nonary_color: #626262;
  --denary_color: #d24872;
  --white_color: #FFFFFF;
  --black_color: #000000;
  --text_color: #030107;
}






.content-wrapper,
.wrapper{
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  float: none;
}

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

.dnd-section > .row-fluid {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 0px;
}

[class*="-force-full-width-section"] > .row-fluid{
  padding:0px!important;
}
body [class*="-background-image"]{
  background-repeat: repeat !important;
}

@media(max-width: 767px){
  body [class*="-vertical-alignment"] > .row-fluid{
    display: block !important;
  }
  .content-wrapper,
  .wrapper{
    padding: 0 33px;
  }
}





html {
  font-size: 16px;
}

body {
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #030107;
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: var(--white_color);
  scroll-behavior: smooth;
}

svg{
  fill: var(--primary_color);
}
/* Headings */

h1,
.h1 > span,
span.h1,
.h1 h2,
.h1 h3,
.h1 h4,
.h1 h5,
.h1 h6{

  font-weight: 700; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #2c2b71;
  font-size: 45px;
  text-transform: none;
  line-height: 1.11;
  letter-spacing: 0px;
  margin-bottom: 15px;
  word-break: break-word;
}

h2,
.h2 > span,
span.h2,
.h2 h1,
.h2 h3,
.h2 h4,
.h2 h5,
.h2 h6{

  font-weight: 700; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #0c0a1c;
  font-size: 40px;
  text-transform: none;
  line-height: 1.125;
  letter-spacing: 0px;
  margin-bottom: 1rem;
  word-break: break-word;
}

h3,
.h3 > span,
span.h3,
.h3 h1,
.h3 h2,
.h3 h4,
.h3 h5,
.h3 h6{

  font-weight: 500; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #0c0a1c;
  font-size: 36px;
  text-transform: none;
  line-height: 1.138;
  letter-spacing: 0px;
  margin-bottom: 0.75rem;
  word-break: break-word;
}

h4,
.h4 > span,
span.h4,
.h4 h1,
.h4 h2,
.h4 h3,
.h4 h5,
.h4 h6{

  font-weight: 500; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #0c0a1c;
  font-size: 28px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  margin-bottom: 0.75rem;
  word-break: break-word;
}

h5,
.h5 > span,
span.h5,
.h5 h1,
.h5 h2,
.h5 h3,
.h5 h4,
.h5 h6{

  font-weight: 400; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #0c0a1c;
  font-size: 20px;
  text-transform: none;
  line-height: 1.15;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}

h6,
.h6 > span,
span.h6,
.h6 h1,
.h6 h2,
.h6 h3,
.h6 h4,
.h6 h5{

  font-weight: 700; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #0c0a1c;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.055;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}

/* Paragraphs */

p {
  font-weight: 300; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #030107;
  font-size: 16px;

  text-transform: none;
  line-height: 1.625;
  letter-spacing: 0px;
  margin-bottom: 10px;
  word-break: break-word;
}
.p_large p{
  font-weight: 500; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #000000;
  font-size: 20px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.4px; 
  margin-bottom: 10px;
}
.p_medium p{
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #030107;
  font-size: 18px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;  
  margin-bottom: 10px;
}
.p_small p{
  font-weight: 400; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #000000;
  font-size: 14px;
  text-transform: none;
  line-height: 1.7857;
  letter-spacing: 0px;  
  margin-bottom: 10px;
}

/*  List   */
ul, ol{
  margin: 0 0 15px;
  padding-left: 30px;
}
li {
  font-weight: 300; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: var(--accent-5);
  font-size: 16px;

  text-transform: none;
  line-height: 1.625;
  letter-spacing: 0px;  
}

.li_large li{
  font-weight: 600; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #030107;
  font-size: 18px;
  text-transform: none;
  line-height: 1.23;
  letter-spacing: 0px; 
}
.li_medium li{
  font-weight: 600; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #030107;
  font-size: 16px;
  text-transform: none;
  line-height: 1.23;
  letter-spacing: 0px;  
}
.li_small li{
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #030107;
  font-size: 14px;
  text-transform: none;
  line-height: 1.23;
  letter-spacing: 0px;  
}

/* Anchors */

a {
  font-weight: 700; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #2c2b71;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active{
  text-decoration: underline;
}



/* Blockquote */


blockquote {
  border-left-color: #030107;
  color: #030107;
  color: #030107;
  font-size: 18px;

  text-transform: ;
  line-height: 1.23;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}





button,
.button,
a.cta_button {
  text-align: center;
}

/* Solid - Primary */
/* Base Button Styles (Primary Group) */
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
a.cta_button,
.primary_btn a.cta_button {
  display: inline-block;
  font-weight: 400; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: ;
  line-height: 1.2;
  letter-spacing: 0px;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
  background-color: rgba(44, 43, 113, 1.0);
  border: 1px solid var(--secondary_color);
  border-radius: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
.hs-blog-post-listing__post-button:active,
a.cta_button:hover,
a.cta_button:focus,
a.cta_button:active,
.primary_btn a.cta_button:hover,
.primary_btn a.cta_button:focus,
.primary_btn a.cta_button:active{
  color: #FFFFFF;
  background-color: var(--septenary_color);
  border-color: var(--septenary_color);
  text-decoration: none;
}

.primary_btn a.cta_button.white {
  ;
  color: var(--primary_color);
  font-size: ;
  text-transform: ;
  line-height: 1.2;
  letter-spacing: ;
  ;
  background-color: var(--quaternary_color);
  border: 0.8px solid #2c2b71;
  border-radius: ;
  padding: padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
}

.secondary_btn a.cta_button {
  display: inline-block;
  ;
  font-size: ;
  text-transform: ;
  line-height: ;
  letter-spacing: ;
  ;
  border-radius: ;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #0c0a1c;
  background-color: transparent;
  border: 0.8px solid #0c0a1c;
}

.secondary_btn a.cta_button:hover,
.secondary_btn a.cta_button:focus,
.secondary_btn a.cta_button:active {
  color: var(--primary_color);
  background-color: transparent;
  border-color: var(--primary_color);
  text-decoration: none;
}







form{
  width: 100%;
  background-color: var(--accent-6);
  border: 0px solid #0c0a1c;
  border-radius: 15px;
  padding: 45px 27px;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input label.hs-form-booleancheckbox-display{
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.newsletter-form form{
  background-color: rgba(39, 43, 75, 0.0);
  border: 0px solid rgba(12, 10, 28, 1.0);
  border-radius: 0px;
  padding: 0px 0px;
}
.submitted-message {
  font-weight: 600; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #0c0a1c;
  font-size: 18px;

  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  width: 100%;
  background-color: rgba(39, 43, 75, 0.0);
  border: 0px none rgba(12, 10, 28, 0.0);
  border-radius: 0px;
  padding: 0px 0px;  
}

@media(min-width: 1000px){
  form{
    max-width: 1200px;
  }
  .submitted-message {
    max-width: 1200px;
  }
}

/* Submit button */

form input[type=submit],
form .hs-button{
  font-weight: 400; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #FFFFFF;
  font-size: 18px;

  text-transform: ;
  line-height: 1.2;
  letter-spacing: 0px;
  background-color: rgb(44, 43, 113, 0.3);
  border: 0px solid rgba(98, 98, 98, 1.0);
  border-radius: 10px;
  padding-top: 11px;
padding-right: 20px;
padding-bottom: 11px;
padding-left: 20px;
;
  transition: all 0.3s ease-in-out;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active{
  color: #FFFFFF;
  background-color: rgba(102, 106, 238, 0.3);
  border-color: rgba(102, 106, 238, 1.0)!important;
}

/* Form title */

.form-title {
  ;
  color: ;
  font-size: ;

  text-transform: ;
  line-height: ;
  letter-spacing: ;
}

/* Inputs */

input[type=text],
form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea{
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #626262;
  font-size: 15px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  background-color:  rgba(255, 255, 255, 1.0);
  border: 2px solid #0c0a1c;
  border-radius: 0px;
  min-height: 39.2px;
  padding: 10px 10px; 
}

body .hs_cos_wrapper_type_form form .hs-form-field .input .hs-form-radio .hs-form-radio-display span,
form .hs-fieldtype-checkbox ul.multi-container li.hs-form-checkbox label{
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #0c0a1c;
  font-size: 15px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
}

.hs-input.invalid.error{
  border-color: #0c0a1c;
}
body .hs-input:focus, .hs-input:focus-visible {
  border: none;
}
.hs-input:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: none;
}


/*   Form Checkbox  */

form .hs-fieldtype-checkbox ul.multi-container li.hs-form-checkbox label,
form .hs-fieldtype-booleancheckbox ul li.hs-form-booleancheckbox label{
  padding-left: 26px;
  margin-left: 19px;
  position: relative;
  cursor: pointer;
}



input[type=checkbox],
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]{
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 1.0);
  border: 1px solid #767676;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 6px;
  left:0;
  margin-right: 14px;
  width: 13px;
  height: 13px;
}
body .hs_cos_wrapper_type_form form .hs-form-field{
  margin-bottom: 28px;
  position: relative;
}
input[type=checkbox]:checked,
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]:checked{
  background: rgba(36, 36, 35, 1.0); 
  border-color: rgba(36, 36, 35, 1.0);
}
input[type=checkbox]:checked:after,
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]:checked:after{
  border: 2px solid rgba(255, 255, 255, 1.0);
  border-right: 0;
  border-top: 0;
  content: "";
  height: 5px;
  left: 1px;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 9px;
}

/*  Form Radio  */

body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"] {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  position: relative;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]::before{
  background: rgba(255, 255, 255, 1.0); 
  border: 2px solid rgba(36, 36, 35, 1.0);
  border-radius: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 2px;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input label.hs-form-radio-display,
body .hs_cos_wrapper_type_form form .hs-form-field .input label.hs-form-booleancheckbox-display{
  display: flex;
  align-items: flex-start;
  margin-bottom:0;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]:checked:after{
  background: rgba(36, 36, 35, 1.0); 
  border-radius: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 10px;  
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]:checked:before{
  border: 2px solid rgba(36, 36, 35, 1.0);
}
body .hs_cos_wrapper_type_form form .hs-form-field .input .hs-form-radio-display span{
  margin-left: 30px;
}

/*   Select   */

form select{
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Prodigious%20Theme%20Assets/arrow-down.svg) no-repeat;
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

/*  Upload File Button  */

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 0px 0px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 69.5px);
  width: max-content;
  height: 48px;
  margin: 0 auto;
  float: none;
  cursor: pointer;
  text-align: center;
  font-weight: 700; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #030107;
  color: #030107;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="file"]::-webkit-file-upload-button:hover,
input[type="file"]::-webkit-file-upload-button:focus{
  color: #030107;
  background: rgba(255, 255, 255, 0.0);
}

form .file-upload-button-label {
  font-weight: 700; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #030107;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  border: ;
  position: absolute;
  left: 50%;
  top: 7.5px;
  width: auto;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 30px;
}

form .file-upload-file-name {
  font-weight: 700; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #030107;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  position: relative;
  width: 100%;
  left: 50%;
  right: 50%;
  top: 0px;
  cursor: pointer;
  max-width: 100%;
  box-sizing:border-box;
}

/* Labels */

form label {
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #0c0a1c;
  font-size: 21px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  word-break: break-word;
  margin-bottom: 0;
  /* 	padding-bottom: 15px; */
}

/* Form placeholder text */

::-webkit-input-placeholder {
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #626262;
  font-size: 15px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  font-style: normal;
}

::-moz-placeholder {
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #626262;
  font-size: 15px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  font-style: normal;
}

:-ms-input-placeholder {
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #626262;
  font-size: 15px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  font-style: normal;
}

::placeholder{
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #626262;
  font-size: 15px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  font-style: normal;
}

form select option::disabled,
select.is-placeholder{
  font-weight: normal; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #626262;
  font-size: 15px;

  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;  
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #626262;
}

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

body .fn-date-picker td .pika-button:hover,
body .fn-date-picker td .pika-button:focus{
  background-color: #030107 !important;
}

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

/*  Form Error Message  */

.hs-error-msgs label a, .hs_error_rollup {
  display: none;
}
form .input {
  display: block;
  margin-bottom: 0;
  position: relative;
  /*   background-color:  rgba(255, 255, 255, 1.0); */
}
body .container-fluid .row-fluid .hs-error-msgs label{
  position: absolute;
  font-weight: normal; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #f2545b;
  font-size: 12px;

  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  display: none;
}

/* Help text */

form legend {
  font-weight: normal; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #2c2b71;
  font-size: 11px;

  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
}

/*  GDPR Text   */

.hs-form-booleancheckbox span,
.hs-form-booleancheckbox-display p,
.legal-consent-container .hs-form-booleancheckbox-display{
  font-weight: normal; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #2c2b71;
  font-size: 14px;

  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  word-break: break-word;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  vertical-align: middle;
}
.hs-form-radio span,
.hs-form-checkbox span,
.hs-form-booleancheckbox span{
  user-select: none;
  cursor: pointer;
}

.hs-form-booleancheckbox span, .hs-form-booleancheckbox-display p, .legal-consent-container .hs-form-booleancheckbox-display, .hs-form-booleancheckbox span a {
  font-weight: normal;
  text-decoration: none;
  font-family: Monograf, Monograf;
  font-style: normal;
  color: var(--tertiary_color);
  font-size: 16px;
  text-transform: none;
  line-height: 26px;
  letter-spacing: 0px;
  word-break: break-word;
}
.hs-form-booleancheckbox span a:hover{
  color: var(--accent-1);
  text-decoration: underline;
}




/* Table header */

thead th {
  font-weight: 500; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
  color: #FFFFFF;
  font-size: 22px;

  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color:  rgba(3, 1, 7, 1.0);
  border: 1px solid rgba(44, 43, 113, 1.0);
  padding: 18px 18px;
}

/*  Table Data  */

table td {
  font-weight: normal; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #030107;
  font-size: 16px;

  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color:  rgba(255, 255, 255, 0.0);
  border: 1px solid rgba(44, 43, 113, 1.0);
  padding: 18px 18px;
}

/* Table footer */

table tfoot td {
  font-weight: normal; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #2c2b71;
  font-size: 24px;

  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color: rgba(255, 255, 255, 0.0);
  padding:  18px;
}

/* Table */

table {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid rgba(44, 43, 113, 1.0);
  padding: 0px 0px;
}






.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #030107;
}

.blog-post__tag-link {
  color: #030107;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #2b292f;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #0c0a1c;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #343244;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #2c2b71;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #040349;
}

#comments-listing .comment-reply-to:active {
  color: #545399;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #2c2b71;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #0c0a1c;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #343244;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #030107;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #030107;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #2b292f;
}

.hs-pagination__link-icon svg {
  fill: #030107;
}

/* Pricing card */

.card__price {
  font-weight: 500; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #0c0a1c;
  font-size: 36px;

}

.card__body svg {
  fill: #2c2b71;
}

/* Social follow */

.social-links__icon {
  background-color: #2c2b71;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #040349;
}

.social-links__icon:active {
  background-color: #545399;
  font-weight: 500; text-decoration: none; font-family: Monograf, Monograf; font-style: normal;
  color: #0c0a1c;
  font-size: 36px;

}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h1,
  .h1 > span,
  span.h1,
  .h1 h2,
  .h1 h3,
  .h1 h4,
  .h1 h5,
  .h1 h6 {
    font-size: 38px;
    line-height: 1.13;
    letter-spacing: 0px;
  }

  h2,
  .h2 > span,
  span.h2,
  .h2 h1,
  .h2 h3,
  .h2 h4,
  .h2 h5,
  .h2 h6 {
    font-size: 34px;
    line-height: 1.117;
    letter-spacing: 0px;
  }

  h3,
  .h3 > span,
  span.h3,
  .h3 h1,
  .h3 h2,
  .h3 h4,
  .h3 h5,
  .h3 h6 {
    font-size: 31px;
    line-height: 1.129;
    letter-spacing: 0px;
  }

  h4,
  .h4 > span,
  span.h4,
  .h4 h1,
  .h4 h2,
  .h4 h3,
  .h4 h5,
  .h4 h6 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0px;
  }

  h5,
  .h5 > span,
  span.h5,
  .h5 h1,
  .h5 h2,
  .h5 h3,
  .h5 h4,
  .h5 h6 {
    font-size: 17px;
    line-height: 1.1764;
    letter-spacing: 0px;
  }

  h6,
  .h6 > span,
  span.h6,
  .h6 h1,
  .h6 h2,
  .h6 h3,
  .h6 h4,
  .h6 h5 {
    font-size: 15px;
    line-height: 1.266;
    letter-spacing: 0px;
  }

  /* Anchor tags inside headings */

  h1 a,
  .h1 h2 a,
  .h1 h3 a,
  .h1 h4 a,
  .h1 h5 a,
  .h1 h6 a {
    font-size: 38px;
    line-height: 1.13;
    letter-spacing: 0px;
  }

  h2 a,
  .h2 h1 a,
  .h2 h3 a,
  .h2 h4 a,
  .h2 h5 a,
  .h2 h6 a {
    font-size: 34px;
    line-height: 1.117;
    letter-spacing: 0px;
  }

  h3 a,
  .h3 h1 a,
  .h3 h2 a,
  .h3 h4 a,
  .h3 h5 a,
  .h3 h6 a {
    font-size: 31px;
    line-height: 1.129;
    letter-spacing: 0px;
  }

  h4 a,
  .h4 h1 a,
  .h4 h2 a,
  .h4 h3 a,
  .h4 h5 a,
  .h4 h6 a {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0px;
  }

  h6 a,
  .h6 h1 a,
  .h6 h2 a,
  .h6 h3 a,
  .h6 h4 a,
  .h6 h5 a {
    font-size: 15px;
    line-height: 1.266;
    letter-spacing: 0px;
  }

  li {
    font-weight: 300; text-decoration: none; font-family: Monograf, sans-serif; font-style: normal;
    color: var(--accent-5);
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0px; 
  }

  /* Paragraph (base only, large/medium/small can be added if needed) */
  
}

@media(max-width: 767px){
  body .hs_cos_wrapper_type_form form .hs-form-field{
    position: relative;
  }
  /*   Headings   */

  h1,
  .h1 > span,
  span.h1,
  .h1 h2,
  .h1 h3,
  .h1 h4,
  .h1 h5,
  .h1 h6{
    font-size: 34px;
    line-height: 1.11;
    letter-spacing: 0px;
  }

  h2,
  .h2 > span,
  span.h2,
  .h2 h1,
  .h2 h3,
  .h2 h4,
  .h2 h5,
  .h2 h6{
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: 0px;
  }

  h3,
  .h3 > span,
  span.h3,
  .h3 h1,
  .h3 h2,
  .h3 h4,
  .h3 h5,
  .h3 h6{
    font-size: 27px;
    line-height: 1.148;
    letter-spacing: 0px;
  }

  h4,
  .h4 > span,
  span.h4,
  .h4 h1,
  .h4 h2,
  .h4 h3,
  .h4 h5,
  .h4 h6{
    font-size: 21px;
    line-height: 1.238;
    letter-spacing: 0px;
  }

  h6,
  .h6 > span,
  span.h6,
  .h6 h1,
  .h6 h2,
  .h6 h3,
  .h6 h4,
  .h6 h5{
    font-size: 14px;
    line-height: 1.357;
    letter-spacing: 0px;
  }

  h1 a,
  .h1 h2 a,
  .h1 h3 a,
  .h1 h4 a,
  .h1 h5 a,
  .h1 h6 a{
    font-size: 34px;
    line-height: 1.11;
    letter-spacing: 0px;
  }
  h2 a,
  .h2 h1 a,
  .h2 h3 a,
  .h2 h4 a,
  .h2 h5 a,
  .h2 h6 a{
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: 0px;
  }
  h3 a,
  .h3 h1 a,
  .h3 h2 a,
  .h3 h4 a,
  .h3 h5 a,
  .h3 h6 a{
    font-size: 27px;
    line-height: 1.148;
    letter-spacing: 0px;
  }
  h4 a,
  .h4 h1 a,
  .h4 h2 a,
  .h4 h3 a,
  .h4 h5 a,
  .h4 h6 a{
    font-size: 21px;
    line-height: 1.238;
    letter-spacing: 0px;
  }
  h6 a,
  .h6 h1 a,
  .h6 h2 a,
  .h6 h3 a,
  .h6 h4 a,
  .h6 h5 a{
    font-size: 14px;
    line-height: 1.357;
    letter-spacing: 0px;
  }

  /* Paragraphs */

  .p_large p{
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.4px;
  }
  .p_medium p{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px; 
  }
  .p_small p{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
  }

  /*  List   */

  li {
    font-size: 13px;
    line-height: 1.538;
    letter-spacing: 0px;
  }

  .li_large li{
    font-size: 18px;
    line-height: 1.23;
    letter-spacing: 0px;
  }
  .li_medium li{
    font-size: 16px;
    line-height: 1.23;
    letter-spacing: 0px; 
  }
  .li_small li{
    font-size: 14px;
    line-height: 1.23;
    letter-spacing: px;
  }

  /* Blockquote */


  blockquote {
    font-size: 14px;
    line-height: 1.23;
    letter-spacing: 0px;
  }
  /*  Form  */

  form label{
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0px;
  }
  /* Inputs */

  input[type=text],
  form input[type=text],
  form input[type=search],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea{
    font-size: ;
    line-height: ;
    letter-spacing: ;
    background-color:  rgba(255, 255, 255, 1.0);
  }

  form input[type=submit],
  form .hs-button{
    font-size: 18px;
    line-height: ;
    letter-spacing: 0px;
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
  }

  /*   Table  */

  /* Table header */

  thead th {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0px;
  }
  /*  Table Data   */
  table td {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0px;
  }
  /* Table Footer  */
  table tfoot td {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0px;
  }

  table {
    display: block;
    overflow-x: auto;
    padding: 0;
    white-space: nowrap;
  }

  /**************   Header    ***************/

  .header .hs-menu-wrapper ul li.hs-menu-item a{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }
  .header a.cta_button{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }

  /*   Footer  */

  .footer p,
  .footer p a,
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6,
  .footer span{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }

  .footer .hs-menu-wrapper ul li.hs-menu-item a{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }
}

@media(max-width: 767px){
  h5,
  .h5 > span,
  span.h5,
  .h5 h1,
  .h5 h2,
  .h5 h3,
  .h5 h4,
  .h5 h6{
    font-size: 15px;
    line-height: 1.266;
    letter-spacing: 0px;
  }
  h5 a,
  .h5 h1 a,
  .h5 h2 a,
  .h5 h3 a,
  .h5 h4 a,
  .h5 h6 a{
    font-size: 15px;
    line-height: 1.266;
    letter-spacing: 0px;
  }
  p {
    font-size: 13px;
    line-height: 1.5384;
    letter-spacing: 0px;
  }
}




.section_spacer_1 {
  padding: 20px 0;
}
.element_spacer_1{
  padding-bottom: 10px;
}
.title_spacer{
  padding-bottom: 30px;
}
.color_box{
  padding: 15px;
  text-align: center;
}
.custom_box {
  background: #f4f4f4;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 12px;
  width: max-content;
}

sub {
  left: 0px;
  color: #2a3f4d;
}
sup {
  font-size: 15px;
}
body .row-fluid form .hs-button {
  max-width: fit-content;
  width: 100%;
  margin-top: 18px;
}
body, html {
  overflow-x: hidden;
}
.align-center {
  text-align: center;
  margin: 0 auto;
}
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white a,
.all-text-white li,
.all-text-white strong,
.all-text-white span
{
  color: #FFF !important;
}
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero p,
.text-margin-zero a,
.text-margin-zero li{
  margin-bottom:0px !important;
}