/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Global Styles for Dropdowns, Nav Icons */
@import url('//cdn2.hubspot.net/hub/21706293/hub_generated/template_assets/110334836751/1695144980034/Reformer/css/v2/global_styles.min.css');
/* Section 1 - Hero */

 /* General Styles */ 
  
  p {
  color: #191957 !important;
  margin-bottom: 0.5rem !important;
}


p.capitalize {
  font-size: 16px !important;
  text-transform: uppercase !important;
}
 
 /* Useful Links */ 
.feature-icon {
  align-items: center;
  background-color: #f6f9ff !important;
  border-radius: 0px;
  color: #191957;
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 12px 18px;
}

.text-404 {
  margin-left: 12px;
}

.feature-icon {
  color: #191957;
  font-size: 18px;
}

.learn-more-link, .learn-more-link a {
  color: #191957 !important;
  font-size: 20px !important;
  font-weight: 500;
  text-decoration: none;
}

.learn-more-link a, .learn-more-link span {
  vertical-align: middle;
 
}


.learn-more-link a:hover {
  color: #156cef !important;
}

.text-404 .subtitle {
  color: #676792 !important;
  font-size: 18px !important;
}


 /* Form Styles */ 
  
form label {
  text-align: left !important;
} 


   /* Form Button */ 
  .hs-button {
  background-color: #1A1A57 !important;
  background-image: none !important;
  border-style: none !important;
  height: 60px;
  font-weight: 400;
  font-size: 17px;
}
  
   /* Form Title */
.form-title {
  background-color: #ffffff !important;
}
  
  
  /* Form Background */
.cell_1650909201576-background-color {
  background-color: #ffffff !important;
  border-radius: 24px !important;
}


/* Form Padding */
.cell_1650909201576-padding {
  padding: 40px !important;
}

/* Form Label */
form label {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  
}

/* Form Field */
.input .hs-input {
   border-radius: 10px !important;
}

/* Form asterix */
.hs-form-required {
 padding-left: 5px;
}

/* Form title */
h3.form-title {
  margin-bottom: 30px !important;
  font-size: 28px !important;
}


/* Form background box */
#hs_cos_wrapper_module_169141818027116 {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px 50px 50px;
}


/* Captcha */
.grecaptcha-badge {
  margin: 0px !important;
}

  
/* End Form Style */

/* Hero Text */

.hero-section {
	background-color: #F6F9FF;
	padding: 30px;
}

.hero-text-wrapper {
	max-width: 800px !important;
	margin: 0 auto;
	text-align: center;
}

h6.hero-uppercase {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	color: #156CEF;
	letter-spacing: 4px;

}

p.hero-subheading {
	font-size: 22px;
	line-height: 2.6rem;
}

/* Button with arrow */

button span {
  	font-size: 17px !important;
   	font-weight: 500 !important;
}

/* Primary - Filled  */
.btn-primary-filled  {
	background-color: #156CEF;
	color: white !important;
	border: none;
	border-radius: 14px;
	margin-top: 30px;
	padding: 22px 30px 22px 30px !important;
	transition: color 0.1s cubic-bezier(0.16,0.08,0.355,1), background 0.1s cubic-bezier(0.16,0.08,0.355,1);
	display: inline-block;
	cursor: pointer;
	min-width: 235px;
	outline: none;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.5px;
  }

  .btn-primary-filled:hover {
	color: #ffffff;
	background-color: #0F5ED2 !important;
  }

