




body{
  margin: 0;
}
.wf-loading body {
	visibility: hidden;
}
.d-flex{
  display: flex;
}
.justify-center{
   justify-content: center;
}
.justify-start{
   justify-content: flex-start;
}
.justify-end{
   justify-content: flex-end;
}
.flex-column{
  flex-direction: column;
}
.flex-column-reverse{
	flex-direction: column-reverse;
  }
.relative{
  position: relative;
}

.wrap{
  flex-wrap:wrap;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.align-start{
  align-items: flex-start;
}

.align-end{
  align-items: flex-end;
}
.align-center{
  align-items: center;
}

.items-center{
  justify-items: center;
}
.items-start{
	justify-items: start;
}
.flex-grow-end{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media(max-width: 450px){
.items-start-mb{
	justify-items: start;
  }
}
.justify-between{
  justify-content: space-between;
}

.justify-evenly{
  justify-content: space-evenly;
}
.gap-0{
  gap: 0px !important;
}
.gap-4{
  gap: 4px;
}
.gap-8{
  gap: 8px;
}
.gap-10{
  gap: 10px;
}
.gap-12{
  gap: 12px;
}
.gap-15{
  gap: 15px;
}
.gap-16{
  gap: 16px;
}
.gap-20{
  gap: 20px;
}
.gap-24{
  gap: 24px;
}
.gap-40-20{
  column-gap: 20px;
  row-gap: 40px;
}
.gap-34-30{
  column-gap: 30px;
  row-gap: 34px;
}
.gap-24-30{
  column-gap: 30px;
  row-gap: 24px;
}
.gap-20-40{
  column-gap: 40px;
  row-gap: 20px;
}
.gap-30{
  gap: 30px;
}
.gap-36{
  gap: 36px;
}
.gap-40{
  gap: 40px;
}
.gap-60{
  gap: 60px;
}
.gap-0{
  gap: 0;
}
.d-block{
  display: block;
}
.d-inline-block{
  display: inline-block;
}
.d-inline-flex{
	display: inline-flex;
  }
  .d-contents{
	display: contents;
  }
.d-none {
  display: none;
}

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

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


.absolute {
  position: absolute;
}

.d-grid{
  display: grid;
}

.grid-1-column-mb{
  grid-template-columns: repeat(1, 1fr)
}
.grid-2-column-mb{
  grid-template-columns: repeat(2, 1fr)
}
.grid-3-column-mb{
  grid-template-columns: repeat(3, 1fr)
}
.grid-4-column-mb{
  grid-template-columns: repeat(4, 1fr)
}
.grid-5-column-mb{
  grid-template-columns: repeat(5, 1fr)
}


@media(min-width: 768px){
   .grid-1-column-tb{
  grid-template-columns: repeat(1, 1fr)
  }
  .grid-2-column-tb{
    grid-template-columns: repeat(2, 1fr)
  }
  .grid-3-column-tb{
    grid-template-columns: repeat(3, 1fr)
  }
  .grid-4-column-tb{
    grid-template-columns: repeat(4, 1fr)
  }
  .grid-5-column-tb{
    grid-template-columns: repeat(5, 1fr)
  }
  .gap-md-20{
    gap: 20px;
  }
  .gap-md-40-20{
    column-gap: 20px;
    row-gap: 40px;
  }
  .gap-md-40{
    gap: 40px;
  }
}

@media(min-width: 992px){
	.grid-1-column-tb-l{
   grid-template-columns: repeat(1, 1fr)
   }
   .grid-2-column-tb-l{
	 grid-template-columns: repeat(2, 1fr)
   }
   .grid-3-column-tb-l{
	 grid-template-columns: repeat(3, 1fr)
   }
   .grid-4-column-tb-l{
	 grid-template-columns: repeat(4, 1fr)
   }
   .grid-5-column-tb-l{
	 grid-template-columns: repeat(5, 1fr)
   }
   .grid-6-column-tb-l{
	 grid-template-columns: repeat(6, 1fr)
   }
  .grid-7-column-tb-l{
	 grid-template-columns: repeat(7, 1fr)
   }
  .grid-8-column-tb-l{
	 grid-template-columns: repeat(8, 1fr)
   }
  .grid-9-column-tb-l{
	 grid-template-columns: repeat(9, 1fr)
   }
 }
@media(min-width: 1024px){
  .grid-1-column{
  grid-template-columns: repeat(1, 1fr)
  }
  .grid-2-column{
    grid-template-columns: repeat(2, 1fr)
  }
  .grid-3-column{
    grid-template-columns: repeat(3, 1fr)
  }
  .grid-4-column{
    grid-template-columns: repeat(4, 1fr)
  }
  .grid-5-column{
    grid-template-columns: repeat(5, 1fr)
  }
  .grid-6-column{
    grid-template-columns: repeat(6, 1fr)
  }
  .grid-7-column{
    grid-template-columns: repeat(7, 1fr)
  }
  .grid-8-column{
    grid-template-columns: repeat(8, 1fr)
  }
  .grid-9-column{
    grid-template-columns: repeat(9, 1fr)
  }
  
}

.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}
.h-auto{
  height: auto;
}
.w-auto{
  width: auto;
}
.w-fit-content{
  width: fit-content;
}
.cursor-pointer{
  cursor: pointer;
}

.bg-cover{
  background-size: cover;
}
.object-cover{
  object-fit: cover;
}
.object-contain{
  object-fit: contain;
}
.object-center{
  object-position: center;
}
.object-top{
  object-position: top;
}
.bg-contain{
  background-size: contain;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-top{
  background-position: top center;
}
.bg-center{
  background-position: center;
}
.bg-transparent{
  background: transparent;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 1px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.4361702036383%;
}

.row-fluid .span10 {
	width: 82.97872339599999%;
	*width: 82.92553190663828%;
}

.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.4148936096383%;
}

.row-fluid .span8 {
	width: 65.95744680199999%;
	*width: 65.90425531263828%;
}

.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.3936170156383%;
}

.row-fluid .span6 {
	width: 48.93617020799999%;
	*width: 48.88297871863829%;
}

.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.3723404216383%;
}

.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.8617021246383%;
}

.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.3510638276383%;
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.8404255306383%;
}

.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.329787233638298%;
}

