

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');







/* 1a. Containers */




/* 1b. Colors */













/* 1c. Typography */

























































/*   Paragraph   */











































/*   List   */









/*   Blockquote   */









/* 1d. Buttons */

/*   Primary Button   */

























/*   Secondary Button   */

























/*   Tertiary Button   */


























/* 1e. Forms */





































































/* 1f. Tables */

/*  Table Head  */















/*  Table Data  */















/*  Table Footer  */




















/* 1g. Website header */














/* 1h. Website footer */












:root{
  --primary_color: #010228;
  --secondary_color: #666666;
  --tertiary_color: #F24D01;
  --quaternary_color: #060B9D;
  --skyBlue_color: #09D6FE;
  --grey_color: #333333;
  --black_color: #000000;
  --white_color: #ffffff;
  --light_overlay: rgba(255, 255, 255, 0);
  --overlay_color_one: rgba(6, 11, 157, 0);
  --overlay_color_two: rgba(6, 11, 157, 0.16);
  --hr_border: rgba(102, 102, 102, 0.4);
  /**    Body    **/
  --body_color: #666666;
  /**   Headings   **/
  --h1_color: #010228;
  --h2_color: #010228;
  --h3_color: #010228;
  --h4_color: #010228;
  --h5_color: #010228;
  --h6_color: #010228;
  /**   Paragraph  **/
  --p_color: #010228;
  --p_large_color: #666666;
  --p_medium_color: #666666;
  --p_small_color: #666666;
  --p_tiny_color: #666666;
  /**  Other tags  **/
  --li_color: #333333;
  --bq_color: #010228;
  /**    Primary Button   **/
  --primary_hover_color: #ffffff;
  --primary_hover_bg: rgba(6, 11, 157, 1.0);
  --primary_hover_border:  #060B9D;
  --primary_focus_color: #ffffff; 
  --primary_focus_bg: rgba(6, 11, 157, 1.0); 
  --primary_focus_border: #060B9D;
  --primary_active_color: #ffffff; 
  --primary_active_bg: rgba(6, 11, 157, 1.0); 
  --primary_active_border: #060B9D;
  /**   Tertiary Button   **/
  --secondary_button_color: #ffffff;
  --secondary_bg: rgba(6, 11, 157, 1.0);
  --secondary_border: #060B9D;
  /**   Tertiary Button   **/
  --tertiary_button_color: #010228;
  --tertiary_bg: rgba(255, 255, 255, 0.0);
  --tertiary_border: #010228;
  --tertiary_hover_color: #ffffff;
  --tertiary_hover_bg: rgba(1, 2, 40, 1.0);
  --tertiary_hover_border:  #010228;
  --tertiary_focus_color: #ffffff; 
  --tertiary_focus_bg: rgba(1, 2, 40, 1.0); 
  --tertiary_focus_border: #010228;
  --tertiary_active_color: #ffffff; 
  --tertiary_active_bg: rgba(1, 2, 40, 1.0); 
  --tertiary_active_border: #010228;
  /**   Tertiary Button with Primary Button effect    **/
  --tp_button_color: #010228;
  --tp_bg: rgba(255, 255, 255, 0.0);
  --tp_border: #010228;
  --tp_hover_color: #ffffff;
  --tp_hover_bg: rgba(1, 2, 40, 1.0);
  --tp_hover_border:  #010228;
  --tp_focus_color: #ffffff; 
  --tp_focus_bg: rgba(1, 2, 40, 1.0); 
  --tp_focus_border: #010228;
  --tp_active_color: #ffffff; 
  --tp_active_bg: rgba(1, 2, 40, 1.0); 
  --tp_active_border: #010228;

  /**   Forms   **/
  --form_title_color: #010228;
  --form_label_color: #010228;
  --form_help_text_color: #010228;
  --form_input_color: #010228;
  --form_input_bg: rgba(255, 255, 255, 0.0);
  --form_input_border: rgba(102, 102, 102, 0.4);
  --form_placeholder_color: #666666;
  /**   Tables    **/
  --th_color: #010228;
  --th_bg: rgba(6, 11, 157, 1.0);
  --th_border: rgba(1, 2, 40, 1.0);
  --td_color: #010228;
  --td_bg: rgba(255, 255, 255, 0.0); 
  --td_border: rgba(1, 2, 40, 1.0);
  --tf_color: #010228;
  --tf_bg: rgba(255, 255, 255, 0.0);
  --table_bg: rgba(255, 255, 255, 0.0);
  --table_border: rgba(1, 2, 40, 1.0);

  /**   Header   **/
  --header_bg: rgba(255, 255, 255, 0.75);
  --header_toggle_bg: rgba(0, 0, 0, 0.10 );
  --header_nav_color: #000000; 
  --box_shadow_color: rgba(0, 0, 0, 0.25 );
  /**   Footer   **/
  --footer_color: #000000; 
  --footer_bg: rgba(255, 255, 255, 0.0);

  --solid_bg: rgba(255, 255, 255, 100);
  --pricing_border: rgba(0, 0, 0, 0.1);
  --border_inner_bg: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"]{
  --primary_color: #ffffff;
  --secondary_color: #ffffff;
  --tertiary_color: #F24D01;
  --quaternary_color: #09D6FE;
  --grey_color: #ffffff;
  --black_color: #ffffff;
  --white_color: #000000;
  --light_overlay: rgba(0, 0, 0, 0);
  --overlay_color_one: rgba(9, 214, 254, 0);
  --overlay_color_two: rgba(9, 214, 254, 0.16);
  --hr_border: rgba(255, 255, 255, 0.4);
  /**    Body    **/
  --body_color: #ffffff;
  /**   Headings   **/
  --h1_color: #ffffff;
  --h2_color: #ffffff;
  --h3_color: #ffffff;
  --h4_color: #ffffff;
  --h5_color: #ffffff;
  --h6_color: #ffffff;
  /**   Paragraph  **/
  --p_color: #ffffff;
  --p_large_color: #ffffff;
  --p_medium_color: #ffffff;
  --p_small_color: #ffffff;
  --p_tiny_color: rgba(255, 255, 255, 0.8);
  /**  Other tags  **/
  --li_color: #ffffff;
  --bq_color: #ffffff;
  /**    Primary Button   **/
  --primary_hover_color: #010228;
  --primary_hover_bg: rgba(9, 214, 254, 1.0);
  --primary_hover_border:  #09D6FE;
  --primary_focus_color: #010228;
  --primary_focus_bg: rgba(9, 214, 254, 1.0); 
  --primary_focus_border: #09D6FE;
  --primary_active_color: #010228;
  --primary_active_bg: rgba(9, 214, 254, 1.0); 
  --primary_active_border: #09D6FE;
  /**   Secondary Button   **/
  --secondary_button_color: #010228;
  --secondary_bg: rgba(9, 214, 254, 1.0);
  --secondary_border: #09D6FE;
  /**   Tertiary Button   **/
  --tertiary_button_color: #09D6FE;
  --tertiary_bg: rgba(#null, 0.0);
  --tertiary_border: #09D6FE;
  --tertiary_hover_color: #010228;
  --tertiary_hover_bg: rgba(9, 214, 254, 1.0);
  --tertiary_hover_border:  #09D6FE;
  --tertiary_focus_color: #010228;
  --tertiary_focus_bg: rgba(9, 214, 254, 1.0); 
  --tertiary_focus_border: #09D6FE;
  --tertiary_active_color: #010228;
  --tertiary_active_bg: rgba(9, 214, 254, 1.0); 
  --tertiary_active_border: #09D6FE;
  /**   Tertiary Button with Primary Button effect    **/
  --tp_button_color: #09D6FE;
  --tp_bg: rgba(9, 214, 254, 0.0);
  --tp_border: #09D6FE;
  --tp_hover_color: #ffffff;
  --tp_hover_bg: rgba(242, 77, 1, 1.0);
  --tp_hover_border:  #F24D01;
  --tp_focus_color: #ffffff; 
  --tp_focus_bg: rgba(242, 77, 1, 1.0); 
  --tp_focus_border: #F24D01;
  --tp_active_color: #ffffff; 
  --tp_active_bg: rgba(242, 77, 1, 1.0); 
  --tp_active_border: #F24D01;

  /**   Forms   **/
  --form_title_color: #ffffff;
  --form_label_color: #ffffff;
  --form_help_text_color: #ffffff;
  --form_input_color: #ffffff;
  --form_input_bg: rgba(255, 255, 255, 0.0);
  --form_input_border: rgba(255, 255, 255, 0.4);
  --form_placeholder_color: #ffffff;
  /**   Tables    **/
  --th_color: #010228;
  --th_bg: #ffffff;
  --th_border: rgba(1, 2, 40, 1.0);
  --td_color: #ffffff;
  --td_bg: rgba(255, 255, 255, 0.0); 
  --td_border: #ffffff;
  --tf_color: #010228;
  --tf_bg: rgba(255, 255, 255, 0.0);
  --table_bg: rgba(255, 255, 255, 0.0);
  --table_border: #ffffff;
  /**   Header   **/
  --header_bg: rgba(0, 0, 0, 0.75);
  --header_toggle_bg: rgba(255, 255, 255, 0.10 );
  --header_nav_color: #ffffff; 
  --box_shadow_color: rgba(255, 255, 255, 0.25 );
  /**   Footer   **/
  --footer_color: #ffffff; 
  --footer_bg: rgba(255, 255, 255, 0.0);

  --solid_bg: #121212;
  --pricing_border: rgba(255, 255, 255, 0.1);
  --border_inner_bg: rgba(255, 255, 255, 0.1);
}
[data-theme="dark"] p span{
  color: #ffffff;
}
[data-theme="dark"] ol li strong{
  color: #ffffff;
}


[data-theme="dark"] .sticky-sidebar ol li::marker{
  color: #F24D01;
}

[data-theme="light"] .sticky-sidebar ol li::marker{
  color:  #F24D01;
}






html[data-theme="dark"] .light{
  display: none;
}

html[data-theme="light"] .dark{
  display: none;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
[class*="-force-full-width-section"] > .row-fluid{
  padding:0px!important;
}







html {
  font-size: 16px;
}

body {
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--body_color);
  font-size: 16px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.8px;
  background-color: var(--white_color);
}

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

h1,
.h1 > span,
span.h1,
.h1 h2,
.h1 h3,
.h1 h4,
.h1 h5,
.h1 h6{
  font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--h1_color);
  font-size: 48px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -2.4px;
  margin-bottom: 15px;
  word-break: break-word;
}