.btn-primary-filled:focus {
  	background-color: #156CEF !important;
}

 .btn-primary-filled span {
  font-size: 17px !important;
  font-weight: 500  !important;
}


  @media (min-width: 400px) {
   .btn-primary-filled {
	  width: auto;
	}
 }
  
  @media (min-width: 800px) {
   .btn-primary-filled {
	  font-size: 1.1rem;
	  padding: 1.6rem 2.8rem;
}
  }

  /* Button States */

  .btn-primary-filled:hover {
	color: #ffffff;
	background-color: #0F5ED2;
	
  }
  
  /* Arrow */
  
  .btn-primary-filled .btn-arrow-filled {
	  position: relative;
	  transition: background-color 300ms ease-out;
	}
  
  .btn-arrow-filled span {
	  display: inline-block;
	  position: relative;
	  transition: all 300ms ease-out;
	  will-change: transform;
	  color: #ffffff !important;
	}

	.btn-arrow-filled:hover span {
	  transform: translate3d(-1.4rem,0,0);
	}

	.btn-arrow-filled img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  opacity: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}

	.btn-arrow-filled img * {
	  stroke: transparent solid 2px;
	}
	
	.btn-arrow-filled:hover img {
	  opacity: 1;
	  right: -2.4rem;
	}

  
/* Hero Image */

.hero-text h1 span {
	color: #156CEF !important;
}


.hero-image img {
	max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */

}

.hero-image {
  margin-bottom: 40px;
}

.hero-image-section {
	text-align: center;
	margin-top: 30px;

}