.container-fluid {
	*zoom: 1;
}

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

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

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

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

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

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

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

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

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

	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}

	.row-fluid .span11 {
		width: 91.436464082%;
		*width: 91.38327259263829%;
	}

	.row-fluid .span10 {
		width: 82.87292817100001%;
		*width: 82.8197366816383%;
	}

	.row-fluid .span9 {
		width: 74.30939226%;
		*width: 74.25620077063829%;
	}

	.row-fluid .span8 {
		width: 65.74585634900001%;
		*width: 65.6926648596383%;
	}

	.row-fluid .span7 {
		width: 57.182320438000005%;
		*width: 57.129128948638304%;
	}

	.row-fluid .span6 {
		width: 48.618784527%;
		*width: 48.5655930376383%;
	}

	.row-fluid .span5 {
		width: 40.055248616%;
		*width: 40.0020571266383%;
	}

	.row-fluid .span4 {
		width: 31.491712705%;
		*width: 31.4385212156383%;
	}

	.row-fluid .span3 {
		width: 22.928176794%;
		*width: 22.874985304638297%;
	}

	.row-fluid .span2 {
		width: 14.364640883%;
		*width: 14.311449393638298%;
	}

	.row-fluid .span1 {
		width: 5.801104972%;
		*width: 5.747913482638298%;
	}
}

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

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

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

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

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

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

	.row-fluid .span11 {
		width: 91.45299145300001%;
		*width: 91.3997999636383%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
		*width: 82.8527914166383%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
		*width: 74.30578286963829%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
		*width: 65.7587743226383%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
		*width: 57.2117657756383%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
		*width: 48.6647572286383%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
		*width: 40.117748681638304%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
		*width: 31.5707401346383%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
		*width: 23.0237315876383%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
		*width: 14.4767230406383%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%;
	}
}
@media(min-width: 1200px){
  .flex-lg-row {
      flex-direction: row;
    }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
}
@media(min-width: 992px){
  .flex-tb-row {
      flex-direction: row;
    }
  .flex-tb-row-reverse {
    flex-direction: row-reverse;
  }
}
@media(min-width: 768px){
  .flex-md-row {
    flex-direction: row;
  }
   .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
   .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
   .align-md-end {
    align-items: flex-end;
  }
  .align-md-center{
   align-items: center; 
  }
   .align-md-start{
   align-items: flex-start; 
  }
  .justify-md-between{
    justify-content: space-between;
  }
   .justify-md-center{
    justify-content: center;
  }
   .justify-md-end{
    justify-content: flex-end;
  }
  .col-md-6{
	flex: 0 0 50%;
	max-width: 50%;
	}
	.d-md-none{
		display: none !important;
	}
	.d-md-block{
		display: block !important;
	}
  	.w-md-40{
		width: 40%;
	}
  	.w-md-50{
		width: 50%;
	}
  .w-md-60{
		width: 60%;
	}
}
@media(min-width: 992px){
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .align-lg-end {
    align-items: flex-end;
  }
  .align-lg-center{
   align-items: center; 
  }
  .col-lg-6{
	flex: 0 0 50%;
	max-width: 50%;
  }
  .d-lg-none{
	display: none !important;
  }
  .d-lg-block{
	display: block !important;
  }
  .w-lg-40{
	width: 40%;
  }
  .w-lg-50{
	width: 50%;
  }
  .w-lg-60{
	width: 60%;
  }
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mt-auto{
  margin-top: auto;
}
.mb-auto{
  margin-bottom: auto;
}
.mr-0{
  margin-right: 0;
}
.ml-0{
  margin-left: 0;
}
.mt-0{
  margin-top: 0;
}
.mb-0{
  margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
}
img{
  height: auto;
  max-width: 100%;
}
.border-radius-0{
  border-radius: 0;
}
.border-radius-4{
  border-radius: 4px;
}
.border-radius-6{
  border-radius: 6px;
}
.border-radius-8{
  border-radius: 8px;
}
.border-radius-10{
  border-radius: 10px;
}
.border-radius-16{
  border-radius: 16px;
}
.border-radius-20{
  border-radius: 20px;
}
.border-radius-24{
  border-radius: 24px;
}

.form-wrapper{
  background: #1D2223;
  border-radius: 8px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.12), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  position: relative;
}
.form-wrapper::after{
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='596' height='549' viewBox='0 0 596 549' fill='none'%3E%3Cg filter='url(%23filter0_f_643_28761)'%3E%3Cpath d='M446.171 -152.773C576.179 -105.154 685.695 158.739 626.435 192.649C567.175 226.56 495.405 242.413 437.691 141.557C379.978 40.7004 235.323 16.7677 245.732 -39.1838C258.402 -107.288 338.046 -192.377 446.171 -152.773Z' fill='%2308672D'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_643_28761' x='-84.8013' y='-492.869' width='1057.75' height='1041.4' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='165' result='effect1_foregroundBlur_643_28761'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  right: 0;
  top: 0;
  width: 290.735px;
  height: 443.373px;
   border-radius: 8px;
}
.form-wrapper form{
  z-index: 1;
  position: relative;
}
.form-wrapper button,
.form-wrapper,
.form-wrapper form label span,
.form-wrapper form input span,
.form-wrapper form input,
.form-wrapper .hsfc-Step input::placeholder,
.form-wrapper .hsfc-Step textarea::placeholder,
.form-wrapper .hsfc-RichText{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #516464
}
.form-wrapper .hsfc-RichText{
  line-height: 24px;
}
.form-wrapper form input:not(.hs-button),
.multistep-form-text .dropdown-toggle,
.form-wrapper form .hs-form-field .input select,
.form-wrapper form .hs-form-field .input textarea{
  border: 1px solid #DFE4E5 !important;
  background: #FFFFFF !important;
  width: 100%;
  padding-left: 10px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
} 
 .form-wrapper form .hs-input{
	padding-left: 10px;
}
.form-wrapper form .hs-fieldtype-text .hs-input,
.form-wrapper form .hs-fieldtype-phonenumber .hs-input,
.form-wrapper form .hs-fieldtype-date .hs-input,
.form-wrapper form .hs-fieldtype-textarea .hs-input{
	width: 100% !important;
  border-radius: 4px;
}
.form-wrapper form fieldset.form-columns-1 .input,
.form-wrapper form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) .input {
	margin-right: 0!important;
}
.form-wrapper form fieldset{
	max-width: 100%!important;
}
.form-wrapper form input.error{
 	border-color: ;
}
.form-wrapper form input:focus-visible,
.form-wrapper form textarea:focus-visible{
	outline-color: #06431E;
	outline-width: 1.5px;
}
.form-wrapper form .hs-form-field{
	margin-bottom: 24px;
}
.form-wrapper form  .legal-consent-container .hs-richtext p{
	font-size: 14px;
	line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left
}
.form-wrapper form .hs-richtext a{
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: underline !important;
}
.form-wrapper form .grecaptcha-badge{
	transform: scale(0.7);
    margin-left: -38px;
}
.form-wrapper form input[type=email],.form-wrapper form input[type=file],.form-wrapper form input[type=number],.form-wrapper form input[type=password],.form-wrapper form input[type=search],.form-wrapper form input[type=tel],.form-wrapper form input[type=text],.form-wrapper form select,.form-wrapper form textarea,
.multistep-form-text .dropdown-toggle,.multistep-form-text .dropdown-option,.form-wrapper form .hs-form-field .input select {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  height: 44px;
  border-radius: 5px;
  color: #516464
}
.form-wrapper form textarea{
	min-height: 104px;
	width: 100%;
}
.form-wrapper form .hs-form-field label{
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-wrapper form .hs-form-field .input select{
	width: 100%;
}
.form-wrapper form label{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: ;
}
.form-wrapper form .hs_error_rollup label{
	display: none;
}
.form-wrapper form .hs_submit .actions input, .form-wrapper .hsfc-Button{
  width: 100% !important
}
.form-wrapper form .legal-consent-container .hs-richtext{
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.form-wrapper form .hs-dependent-field .inputs-list .hs-form-booleancheckbox label span,
.form-wrapper .hsfc-Row .hsfc-RichText p,
.form-wrapper .hsfc-Row .hsfc-RichText {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  margin-top: -3px;
}
.form-wrapper form .hs-form-field .hs-form-booleancheckbox-display .hs-input{
  border-radius: 4px;
  border: 1px solid #AAE0E5
}
.form-wrapper form .legal-consent-container .hs-richtext a,
.form-wrapper form .hs-dependent-field .inputs-list .hs-form-booleancheckbox label span a,
.form-wrapper .hsfc-Row .hsfc-RichText p a,
.form-wrapper .hsfc-Row .hsfc-RichText a{
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.form-wrapper form .hs_submit{
	margin-top: 24px;
}
.form-wrapper .submitted-message{
  margin-top: 20px;
}
.form-wrapper form .hs-fieldtype-textarea.hs-input{
  border: unset;
}

.form-wrapper form .hs-error-msg,
.form-wrapper form .hs_error_rollup label{
  color: #FF3D3D;
  margin-top: 5px;
}
.form-wrapper form .legal-consent-container .hs-dependent-field ul,
.form-wrapper form .hs-form-field.hs-fieldtype-booleancheckbox ul,
.form-wrapper .hs-fieldtype-checkbox ul,
.form-wrapper .hs-fieldtype-radio ul{
	list-style: none;
  	margin: 0;
  	padding-left: 0;
}

.form-wrapper form .hs-fieldtype-checkbox input,
.form-wrapper .hs-fieldtype-radio input{
	width: unset;
}

.form-wrapper form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox label,
.form-wrapper form .hs-form-field .hs-form-booleancheckbox label,
.form-wrapper form .hs-fieldtype-checkbox label,
.form-wrapper .hs-fieldtype-radio label{
	display: flex;
  gap: 5px;
}
.form-wrapper form .legal-consent-container .hs-form-booleancheckbox-display>span,
.form-wrapper form .hs-form-field .hs-form-booleancheckbox-display>span,
.form-wrapper form .hs-fieldtype-checkbox .hs-form-checkbox-display>span,
.form-wrapper form .hs-fieldtype-radio .hs-form-radio-display>span{
	margin-left: 10px;
}
.form-wrapper form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox {
	margin-top: 15px;
	margin-bottom: 10px;
}
.form-wrapper form .hs-form-field .input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
}
.form-wrapper form .hs-fieldtype-select .input{
	position: relative;
}

.form-wrapper form .hs-form-field .hs-form-booleancheckbox-display>span{
	font-weight: 400;
	line-height: 22px;
	font-size: 14px;
	flex: 1;
	margin-top: -5px;
}
.form-wrapper form .hs-form-field .hs-form-booleancheckbox-display .hs-input,
.form-wrapper form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input{
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background: #FFFFFF;
	position: relative;
}
.form-wrapper form .hs-dateinput input{
	height: 44px;
}
.form-wrapper .fn-date-picker .pika-lendar table{
	min-width: unset;
}
.form-wrapper .form-title{
  text-align: center
}
.form-wrapper{
  padding: 50px 30px;
  height: fit-content
}
@media(min-width: 768px){
  .form-wrapper{
    padding: 50px;
    }
  }
.form-wrapper form{
  margin-top: 30px;
}
.form-wrapper form .hs-error-msg{
  display: block !Important
}
.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  cursor: pointer;
}

/* Add arrow as a pseudo-element */
.hs-fieldtype-select .input::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M10.75 0.75L6.33926 5.16075C6.01382 5.48618 5.48618 5.48618 5.16074 5.16075L0.75 0.75' stroke='%23516464' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.hs-fieldtype-select select::-ms-expand {
  display: none;
}
.shadow-cards{
	box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.04), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.shadow-cards:hover{
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.12), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  transition: box-shadow 0.3s ease;
}
.wf-loading * { 
	opacity: 0; 
	}

