/*==================================================================================*/
/* general   */
/*==================================================================================*/  

  
/* hubspot form customize*/
  
[data-hsfc-id=Renderer] .hsfc-Step {
    background-color: rgba(0, 0, 0, 0%) !important;
  }
  
[data-hsfc-id=Renderer] .hsfc-Button {
	background-color: #5750E5!important;
 	border: 0px!important;
 	border-radius: 100px!important;
  	padding: 20px!important;
  }
  
  .submitted-message * {
    color: #fff!important;
  }
 
 /* general override*/
  
 strong {
  font-weight: bold!important; 
  }
   
  
 /* general override -- header - logo space*/

span[data-hs-cos-type="linked_image"][data-hs-cos-general-type="widget"] img {
  display: block!important;
}

/*==================================================================================*/
/* general   */
/*==================================================================================*/  

p {
   line-height: 1.75;
}   
	

@media only screen and (max-width: 768px) {
  h1 {
	font-size: 35px!important;
  }
  
  h2 {
	font-size: 35px!important;
  }
}

.header__container--left .header__menu-col {
    display: none;
}

/*==================================================================================*/
/* footer bg   */
/*==================================================================================*/ 


.footer {
  background-color: #fff;
}

/*==================================================================================*/
/* footer alignment   */
/*==================================================================================*/ 

.footer__container {
    margin: 0 auto;
    padding: 2.8rem 1.0rem 0;
}


@media only screen and (min-width: 982px) {
.footer .social-links {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
.footer .widget-type-logo img {
  max-width: 200px;
  width: 200px;
}
}

@media only screen and (min-width: 982px) {
.footer .span12 {
    display: flex;
    align-items: center;
}
}

.footer__logo {
margin: 0px;
}

/* mobile  */
@media only screen and (max-width: 982px) {
.footer .footer__info,
.footer .footer__navigation,
.footer .footer__form {
  display: block!important;
  margin: auto!important;
  text-align: center!important;
  float: none;
  width: 100%;
}
  
.footer .footer__navigation p {
  font-size: 12px;
}
  
.footer .widget-type-logo img {
  max-width: 250px;
  width: 250px;
}
  
.footer .social-links {
  justify-content: center;
  }
  
.footer .footer__navigation {
  justify-content: flex-start;
  }
}

/* end mobile  */


#hs_cos_wrapper_footer_copyright_ a {
  display: none;
}

#hs_cos_wrapper_footer_copyright_ p {
  text-align: center;
}




/*==================================================================================*/
/* footer text   */
/*==================================================================================*/ 


.footer p,
.footer a:not(.hs-button),
.footer div,
.footer span {
  color: #adadad;
}

/*==================================================================================*/
/* colors   */
/*==================================================================================*/ 

.header {
  background-color: rgb(33 29 100);
}

 

/*==================================================================================*/
/* header logo    */
/*==================================================================================*/   
	
.header__logo {
		transform: translate(0px, 10px)!important;
		width: 250px;
    text-align: center;
  margin: auto;
	  }

	
@media only screen and (min-width: 768px) {
.header__logo img,
.header__logo {
  text-align: left;
  width: 350px;
   margin: 0px;
  }
}
	
/*==================================================================================*/
/* header padding   */
/*==================================================================================*/ 

	@media (min-width: 1281px) and (max-width: 1920px) {
	  .header__bottom {
		padding: 10px 0px;
	  }
	}


/*==================================================================================*/
/* header resize   */
/*==================================================================================*/ 

	.header__wrapper {
	  max-width: 1400px;
	}


/*==================================================================================*/
/* header cta btn   */
/*==================================================================================*/ 

.header .button {
	  display: none!important;
	}


/*==================================================================================*/
/* list items   */
/*==================================================================================*/ 


.list__item {
  align-items: flex-start!important;
}
	
/*==================================================================================*/
/* btn - cta - blue  */
/*==================================================================================*/ 