.hero-image-section { 
	position: relative;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


/* Floating Dashboard BG Images */

.dashboard-left-floating {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Pactly%20Solutions%20for%20Small%20Legal%20Teams/dashboard-left.svg");
	top: 20%;
	left: 0%;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.dashboard-right-floating {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Pactly%20Solutions%20for%20Small%20Legal%20Teams/dashboard-right.svg");
	top: 39%;
	right:-57%;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

/* CSS Floating Animation */
.dashboard-left-floating {
	animation: float1 6s ease-in-out infinite;
  }

  .dashboard-right-floating  {
	animation: float2 6s ease-in-out infinite;
	animation-delay: 3s;
  }

  @keyframes float1 {
	0% {
	  transform: translatey(0px);
	}
	50% {
	  transform: translatey(-20px);
	}
	100% {
	  transform: translatey(0px);
	}
  }

  @keyframes float2 {
	0% {
	  transform: translatey(0px);
	}
	50% {
	  transform: translatey(-20px);
	}
	100% {
	  transform: translatey(0px);
	}
  }

/* Clients Logos */
.clients-logos-wrapper {
	text-align: center;
}

.client-logo {
	margin-bottom: 40px;
}

/* RESPONSIVE ADJUSTMENTS 1400 */

@media screen and (max-width: 1400px) {

  	.dashboard-left-floating {
		left: -5%  !important;
		top: 22%  !important;
		margin-left: 0px  !important;
		height: 100%  !important;
		background-size: contain  !important;
    max-width: 40% !important;
	}
  
  
	
.dashboard-right-floating {
  left: 58% !important;
  top: 33% !important;
  margin-left: 0px !important;
  height: 100% !important;
  background-size: contain !important;
  max-width: 40% !important;
}
 
 } 
/* RESPONSIVE ADJUSTMENTS 1200 */  


@media screen and (max-width: 1200px) {

	.hero-text h1 {
		font-size: 54px !important;
	}

	.dashboard-left-floating {
		left: -20%;
		top: 11%;
		margin-left: 0px;
		width: 100%;
		height: 100%;
		background-size: contain;
		scale: 1;
	}
	
	.dashboard-right-floating {
		left: 52%;
		top: 11%;
		margin-left: 0px;
		width: 100%;
		height: 100%;
		background-size: contain;
		scale: 1;
	
	}

}

/* RESPONSIVE ADJUSTMENTS 992 */
@media screen and (max-width: 992px) {

	.hero-text h1 {
		font-size: 50px !important;
	}



}
	/* END RESPONSIVE ADJUSTMENTS 992 */
	
	

 /* RESPONSIVE ADJUSTMENTS 767 */
   @media screen and (max-width: 767px) {

     
/* Putting the form on top */
 .row-fluid {
	display: flex;
	flex-direction: column-reverse;
}
     
     #hs_cos_wrapper_module_169141818027116 {
      margin-bottom: 40px !important;
     
     }
    
 h3.form-title {
     text-align: left !important;
     } 
     
     
     .hs_submit, .hs-submit, .actions {
         text-align: left !important;
       margin: 0px !important;
     } 
     
.text-404 {
  text-align: left !important;
}     
     
p.capitalize {
  text-align: left !important;
     }
     
     .feature-icon {
      margin-left: 0px !important;
     }
     
	.hero-text h1 {
		font-size: 44px !important;
	}
	
     p.hero-subheading {
			font-size: 20px;
		}

   


} /* END RESPONSIVE ADJUSTMENTS 767 */



 /* End Hero Section - Section 1 */


/* Features Section - Section 2 */

.features-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 60px;
}

.feature-content {
	padding-left: 30px !important;
	padding-right:30px  !important;
}


.feature-text h3 {
	color: #191957;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.feature-text p {
	color: #525272;
	font-size: 21px !important;
	font-weight: 400;
	line-height: 1.8em;

}

.feature-section h6 {
	color: #262676;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 26px;

}

.feature-image img {
	width: 100%;
	margin-bottom: 50px;

}

.feature-text {
	margin-bottom: 20px;
}


/* Icon Section */

.features-bottom {
	margin-top:40px;
}

.feature-icons {
	display: flex;
	flex-wrap:wrap;
}

/* Icon Text */
.feature-icon p {
	margin-right: 10px;
	font-size: 17px !important;
	font-weight: 500;
	margin-bottom: 0 !important;
  color: #191957 !important;

}

.feature-icon {
	display: flex;
	align-items: center;
	background-color: #E1F1F5;
	padding: 12px 18px 12px 18px;
	border-radius: 100px; 
	margin-bottom: 20px;
	font-size: 18px;
	color:#191957;

}

.feature-icon img {
	margin-right: 10px;
}


/* Learn More Link */

.learn-more-link {
	margin-top: 10px;
}

.learn-more-link span {	
	vertical-align: middle;

}


.learn-more-link a {
	color: color:#191957 !important;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
}

.features-content {
	margin-bottom: 60px !important;
}



 @media screen and (max-width: 1200px) {

   
   
	/* Space between features */
 .feature-content {
	margin-top: 40px  !important;
}


.feature-image {
	padding-top:40px !important;
} 
   
   
	/* put image at the top for boxes 1 & 3 */
	
	.features-content {
		display: flex;
		flex-direction: column-reverse;
	}
	
	/* put image at the top for boxes 2 */
	
	.feature-2, .feature-4 {
		display: flex;
		flex-direction: row-reverse;
	}
	
	.feature-image img {
		margin-bottom: 0;
	}
	
	.feature-content {
		margin-top: 20px;
		margin-bottom: 60px;
		width: 100%;
	}
	
		.feature-text {
			text-align: center;
			margin: 0 auto;
			margin-bottom: 30px;
	
		}
	
		.feature-top {
			width: 80%;
			margin: 0 auto;
	
		}
	
		.feature-image {
			width: 90%;
			margin: 0 auto;
			margin-bottom: 0px;
		}
	
		.feature-icons {
			justify-content: center;
			align-items: center;
			flex-wrap:wrap;
			width: 100%;
		}
	
		.feature-icon {
			flex-grow: 0;
			width: 400px;
			margin-left: 20px;
	
		}
	
		.features-bottom {
			text-align: center;
			margin-top: 30px;
		}

	}	

	/* END RESPONSIVE 1200 */
	
	/*  -------------------------992-------------------------------- */
	
	
	/* RESPONSIVE FINAL ADJUSTMENTS 992 */
	@media screen and (max-width: 992px) {

		.feature-image {
			width: 100%;
			margin: 0 auto;
		}
	
		.feature-top {
			width: 100%;
			padding: 20px;
		}
	
	
		.feature-icons {
			justify-content: center;
		}
	
		.features-bottom {
			text-align: center;
			margin-top: 0px;
		}
	
		.feature-content {
			width: 100%;
		}
	
	
	.features-content .feature-content {
		padding: 0px !important;
	}	  
	
	  
	.features-content {
	  margin-bottom: 0px !important;
	}
	
	
	
}

/* END RESPONSIVE ADJUSTMENTS 992 */
		

/*  -------------------------767-------------------------------- */

 /* RESPONSIVE ADJUSTMENTS 767 */
 @media screen and (max-width: 767px) {

	.features-content {
 padding-bottom: 20px;
}

}
/* END RESPONSIVE ADJUSTMENTS 767 */

/* END Features Section - Section 2 */



/* Icon Boxes - Section 3 */

.eut-icon-boxes .eut-icon-box {
  justify-content: space-between;
}


.eut-h6  {
   font-size: 22px !important;
   font-weight: 600;
   color: #191957;
}

p.eut-description {
   font-size: 20px !important;
   font-weight: 400;
   color: #191957;
   margin-bottom: 60px !important;

}

.eut-icon-box {
  background-color: #ffffff;
  padding: 30px 50px 50px;
  border-radius: 16px;
  box-shadow: 0 1px 20px rgb(0 0 0 / 0.1);
}

/* End Icon Boxes - Section 3 */


/* Testimonial Slider - Section 4 */
/* Slider Black Container */

.testimonial-container {
  background-color: #1A1A57 !important;
  padding: 50px !important;
  border-radius: 20px;
}


/* Flexbox vertical distribution */
.slider-flex {
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-evenly !important;
	height: 560px;
}

/* Expand the 2nd child */
.slider-flex>div:nth-child(2) {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center; 
	width: 100%;
	height: 20%;
  flex-direction: column !important;
  }


h3.testimonial {
	font-size: 27px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	margin-bottom: 0px !important;
  color: #ffffff !important;
}


p.testimonial-name {
	font-size: 22px !important;
	font-weight: 500;
	color: #5596F6 !important;
	margin-bottom: 4px !important;
}

p.testimonial-company {
	font-size: 18px !important;
	font-weight: 400;
	margin-bottom: 0px !important;
  color: #ffffff;
}


.testimonial-picture {
	height:50px;
	width: 50px;
	margin-bottom: 10px;
	border-radius: 50%;


}

/*Bg graphic elements */

.testimonial-container {
	position: relative;
	
}

.bg-elements-3 {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Contract%20Lifecycle%20Management/Slider%20Testimonial/bg-circle-right.svg");
	top: 24%;
	left: -16%;
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.1;

	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

.bg-elements-4 {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Contract%20Lifecycle%20Management/Slider%20Testimonial/bg-circle-left.svg");
	right: -20% !important;
	top: 10%  !important;
	width: 500px;
	height: 500px;
	background-repeat: no-repeat;
	background-size: contain;
  opacity: 0.2;

animation: rotate 20s  infinite;
animation-timing-function: cubic-bezier(1,0,.5,1);
}


@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg) } 
    to { -webkit-transform: rotate(360deg) } 
  
}