.swiper-container{
	overflow: hidden;
	position: relative;
}

.border-radius-12{
	border-radius: 12px;
}
.border-radius-24{
	border-radius: 24px;
} 
.border-radius-32{
	border-radius: 32px;
}
.border-top-1{
  border-top: 1px solid
}
.border-top-2{
  border-top: 2px solid
}
.overflow-hidden{
	overflow: hidden;
}
.module-default-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 1200px) {
	.module-default-padding{
		padding-top: 96px;
		padding-bottom: 96px;
	}
}



.video-container .video-playBtn{
    cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 3;
      display: flex;
	  width: 60px;
	height: 60px;
}
.content-intro {
	margin-bottom: 32px;
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto
  }
  
@media(min-width: 768px){
  .content-intro {
	margin-bottom: 46px;
  }
	.video-container .video-playBtn{
		width: 144px;
		height: 144px;
	}
}
.video-container.vid-played .video-playBtn{
    display: none;
}
.video-container .video-playBtn{
    display: flex;
}
.video-container .video-playBtn .video-play{
    display: block;
}
.video-container .video-playBtn:hover .video-play{
    display: none;
}
.video-container .video-playBtn .video-playHover{
    display: none;
}
.video-container .video-playBtn:hover .video-playHover{
    display: block;
}
.video-container {
    position: relative;
}
.video-container{
  max-width: 100% !important;
  overflow: hidden;
  width: 100%;
}
.content-intro .single-button,
.content-intro .button-group{
	margin-top: 20px;
  }
