.hp-wcu {
	display: grid;
	align-items: initial;
	grid-gap: 0.8rem;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(12, 1fr);
	min-height: 75vh;
	max-height: 75vh;
	width: 100%;
	max-width: 1360px;
}

@media screen and (max-width: 1500px) {
	.hp-wcu {
		max-width: 100%;
		width: 85vw;
	}
	.tp-scene {
		transform: scale(0.7) !important;
	}
	.die-scene {
		max-width: 80% !important;
	}
	.star-1 {
		width: 200px !important;
	}
	.star-2 {
		width: 150px !important;
	}
	.star-3 {
		width: 130px !important;
	}
	#stage-b canvas {
		width: 540px !important;
	}
}

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

	.brxe-container {
		max-width: 100% !important;
	}
	.hp-wcu {
		max-width: 100%;
		width: 85vw;
	}
	.tp-scene {
		transform: scale(0.7) !important;
	}
	.hero-stars {
		height: 90% !important;
		width: 90% !important;
		bottom: -60px !important;
	}
	.die-scene {
		max-width: 80% !important;
	}	
	
}

@media screen and (max-width: 1290px) {
	.hp-wcu {
		width: 95vw;
	}
	.star-1 {
		width: 180px !important;
	}	
	.star-2 {
		width: 120px !important;
	}
	.star-3 {
		width: 110px !important;
	}
	.choose-accordion-icon.brxe-icon {
		font-size: 16px !important;
	}
	.brxe-block.brx-grid > .brxe-block:last-of-type {
		padding-right: 0 !important;
	}
	.cta-block .cta-title .cta-title-text {
		font-size: 4rem !important;
	}
	.cta-block .cta-wrapper {
		row-gap: 2.4rem !important;
		padding: 3.2rem 2.4rem !important;
	}
}

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

	.cta-block .cta-title .cta-title-text {
		font-size: 4rem !important;
	}
	.cta-block .cta-wrapper {
		row-gap: 2.4rem !important;
		padding: 3.2rem 2.4rem !important;
	}
	.brxe-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.brxe-section {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	#stage-b canvas {
		transform: translateX(-50%) scale(0.8) !important;
	}

}

@media screen and (max-width: 1180px) {
	.hww-wrapper .vestra-card {
		align-self: unset !important;
	}
	.hww-wrapper .vestra-card.asset-choose-block {
		height: auto !important;
	}
	.hww-wrapper .vestra-card.asset-choose-block > div {
		row-gap: 16px !important;
		display: flex;
		flex-direction: column;
	}
	.hww-wrapper .vestra-card .vestra-details {
		max-height: 100% !important;
		opacity: 1 !important;
		transform: translateY(0px) !important;
	}
}