a.testimonial-link {
  color: #ffffff !important}

.testimonial-link span {
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.testimonial-link:hover {
	text-decoration: underline !important;
}


/* RESPONSIVE ADJUSTMENTS 1200 */

@media screen and (max-width: 1200px) {

	.slider-flex {
		min-height: 670px;
	}

}

/* RESPONSIVE ADJUSTMENTS 992 */
@media screen and (max-width: 992px) {

 
/* Centering the icons */
.eut-icon-boxes .eut-icon-box .eut-icon {
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 24px !important;

  
}
	/* END RESPONSIVE ADJUSTMENTS 992 */
}	
	

 /* RESPONSIVE ADJUSTMENTS 767 */
   @media screen and (max-width: 767px) {
 
     .testimonial-container {
      padding: 50px 0px 50px 0px !important;
     }
     
     
	h3.testimonial {
		font-size: 25px !important;
	}
     
     .testimonial-picture {
      margin-top: 50px !important;
     }


	.bg-elements-3, .bg-elements-4 {
		background-image: none;

	}

	 /* Moving slider arrows at the bottom */   
	 .carousel-control-next, .carousel-control-prev {
	  top: 84% !important;
	  bottom: 10% !important;
	     
	}   
 
} /* END RESPONSIVE ADJUSTMENTS 767 */


.testimonial-container .button:hover, .testimonial-container button:focus, .testimonial-container button:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}


/* Slider Overwrites */
.carousel-control-prev:hover {
   background-color: transparent  !important;
}

.carousel-control-next:hover {
   background-color: transparent !important;
}

button:hover {
     background-color: transparent !important;
}

button:focus {
     background-color: transparent !important;
}



/* End Testimonial Slider - Section 4 */


/* Help Box - Section 6 */

.pricing-box-enterprise {
	background-color: #E6F7FA;
	border-radius: 20px;
	padding: 60px 50px 80px 80px !important;
	color: #1A1A57;
	text-align: left;
	margin-top: 60px !important;
	margin-bottom: 80px !important;
	position: relative;
	overflow: hidden;
}

.pricing-box-enterprise .pricing-plan-header {
 width: 50%;
}
 
.pricing-icon {
  margin-bottom: 30px;
}

.pricing-box-enterprise .pricing-heading {
	font-size: 29px;
  font-weight: 600;
	margin-bottom: 10px;
   }

 .pricing-box-enterprise p.pricing-description {
	font-size: 20px !important;
	color: #1A1A57 !important;
	line-height: 2.4rem !important;
   }

.pricing-box-enterprise p.pricing-description-small {
   	font-size: 16px !important;
    font-weight: 400 !important;
    opacity: 0.9;

}

.enterprise-graphic {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Pactly%20Solutions%20for%20Small%20Legal%20Teams/let-us-help-illustration.svg");
	bottom: 0px;
	right: 30px;
	width: 560px;
	height: 100%;
	background-repeat: no-repeat;
}


.btn-pricing-enterprise {
	padding: 16px 62px 16px 62px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 14px;
	margin-top: 30px;
	background-color: #156CEF;
	color:  #ffffff;
	border: none;
}

.btn-pricing-enterprise:hover {
	background-color: #297CFA !important;
}


/* RESPONSIVE ADJUSTMENTS 992 */
@media screen and (max-width: 992px) {

	.pricing-box-enterprise {
		text-align: center;
		margin-top: 0px;
		margin-left: 20px ;
		margin-right: 20px;
	
	}
	
	.pricing-box-enterprise .pricing-plan-header {
		width: 90%;
	   }
	
	.enterprise-graphic {
		background-image: none;
	}
  
}  



/* End Help Box - Section 6 */


/* CTA - Section 7 */

/* CTA Text */

.cta-text-wrapper  {
  max-width: 820px !important;
  margin: 0 auto;
}

.row-number-15 {
  position: relative;
  overflow: hidden;
}

.cta-section {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0040CB;
	padding: 30px;
	min-height: 460px;
	overflow: hidden;

}

.cta-text-wrapper {
	text-align: center;
}

h2.cta-dark {
	color: #ffffff !important;
  font-size: 40px !important;
  line-height: 1.3rem !important!

}

.cta-text-wrapper {
  max-width: 70% !important;
}


/* Removing the padding for the CTA section */
.row-number-17 .dnd-section .dnd-column {
  padding: 0px !important;
}


  a  {
	text-decoration: none;
  }


/* Button with arrow */

/* Secondary - Filled  */
.btn-secondary-filled  {
	background-color: #FF9317;
	color: white !important;
	border: none;
	font-size: 17px !important;
	font-weight: 500;
	border-radius: 14px;
	margin-top: 30px;
	padding: 22px 30px 22px 30px !important;
	transition: color 0.1s cubic-bezier(0.16,0.08,0.355,1), background 0.1s cubic-bezier(0.16,0.08,0.355,1);
	display: inline-block;
	cursor: pointer;
	min-width: 235px;
	outline: none;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.5px;
  }

.btn-secondary-filled:hover, .btn-secondary-filled:focus   {
	background-color: #E77F09 !important;
}  



.btn-secondary-filled:focus   {
	background-color: #FF9317 !important;
}  


  @media (min-width: 400px) {
   .btn-secondary-filled {
	  width: auto;
	}
  }
  
  @media (min-width: 800px) {
   .btn-secondary-filled {
	  font-size: 1.1rem;
	  padding: 1.6rem 2.8rem;
	}
 }   
    
  /* Arrow */
  
  .btn-primary-filled .btn-arrow-filled {
	  position: relative;
	  transition: background-color 300ms ease-out;
	}
  
  .btn-arrow-filled span {
	  display: inline-block;
	  position: relative;
	  transition: all 300ms ease-out;
	  will-change: transform;
	  color: #ffffff !important;
	}
	.btn-arrow-filled:hover span {
	  transform: translate3d(-1.4rem,0,0);
	}
	.btn-arrow-filled img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  opacity: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow-filled img * {
	  stroke: transparent solid 2px;
	}
	.btn-arrow-filled:hover img {
	  opacity: 1;
	  right: -2.4rem;
	}


/* Bg Animation */
	.bg-elements-5 {
		position: absolute;
		background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Contract%20Lifecycle%20Management/Slider%20Testimonial/bg-circle-left.svg");
		right: -65px !important;
		bottom: 20px  !important;
		width: 450px;
		height: 450px;
		background-repeat: no-repeat;
		background-size: contain;
    opacity: 0.3;
	
	animation: rotate 20s  infinite;
	animation-timing-function: cubic-bezier(1,0,.5,1);
	}
	
	
	@keyframes rotate {
		from { -webkit-transform: rotate(0deg) } 
		to { -webkit-transform: rotate(360deg) } 
	  
	}


/* Floating Dashboard BG Images */

.cta-left-floating {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Illustrations/cta-left.svg");
	top: 8%;
	left: 0%;
	height: 455px;
	width: 377px;
	background-repeat: no-repeat;
  background-size: contain;
}

.cta-right-floating {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Illustrations/cta-right.svg");
	top: 24%;
	right: -5%;
	height: 316px;
	width: 426px;
	background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}


/* RESPONSIVE ADJUSTMENTS 1400 - XL */

@media screen and (max-width: 1400px) {
  
    .cta-left-floating, .cta-right-floating, 	.bg-elements-5 {
    display: none;
  }  

}

/* RESPONSIVE ADJUSTMENTS 1200 - LG */

@media screen and (max-width: 1200px) {
	
h2.cta-dark {
		font-size: 40px !important;
	}
  
  .cta-text-wrapper  {
  max-width: 90% !important;
}
}


/* RESPONSIVE ADJUSTMENTS 992 - MD */
@media screen and (max-width: 992px) {

	.cta-text {
		text-align: center;
	  width: 70%;	
		margin: 0 auto;
		margin-bottom: 50px;

	}


h2.cta-dark {
		font-size: 38px !important;
	}

	.cta-text-wrapper {
		max-width: 100%;
		margin: 0 auto;
	}


}
	/* END RESPONSIVE ADJUSTMENTS 992 - SM */
	
	

 /* RESPONSIVE ADJUSTMENTS 767 */
   @media screen and (max-width: 767px) {

	h2 {
		font-size: 38px !important;
	}

} 
  
/* END RESPONSIVE ADJUSTMENTS 767 */

/* End CTA - Section 7 */

.feature-text {
  width: 90% !important;
}


/* Solutions for Large legal Teams Page, Large Teams */


/* Pactly Understands Section */

.pactly-understands {
	position: relative;
	background-color: #f4f1fd;
	border-radius: 20px;
	padding: 60px 50px 60px 60px !important;
	color: #1A1A57;
	text-align: left;
	margin-top: 60px !important;
	margin-bottom: 60px !important;
	display: flex;
	align-items: start;
}

.pactly-understands .header {
	width: 92% !important;
}

.floating-papers {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Solutions%20for%20Large%20Legal%20Teams/flying-papers.svg") !important;
	top: -5%;
	right:-5%;
	width: 133px;
	height: 94px;
	background-repeat: no-repeat;
	overflow: auto;	
}


.pactly-understands .section-icon {
  margin-bottom: 30px;
}

.pactly-understands .heading {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5em;
   }

 .pactly-understands p.description {
	font-size: 20px !important;
	color: #1A1A57 !important;
	line-height: 2.4rem !important;
   }

.pactly-understands .bg-graphic {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Solutions%20for%20Large%20Legal%20Teams/desk.svg") !important;
	bottom: 0px;
	left: 40px;
	width: 426px;
	height: 166px;
	background-repeat: no-repeat;
}

.pactly-understands .bg-team {
	position: absolute;
	background-image: url("https://21706293.fs1.hubspotusercontent-na1.net/hubfs/21706293/1.%20Redesign/Solutions%20for%20Large%20Legal%20Teams/pactly-large-team-bg.svg") !important;
	bottom: 11%;
	left: 12%;
	width: 367px;
	height: 261px;
	background-repeat: no-repeat;
}




.section-icon img {
		-webkit-animation: jello-horizontal 5s both;
			animation: jello-horizontal 5s both;
			animation-delay: 2.5s;
			animation-iteration-count: infinite;
			-moz-animation-iteration-count: infinite;
			-webkit-animation-iteration-count: infinite;
			-o-animation-iteration-count: infinite;
}


@keyframes jello-horizontal {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	2% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	4% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	6% {
	  -webkit-transform: scale3d(1.15, 0.85, 1);
			  transform: scale3d(1.15, 0.85, 1);
	}
	8% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	10% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	12% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
	  }

  }