.content-intro .description{
	margin-top: 15px;
}
.content-intro .description p,
.content-intro .description h1,
.content-intro .description h2,
.content-intro .description h3,
.content-intro .description h4,
.content-intro .description h5,
.content-intro .description h6{
	margin-bottom: 0;
}
.content-intro:not(.content) .description{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.content-intro .headline{
	margin-bottom: 0;
}
.border-1-solid{
  border: 1px solid
}
.swiper-pagination-clickable .swiper-pagination-bullet{
  border-radius: 0;
  background: black !important;
}
.swiper-button-prev:after{
  transform: rotate(0deg) !important;
}

[id] {
  scroll-margin-top: 120px;
}
html {
  scroll-behavior: smooth;
}
@media(max-width: 768px){
  .content-intro .preheader,
  .content-intro .headline,
  .content-intro .description{
    text-align: center
  }
  .content-intro .preheader, .content-intro .single-button, .content-intro .button-group {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
  #main-content{
    margin-top: 100px
  }
@media(min-width: 1200px){
  #main-content{
    margin-top: 120px
  }
}
@media(max-width: 1200px){
  .dnd-section.row-fluid-wrapper{
    background-size: cover !important
  }
}
@media(max-width: 500px){
  .content-intro .single-button a, .content-intro .button-group a{
    width: 100%
  }
}
.tag-list .resources-tag{
  margin-bottom: 0
}
*, *:before, *:after {
  box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}





.btn,
.cta a,
.subscribe-module .subscribe-form form .hs_submit .actions input,.form-wrapper form .hs_submit .actions input, .form-wrapper .hsfc-Button{
  text-align: center;
  font-style: normal;
  letter-spacing: 0px;
  transition: all ease 0.4s;
  display: flex;
  text-decoration: none !important;
  position: relative;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
  padding: 10px 18px;
  transition: background ease 0.4s;
  border-radius: 4px;
  ;
  font-size: 16px;
  line-height: 24px;
  justify-content: center;
}
@media(max-width: 450px){
  .btn,
  .cta a{
    white-space: wrap;
  }
}
/* .btn svg{
  height: 21px;
  margin-left: 10px;
  width: 9px;
  transition: margin-left ease 0.4s;
} */

a{
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  transition: all ease 0.4s;
  text-decoration: none !important;
  color: 
}
/* .hs_cos_wrapper_type_inline_rich_text a, 
.content-bullets a,
a{
 
} */
.content-bullets a:not(.btn){
  text-decoration: underline !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.btn-primary,
.cta-primary a,
.btn-primary-dark-bg,
.cta-primary-dark-bg a,
.subscribe-module .subscribe-form form .hs_submit .actions input, .form-wrapper form .hs_submit .actions input, .form-wrapper .hsfc-Button{
  border: 1px solid #078856;
  background: #078856;
  color: #FFFFFF
}
.btn-primary:hover,
.cta-primary:hover a,
.btn-primary-dark-bg:hover,
.cta-primary-dark-bg:hover a,
.card-hovered:hover .btn-primary,
.card-hovered:hover .cta-primary a,
.subscribe-module .subscribe-form form .hs_submit .actions input:hover,.form-wrapper form .hs_submit .actions input:hover, .form-wrapper .hsfc-Button:hover{
  border: 1px solid #ACF6D5;
  background: #ACF6D5;
  color: #1D2223
}

.btn-secondary,
.cta-secondary a{
  border: 1px solid #06431E;
  background: #FFFFFF;
  color: #06431E
}
.btn-secondary:hover,
.cta-secondary:hover a,
.card-hovered:hover .btn-secondary,
.card-hovered:hover .cta-secondary a{
  border: 1px solid #078856;
  background: #078856;
  color: #FFFFFF
}
.thank-you-hero .button-group .btn-secondary{
  background: transparent  
}
.btn-secondary-dark-bg,
.cta-secondary-dark-bg a{
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF
}
.btn-secondary-dark-bg:hover,
.cta-secondary-dark-bg:hover a,
.thank-you-hero .button-group .btn-secondary:hover,
.card-hovered:hover .btn-secondary-dark-bg,
.card-hovered:hover .cta-secondary-dark-bg a{
  border: 1px solid #078856;
  background: #078856;
  color: #FFFFFF
}
.btn-text-link,
.cta-text-link a{
  color: #1D2223;
  padding: 0 20px 0 0;
  border-radius: 0;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  justify-content: flex-start;
}
.btn-text-link:hover,
.cta-text-link:hover a,
.card-hovered:hover .btn-text-link,
.card-hovered:hover .cta-text-link a{
  color: #078856;
}
.btn-text-link:hover::after,
.cta-text-link:hover a::after,
.card-hovered:hover .btn-text-link::after,
.card-hovered:hover .cta-text-link a::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.16663 9.99984H15.8333M15.8333 9.99984L9.99996 4.1665M15.8333 9.99984L9.99996 15.8332' stroke='%23048351' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: "";
  width: 20px;
  height: 20px;
  right: -6px;
  position: absolute;
}
.btn-text-link-dark-bg,
.cta-text-link-dark-bg a{
  color: #FFFFFF;
  padding: 0 20px 0 0;
  border-radius: 0;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */;
  justify-content: flex-start;
}
.btn-text-link-dark-bg:hover,
.cta-text-link-dark-bg:hover a,
.card-hovered:hover .btn-text-link-dark-bg,
.card-hovered:hover .cta-text-link-dark-bg a{
  color: #30E896;
}
.btn-text-link-dark-bg:hover::after,
.cta-text-link-dark-bg:hover a::after,
.card-hovered:hover .btn-text-link-dark-bg::after,
.card-hovered:hover .cta-text-link-dark-bg a::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.16675 9.99984H15.8334M15.8334 9.99984L10.0001 4.1665M15.8334 9.99984L10.0001 15.8332' stroke='%2330E896' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: "";
  width: 20px;
  height: 20px;
  right: -6px;
  position: absolute
}
/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
.button-group {
  gap: 12px;
}
.swiper-button-next,
.swiper-button-prev{
  background: #FFFFFF;
  color: unset !important;
  top: unset !important;
  position: relative !important;
  right: unset !important;
  left: unset !important;
  margin-top: 0 !important;
  z-index: 2!important;
  text-rendering: auto;
  width: 58px !important;
  height: 58px !important;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  border: 1px solid #F9FAFB;
}
.swiper-button::after{
  content: "" !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15 8H1M1 8L8 15M1 8L8 1' stroke='%23516464' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 1 !important;
  visibility: visible !important;
  width: 14px !important;
  height: 14px !important;
}
.swiper-button:hover:after{
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15 8H1M1 8L8 15M1 8L8 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.swiper-button:hover{
  background: #078856 !important;
  border: 1px solid #DFE4E5 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after{
  transition: all ease 0.2s;
}

.swiper-button-next::after{
  transform: rotate(180deg);
}


/* Base styles for pagination bullets */
.swiper-pagination .swiper-pagination-bullet {
  background: transparent !important;
  opacity: 1 !important;
  margin: 0 5px !important;
  position: relative;
  background: #FFFFFF !important;
  border-radius: 15px !important;
  border: 2px solid #078856!important;
  width: 15px !important;
  height: 15px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #078856 !important;
  background: #078856 !important;
}
table {
	display: table;
	width: 100%;
	min-width: 992px;
	border-collapse: collapse;
	border-spacing: 0px;
	overflow: hidden;
}
table tbody tr {
	border-bottom: 1px solid #e2e7ea;
	border-left: 1px solid #e2e7ea;
	border-right: 2px solid #e2e7ea;
}
@media (max-width:991px) {
	.table-wrapper {
		overflow-x: scroll;
	}
}
div[data-hs-responsive-table] table tr {
	background-color: #fff;
	border-bottom: 1px solid #d2d6dc;
}
div[data-hs-responsive-table] table tr:first-child {
	background-color: rgba(244, 245, 247, 1);
	border-color: #d2d6dc;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: bold;
}
div[data-hs-responsive-table] table tr:last-child {
	border-bottom: 0px;
}
table th,
table td {
	padding: 0.75rem 1.5rem;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}









/* 1a. Containers */




/* 1b. Colors */

 
 
 
 
 
 
 
 
 

 
 
 


/* 1c. Typography */





































/* Website footer */

 
 
 
 

/* Website Fonts */
 
 
  


.primary-font{
  font-family: Anton
}
.secondary-font{
  font-family: IBM Plex Sans;
}
.tertiary-font{
  font-family: Fira Code
}



.container {
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
  max-width: 1420px;
  box-sizing: border-box;
 }




html {
  font-size: 20px;
}

body, .base {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #516464; 
  font-size: 20px;
  line-height: 30px;
}

a{
  color: 
}
/* Paragraphs */

p, .blog-shared-individual blockquote p {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #516464; 
  font-size: 20px;
  line-height: 30px;
  font-family: IBM Plex Sans;
}
p.xl, .base-xl{
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #516464; 
  font-size: 22px;
  line-height: 34px;
}
p.md, .base-md, .blog-post-body p ,.content-module .content-intro .description p, .events.text-background-image .itr-row.media-right .content-intro-row .description p,
.cards-about .about-modal .modal-bio-container p, .form-text .content-intro .description p, .blog-post-body ul li,  .blog-post-body ol li,.simple-vertical-tabs .tabs-container .tab-list .tab-list-items p, .simple-text-module .description p:not(blockquote p),.vertical-tabs .tabs-container .tab-list .tab-list-item.active .description p, .legal-pages .legal-pages-list ul li a, .legal-pages .description p, .legal-pages .description span, .legal-pages .description p span, .ungated-resource .post-content p, .ungated-resource .post-content span, .image-text-repeater .description p,.case-studies-intro .right-side-description p,
.resource-individual .post-content p{
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #516464; 
  font-size: 18px;
  line-height: 28px;
  font-family: IBM Plex Sans;
}
p.sm, .base-sm ,.horizontal-tabs .tab-content-item-inner .description p, .cards-icons .card-description p, .cards-icons .card-description span, .subscribe-blog .description p,.subscribe-blog .description, .cards-images .cards-images-wrapper .card .card-content .card-description p, .cards-images .cards-images-wrapper .card .card-content .card-description p span, .cards-images .cards-images-wrapper .card .card-content .card-description span,
.notification-bar-text p{
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #516464; 
  font-size: 16px;
  line-height: 24px;
}
p.xs, .base-xs,.notification-bar-text a{
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; text-decoration: none;
  color: #516464; 
  font-size: 14px;
  line-height: 20px;
}

.content-bullets ul li,
.hs_cos_wrapper_type_inline_rich_text ul li,
.content-bullets ul li p,
.hs_cos_wrapper_type_inline_rich_text ul li p,
.content-bullets ul li span,
.hs_cos_wrapper_type_inline_rich_text ul li span,
.content-bullets p,
.hs_cos_wrapper_type_inline_rich_text p,
.content-bullets span,
.hs_cos_wrapper_type_inline_rich_text span{
  color: #364041 !important
}

/* Headings */

h1,
.h1, .form-text h1 {
  font-family: Anton, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1d2223;
  font-size: 52px;
  line-height: 62px;
  word-break: break-word;
}

.h1-homepage{
  font-size: 56px;
  line-height: 65px;
}

h2,
.h2 {
  font-family: Anton, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1d2223;
  font-size: 42px;
  line-height: 56px;
}

h3,
.h3 {
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1d2223;
  font-size: 32px;
  line-height: 44px;
  word-break: break-word;
}

h4,
.h4, .simple-content .headline {
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1d2223;
  font-size: 26px;
  line-height: 36px;
  word-break: break-word;
}

h5,
.h5, .contact-pr .headline {
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1d2223;
  font-size: 22px;
  line-height: 34px;
  word-break: break-word;
}

h6,
.h6 {
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1D2223;
  font-size: 20px;
  line-height: 30px;
  word-break: break-word;
}


@media(max-width: 768px){
    h1, .h1, .h1-homepage, .form-text h1{
      font-size: 34px;
      line-height: 38px;
  }

  h2, .h2{
    font-size: 28px;
    line-height: 36px;
  }

  h3, .h3{
    font-size: 22px;
    line-height: 30px;
  }
   h4, .h4{
    font-size: 20px;
    line-height: 28px;
  }
   h5, .h5, .contact-pr .headline{
    font-size: 18px;
    line-height: 24px;
  }
   h6, .h6{
    font-size: 16px;
    line-height: 24px;
  }
}

.preheader{
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  padding: 2px 10px 2px 10px;
  border-radius: 2px;
  background: #516464;
  width: fit-content;
  letter-spacing: 1.96px;
  text-transform: uppercase;
}
.preheader.tx-center {
  margin-left: auto;
  margin-right: auto;
}

.tag{
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; text-decoration: none;
  color: #DFE4E5;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #DFE4E5;
  padding: 2px 10px 2px 8px;
  width: fit-content;
}
.resources-tag{
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; text-decoration: none;
  color: #869A9D;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #869A9D;
  padding: 2px 10px 2px 8px;
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 0
}




/* Footer content */

/* .footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer div,
.footer span,
.footer li,
.footer a{
  color: #FFF;
} */

footer .footer-module .footer-wrapper .footer-menu ul .hs-menu-depth-1 > a {
  color: #30E896;
  font-size: 14px;
  font-style: normal;
  font-weight: regular;
  line-height: 20px; 
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.56px;
  font-family: Anton;
  font-weight: 400
}
footer .footer-module .footer-wrapper .footer-menu ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2>a{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; 
  color: #FFF;
}
footer .footer-module .footer-menu-wrapper .footer-menu ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2{
  line-height: 22px; 
}
.footer-module .footer-links,
.footer-module .footer-links a {
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  position: relative;
  font-weight: 400
}




/* Neutral Colors */
.bg-primary-1 {
  background-color: #078856;
}
.bg-primary-2 {
  background-color: #06431E;
}
.bg-primary-3 {
  background-color: #1D2223;
}
.bg-primary-4 {
  background-color: #364041;
}
.bg-primary-5 {
  background-color: #516464 !important;
}
.bg-primary-6 {
  background-color: #869A9D;
}
.bg-primary-7 {
  background-color: #DFE4E5;
}
.bg-primary-8 {
  background-color: #F9FAFB;
}
.bg-white {
  background-color: #FFFFFF;
}


/* Primary Colors */
.bg-secondary-1 {
  background-color: #30E896;
}
.bg-secondary-2 {
  background-color: #ACF6D5;
}
.bg-secondary-3 {
  background-color: #AAE0E5;
}

.bg-gradient {
  background: linear-gradient(86deg, #30E896 -27.29%, #06431E 59.51%, #06431E 133.37%);
}




/* Primary Colors */
.tx-primary-1 {
  color: #078856!important;
}
.tx-primary-2 {
  color: #06431E!important;
}
.tx-primary-3 {
  color: #1D2223!important;
}
.tx-primary-4 {
  color: #364041!important;
}
.tx-primary-5 {
  color: #516464!important;
}
.tx-primary-6 {
  color: #869A9D!important;
}
.tx-primary-7 {
  color: #DFE4E5!important;
}
.tx-primary-8 {
  color: #F9FAFB !important;
}
.tx-white {
  color: #FFFFFF !important
}

/* Secondary Colors */
.tx-secondary-1 {
  color: #30E896 !important;
}
.tx-secondary-2 {
  color: #ACF6D5 !important;
}
.tx-secondary-3 {
  color: #AAE0E5 !important;
}

/* Primary Colors */
.border-primary-1 {
  border-color: #078856;
}
.border-primary-2 {
  border-color: #06431E;
}
.border-primary-3 {
  border-color: #1D2223;
}
.border-primary-4 {
  border-color: #364041;
}
.border-primary-5 {
  border-color: #516464;
}
.border-primary-6 {
  border-color: #869A9D;
}
.border-primary-7 {
  border-color: #DFE4E5;
}
.border-primary-8 {
  border-color: #F9FAFB;
}
.border-white {
  border-color: #FFFFFF;
}

/* Secondary Colors */
.border-secondary-1 {
  border-color: #30E896;
}
.border-secondary-2 {
  border-color: #ACF6D5;
}
.border-secondary-3 {
  border-color: #AAE0E5;
}

.stats-number{
  font-family: Fira Code;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 88px; /* 137.5% */
  letter-spacing: -1.28px;
}

.swiper-pagination-bullet-active{
  background: #000 !important;
}
.swiper-pagination-bullet{
  background: #FFFFFF8C !important;
  border: 1px solid black
}
footer .footer-module .footer-wrapper .footer-menu ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2>a:not([href="javascript:;"]):hover,
footer .footer-module .footer-wrapper .footer-bottom-row a:not([href="javascript:;"]):hover {
  color: #30E896
}
.hero-homepage .hero-content h1 b, h2 b, h1 b{
  color: #078856;
  font-weight: 400
}
.hero-homepage-video .hero-content h1 b{
  color: #00a263;
  font-weight: 400
}
.tabs-container .tab-list .tab-list-item.active{
  background: #FFFFFF;
  color: #1D2223
}
.tabs-container .tab-list .tab-list-item.active .tab-name,
.tabs-container .tab-list .tab-list-item.active .tab-name h6{
  color: #1D2223 !important;
  font-weight: 600 !important;
}

.horizontal-grid-cards .tab-dropdown,
.horizontal-nested-tabs .tab-dropdown,
.horizontal-tabs .tab-dropdown,
.tabs-with-accordion .tab-dropdown{
  border: 1px solid #DFE4E5;
}
@media(max-width: 500px){
  .horizontal-grid-cards .tab-content-item-inner .learn-more .single-button a,
  .horizontal-nested-tabs .tab-content-item-inner .learn-more .single-button a,
  .horizontal-tabs .tab-content-item-inner .learn-more .single-button a{ 
     width: 100%;
  }
}
@media(max-width: 750px){
  .footer-module .footer-socials-apps{
    border-top: 1px solid #ACF6D5
  }
}
.vertical-tabs .tabs-container .tab-list .tab-list-item.active .description p{
  color:#364041
}
.vertical-tabs .tabs-container .tab-list .tab-list-item.active{
  border-radius: 16px;
  background: #F9FAFB;
}
.vertical-tabs .tabs-container .tab-list .tab-list-item.active .tab-name h5{
  color: #078856 !important;
  margin-bottom: 10px
}
.legal-pages .legal-page.active {
  background: #FFFFFF
}
.legal-pages .legal-pages-list .hs-menu-item.active{
  background: #FFFFFF
}
.legal-pages .legal-pages-list .hs-menu-item a{
  color: #364041
}
.links-module .links-module-wrapper .link:hover p{
  color: #078856 !important;
}
.links-module .links-module-wrapper .link:hover svg path{
  stroke: #078856
}
.tabs-with-accordion .accordion-list .tab-list-item.active{
  background: #F9FAFB;
  border-radius: 16px;
}
.tabs-with-accordion .accordion-list .tab-list-item.active .tab-name h5{
  color: #078856 !important
}
.tabs-with-accordion .tab-list-item.active .tab-name h5{
  color: #364041
}
.accordion-faqs .accordion-item.active{
  background: #F9FAFB
}
.accordion-faqs .accordion-container .accordion-container .accordion-item.active .accordion-title{
  color: #078856 !important
}
.accordion-faqs .accordion-item:has(.tx-primary-5) svg path{
  stroke: #516464;
}
.accordion-faqs  .accordion-item.active  svg path{
  stroke: #078856
}
.horizontal-grid-cards .tabs-container .cards-wrapper .card-individual .btn:hover{
  color: #078856
}
.horizontal-grid-cards .tabs-container .cards-wrapper .card-individual .btn:hover svg path{
  stroke: #078856
}
.content-intro-row-wrapper .description.tx-white p,
.content-intro-row-wrapper .description.tx-white h1,
.content-intro-row-wrapper .description.tx-white h2,
.content-intro-row-wrapper .description.tx-white h3,
.content-intro-row-wrapper .description.tx-white h4,
.content-intro-row-wrapper .description.tx-white h5,
.content-intro-row-wrapper .description.tx-white h6,
.content-intro-row-wrapper .description.tx-white ul li,
.content-intro-row-wrapper .description.tx-white ul li span{
  color: #FFFFFF !IMPORTANT
}
.content-bullets a:not(.btn){
  color: #06431E !IMPORTANT
}
.content-intro .description.tx-white p, .content-intro .description.tx-white h1, .content-intro .description.tx-white h2, .content-intro .description.tx-white h3, .content-intro .description.tx-white h4, .content-intro .description.tx-white h5, .content-intro .description.tx-white h6, .content-intro .description.tx-white p span, .content-intro .description.tx-white span{
  color: #FFFFFF !important
}

.image-text-repeater .itr-row .content-intro-row .content-intro-row-wrapper .description p,
.image-text-repeater .itr-row .content-intro-row .content-intro-row-wrapper .description p span,
.image-text-repeater .itr-row .content-intro-row .content-intro-row-wrapper .description span{
  color: #364041
}
.tab-dropdown{
  color: #1D2223 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23516464' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: 23px !important;
}
.cards-icons .cards-icons-wrapper .card .card-content p,
.cards-icons .cards-icons-wrapper .card .card-content ul li,
.cards-icons .cards-icons-wrapper .card .card-content ul li span{
  color: #364041
}
.jump-links .jump-links-wrapper .link.active{
  background: #FFFFFF;
}
.jump-links .jump-links-wrapper .link.active a h6{
  color: #1D2223 !Important;
  font-weight: 600 !important;
}
@media(max-width: 768px){
  .form-text .quote-container{
    border-top: 1px dashed #869A9D;
  }
}
.press-tag-individual.active a{
  padding-bottom: 12px;
  color: #1D2223 !Important
}
.press-tag-individual.active{
  border-bottom: 2px solid #078856;
}
.press-release-filtering-inner{
  border-bottom: 1px solid #DFE4E5;
}
.case-studies-template .blog-post-body blockquote{
  border-left-color:  #30E896;
}
.events-list-module .pagination-nav .nav-item{
  color: #364041
}
.events-list-module .pagination-nav .pagination-nav-inner .pagination-numbers .nav-item.active{
  background: #DFE4E5
}
.events-list-module .next-posts-link.not-active,
.events-list-module .previous-posts-link.not-active{
  color: #869A9D !important;
  pointer-events: none;
  cursor: default;
}
.events-list-module .next-posts-link.not-active svg path, .events-list-module .previous-posts-link.not-active svg path{
  stroke: #869A9D !important;
  pointer-events: none;
  cursor: default;
}
.hs-search-results__listing__item:hover .hs-search-results__title{
  color: #078856
}
.hs-search-results__pagination__link--number, .hs-search-results__pagination__link-text, .hs-search-results__pagination__link-text{
  color: #1D2223
}
.hs-search-results__pagination__link--active{
  border-radius: 4px;
  background: #DFE4E5
}
.logos .headline{
  font-family: IBM Plex Sans;
}
.legal-pages .content-intro .description p,
.legal-pages .content-intro .description p span,
.legal-pages .content-intro .description span{
  color: #364041
}
.footer-wrapper {
  background: #1D2223;
}
.hs-search-field__suggestions .results-for, .hs-search-field__suggestions a{
  color: #1D2223
}
.hs-search-field__suggestions .results-for, .hs-search-field__suggestions a:hover{
  color: #F9FAFB;
  background-color: #078856 !important
}
.case-studies-intro .right-side-description p{
  color: #1D2223 !important
}
.blog-post-content-body h2,
.blog-post-content-body h3,
.blog-post-content-body h4,
.blog-post-content-body h5{
    color: #1D2223 !important
  }
.notification-bar-text p, 
.notification-bar-text a{
  color: #FFFFFF !important
}
.animation-module .accordion-item.active .accordion-header .accordion-title{
  color: #1D2223 !important
}
.animation-module .custom-select-trigger span{
  color: #1D2223
}
.animation-module .accordion-item.active{
  background: #F9FAFB
}
.events-agenda .time-slot-tab.active{
  color: #1D2223 !important;
  font-weight: 600
}
.notification-bar-container p a:hover{
  color: #30E896 !important;
}
/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  overflow-wrap: break-word;
}
ul.no-list, .no-list ul, .no-list ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
h7,
.h7,
h8,
.h8,
p{
  margin: 0 0 0.8rem;
}

p+p{
  margin-top: 20px;
}
ul.no-list{
  list-style: none;
  margin: 0;
  padding: 0
}
ul.no-list li::marker{
  display: none
}
.content-bullets ul li::marker,
.hs_cos_wrapper_type_inline_rich_text ul li::marker {
  display: none
}
.content-bullets ul,
.hs_cos_wrapper_type_inline_rich_text ul {
  padding-left: 28px;
  margin: 0;
  list-style: none;
  margin: 15px 0;
}
.content-bullets ul li,
.hs_cos_wrapper_type_inline_rich_text ul li{
  position: relative;
}
.content-bullets ul li,
.hs_cos_wrapper_type_inline_rich_text ul li,
.content-bullets ul li p,
.hs_cos_wrapper_type_inline_rich_text ul li p{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.content-bullets ul li:not(:last-of-type),
.hs_cos_wrapper_type_inline_rich_text ul li:not(:last-of-type),
.content-bullets ul li:not(:last-of-type) p,
.hs_cos_wrapper_type_inline_rich_text ul li:not(:last-of-type) p {
  padding-bottom: 15px;
}
.content-bullets ul li::before,
.hs_cos_wrapper_type_inline_rich_text ul li::before{
  content: "";
  left: -27px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23048351' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 4px;
}
.content-bullets.tx-white ul li::before,
.hs_cos_wrapper_type_inline_rich_text.tx-white ul li::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23048351' stroke-width='2'/%3E%3C/svg%3E");
}


/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  word-break: normal;
}