h2,
.h2 > span,
span.h2,
.h2 h1,
.h2 h3,
.h2 h4,
.h2 h5,
.h2 h6{
  font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--h2_color);
  font-size: 40px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 1rem;
  word-break: break-word;
}

h3,
.h3 > span,
span.h3,
.h3 h1,
.h3 h2,
.h3 h4,
.h3 h5,
.h3 h6{
  font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--h3_color);
  font-size: 36px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1.8px;
  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: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--h4_color);
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1.2px;
  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: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--h5_color);
  font-size: 22px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -1.1px;
  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: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--h6_color);
  font-size: 20px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}


/* Paragraphs */

p {
  font-weight: 400; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--p_color);
  font-size: 16px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-bottom: 10px;
  word-break: break-word;
}
.p_large p{
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--p_large_color);
  font-size: 20px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: -1px; 
  margin-bottom: 10px;
}
.p_medium p{
  font-weight: 600; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--p_medium_color);
  font-size: 18px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: -0.9px;  
  margin-bottom: 10px;
}
.p_small p{
  font-weight: 400; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--p_small_color);
  font-size: 15px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.75px;  
  margin-bottom: 10px;
}
.p_tiny p{
  font-weight: 400; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--p_tiny_color);
  font-size: 14px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.7px; 
  margin-bottom: 10px;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #F24D01;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