@media screen and (max-width: 1100px) {
	.hp-wcu {
		width: 100%;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
		min-height: auto;
		max-height: fit-content;
	}
	.hp-wcu .hp-wcu-block {
		min-height: 220px;
	}
	.hp-wcu .hp-wcu-block:first-of-type {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(2) {
		grid-column: 2 !important;
		grid-row: 1 !important;
		min-width: 460px;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(3) {
		grid-column: 3 !important;
		grid-row: 1 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(4) {
		grid-row: 2 !important;
		grid-column: 1 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(5) {
		grid-column: span 2 !important;
		grid-row: span 2 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(6) {
		grid-row: 3 !important;
		grid-column: 1 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(7) {
		grid-row: 4 !important;
		grid-column: span 2 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(8) {
		grid-row: 4 !important;
		grid-column: 3 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(9) {
		grid-column: 1 !important;
		grid-row: 5 !important;
	}
	.hp-wcu .hp-wcu-block:last-of-type {
		grid-column: span 2 !important;
		grid-row: 5 !important;
	}
	.ft-scene {
		aspect-ratio: 168 / 46 !important;
	}
	.die-scene {
		max-width: 100% !important;
		height: 163px !important;
	}
	.hero-stars {
		width: 100% !important;
	}
	.cta-wrapper {
		transform: translateX(0) translateY(50%);
	}
	.cta-wrapper.is-visible {
		transform: translateX(0) translateY(0);
	}
	.division-of-assets--cta svg {
		left: auto;
	}
	.glow {
		width: 560px !important;
		height: 560px !important;
		left: 0px !important;
		top: -220px !important;
	}
	#wave-canvas {
		height: 586px !important;
	}
	.hww-wrapper .vestra-card:hover .vestra-details 
	{
		transform: translateY(0px) !important;
	}
	.services-folder-wrapper:hover  {
		box-shadow: 0 0 10px 0 hsl(159deg 75.38% 61.47% / 40%) !important;
		transform: scale(1.04) !important;
	}
	.cs-folder:hover {
		filter: drop-shadow(0px 0px 6px rgba(78, 203, 160, 0.4));
		transform: scale(1.04) !important;
	}
}
@media screen and (max-width: 1080px) {
	.cta-wrapper {
		transform: translateX(0) translateY(0) !important;
	}
	.home-slider.brxe-slider-nested .splide__arrow:hover svg {
		filter: drop-shadow(0 0 6px rgb(78, 203, 160));
	}

	.home-slider.brxe-slider-nested .splide__arrow.splide__arrow--next:hover {
		transform: translateX(2px);
	}

	.home-slider.brxe-slider-nested .splide__arrow.splide__arrow--prev:hover {
		transform: translateX(-2px);
	}
	h1.typed {
		font-size: 4rem;
	}
}

@media screen and (max-width: 920px) {
	.ft-scene {
		transform: scale(0.8);
	}
	.hp-wcu .hp-wcu-block {
		min-height: 180px;
	}
	.die-scene {
		height: 123px !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(2) {
		min-width: 320px;
	}
	.hp-wcu .hp-wcu-block:first-of-type {
		min-width: 200px;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(4) {
		min-width: 200px;
		min-height: 220px;
	}
	.star-1 {
		bottom: -30px !important;
		left: 0 !important;
	}
	.star-2 {
		right: 10px !important;
	}
	.bars-scene {
		aspect-ratio: 940 / 990 !important;
		margin-bottom: -60px !important;
	}
	
	.services-folder-wrapper {
		height: 100% !important;
	}
	.services-folder-wrapper:hover .services-folder-back {
		filter: drop-shadow(0 0 4px hsl(159deg 75.38% 61.47% / 40%)) !important;
	}
	
	.tab-title.brx-open .services-folder-wrapper {
		box-shadow: 0 0 10px 0 hsl(159deg 75.38% 61.47% / 40%);
	}
	.tab-title.brx-open .services-folder-wrapper .services-folder-back {
		filter: drop-shadow(0 0 4px hsl(159deg 75.38% 61.47% / 40%)) !important;
	}
}
@media screen and (max-width: 760px) {
	#tdc-wrap {
		transform: scale(1) !important;
	}
	.star-2 {
		right: 0px !important;
		top: -20px !important;
	}
	.die-scene {
		height: 93px !important;
	}
	.hp-wcu .hp-wcu-block {
		min-height: 150px;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(2) {
		min-width: 290px;
	}

	.hp-wcu .hp-wcu-block:nth-of-type(9)  {
		flex-direction: column !important;
	}
	.compliance-tabs .accordion-title-wrapper > .brxe-block {
		align-items: center !important;
	}
	.ci-bars-scene {
		max-width: 320px !important;
		gap: 14px !important;
	}
	#stage-b canvas {
		top: -60px !important;
		left: 50% !important;
		transform: translateX(-50%) scale(0.7) !important;
	}
	.cta-block .cta-title .cta-title-text {
		font-size: 28px !important;
	}
	.bricks-mobile-menu li, .bricks-mobile-menu li a {
		font-size: 18px !important;
		font-weight: 500 !important;
	}
	.nav-menu.brxe-nav-menu .bricks-mobile-menu > li > .brx-submenu-toggle > button {
		font-size: 1.2rem !important;
	}
	#thumbprint {
		width: 180px !important;
		height: auto !important;
	}
	#stage {
		height: 280px !important;
	}
	#stage-b {
		height: 240px !important;
	}
	#stage canvas {
		width: 400px !important;

	}
	#stage-b canvas {		
		top: 0 !important;
		width: 400px !important;
		transform: translateX(-50%) scale(1) !important;
	}
	#amw svg, #amw-cta svg {
		width: 240px !important;
		height: auto !important;
	}
	.choose-us-block::after {
		width: 100% !important;
		height: 1px !important;
		left: 0;
		right: auto !important;
		top: auto !important;
		bottom: 0;
		transform: scaleX(0) !important;
		transform-origin:left !important;
		transition: transform 0.3s ease;
	}
	.choose-us-block:hover::after {
		transform: scaleX(1) !important;
	}
	.brxe-section.testimonials {
		padding-right: 20px !important;
	}
	.brxe-heading.typed .typed-cursor {
		font-size: 28px !important;
		height: 28px;
	}
	.hub-diagram.upper-panel {
		margin: auto;
	}
	.small-heading {
		font-size: 1.8rem !important;
	}
	.success-icon-wrap {
		width: 24px;
		height: 24px;
		min-width: 24px;
	}
}
@media screen and (max-width: 620px) {
	.brxe-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#wave-canvas {
		height: 460px !important;
	}
	.ft-scene {
		transform: scale(1);
		aspect-ratio: 108 / 80 !important;
	}
	.bars-scene {
		aspect-ratio: 102 / 56 !important;
		margin-bottom: -10px !important;
		margin-top: 0 !important;
	}
	.star-1 {
		bottom: -20px !important;
		left: 20px !important;
		width: 200px !important;
	}
	.star-2 {
		top: 0px !important;
		width: 140px!important;
	}
	.star-3 {
		width: 130px !important;
	}
	.die-scene {
		height: 143px !important;
	}
	#tdc-wrap {
		transform: scale(0.8) !important;
		height: 124px !important;
		margin-bottom: 0 !important;
		margin-top: -20px !important;
	}
	.hp-wcu {
		grid-template-columns: repeat(2, 1fr);
	}
	.hp-wcu .hp-wcu-block {
		min-height: 190px;
	}
	.hp-wcu .hp-wcu-block:first-of-type {
		min-width: auto;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(2) {
		min-width: auto;
		flex-direction: column-reverse !important;
		padding-top: 1.2rem;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(3) {
		grid-column: 1 !important;
		grid-row: 2 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(4) {
		grid-row: 2 !important;
		grid-column: 2 !important;
		min-width: auto;
		min-height: 190px;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(5) {
		grid-column: span 2 !important;
		grid-row: 3 !important;
		min-height: 240px;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(6) {
		grid-row: 4 !important;
		grid-column: 1 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(7) {
		grid-row: 4 !important;
		grid-column: 2 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(8) {
		grid-row: 6 !important;
		grid-column: 1 !important;
	}
	.hp-wcu .hp-wcu-block:nth-of-type(9) {
		grid-column: span 2 !important;
		grid-row: 5 !important;
	}
	.hp-wcu .hp-wcu-block:last-of-type {
		grid-row: 6 !important;
		grid-column: 2 !important;
	}
	p, span:not(.count, .typed-text, .home-services-button), ul li, ol li, a {
		font-size: 14px !important;
	}
	.disc-title span {
		font-size: 28px !important;
	}
	.cs-details-row1 svg {
		width: 2.4rem!important;
		height: 2.4rem!important;
	}
	.practice-area-tag P, .practice-area-top P, .pa-block-top p, .pa-block-top-wrapper span, .cs-folder-top p, .cs-details-row1 .cs-details-top p, span.close-tab {
		font-size: 10px !important;
	}
	.practice-area-block .brxe-button, .cs-details-griddesc p {
		font-size: 1.2rem !important;
	}
	.home-services-button-block .home-services-button, .home-services-button-block a {
		font-size: 12px !important;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2 !important;
	}
	h1, h1 * {
		font-size: 28px !important;
	}
	h2:not(.footer-nav-title, .small-heading), h2:not(.footer-nav-title, .small-heading) * {
		font-size: 24px !important;
	}
	h3:not(.home-accordion-title, .hp-wcu-title, .analysis-title), h3:not(.home-accordion-title, .hp-wcu-title) * {
		font-size: 20px !important;
	}
	h3.home-slide-title {
		font-size: 16px !important;
	}
	h3.hp-wcu-title {
		font-size: 16px !important;
	}
	.compliance-tabs h3 {
		font-size: 16px !important;
	}
	h4, h4 * {
		font-size: 18px !important;
	}
	.small-text p {
		font-size: 12px !important;
	}	
	.compliance-tabs .accordion-title-wrapper {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	.footer-nav.brxe-nav-menu .bricks-nav-menu > li > a, .footer-block ul li span {
		font-size: 1.2rem !important;
	}
	.hww-wrapper .asset-choose-block {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.hww-wrapper .asset-choose-block>div:not(.asset-choose-linesblock) 
	{
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
	.accordion-title-wrapper .brxe-heading {
		max-width: 280px;
		min-width: auto !important;
	}
	.results-box h3.cta-cta-title, .mission-blurb h3.cta-cta-title {
		font-size: 12px !important;
	}
	h3.cta-cta-title {
		font-size: 16px !important;
	}
	.cs-folder-wrapper, .cs-folder-flap {
		flex-flow: row;
		align-items: center !important;
	}
	.income-notches span {
		font-size: 11px !important;
	}
	.qblock p {
		font-size: 12px !important;
	}
	.about-list-desc-2.brxe-text p {
		font-size: 10px !important;
	}
	.about-list-block.brxe-block {
		row-gap: 16px !important;
	}
	.cs-folder-title.brxe-heading {
		font-size: 16px !important;
	}
	.home-accordion.brxe-accordion-nested {
		min-width: calc(100% - 1px) !important;
	}
	.home-services-icon {
		min-width: 40px !important;
		max-width: 40px !important;
	}
	h3.home-services-title {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 560px) {
	.star-1 {
		left: 0px !important;
	}
	.star-2 {
		right: -10px !important;
	}
	.ft-scene {
		transform: scale(0.9);
	}
	.hp-wcu .hp-wcu-block {
		align-items: center;
	}
	.secure-icon {
		width: 80% !important;
		left: auto !important;
		right: auto !important;
		margin: auto;
	}
	#thumbprint {
		width: 120px !important;
		height: auto !important;
	}
	#amw svg, #amw-cta svg {
		width: 220px !important;
		height: auto !important;
	}
	#stage-b canvas {
		transform: scale(0.9) !important;
		left: auto !important;
		right: auto !important;
	}
	.services-folder-wrapper:hover, .cs-folder:hover {
		transform: scale(1.04);
	}
	.asset-why-us-block {
		filter: none !important;

	}
	.asset-why-us-block:hover {
		box-shadow: 0 0 8px hsla(159, 85%, 34%, 0.4)!important;
		transform: scale(1.03);
	}
	
	.cs-folder {
		filter: drop-shadow(0px 0px 4px rgba(13, 27, 21, 0.65));
	}
	.cs-folder:hover {
		transform: scale(1.01) !important;
	}
	.cs-folder-block.brxe-block {
		min-height: 120px !important;
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
	
	
}
@media screen and (max-width: 480px) {
	.ft-scene {
		transform: scale(1);
		aspect-ratio: 168 / 120 !important;
	}
	.star-1 {
		width: 92% !important;
	}
	.star-2 {
		width: 130px !important;
	}
	.cta-block .cta-title {
		min-height: 220px;
	}
	.cta-block .cta-title .cta-title-text {
		font-size: 24px !important;
	}
	.hww-wrapper .vestra-card.asset-choose-block {
		min-width: calc(100% - 40px) !important;
		padding-left: 12px !important;
		padding-right: 12px!important;
	}
	.ci-bars-scene {
		max-width: 200px !important;
		padding-right: 30px;
	}
	.hub-diagram.upper-panel .hub-diagram__orbit {
		width: 100vw;
		height: 460px;
		max-width: 100%;
		max-height: 100%;
		margin-left: auto!important;
		margin-right: auto!important;
		left: 0;
		margin-top: 0!important;
		top: 0;
	}
	.hub-diagram.upper-panel {
		transform: scale(0.7)!important;
		max-width: 100%!important;
		width: 100vw!important;
	}
	.hub-diagram__hub {
		width: 80px !important;
	}
	.small-heading {
		font-size: 1.6rem !important;
	}
}
@media screen and (max-width: 440px) {
	.hp-wcu .hp-wcu-block, .hp-wcu .hp-wcu-block:nth-of-type(4) {
		min-height: 150px;
	}
	.die-scene {
		height: 120px !important;
	}
	#amw svg {
        width: 200px !important;
        height: auto !important;
    }
}