.tx-center{
  text-align: center;
}
.tx-left{
  text-align: left;
}
.tx-inherit{
  color: inherit;
}
@media (max-width: 768px) {
  .tx-center-mb{
    text-align: center;
  }
  .tx-left-mb{
    text-align: left;
  }
}
.italic{
  font-style: italic !important;
}
.regular{
  font-weight: 400 !important;
}
.medium{
  font-weight: 500 !important;
}
.semiBold{
  font-weight: 600 !important;
}
.bold{
  font-weight: 700 !important;
}
.uppercase{
  text-transform: uppercase;
}
.word-normal{
  word-wrap: normal;
}


.content-intro p{
  /* font-size: 18px; */
  /* font-weight: 400; */
  /* line-height: 26px; */
}



.site-search{
  display: none
}
.top-navigation-menu{
  padding-top: 10px;
  padding-bottom: 11px;
}
.search-active .top-navigation-menu{
  background: #1D2223
}
.top-navigation-menu ul{
  margin: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.top-navigation-menu ul li a{
  color: #FFFFFF;
  font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center
}
.top-navigation-menu ul li a svg{
  margin-right: 5px;
  width: 15.03px;
  height: 15.03px;
}
.mega-menu-nav {
  position: relative;
  z-index: 100;
}

.mega-menu-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.mega-menu-list {
  display: flex;
  list-style: none;
  gap: 12px 6px;
  padding: 1rem 0;
  margin: 0;
}
  .mega-menu-list .mega-menu-item .mega-menu-trigger{
    padding-left:6px;
    padding-right: 6px;
  }
.mega-menu-item {
  position: relative;
}

.mega-menu-trigger {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.5rem 0;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #1D2223;
  cursor: pointer;
  border-bottom: 6px solid transparent;
  transition: border-color 0.2s;
  font-family: inherit;
  line-height: 24px;
  position: relative;
}

.mega-menu-trigger:hover::after,
.mega-menu-trigger.active::after {
  content: "";
  bottom: -16px;
  background: #078856;
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9999
}

.mega-menu-trigger svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}