/* List  */

ul li,
ol li{
  font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--li_color);
  font-size: 18px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: -0.9px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}

/* Blockquote */

blockquote {
  border-left-color: var(--bq_color);
  color: var(--bq_color);
  color: #010228;
  font-size: 30px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}





/*  Primary Button  */

button,
a.cta_button,
.hs-button,
.hs-blog-post-listing__post-button,
.primary_button button,
.primary_button a.cta_button,
.primary_button .hs-button,
.primary_button .hs-blog-post-listing__post-button{
  display: inline-block;
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #ffffff;
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1.08px;
  fill: #ffffff;
  background-color: rgba(242, 77, 1, 1.0);
  border: 1px solid #F24D01;
  border-radius: 100px;
  padding-top: 17px;
padding-right: 50px;
padding-bottom: 19px;
padding-left: 30px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.cta_button,
.hs-button{
  position: relative;
}
a.cta_button:before,
.hs-button:before{
  position: absolute;
  content: '\f061';
  width: 18px;
  height: 18px;
  font-family: "FontAwesome";
  transform: rotate(-45deg);
  right: 24px;
}

button:hover,
a.cta_button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover,
.primary_button button:hover,
.primary_button a.cta_button:hover,
.primary_button .hs-button:hover,
.primary_button .hs-blog-post-listing__post-button:hover{
  color: var(--primary_hover_color);
  fill: var(--primary_hover_color);
  background-color: var(--primary_hover_bg);
  border-color: var(--primary_hover_border);
  border-radius: 100px;
}

button:focus,
a.cta_button:focus,
.hs-button:focus,
.hs-blog-post-listing__post-button:focus,
.primary_button button:focus,
.primary_button a.cta_button:focus,
.primary_button .hs-button:focus,
.primary_button .hs-blog-post-listing__post-button:focus{
  color: var(--primary_focus_color);
  fill: var(--primary_focus_color);
  background-color: var(--primary_focus_bg);
  border-color: var(--primary_focus_border);
}

button:active,
a.cta_button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active,
.primary_button button:active,
.primary_button a.cta_button:active,
.primary_button .hs-button:active,
.primary_button .hs-blog-post-listing__post-button:active{
  color: var(--primary_active_color);
  fill: var(--primary_active_color);
  background-color: var(--primary_active_bg);
  border-color: var(--primary_active_border);
}

/*  Secondary Button  */

.secondary_button button,
.secondary_button a.cta_button,
.secondary_button .hs-button,
.secondary_button .hs-blog-post-listing__post-button{
  display: inline-block;
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--secondary_button_color);
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1.08px;
  fill: var(--secondary_button_color);
  background-color: var(--secondary_bg);
  border: 1px solid var(--secondary_border);
  border-radius: 100px;
  padding-top: 17px;
padding-right: 50px;
padding-bottom: 19px;
padding-left: 30px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.secondary_button button:hover,
.secondary_button a.cta_button:hover,
.secondary_button .hs-button:hover,
.secondary_button .hs-blog-post-listing__post-button:hover{
  color: #ffffff;
  fill: #ffffff;
  background-color: rgba(242, 77, 1, 1.0);
  border-color: #F24D01;
  border-radius: 100px;
}

.secondary_button button:focus,
.secondary_button a.cta_button:focus,
.secondary_button .hs-button:focus,
.secondary_button .hs-blog-post-listing__post-button:focus{
  color: #ffffff;
  fill: #ffffff;
  background-color: rgba(242, 77, 1, 1.0);
  border-color: #F24D01;
}

.secondary_button button:active,
.secondary_button a.cta_button:active,
.secondary_button .hs-button:active,
.secondary_button .hs-blog-post-listing__post-button:active{
  color: #ffffff;
  fill: #ffffff;
  background-color: rgba(242, 77, 1, 1.0);
  border-color: #F24D01;
}

/*  Tertiary Button  */

.tertiary_button button,
.tertiary_button a.cta_button,
.tertiary_button .hs-button,
.tertiary_button .hs-blog-post-listing__post-button{
  display: inline-block;
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--tertiary_button_color);
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1.08px;
  fill: var(--tertiary_button_color);
  background-color: var(--tertiary_bg);
  border: 1px solid var(--tertiary_border);
  border-radius: 100px;
  padding-top: 17px;
padding-right: 50px;
padding-bottom: 19px;
padding-left: 30px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tertiary_button button:hover,
.tertiary_button a.cta_button:hover,
.tertiary_button .hs-button:hover,
.tertiary_button .hs-blog-post-listing__post-button:hover{
  color: var(--tertiary_hover_color);
  fill: var(--tertiary_hover_color);
  background-color: var(--tertiary_hover_bg);
  border-color: var(--tertiary_hover_border);
  border-radius: 100px;
}

.tertiary_button button:focus,
.tertiary_button a.cta_button:focus,
.tertiary_button .hs-button:focus,
.tertiary_button .hs-blog-post-listing__post-button:focus{
  color: var(--tertiary_focus_color);
  fill: var(--tertiary_focus_color);
  background-color: var(--tertiary_focus_bg);
  border-color: var(--tertiary_focus_border);
}

.tertiary_button button:active,
.tertiary_button a.cta_button:active,
.tertiary_button .hs-button:active,
.tertiary_button .hs-blog-post-listing__post-button:active{
  color: var(--tertiary_active_color);
  fill: var(--tertiary_active_color);
  background-color: var(--tertiary_active_bg);
  border-color: var(--tertiary_active_border);
}

/**   Tertiary Button with Primary Button effect    **/

#secondary_button .tertiary_button a.cta_button{
  display: inline-block;
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--tp_button_color);
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1.08px;
  fill: var(--tp_button_color);
  background-color: var(--tp_bg);
  border: 1px solid var(--tp_border);
  border-radius: 100px;
  padding-top: 17px;