/* Floating Animation */
.bg-team  {
	animation: float 10s ease-in-out infinite;
	}
  
	  @keyframes float {
	  0% {
		transform: translatey(0px);
	  }
	  50% {
		transform: translatey(-20px);
	  }
	  100% {
		transform: translatey(0px);
	  }
	  }


/* RESPONSIVE ADJUSTMENTS 1400 */
@media screen and (max-width: 1400px) {

	
}




/* RESPONSIVE ADJUSTMENTS 1200 */
@media screen and (max-width: 1200px) {

	.pactly-understands {
		margin-left: 20px;
		margin-right: 20px;
	}

	.pactly-understands .header {
		text-align: left;
		width: 100% !important;
    margin-bottom: 40px !important;
	}

 .bg-team {
		display: none !important;
	}
}


/* RESPONSIVE ADJUSTMENTS 992 */
@media screen and (max-width: 992px) {

	.pactly-understands {
		overflow: hidden;
		padding: 30px !important
		}
		
	.pactly-understands .header {
		width: 100%;
	}

	.floating-papers, .bg-graphic, .bg-team {
		display: none !important;
	}


	.checkmarks-section {
		padding: 0px !important;
	}
}

@media screen and (max-width: 768px) {
.pactly-understands .header {
	text-align: center;
	margin-bottom: 40px;
}
}