.mega-menu-trigger.active svg {
  transform: rotate(180deg);
}

.mega-menu-dropdown {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  background: #F9FAFB;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 1000;
  overflow-y: auto;
  max-height: 85vh;
}

.mega-menu-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-content {
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 360px 1fr;
}

/* Left Section */
.mega-menu-section-main {
  padding-right: 2rem;
  margin-top: 32px
}

.mega-menu-section-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #06431E;
  letter-spacing: 1.96px;
  margin-bottom: 0.5rem;
  line-height: 20px;
}

.mega-menu-section-description {
  color: #364041;
  margin-bottom: 2rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.secondary-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-menu-item {
  margin-bottom: 0.25rem;
}

.secondary-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #364041;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  line-height: 24px;
  font-weight: 500;
}

.secondary-menu-link:hover,.secondary-menu-link.active {
  border-radius: 8px;
  color: #078856;
  background: #FFFFFF;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.06);
}

.secondary-menu-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: none
}

.secondary-menu-link:hover svg ,.secondary-menu-link.active svg{
  display: block
}


/* Simple CTA Button (like Products, Integrations) */
.secondary-menu-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  font-family: inherit;
  width: fit-content
}

.mega-menu-section-content {
  position: relative;
  min-height: 412px;
  border-radius: 20px;
  background: var(--Base-White, #FFF);
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.04), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  padding: 32px;
}

.tertiary-content-wrapper {
  display: none;
}

.tertiary-content-wrapper.active {
  display: block;
}