padding-right: 50px;
padding-bottom: 19px;
padding-left: 30px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#secondary_button .tertiary_button a.cta_button:hover{
  color: var(--tp_hover_color);
  fill: var(--tp_hover_color);
  background-color: var(--tp_hover_bg);
  border-color: var(--tp_hover_border);
  border-radius: 100px;
}

#secondary_button .tertiary_button a.cta_button:focus{
  color: var(--tp_focus_color);
  fill: var(--tp_focus_color);
  background-color: var(--tp_focus_bg);
  border-color: var(--tp_focus_border);
}

#secondary_button .tertiary_button a.cta_button:active{
  color: var(--tp_active_color);
  fill: var(--tp_active_color);
  background-color: var(--tp_active_bg);
  border-color: var(--tp_active_border);
}






form,
.submitted-message {
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 0px;
;
}
.submitted-message {
  color: var(--body_color);  
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Inter; font-style: normal; font-weight: 600; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 36px;
  color: var(--form_title_color);
  background-color: rgba(255, 255, 255, 0.0);
}


/* Labels */

form label {
  font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--form_label_color);
  font-size: 18px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: -0.9px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}

/* Help text */

form legend {
  color: var(--form_help_text_color);
}

/* 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: 400; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--form_input_color);
  font-size: 18px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: -0.9px;
  background-color: var(--form_input_bg);
  border: 1px solid var(--form_input_border);
  border-radius: 4px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: var(--form_placeholder_color);
}

::-moz-placeholder {
  color: var(--form_placeholder_color);
}

:-ms-input-placeholder {
  color: var(--form_placeholder_color);
}

::placeholder {
  color: var(--form_placeholder_color);
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--form_placeholder_color);
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #ffffff;
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1.08px;
  fill: #ffffff;
  background-color: rgba(242, 77, 1, 1.0);
  border: 1px solid #F24D01;
  border-radius: 100px;
  padding-top: 17px;
padding-right: 30px;
padding-bottom: 19px;
padding-left: 30px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form input[type=submit]:hover,
form .hs-button:hover {
  color: #F24D01;
  fill: #F24D01;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #F24D01;
  border-radius: 100px;
}

form input[type=submit]:focus,
form .hs-button:focus {
  color: #F24D01;
  fill: #F24D01;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #F24D01;
}

form input[type=submit]:active,
form .hs-button:active {
  color: #F24D01;
  fill: #F24D01;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #F24D01;
}





/* Table header */