/* End Help Box - Section 6 */

/* Checkmarks Section */
.checkmarks-section {
	color: #191957;
	padding: 20px;
	justify-content: flex-start;
}

.checkmark-box {
	display: flex;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 30px 40px 30px 20px;
	margin-bottom: 30px;
	margin-right: 20px;
	max-width: 30%;
		
}

.checkmark-box img {
  margin-left: 14px;
   margin-right: 14px;
}


.checkmark-box span {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
  }


  /* X-Large devices (large desktops, 1200px and down) */
  @media (max-width: 1200px) { 
  
  }
  
  .checkmark-box {
      max-width: 50%;
          
  }

   /* Medium devices (tablets, 768px and down) */
   @media (max-width: 768px) { 
  
   }
   
   .checkmark-box {
	   max-width: 100%;
		   
   }
   
   .w-100 {
	 height:0px;}
   
   
   /* X-Small devices (portrait phones, less than 576px and down) Others: 768, 992, 1200*/
   @media (max-width: 575.98px) { 
   
		   .checkmark-box {
			   min-width: 100% !important; 
			   margin-right: 0px !important;
			   text-align: left;
		   }
		   
		   .checkmark-box:first-child {
		   margin-left:0px;
	   }	
   
	   .checkmark-box:last-child {
		   max-width: 100% !important; 
	   }
   
   
   }
   
   /* End checkmarks Section */

/* End Pactly Understands Section */

/* End Solutions for Large legal Teams Page */