/* Layout variations based on content type */
.tertiary-layout {
  display: grid;
  gap: 24px;
}

/* Full width - only submenus, no CTA cards */
.tertiary-layout.full-width {
  grid-template-columns: 1fr;
}

/* Three equal columns - 3 submenu sections, no CTAs */
.tertiary-layout.three-columns .tertiary-submenus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  grid-column: 1 / -1;
}

/* Single menu section with CTA - split menu into 2 cols + CTA on right */
.tertiary-layout.single-menu-with-cta {
  grid-template-columns: 1fr;
}

.tertiary-layout.single-menu-with-cta .tertiary-submenus {
  display: block;
}

/* Two column layout for a single tertiary menu section */
.tertiary-group.two-column-menu .tertiary-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.tertiary-group.two-column-menu .tertiary-menu-item {
  break-inside: avoid;
}

/* 2/3 + 1/3 split - multiple submenu sections + 1 featured CTA */
.tertiary-layout.has-featured-cta {
  grid-template-columns: 2fr 1fr;
}

/* Full width grid - multiple CTA cards */
.tertiary-layout.has-cta-grid .tertiary-inline-ctas .tertiary-menu-list{
  grid-template-columns: 1fr;
  display: grid;
}
.tertiary-layout.has-cta-grid .tertiary-inline-ctas .tertiary-menu-list .tertiary-cta-item{
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0 12px;
}
.tertiary-layout.has-cta-grid .tertiary-inline-ctas .tertiary-menu-list .tertiary-cta-item img{
  max-width: 144px;
  margin-bottom: 0;
  border-radius: 8px;
  max-height: 81px;
  flex: 0 0 144px;
}

/* Submenus area */
.tertiary-submenus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.tertiary-group {
  min-width: 0;
}

.tertiary-section-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1.96px;
  text-transform: uppercase;
  color: #078856;
  margin-bottom: 1rem;
}

.tertiary-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tertiary-menu-item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
  position: relative;
  padding-right: 1.5rem;
}
.tertiary-menu-item{
  padding: 12px 12px 0 12px
}
.tertiary-menu-item:hover {
  border-radius: 8px;
  background: #F9FAFB;
}
.tertiary-menu-list .tertiary-menu-item:not(.tertiary-cta-item):hover{
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.06);
}
.tertiary-menu-list .tertiary-menu-item:hover .tertiary-menu-title{
  color: #078856
}
.tertiary-menu-item svg {
  position: absolute;
  right: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  display: none
}
.tertiary-menu-list .tertiary-menu-item svg {
  top: 12px
}
.tertiary-menu-item .btn-text-link{
  width: fit-content
}
.tertiary-menu-item .btn-text-link svg {
  top: 2px;
  right: -5px;
}
.tertiary-menu-item:hover svg {
  display: flex
}