thead th {
  font-weight: 500; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--th_color);
  font-size: 24px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color:  var(--th_bg);
  border: 1px solid var(--th_border);
  padding: 18px 18px;
}

/*  Table Data  */

table td {
  font-weight: 500; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--td_color);
  font-size: 16px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color:  var(--td_bg);
  border: 1px solid var(--td_border);
  padding: 18px 18px;
}

/* Table footer */

table tfoot td {
  font-weight: 500; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--tf_color);
  font-size: 24px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color: var(--tf_bg);
  padding:  18px;
}

/* Table */

table {
  background-color: var(--table_bg);
  border: 1px solid var(--table_border);
  padding: 0px 0px;
}
}





.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Inter;
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: ;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: ;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.1)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.1)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.1)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}

header.header{
  padding: 20px 0 21px;
  background-color: var(--white_color);
}

.sphere_header .sphere_header_group .sphere_header_menu ul li.hs-menu-item a{
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: var(--header_nav_color );
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -1.08px;  
}






.footer {
  background-color: var(--footer_bg);
}
.footer .sphere_footer .sphere_footer_group{
  padding: 40px 0;
}

/* Footer content */

.footer .sphere_footer_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item a,
.footer .sphere_footer_bottom_bar,
.footer .sphere_footer_bottom_bar span,
.footer .sphere_footer_bottom_bar p{
  font-weight: 500; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: var(--footer_color );
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.96px;    
}





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