.blue-bg {
  background: linear-gradient(90deg, #364ba6 0%, #364ba6 20%, #263782 100%);
  border-radius: 30px;
  padding: 60px 60px;
}


/*==================================================================================*/
/* form styling  */
/*==================================================================================*/ 

form input {
  border-radius: 4px!important;
}


/*==================================================================================*/
/* form -- message submit -- not sure if used  */
/*==================================================================================*/ 

.submitted-message {
  border: 0px none #ffffff00;
  padding: 0px;
  background-color: rgb(0 0 0 / 0%);
  border-radius: 0px;
  color: #fff;
}

.submitted-message h2 {
  color: #fff;
}

.submitted-message p {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.submitted-message img {
  margin-right: 15px;
}

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

form {
  border: 0px solid #CBE8F8;
}

form fieldset {
    max-width: 100%!important
}

form .hs-button,form input[type=submit] {
    max-width: 100%;
}

.grecaptcha-badge {
  margin: auto;
}

/*==================================================================================*/
/* btn group -- disabled   */
/*==================================================================================*/
.cell_171019056944112-row-0-margin .row-fluid-wrapper,
.btn-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Centers the .btn-group elements in the container */
  align-items: center;
  /* Centers the .btn-group elements vertically */
}

.btn-group {
  display: inline-flex;
  /* Makes each btn-group an inline-level flex container */
  justify-content: center;
  /* Centers items horizontally inside the btn-group */
  align-items: center;
  /* Centers items vertically inside the btn-group */
  margin-right: 10px;
  /* Adds some space between the buttons */
}

.btn-group a {
  padding: 20px 20px;
  background-color: #f6f6ff;
  color: #231f20;
  margin: 10px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 20px;
  font-size: 1 15px;
  box-shadow: -1px 1px 0px 0px rgb(240 240 255);
  border: 1px solid rgb(214 214 214 / 21%);
}

.btn-group a:hover {
  background-color: #45a049;
  /* Lighter shade for hover effect */
}

.btn-group.disabled a {
  text-decoration: none;
  /* Removes underline from links */
  pointer-events: none;
  /* Prevents the link from being clickable */
}


.btn-group-wrapper {
display: flex; 
flex-wrap: wrap;
justify-content: left; /* Centers the .btn-group elements in the container */
align-items: left; /* Centers the .btn-group elements vertically */
}
    
.btn-group {
display: inline-flex; /* Makes each btn-group an inline-level flex container */
justify-content: left; /* Centers items horizontally inside the btn-group */
align-items: left; /* Centers items vertically inside the btn-group */
margin-right: 10px; /* Adds some space between the buttons */
}
.btn-group a {
     padding: 3px 20px;
    background-color: #f6f6ff;
    color: #231f20;
    margin: 5px 1px 8px 0px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 20px;
    font-size: 12px;
    box-shadow: -1px 1px 0px 0px rgb(240 240 255);
    border: 1px solid rgb(214 214 214 / 21%);
}

/*==================================================================================*/
/* start competitor table   */
/*==================================================================================*/

.competitors-cross::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='display:block;fill:none;height:24px;width:24px;stroke:%23E12C32;stroke-width:5.333333333333333;overflow:visible' aria-label='Competitors not included' role='img' focusable='false'><path d='m6 6 20 20M26 6 6 26'></path></svg>");
  display: block;
  height: 24px;
  width: 24px;
  margin: auto;
}

.competitors-cross {
  font-size: 0;
  /* Hide the original character */
  line-height: 0;
  /* Remove the space for the line-height */
  padding: 10px;
  /* Adjust padding as needed */
}

.practice-check::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='display:block;fill:none;height:24px;width:24px;stroke:%2300A506;stroke-width:5.333333333333333;overflow:visible' aria-label='Practice included' role='img' focusable='false'><path fill='none' d='m4 16.5 8 8 16-16'></path></svg>");
  display: block;
  height: 24px;
  width: 24px;
  margin: auto;
}

.practice-check.hs-text::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='display:block;fill:none;height:24px;width:24px;stroke:%2300A506;stroke-width:5.333333333333333;overflow:visible' aria-label='Practice included' role='img' focusable='false'><path fill='none' d='m4 16.5 8 8 16-16'></path></svg>");
  display: none;
  height: 24px;
  width: 24px;
  margin: auto;
}

.practice-check.hs-text {
  font-size: 12px;
  color: inherit;
  line-height: 18px;
}

.practice-check {
  font-size: 0;
  /* Hide the original character */
  line-height: 0;
  /* Remove the space for the line-height */
  padding: 10px;
  /* Adjust padding as needed */
}

.comparison-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  /* adjust the ratio as needed */
  gap: 10px;
  margin-bottom: 20px;
}

.feature-header,
.practice-header,
.competitors-header {
  font-weight: bold;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 2px solid #d9d9d9;
  align-self: end;
}

.feature,
.practice-check,
.practice-cross,
.competitors-check,
.competitors-cross {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.practice-check,
.competitors-check {
  color: green;
  text-align: center;
}

.practice-cross,
.competitors-cross {
  color: red;
  text-align: center;
}


.comparison-container h2 {
	font-size: 14px!important;
	font-weight: 100;
	margin: 0;
	padding: 0!important;
	text-align: center
}

@media (min-width: 768px) {
.comparison-container h2 {
font-size: 18px!important;
font-weight: 100;
margin: 0;
padding: 0!important;
text-align: center
		}
	}
	

@media only screen and (max-width: 768px) {
  body {
	font-size: 14px;
	/* Reduce base font size */
  }

  .comparison-container {
	grid-gap: 10px;
	/* Reduce space between grid items */
  }

  .feature,
  .practice,
  .competitors {
	padding: 8px;
	/* Reduce padding inside each grid cell */
  }

  .feature-header,
  .practice-header,
  .competitors-header {
	font-size: 14px;
	/* Reduce font size for headers */
  }

  .practice-check::before,
  .practice-cross::before,
  .competitors-check::before,
  .competitors-cross::before {
	/* Reduce size of SVG icons */
	width: 16px;
	height: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .comparison-container h2 {
	font-size: 12px;
	/* Further reduce font size for smaller devices */
  }

  .comparison-container {
	grid-gap: 8px;
	/* Further reduce grid gap */
  }

  .feature,
  .practice,
  .competitors {
	padding: 5px;
	/* Further reduce padding */
  }

  .feature-header,
  .practice-header,
  .competitors-header {
	font-size: 12px;
	/* Further reduce header font sizes */
  }

  .practice-check::before,
  .practice-cross::before,
  .competitors-check::before,
  .competitors-cross::before {
	/* Further reduce size of icons */
	width: 12px;
	height: 12px;
  }

  .comparison-container h2 {
	font-weight: 100;
	font-size: 12px!important;
	text-align: center;
	padding: 0px !important;
	margin: 0px;
  }