.tertiary-menu-title {
  display: block;
  color: var(--primary3, #1D2223);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 0.25rem;
  padding-right: 30px
}

.tertiary-menu-description {
  display: block;
  color: var(--primary4, #364041);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 12px;
}

.tertiary-cta-inline .tertiary-menu-item:hover {
  opacity: 1;
}
.header-2025 .btn-text-link svg {
  opacity: 0;
  visibility: hidden
}
.tertiary-layout.has-cta-grid .btn-text-link svg,
.tertiary-layout.single-menu-with-cta.three-ctas  .btn-text-link svg{
  margin-left: 10px
}
 .header-2025 .btn-text-link:hover svg {
  opacity: 1;
  visibility: visible
}
.cta-date {
  display: block;
  color: var(--primary3, #1D2223);
  font-size: 14px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

/* Featured CTA Section */
.tertiary-cta-featured {
  position: relative;
}

.cta-cards-grid {
  display: grid;
  gap: 1.5rem;
}

.cta-cards-grid.grid-2-col {
  grid-template-columns: repeat(2, 1fr);
}

.cta-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.cta-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.cta-content {
  padding: 1.25rem;
}

.cta-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.cta-description {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #059669;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.cta-link svg {
  width: 16px;
  height: 16px;
}

.cta-link:hover {
  color: #047857;
}

.tertiary-layout.one-cta .tertiary-group.tertiary-cta-inline .tertiary-menu-list{
  padding: 20px;
  background: #F9FAFB;
  max-width: 304px;
  padding-bottom: 35px;
}
.tertiary-layout.three-ctas .tertiary-group.tertiary-cta-inline .tertiary-menu-list{
  padding: 20px;
  background: #F9FAFB;
  gap: 0;
}
.tertiary-layout.three-ctas .tertiary-group.tertiary-cta-inline .tertiary-menu-list .tertiary-cta-item:not(:last-of-type){
  border-bottom: 1px solid #A3A2A2;
}
.tertiary-layout.three-ctas .tertiary-group.tertiary-cta-inline .tertiary-menu-list .tertiary-cta-item{
  padding: 15px 12px 0 12px;
  border-radius: 0
}
.bottom-stripe{
  background: var(--Gradient, linear-gradient(90deg, #30E896 -31.87%, #06431E 39.13%, #06431E 100%));
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.10), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.bottom-stripe .container{
  padding-top: 13px;
  padding-bottom: 13px
}
.desktop-menu-buttons .button-group{
  column-gap: 12px;
  margin-left: 16px;
}
 .search-button{
   width: 30px;
   height: 30px;
   border: 1px solid var(--primary3, #1D2223);
   border-radius: 50%;
   cursor: pointer
}
 .search-button svg{
   width: 15px;
   height: 15px;
}
.tertiary-cta-inline .tertiary-menu-item  .cta-label svg{
  display: block;
  position: relative;
  right: unset;
  top: unset;
}
.cta-label{
  color: var(--primary1, #078856);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  display: flex;
  gap: 5px;
  margin-top: 12px;
}
.tertiary-cta-item img{
  margin-bottom: 10px;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}
@media(min-width: 1200px){
  .tertiary-cta-item img{
    max-height: 136px;
  }
}
.bottom-stripe p{
  color: var(--Base-White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.08px;
}
@media(min-width: 1200px){
  .tertiary-layout.has-cta-grid .tertiary-inline-ctas .tertiary-menu-list{
    grid-template-columns: 1fr 1fr;
  }
  .mega-menu-trigger{
    gap: 0.5rem; 
  }
  .tertiary-layout.single-menu-with-cta {
    grid-template-columns: 2fr 1fr;
  }
  .search-button{
    width: 46px;
    height: 46px;
  }
  .search-button svg{
     width: 23px;
     height: 23px;
  }
  .mega-menu-list{
    padding: 1rem 2rem 10px 2rem;
    gap: 12px 10px;
  }
  .mega-menu-list .mega-menu-item .mega-menu-trigger{
    padding-left: 6px;
    padding-right: 6px
  }
  .mega-menu-container {
    padding: 0 2rem;
  }
  .tertiary-layout.three-columns .tertiary-submenus {
    grid-template-columns: repeat(3, 1fr);
  }
}
.header__skip {
    position: absolute;
    left: -9999px;
    z-index: 999999;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.secondary-menu-item .simple-cta{
  margin-top: 16px
}
/* Overlay */
/* .mega-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 2;
}

.mega-menu-overlay.active {
  opacity: 1;
  visibility: visible;
} */
/* ========================================
   MOBILE MENU STYLES
   Add this to your existing CSS file
======================================== */

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  position: absolute;
  z-index: 1001;
  top:-54px;
  right: 10px
}
.mobile-menu-toggle.active{
  display: none
}
.mobile-menu-toggle .close-icon {
  display: none;
}

.mobile-menu-toggle.active .hamburger-icon {
  display: none;
}

.mobile-menu-toggle.active .close-icon {
  display: block;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
}

/* Mobile Menu Drawer */
.mobile-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  background: #FFFFFF;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: none;
  flex-direction: column;
  z-index: 99999;
}

.mobile-menu-drawer.active {
  transform: translateX(0);
}

/* Mobile Menu Header */
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

.mobile-logo img {
  height: 32px;
}

.mobile-menu-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Mobile Menu Content */
.mobile-menu-content {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.mobile-primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-primary-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #1D2223;
  text-align: left;
  cursor: pointer;
}

/* Mobile Menu Buttons */
.mobile-menu-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid #F3F3F3;
  margin-top: 15px;
}

.mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.mobile-btn-secondary {
  background: #FFFFFF;
  border: 1px solid #1D2223;
  color: #1D2223;
}

.mobile-btn-primary {
  background: #078856;
  border: 1px solid #078856;
  color: #FFFFFF;
}

/* Mobile Submenu (Slides in from right) */
.mobile-submenu {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  max-width: 450px;
  height: 88dvh;
  background: #FFFFFF;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: none;
  flex-direction: column;
}

.mobile-submenu.active {
  transform: translateX(0);
}

/* Mobile Submenu Header */
.mobile-submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.mobile-back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #1D2223;
  cursor: pointer;
  padding: 0;
}

.mobile-submenu-content {
  flex: 1;
  padding: 0 20px 24px 20px;
  display: flex;
  flex-direction: column;
  padding-top: 20px
}
.mobile-simple-cta:first-of-type{
  margin-top: 20px;
}
.mobile-simple-cta{
  width: fit-content;
  margin-bottom: 16px;
}

.mobile-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #1D2223;
  text-align: left;
  cursor: pointer;
}

.mobile-accordion-item.active .mobile-accordion-trigger{
  color: #078856
}
.mobile-accordion-item.active .mobile-accordion-trigger svg path{
  stroke: #078856
}
.mobile-accordion-item .mobile-accordion-trigger svg path{
  stroke: #1D2223;
}
.mobile-accordion-trigger svg {
  transition: transform 0.3s ease;
}

.mobile-accordion-item.active .mobile-accordion-trigger svg {
  transform: rotate(180deg);
}

.mobile-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-accordion-item.active .mobile-accordion-content {
  max-height: 3000px;
}

/* Mobile Tertiary Section */
.mobile-tertiary-section {
  margin-bottom: 24px;
}

.mobile-tertiary-title {
  font-size: 18px;
  font-weight: 600;
  color: #078856;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1.96px;
  margin-bottom: 12px;
  margin-top: 10px;
}

.mobile-tertiary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-tertiary-list li {
  margin-bottom: 4px;
}

.mobile-tertiary-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}

.mobile-tertiary-link:hover {
  background: #F9FAFB;
}

.mobile-tertiary-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1D2223;
  line-height: 24px;
  margin-bottom: 2px;
}

.mobile-tertiary-desc {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #364041;
  line-height: 20px;
}

.mobile-tertiary-link svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.mobile-cta-item svg {
  display: none;
}

/* Mobile Featured CTA */
.mobile-featured-cta {
  margin-bottom: 24px;
  padding: 20px;
  background: #F9FAFB;
  border-radius: 12px;
}

.mobile-cta-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.mobile-cta-desc {
  font-size: 14px;
  color: #364041;
  line-height: 20px;
  margin-bottom: 12px;
}

.mobile-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #078856;
  text-decoration: none;
}

/* ========================================
   MEDIA QUERIES
======================================== */

/* Show mobile menu on mobile devices */
@media (max-width: 1199px) {
  .tertiary-menu-item{
    padding: 0;
  }
  .header-2025 .button-group a{
    width: 100%
  }
  .desktop-menu{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* Hide desktop menu */
  .mega-menu-list,.desktop-menu-buttons,.header__search, .search-button {
    display: none !important;
  }
  
  /* Show mobile toggle button */
  .mobile-menu-toggle {
    display: block;
  }
  
  /* Show mobile overlay and drawer when active */
  .mobile-menu-overlay.active {
    display: block;
  }
  
  .mobile-menu-drawer,
  .mobile-submenu {
    display: flex;
  }
}

/* Desktop - hide all mobile elements */
@media (min-width: 1200px) {
  .mobile-menu-toggle,
  .mobile-menu-overlay,
  .mobile-menu-drawer,
  .mobile-submenu {
    display: none !important;
  }
}
@media (min-width: 1250px) {
     header.search-active .site-search {
      background: #1D2223;
      height: 50vh;
      left: 0;
      max-width: 100%;
      opacity: 1;
      position: fixed;
      top: 41px;
      transform: scale(1);
      visibility: visible;
      width: 100%;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
      transition: opacity 0.3s 
        ease, transform 0.3s 
        ease, visibility 0s;
       display: block;
       z-index: 111;
    }
  header.search-active .site-search::after{
    background-image: url('https://47948494.fs1.hubspotusercontent-na1.net/hubfs/47948494/search-patter.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: calc(100% - 80px);
    left: 22px;
    position: absolute;
    top: 78px;
    width: 76%;
    z-index: -1;
    
  }
       header.search-active .site-search-container{
        left: 50%;
        max-height: 500px;
        max-width: 1038px;
        opacity: 1;
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        top: 50%;
        margin-top: 50px;
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s 
linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s 
linear;
        visibility: visible;
         width: 100%
    }
  header.search-active .site-search-container-title {
    margin-bottom: 32px
  }
  header.search-active .hs-search-field__button {
    background: #FFFFFF;
    border: unset;
    padding-right: 25px;
  }
  header.search-active .site-search-container form {
    border-radius: 5px;
    overflow: hidden
  }
  header.search-active .site-search-container form input::placeholder,
  header.search-active .site-search-container form input::-webkit-input-placeholder,
  header.search-active .site-search-container form input::-moz-placeholder,
  header.search-active .site-search-container form input:-ms-input-placeholder {
    color: #1D2223 !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400!important;
    line-height: 36px!important;
  }

  header.search-active .site-search-container form input::-moz-placeholder {
    opacity: 1; /* Firefox reduces opacity by default */
  }
  header.search-active .hs-search-field__bar button svg{
    width: 30px;
    height: 30px;
  }
  header.search-active .site-search-container form input{
     height: 68px;
    padding: 12px 26px;
    border: unset;
  }
}
.search-active .desktop-menu >.container{
  z-index: 99999999;
  position: relative;
}
/* .header-2025 .btn-text-link{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
} */
.header-2025 .btn-text-link::after{
 content: unset
}
.tertiary-menu-list:not(:has(img)) .btn-text-link{
  padding-left: 12px;
  margin-top: 28px;
  margin-bottom: 32px;
}
 .tertiary-cta-item .tertiary-menu-title{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  color: #364041;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
  .tertiary-cta-item  .tertiary-menu-description{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  color: #364041;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mega-menu-section-content:has(.has-cta-grid){
  min-height: 380px;
  position: relative
}
.tertiary-layout.has-cta-grid{
  position: relative
}
.tertiary-layout.has-cta-grid .btn-text-link{
  width: 100%;
  position: absolute;
  bottom: -46px;
  right: 0;
  justify-content: flex-end;
  padding-right: 0;
}
.mobile-cta-card.no-cta-images{
  margin-bottom: 40px;
}
.mobile-cta-card.no-cta-images img{
  display: none
}
.mobile-featured-cta .bottom-button{
  margin-top: 28px;
  margin-bottom: 15px;
  gap: 10px
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: transform 0.3s ease-in-out;
    background: #FFFFFF; /* Make sure it has a background */
  }

  header.header-hidden {
    transform: translateY(-100%);
  }
  
  header.header-scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
@media (min-width: 1200px) {
  
  
}
.bottom-stripe img{
  max-height: 20px
}
.search-active  .header__logo--main img,
.search-active  .search-button {
  filter: brightness(0) invert(1);
}
.search-active  .mega-menu-trigger{
  color:#FFFFFF
}
@media(max-width: 768px){
  .tertiary-cta-item .tertiary-menu-title{
    padding-right: 0
  }
}
body.menu-open,
body.search-active{
  position: relative
}
body.menu-open{
  position: relative
}
body.menu-open::after,
body.search-active::after{
    content: "";
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100%;
    background: rgba(54, 64, 65, 0.83);
    backdrop-filter: blur(4px);
    z-index: 12
}
header.search-active .site-search-container form{
  border: 1.435px solid #30E896;
}
.close-search-button{
  cursor: pointer
}
.close-search-button .close-hover-state{
  display: none
}
.close-search-button .close-default-state{
  display: block
}
.close-search-button:hover .close-hover-state{
  display: block
}
.close-search-button:hover .close-default-state{
  display: none
}
.desktop-menu-buttons .button-group{
  flex-wrap: nowrap;
}