/* Blog post */

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

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

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: var(--body_color);;
}

.blog-post__tag-link:active {
  color: var(--body_color);;
}

/* 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: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #010228;
}





/* 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: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  text-transform: none;
}

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

.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: #292a50;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: var(--body_color);
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: var(--body_color);
}

.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: var(--body_color);
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: var(--body_color);
}

.hs-pagination__link-icon svg {
  fill: var(--body_color);
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #010228;
  font-size: 36px;
}

.card__body svg {
  fill: #010228;
}

/* Social follow */

.social-links__icon {
  background-color: #010228;
}

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

.social-links__icon:active {
  background-color: #292a50;
  font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #010228;
  font-size: 36px;
}

.sphere_social_share .sphere_social_share_container li.sphere_social_share_icon svg path{
  fill: var(--primary_color);
}




@media(max-width: 767px){
  /*   Headings   */

  h1,
  .h1 > span,
  span.h1,
  .h1 h2,
  .h1 h3,
  .h1 h4,
  .h1 h5,
  .h1 h6{
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -2.4px;
  }

  h2,
  .h2 > span,
  span.h2,
  .h2 h1,
  .h2 h3,
  .h2 h4,
  .h2 h5,
  .h2 h6{
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -2px;
  }

  h3,
  .h3 > span,
  span.h3,
  .h3 h1,
  .h3 h2,
  .h3 h4,
  .h3 h5,
  .h3 h6{
    font-size: 32px;
    line-height: 1;
    letter-spacing: -1.8px;
  }

  h4,
  .h4 > span,
  span.h4,
  .h4 h1,
  .h4 h2,
  .h4 h3,
  .h4 h5,
  .h4 h6{
    font-size: 22px;
    line-height: 1;
    letter-spacing: -1.2px;
  }

  h5,
  .h5 > span,
  span.h5,
  .h5 h1,
  .h5 h2,
  .h5 h3,
  .h5 h4,
  .h5 h6{
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1.1px;
  }

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

  h1 a,
  .h1 h2 a,
  .h1 h3 a,
  .h1 h4 a,
  .h1 h5 a,
  .h1 h6 a{
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -2.4px;
  }
  h2 a,
  .h2 h1 a,
  .h2 h3 a,
  .h2 h4 a,
  .h2 h5 a,
  .h2 h6 a{
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -2px;
  }
  h3 a,
  .h3 h1 a,
  .h3 h2 a,
  .h3 h4 a,
  .h3 h5 a,
  .h3 h6 a{
    font-size: 32px;
    line-height: 1;
    letter-spacing: -1.8px;
  }
  h4 a,
  .h4 h1 a,
  .h4 h2 a,
  .h4 h3 a,
  .h4 h5 a,
  .h4 h6 a{
    font-size: 22px;
    line-height: 1;
    letter-spacing: -1.2px;
  }
  h5 a,
  .h5 h1 a,
  .h5 h2 a,
  .h5 h3 a,
  .h5 h4 a,
  .h5 h6 a{
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1.1px;
  }
  h6 a,
  .h6 h1 a,
  .h6 h2 a,
  .h6 h3 a,
  .h6 h4 a,
  .h6 h5 a{
    font-size: 18px;
    line-height: 1;
    letter-spacing: -1px;
  }

  /* Paragraphs */

  p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }
  .p_large p{
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  .p_medium p{
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.9px; 
  }
  .p_small p{
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.75px;
  }
  .p_tiny p{
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.7px;
  }

  /*  List  */

  ul li,
  ol li{
    font-size: 18px;
    line-height: 1;
    letter-spacing: -1px;
  }

  /*  Form  */

  form label{
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.9px;
  }
  /* 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: 18px;
    line-height: 1.4;
    letter-spacing: -0.9px;
  }

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

  /*    Header   */

  .sphere_header .sphere_header_group .sphere_header_menu ul li.hs-menu-item a{
    font-size: 18px;
    line-height: 1;
    letter-spacing: -1.08px;
  }

  /*   Footer   */

  .footer .sphere_footer_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item,
  .footer .sphere_footer_menu .sphere_footer_bottom_bar,
  .footer .sphere_footer_menu .sphere_footer_bottom_bar span,
  .footer .sphere_footer_menu .sphere_footer_bottom_bar p{
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.96px;   
  }
}