/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.svg2 path{
	animation:pathAnim 7s; 
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.svg2 path:nth-child(2){
	animation-delay: 0.2s
}
.svg2 path:nth-child(3){
	animation-delay: 1s
}
.svg2 path:nth-child(4){
	animation-play-state: paused;
}
@keyframes pathAnim{
	0%{
		d: path("M0,200	C280,220,400,100,600,192 C800,290,1100,250,1320,212	L1320 270 L0 270");
	}
	25%{
		d: path("M0,190	C280,160,440,292,660,268 C840,235,1100,120,1320,200	L1320 270 L0 270");
	}
	40%{
		d: path("M0,230	C280,232,440,160,600,170 C820,190,1100,242,1320,230	L1320 270 L0 270");
	}
	60%{
		d: path("M0,200	C280,250,440,250,660,175 C840,110,1100,200,1320,222	L1320 270 L0 270");
	}
	75%{
		d: path("M0,230	C280,232,440,160,600,170 C820,190,1100,242,1320,230	L1320 270 L0 270");
	}
	87%{
		d: path("M0,230	C280,225,420,140,600,180 C820,212,1100,248,1320,210	L1320 270 L0 270");
	}
	100%{
		d: path("M0,200	C280,220,400,100,600,192 C800,290,1100,250,1320,212	L1320 270 L0 270");
	}

}

.gradient__brand-secondary {
  stop-color: #849586 !important;
}

.gradient__brand {
  stop-color: #3d4c3e !important;
}