
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon>svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-pro-media-player .oxy-pro-media-player_play {
	--extras-play-icon-size: 60px;
}

.oxy-pro-media-player .oxy-pro-media-player_play button:hover {
	--vm-play-scale: 1;
}

.oxy-pro-media-player .oxy-pro-media-player_play button {
	transition-duration: .3s;
}

.oxy-pro-media-player vime-player {
	--vm-control-scale: .9;
	--extras-slider-height: 2px;
	--vm-control-group-spacing: 12px;
	--vm-controls-padding: 15px;
	--vm-controls-spacing: 15px;
	--vm-time-font-size: 13px;
	--vm-control-border-radius: 3px;
	--extras-spinner-size: 80px;
	--vm-spinner-thickness: 3px;
	--vm-spinner-spin-duration: 1s;
	--vm-tooltip-spacing: 3px;
	--vm-tooltip-padding: 3px;
}

.oxy-pro-media-player .oxy-pro-media-player_custom-image {
	--extras-poster-left: 50%;
	--extras-poster-top: 50%;
}

.oxy-pro-media-player vime-player.video {
	height: 0;
	overflow: hidden;
}

.oxy-pro-media-player .extras-in-builder vime-spinner {
	opacity: 0;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1540px;
}

body {
	font-family: "neue-haas-grotesk-display";
}

body {
	line-height: 1.5;
	font-size: 16px;
	font-weight: 200;
	color: #9e9e9e;
}

.oxy-nav-menu-hamburger-line {
	background-color: #9e9e9e;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "montserrat";
	font-size: 88px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

h2, h3, h4, h5, h6 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #8b58e4;
}

h3, h4, h5, h6 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}

h4, h5, h6 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

h5, h6 {
	font-size: 1.3rem;
	font-weight: 700;
}

h6 {
	font-size: 16px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ct-link-text {}

.ct-link {}

.ct-link-button {
	border-radius: px;
}

.ct-section-inner-wrap {
	padding-top: 65px;
	padding-right: 4%;
	padding-bottom: 65px;
	padding-left: 4%;
}

.ct-new-columns > .ct-div-block {}

.oxy-header-container {
	padding-right: 4%;
	padding-left: 4%;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.story-btn:hover {
	background-color: #8b58e4;
	transition-duration: .4s;
}

.story-btn {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	gap: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-left: 16px;
	border-radius: 34px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #9e9e9e;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #9e9e9e;
	visibility: hidden;
}

.story-btn:not(.ct-section):not(.oxy-easy-posts), .story-btn.oxy-easy-posts .oxy-posts, .story-btn.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.motion-hero_button {}

.grant-btn-d {}

.hidden-until-loaded {}

.motion-hero_heading {}

.motion-hero_paragraph {}

.sarah-btn-d {}

.scott-btn-d {}

.antuan-btn-d {}

.result-video {}

.child-one {}

.motion-tto_h {}

.button1:hover {
	background-color: #8b58e4;
	transition-duration: .3s;
	transition-property: background-color;
}

.button1 {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	gap: 20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-top-color: #9e9e9e;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #9e9e9e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-radius: 34px;
}

.button1:not(.ct-section):not(.oxy-easy-posts), .button1.oxy-easy-posts .oxy-posts, .button1.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.motion-rdf_button {}

.motion-tto_svg {}

.child-two {}

.child-three {}

.motion-tto_button {}

.open-form {}

.oxel_switcher__content {
	width: 100%;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
}

.oxel_switcher__content:not(.ct-section):not(.oxy-easy-posts), .oxel_switcher__content.oxy-easy-posts .oxy-posts, .oxel_switcher__content.ct-section .ct-section-inner-wrap {
	display: none;
	flex-direction: unset;
}

.oxel_switcher {
	width: 100%;
	min-width: 100%;
}

.oxel_switcher__toggle {
	width: 64px;
	background-color: #374047;
	border-radius: 999em;
	margin-left: 16px;
	margin-right: 16px;
	padding-bottom: 0px;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_switcher__toggle__icon {
	color: #f9f9fa;
}

.oxel_switcher__toggle__icon 
>svg {
	width: 32px;
	height: 32px;
}

.oxel_switcher__toggle__icon {
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_switcher__toggle_label {
	font-size: 14px;
	color: #374047;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	opacity: .5;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_switcher__toggle_label--active {
	opacity: 1;
}

.oxel_switcher__content--active {}

.oxel_switcher__content--active:not(.ct-section):not(.oxy-easy-posts), .oxel_switcher__content--active.oxy-easy-posts .oxy-posts, .oxel_switcher__content--active.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_icon_button__container:hover {
	background-color: #cfd3d7;
}

.oxel_icon_button__container {
	background-color: #eceeef;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	transition-duration: .3s;
}

.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts), .oxel_icon_button__container.oxy-easy-posts .oxy-posts, .oxel_icon_button__container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_icon_button_text {
	color: #374047;
}

.oxel_icon_button_icon {
	color: #606e79;
}

.oxel_icon_button_icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_icon_button_icon {
	margin-right: 8px;
}

.oxel-breadcrumb-wrapper {
	width: 100%;
}

.oxel-breadcrumb-code {
	width: 100%;
}

.oxel_horizontal_divider {
	margin-top: 16px;
	margin-bottom: 16px;
	width: 100%;
}

.oxel_horizontal_divider:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

.oxel_horizontal_divider__line {
	height: 2px;
	background-color: color(43);
}

.oxel_horizontal_divider__icon {
	color: color(43);
}

.oxel_horizontal_divider__icon 
>svg {
	width: 16px;
	height: 16px;
}

.oxel_horizontal_divider__icon {
	flex-shrink: 0;
}

.oxel_horizontal_divider__icon:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider__icon.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider__icon.ct-section .ct-section-inner-wrap {
	display: flex;
}

.atomic-subheading {
	font-family: montserrat;
	color: color(10);
	font-size: 24px;
	line-height: 1.6;
	font-weight: 200;
	max-width: 480px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 990px) {
	.atomic-subheading {
		font-size: 20px;
	}
}

@media (max-width: 660px) {
	.atomic-subheading {
		font-size: 18px;
	}
}

.atomic-secondary-heading {
	color: color(10);
	font-weight: 400;
	font-size: 56px;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1540px) {
	.atomic-secondary-heading {
		font-size: 52px;
	}
}

@media (max-width: 990px) {
	.atomic-secondary-heading {
		font-size: 44px;
	}
}

@media (max-width: 660px) {
	.atomic-secondary-heading {
		font-size: 40px;
	}
}

.atomic-primary-button:hover {
	background-color: color(3);
	color: color(1);
}

.atomic-primary-button {
	font-family: neue-haas-grotesk-display;
	background-color: color(2);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 48px;
	padding-right: 48px;
	font-size: 20px;
	color: color(1);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .25em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}

@media (max-width: 1240px) {
	.atomic-primary-button {
		padding-top: 16px;
		padding-left: 36px;
		padding-right: 36px;
		padding-bottom: 16px;
	}
}

@media (max-width: 990px) {
	.atomic-primary-button {
		font-size: 18px;
	}
}

@media (max-width: 660px) {
	.atomic-primary-button {
		font-size: 16px;
	}
}

.oxy-stock-content-styles {}

.atomic-simple-article-content {
	font-family: montserrat;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-blog-4-tags {}

.atomic-slider-5-column {
	text-align: center;
}

.atomic-slider-5-column:not(.ct-section):not(.oxy-easy-posts), .atomic-slider-5-column.oxy-easy-posts .oxy-posts, .atomic-slider-5-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.atomic-slider-5-icon {
	background-color: color(12);
	border: 1px solid color(12);
	padding: 24px;
	color: color(4);
}

.atomic-slider-5-icon 
>svg {
	width: 30px;
	height: 30px;
}

.atomic-slider-5-icon {
	margin-bottom: 16px;
}

.atomic-slider-5-title {
	font-size: 20px;
	color: color(4);
	font-weight: 500;
	text-align: left;
	line-height: 1.1;
	letter-spacing: .12em;
	margin-bottom: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-slider-5-text {
	color: color(13);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-primary-heading {
	color: color(10);
	font-size: 64px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 990px) {
	.atomic-primary-heading {
		font-size: 56px;
	}
}

@media (max-width: 660px) {
	.atomic-primary-heading {
		font-size: 44px;
	}
}

.atomic-outline-button:hover {
	background-color: transparent;
	color: color(3);
	border-top-color: color(11);
	border-right-color: color(11);
	border-bottom-color: color(11);
	border-left-color: color(11);
}

.atomic-outline-button {
	background-color: transparent;
	border: 1px solid color(11);
	color: color(11);
	padding: 9px 15px;
}

.atomic-outline-button {
	font-family: neue-haas-grotesk-display;
	font-weight: 700;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	line-height: 1.2;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: color(8);
	border-right-color: color(8);
	border-bottom-color: color(8);
	border-left-color: color(8);
	padding-left: 46px;
	padding-right: 46px;
	padding-top: 18px;
	padding-bottom: 18px;
	color: color(2);
	background-color: transparent;
	font-size: 20px;
	margin-right: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: .25em;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}

@media (max-width: 1240px) {
	.atomic-outline-button {
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 34px;
		padding-left: 34px;
	}
}

@media (max-width: 990px) {
	.atomic-outline-button {
		font-size: 18px;
	}
}

@media (max-width: 660px) {
	.atomic-outline-button {
		font-size: 16px;
	}
}

.financial-footer-5-text {
	font-family: neue-haas-grotesk-display;
	color: color(25);
	font-size: 12px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 8px;
	line-height: 1.4;
}

.atomic-tritary-heading {
	color: color(10);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 990px) {
	.atomic-tritary-heading {
		font-size: 30px;
	}
}

.atomic-slider-16-column {}

.atomic-slider-16-wrapper {
	width: 100%;
	background-color: color(1);
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	text-align: left;
	box-shadow: 0px 20px 40px color(15);
}

.atomic-slider-16-wrapper:not(.ct-section):not(.oxy-easy-posts), .atomic-slider-16-wrapper.oxy-easy-posts .oxy-posts, .atomic-slider-16-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.atomic-slider-16-image {
	margin-bottom: 24px;
}

.atomic-slider-16-title {
	color: color(4);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: .12em;
	margin-bottom: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-slider-16-text {
	color: color(13);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-hero-5-column {
	text-align: center;
}

.atomic-hero-5-column:not(.ct-section):not(.oxy-easy-posts), .atomic-hero-5-column.oxy-easy-posts .oxy-posts, .atomic-hero-5-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.atomic-hero-5-icon {
	color: color(4);
}

.atomic-hero-5-icon 
>svg {
	width: 30px;
	height: 30px;
}

.atomic-hero-5-icon {}

.atomic-hero-5-title {
	font-size: 20px;
	color: color(4);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .5px;
	margin-bottom: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-hero-5-text {
	color: color(13);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 6px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 280px;
}

.atomic-medium-button-outline:hover {
	color: color(11);
}

.atomic-medium-button-outline {
	color: color(2);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 34px;
	padding-left: 34px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .2em;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
}

.atomic-medium-button:hover {
	background-color: color(3);
	color: color(1);
	border-top-color: color(3);
	border-right-color: color(3);
	border-bottom-color: color(3);
	border-left-color: color(3);
}

.atomic-medium-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: color(1);
}

.atomic-medium-button {
	background-color: color(2);
	color: color(1);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 15px;
	padding-right: 36px;
	padding-left: 36px;
	padding-bottom: 15px;
	letter-spacing: .25em;
	text-align: center;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
	border-top-color: color(2);
	border-right-color: color(2);
	border-bottom-color: color(2);
	border-left-color: color(2);
}

.atomic-showcase-1-image {
	margin-bottom: 18px;
}

.atomic-showcase-1-title {
	color: color(4);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: .12em;
	text-align: left;
	margin-bottom: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-showcase-1-text {
	color: color(13);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-13-column {
	text-align: center;
}

.atomic-iconblock-13-column:not(.ct-section):not(.oxy-easy-posts), .atomic-iconblock-13-column.oxy-easy-posts .oxy-posts, .atomic-iconblock-13-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.atomic-iconblock-13-icon {
	border: 1px solid;
	padding: 20px;
	color: color(4);
}

.atomic-iconblock-13-icon 
>svg {
	width: 30px;
	height: 30px;
}

.atomic-iconblock-13-icon {
	margin-bottom: 16px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.atomic-iconblock-13-title {
	font-weight: 500;
	color: color(4);
	font-size: 20px;
	letter-spacing: .12em;
	line-height: 1.1;
	margin-bottom: 8px;
}

.atomic-iconblock-13-text {
	color: color(13);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-team-2-column {}

.atomic-team-2-column:not(.ct-section):not(.oxy-easy-posts), .atomic-team-2-column.oxy-easy-posts .oxy-posts, .atomic-team-2-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.atomic-team-2-image {
	margin-bottom: 24px;
}

.atomic-team-2-title {
	color: color(4);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: .5px;
	margin-bottom: 6px;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-team-2-small-text {
	color: color(14);
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-team-2-wrapper {
	width: 100%;
	background-color: color(1);
	text-align: center;
	padding-bottom: 24px;
	box-shadow: 0px 20px 40px color(15);
}

.atomic-team-2-wrapper:not(.ct-section):not(.oxy-easy-posts), .atomic-team-2-wrapper.oxy-easy-posts .oxy-posts, .atomic-team-2-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.atomic-cta-7-icon {
	background-color: color(12);
	border: 1px solid color(12);
	padding: 24px;
	color: color(3);
}

.atomic-cta-7-icon 
>svg {
	width: 30px;
	height: 30px;
}

.atomic-cta-7-icon {
	margin-bottom: 12px;
}

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

.atomic-cta-7-wrapper:not(.ct-section):not(.oxy-easy-posts), .atomic-cta-7-wrapper.oxy-easy-posts .oxy-posts, .atomic-cta-7-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.atomic-cta-7-text {
	font-size: 18px;
	font-weight: 400;
	color: color(13);
	line-height: 1.6;
	margin-top: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: auto;
}

.atomic-logo:hover {
	opacity: 1;
}

.atomic-logo {
	opacity: .8;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
}

.atomic-small-button-outline:hover {
	color: color(3);
}

.atomic-small-button-outline {
	font-weight: 700;
	color: color(2);
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .25em;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 24px;
	padding-right: 24px;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
}

.atomic-small-button:hover {
	background-color: color(3);
	color: color(1);
}

.atomic-small-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: color(1);
}

.atomic-small-button {
	background-color: color(2);
	font-size: 14px;
	font-weight: 700;
	color: color(1);
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	padding-left: 18px;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
}

.more {}

.oxy-superbox-primary {
	padding-left: 70px;
	padding-right: 70px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9e9e9e;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #9e9e9e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: center;
	border-radius: 16px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.oxy-superbox-primary:not(.ct-section):not(.oxy-easy-posts), .oxy-superbox-primary.oxy-easy-posts .oxy-posts, .oxy-superbox-primary.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1540px) {}

@media (max-width: 1240px) {
	.oxy-superbox-primary {
		padding-top: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 990px) {
	.oxy-superbox-primary {
		padding-top: 17px;
		padding-right: 17px;
		padding-bottom: 17px;
		padding-left: 17px;
	}
}

.oxy-superbox-secondary {}

.toggle-5556 {
	position: absolute;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: -20px;
}

.toggle-5556:not(.ct-section):not(.oxy-easy-posts), .toggle-5556.oxy-easy-posts .oxy-posts, .toggle-5556.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row-reverse;
}

.toggle-5556 .oxy-expand-collapse-icon {
	font-size: 19px;
}

.toggle-5556 .oxy-expand-collapse-icon::before, .toggle-5556 .oxy-expand-collapse-icon::after {
	background-color: #fff;
}

.toggle-5556-expanded {}

.btn {
	font-family: "muli";
	text-decoration: none;
	border-top-color: color(36);
	border-right-color: color(36);
	border-bottom-color: color(36);
	border-left-color: color(36);
	font-weight: 700;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: background-color, color;
	transition-delay: 0s;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 24px;
	line-height: 30px;
}

@media (max-width: 1240px) {
	.btn {}
}

@media (max-width: 990px) {
	.btn {
		text-align: center;
		font-size: 18px;
		line-height: 23px;
	}
}

@media (max-width: 660px) {
	.btn {
		width: 100%;
		text-align: center;
	}
}

.subtitle {
	font-family: "Mulish";
	font-size: 1.2rem;
	margin-top: 0px;
	line-height: 1.2;
	color: color(36);
}

.highlight {
	color: color(36);
}

.title {
	font-family: "Mulish";
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 1240px) {
	.title {
		width: 100%;
	}
}

@media (max-width: 660px) {
	.title {
		width: 100%;
		font-size: 2em;
	}
}

.wide-cta-v1 {}

.results-list {
	overflow: hidden;
	text-align: left;
}

.results-list:not(.ct-section):not(.oxy-easy-posts), .results-list.oxy-easy-posts .oxy-posts, .results-list.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

@media (max-width: 1540px) {
	.results-list {
		text-align: left;
	}
	
	.results-list:not(.ct-section):not(.oxy-easy-posts), .results-list.oxy-easy-posts .oxy-posts, .results-list.ct-section .ct-section-inner-wrap {
		display: flex;
	}
}

@media (max-width: 990px) {
	.results-list {}
	
	.results-list:not(.ct-section):not(.oxy-easy-posts), .results-list.oxy-easy-posts .oxy-posts, .results-list.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 660px) {}

.blurb {
	transform: translateY(100%);
	font-family: "muli";
	font-size: 18px;
	font-weight: 300;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: opacity, transform;
	transition-delay: 0s;
	margin-top: 0px;
	margin-bottom: 70px;
	height: 0px;
	text-align: center;
	opacity: 0;
	line-height: 28px;
	letter-spacing: .48px;
	color: #fff;
}

@media (max-width: 1240px) {
	.blurb {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 990px) {
	.blurb {}
	
	.blurb:not(.ct-section):not(.oxy-easy-posts), .blurb.oxy-easy-posts .oxy-posts, .blurb.ct-section .ct-section-inner-wrap {
		display: none;
	}
}

.practice-area-p {}

.practice-area-p .ct-section-inner-wrap {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

@media (max-width: 660px) {
	.practice-area-p {}
	
	.practice-area-p .ct-section-inner-wrap {
		padding-top: 22px;
	}
}

.practices-list {
	margin-top: 96px;
	text-align: justify;
}

.practices-list:not(.ct-section):not(.oxy-easy-posts), .practices-list.oxy-easy-posts .oxy-posts, .practices-list.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

@media (max-width: 1540px) {
	.practices-list {}
	
	.practices-list:not(.ct-section):not(.oxy-easy-posts), .practices-list.oxy-easy-posts .oxy-posts, .practices-list.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
	}
}

.side-contact {
	width: 100%;
	margin-top: 0em;
	padding-top: 50px;
	padding-bottom: 50px;
}

.side-contact:not(.ct-section):not(.oxy-easy-posts), .side-contact.oxy-easy-posts .oxy-posts, .side-contact.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

@media (max-width: 1240px) {
	.side-contact {
		margin-top: 0em;
	}
}

.oxy-close-modal:hover {}

.oxy-close-modal {
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	padding: 20px;
	color: #333;
}

.oxy-close-modal 
>svg {
	width: 55px;
	height: 55px;
}

.oxy-close-modal {
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: color;
	transition-delay: 0s;
	position: absolute;
	top: 1rem;
}

.load-more {}

.load-more:not(.ct-section):not(.oxy-easy-posts), .load-more.oxy-easy-posts .oxy-posts, .load-more.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

.form {}

.search-icon {}

.form-open {
	background-color: transparent;
	border: 1px solid #1e73be;
	color: #1e73be;
	padding: 9px 15px;
}

.form-open {
	color: #fff;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-radius: 0px;
}

.result:hover {
	color: #fff;
	background-color: color(33);
}

.result:before {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #8900ff;
	content: "";
}

.result {
	color: color(33);
	transition-duration: .4s;
	transition-timing-function: ease;
	z-index: 2;
	background-color: #fff;
	transition-property: color;
	position: relative;
	padding-bottom: 70px;
	padding-top: 70px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
	height: 100%;
	min-height: 490px;
	max-height: 490px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	box-shadow: 0px 0px 0px color(37);
}

.result:not(.ct-section):not(.oxy-easy-posts), .result.oxy-easy-posts .oxy-posts, .result.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

@media (max-width: 1240px) {
	.result {
		width: 100%;
		max-width: 490px;
		max-height: 345px;
		min-height: 345px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 990px) {
	.result {
		padding-top: 0px;
		min-height: 175px;
		max-height: 175px;
		text-align: center;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.result:not(.ct-section):not(.oxy-easy-posts), .result.oxy-easy-posts .oxy-posts, .result.ct-section .ct-section-inner-wrap {
		align-items: flex-start;
	}
}

.category {
	font-family: "muli";
	font-size: 32px;
	margin-bottom: 8px;
	font-weight: 700;
	color: #363636;
	line-height: 36px;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: all;
	transition-delay: 0s;
}

@media (max-width: 1240px) {
	.category {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (max-width: 990px) {
	.category {
		margin-bottom: 0px;
		line-height: 22px;
		font-size: 18px;
	}
}

.sub {
	font-family: "muli";
	font-weight: 700;
	letter-spacing: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 24px;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: border-bottom-color;
	transition-delay: 0s;
	line-height: 32px;
	border-bottom-color: #151515;
	text-transform: capitalize;
}

@media (max-width: 1240px) {
	.sub {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom-style: solid;
		width: 80%;
		letter-spacing: 0px;
	}
}

@media (max-width: 990px) {
	.sub {
		margin-bottom: 0px;
		text-align: left;
		font-size: 16px;
		line-height: 24px;
	}
	
	.sub:not(.ct-section):not(.oxy-easy-posts), .sub.oxy-easy-posts .oxy-posts, .sub.ct-section .ct-section-inner-wrap {
		display: none;
	}
}

.hover-blue:hover {
	color: color(36);
	color: #3883f8 !important;
	background-color: #fff;
}

.hover-blue {
	background-color: transparent;
	border: 1px solid color(36);
	color: color(36);
	padding: 9px 15px;
}

.hover-blue {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: color(36);
	border-right-color: color(36);
	border-bottom-color: color(36);
	border-left-color: color(36);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #fff;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: color(36);
}

@media (max-width: 990px) {
	.hover-blue {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.hover-white:hover {
	color: color(36);
	background-color: #fff;
}

.hover-white {
	color: #fff;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

@media (max-width: 990px) {
	.hover-white {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.btn-line:hover:after {
	width: 85%;
	transition-duration: .3s;
	transition-property: width;
}

.btn-line:after {
	width: 0%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
}

.btn-line:hover:before {
	width: 85%;
	transition-duration: .5s;
	transition-property: width;
}

.btn-line:before {
	width: 100%;
	height: 1px;
	background-color: #9e9e9e;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
}

.btn-line {
	font-family: neue-haas-grotesk-display;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	gap: 8px;
	padding-bottom: 8px;
	position: relative;
}

.btn-line:not(.ct-section):not(.oxy-easy-posts), .btn-line.oxy-easy-posts .oxy-posts, .btn-line.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.read-more {}

.pop-up-content {}

.case-results-parent {}

.case-results-parent .ct-section-inner-wrap {
	padding-bottom: 65px;
}

.case-results-parent:not(.ct-section):not(.oxy-easy-posts), .case-results-parent.oxy-easy-posts .oxy-posts, .case-results-parent.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-parent {}

.video-list {}

.video-item {
	position: relative;
}

.video-item:not(.ct-section):not(.oxy-easy-posts), .video-item.oxy-easy-posts .oxy-posts, .video-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.grid {
	position: relative;
}

.grid:not(.ct-section):not(.oxy-easy-posts), .grid.oxy-easy-posts .oxy-posts, .grid.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.grid-item {
	transition-duration: .4s;
}

.blog-cat {
	color: color(33);
	font-size: 1rem;
	font-weight: 700;
}

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

.blog-parent .ct-section-inner-wrap {
	padding-top: 0;
}

.blog-parent:not(.ct-section):not(.oxy-easy-posts), .blog-parent.oxy-easy-posts .oxy-posts, .blog-parent.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cat-list {
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-img {
	margin-bottom: 13px;
	width: 100%;
	max-height: 12em;
}

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

@media (max-width: 660px) {
	.title-head {}
}

.side-menu {}

@media (max-width: 1240px) {
	.side-menu {}
}

.values-list {
	width: 100%;
}

.values-list:not(.ct-section):not(.oxy-easy-posts), .values-list.oxy-easy-posts .oxy-posts, .values-list.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media (max-width: 1240px) {
	.values-list {}
	
	.values-list:not(.ct-section):not(.oxy-easy-posts), .values-list.oxy-easy-posts .oxy-posts, .values-list.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.value {
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 4%;
	padding-bottom: 4%;
	font-size: 1rem;
	font-weight: 700;
	width: 25%;
}

@media (max-width: 1240px) {
	.value {
		width: 33.33%;
	}
}

@media (max-width: 990px) {
	.value {
		width: 50%;
	}
}

@media (max-width: 660px) {
	.value {
		width: 100%;
	}
}

.staff-item {
	width: 23%;
	gap: 28px;
}

.staff-item:not(.ct-section):not(.oxy-easy-posts), .staff-item.oxy-easy-posts .oxy-posts, .staff-item.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
}

@media (max-width: 1240px) {
	.staff-item {
		width: 29%;
	}
}

@media (max-width: 990px) {
	.staff-item {
		text-align: center;
		width: 48%;
	}
	
	.staff-item:not(.ct-section):not(.oxy-easy-posts), .staff-item.oxy-easy-posts .oxy-posts, .staff-item.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 660px) {}

.review-item {
	width: 100%;
	margin-left: 0rem;
	margin-right: 0rem;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	superbox_editing_mode: live;
	margin-top: 0px;
	height: 100%;
}

.review-item .oxy-superbox-secondary {
	opacity: 0;
}

.review-item:hover .oxy-superbox-secondary {
	opacity: 1;
}

.review-item .oxy-superbox-primary {
	opacity: 1;
}

.review-item:hover .oxy-superbox-primary {
	opacity: 0;
}

@media (max-width: 1240px) {
	.review-item {}
}

@media (max-width: 990px) {
	.review-item {
		width: 100%;
		height: 100%;
	}
}

.review-logo {
	max-height: 4em;
	width: auto;
}

.accordion {
	margin-top: 0px;
	border-radius: 0px;
}

.accordion .oxy-pro-accordion_header {
	background-color: #f7f7f7;
	color: #151515;
	padding-left: 117px;
	padding-right: 117px;
	padding-top: 44px;
	padding-bottom: 44px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #8b8b8b;
}

.accordion .oxy-pro-accordion_item.active .oxy-pro-accordion_header {
	color: #fff;
}

.accordion .oxy-pro-accordion_title-area {
	padding-left: 0px;
}

.accordion .oxy-pro-accordion_title {
	font-family: "muli";
	text-transform: capitalize;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #151515;
	letter-spacing: 0px;
}

.accordion .oxy-pro-accordion_content {
	padding-top: 0px;
	padding-bottom: 44px;
	padding-left: 117px;
	padding-right: 117px;
}

.accordion .oxy-pro-accordion_icon {
	font-size: 25px;
	color: color(33);
}

.accordion .active .oxy-pro-accordion_icon {
	color: #fff;
}

.accordion .oxy-pro-accordion_body {
	--extras-hide-accordion: block;
}

.accordion .oxy-pro-accordion_context-icon {
	display: none;
}

@media (max-width: 1240px) {
	.accordion {}
	
	.accordion .oxy-pro-accordion_header {
		color: color(32);
		padding-left: 52px;
		padding-right: 52px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.accordion .oxy-pro-accordion_content {
		padding-left: 52px;
		padding-right: 52px;
	}
}

@media (max-width: 990px) {
	.accordion {}
	
	.accordion .oxy-pro-accordion_header {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 22px;
		padding-right: 22px;
	}
	
	.accordion .oxy-pro-accordion_title {
		font-size: 16px;
		line-height: 24px;
	}
	
	.accordion .oxy-pro-accordion_content {
		padding-bottom: 35px;
		padding-left: 22px;
		padding-right: 22px;
	}
}

.cta-box {
	width: 47%;
	border-top-color: color(32);
	border-right-color: color(32);
	border-bottom-color: color(32);
	border-left-color: color(32);
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 60px;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}

@media (max-width: 990px) {
	.cta-box {
		width: 100%;
	}
}

.location-list {
	text-align: justify;
	listrendertype: 1;
	position: relative;
}

.location-list:not(.ct-section):not(.oxy-easy-posts), .location-list.oxy-easy-posts .oxy-posts, .location-list.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}

.location {}

.play {}

.answer {
	font-family: "muli";
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	color: #fff;
}

@media (max-width: 990px) {
	.answer {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 660px) {
	.answer {
		text-align: left;
		line-height: 1.4;
	}
}

.footer:ct_category {}

.footer {
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: color(26);
	background-color: #000;
}

.footer .ct-section-inner-wrap {
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;
}

.footer:not(.ct-section):not(.oxy-easy-posts), .footer.oxy-easy-posts .oxy-posts, .footer.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 660px) {
	.footer {}
	
	.footer .ct-section-inner-wrap {
		padding-top: 20px;
	}
}

.play-box {
	z-index: 2;
}

.small-text {
	font-family: neue-haas-grotesk-display;
	font-size: 12px;
	line-height: 1.6;
	color: #95949e;
	margin-bottom: 6px;
	font-weight: 400;
}

.heading-four {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 1.2;
	color: #2b2c26;
	margin-bottom: 6px;
}

.text-link {
	font-family: neue-haas-grotesk-display;
	margin-bottom: 24px;
	line-height: 1.6;
	color: color(41);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.bnb-heading-two {
	color: #2b2c26;
	font-size: 36px;
	font-weight: 400;
}

.bnb-heading-three {
	font-family: montserrat;
	color: #2b2c26;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

.bnb-secondary-button:hover {
	color: #fff;
	background-color: color(41);
	border-top-color: color(41);
	border-right-color: color(41);
	border-bottom-color: color(41);
	border-left-color: color(41);
}

.bnb-secondary-button {
	font-family: neue-haas-grotesk-display;
	font-size: 14px;
	color: color(41);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 48px;
	padding-right: 48px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #fff;
}

.bnb-small-room-rooms-wrapper {
	width: 100%;
	background-color: #fff;
}

.bnb-small-room-rooms-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-small-room-rooms-wrapper.oxy-easy-posts .oxy-posts, .bnb-small-room-rooms-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.bnb-small-room-rooms-image {
	margin-top: -36px;
	margin-bottom: 24px;
}

@media (max-width: 990px) {
	.bnb-small-room-rooms-image {
		margin-top: -20px;
	}
}

.bnb-small-room-rooms-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 18px;
}

.bnb-small-room-rooms-link {
	color: color(41);
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.bnb-small-room-rooms-price {
	color: color(41);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
	font-style: italic;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b4b3bb;
	margin-left: 24px;
	margin-right: 24px;
}

.bnb-small-room-rooms-meta-wrapper {
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 12px;
}

.bnb-small-room-rooms-meta-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-small-room-rooms-meta-wrapper.oxy-easy-posts .oxy-posts, .bnb-small-room-rooms-meta-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bnb-small-room-rooms-meta-image {
	width: 24px;
	margin-right: 6px;
}

.bnb-small-room-rooms-meta-text {
	font-size: 12px;
	color: #95949e;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.1;
	text-transform: uppercase;
}

.post-grid {}

.posts-grid {}

.repeater-grid {
	margin-top: 0px;
}

.primary-nav-menu {}

.blog-child-links {}

@media (max-width: 990px) {
	.blog-child-links {}
}

.video-overlay-image {}

.play-icon {}

.read-more-cs {}

.choice-content-texts {
	font-family: "muli";
	font-size: 18px;
	font-weight: 400;
	color: #151515;
	line-height: 28px;
	letter-spacing: .48px;
}

@media (max-width: 990px) {
	.choice-content-texts {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .4px;
	}
}

.play-box-overlay {}

.content-description {}

.desc-wrap {}

.desc-fade {}

.open-link {}

.close-icon {}

.open-icon {}

.content-boxes {
	padding-top: 70px;
	padding-left: 35px;
	padding-bottom: 75px;
	padding-right: 35px;
	max-height: 195px;
	height: 100%;
	width: 50%;
}

@media (max-width: 1240px) {
	.content-boxes {
		padding-left: 0px;
	}
}

@media (max-width: 990px) {
	.content-boxes {
		padding-top: 15px;
		width: 100%;
		padding-bottom: 15px;
		height: auto;
	}
}

.content-boxes-txt {
	font-family: "muli";
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #151515;
}

@media (max-width: 990px) {
	.content-boxes-txt {
		font-size: 16px;
		line-height: 21px;
		width: 100%;
	}
}

.staff-bio-content {}

.blog-post-content {}

.contact-buttons:hover {
	background-color: color(36);
	color: #fff;
}

.contact-buttons {
	background-color: transparent;
	border: 1px solid #1e73be;
	color: #1e73be;
	padding: 9px 15px;
}

.contact-buttons {
	font-family: "muli";
	color: #151515;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #3d86f5;
	border-right-color: #3d86f5;
	border-bottom-color: #3d86f5;
	border-left-color: #3d86f5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-radius: 0px;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: all;
	transition-delay: 0s;
	max-width: 270px;
	width: 100%;
}

@media (max-width: 1240px) {
	.contact-buttons {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 990px) {
	.contact-buttons {
		font-size: 18px;
		line-height: 24px;
		padding-top: 23px;
		padding-bottom: 23px;
		max-width: 100%;
		background-color: color(36);
		color: #fff;
	}
	
	.contact-buttons:hover {
		background-color: #fff;
		color: color(36);
	}
}

.result-verdict {
	border-top-color: #707070;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #707070;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.modal-content {
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 117px;
	padding-right: 117px;
	position: relative;
}

@media (max-width: 1240px) {
	.modal-content {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 990px) {
	.modal-content {
		padding-left: 23px;
		padding-right: 23px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.open-open {}

.modal-heading {}

.modal-sub-heading {}

@media (max-width: 990px) {
	.modal-sub-heading {}
}

.modal-text-content {}

@media (max-width: 990px) {
	.modal-text-content {}
}

.modal-feat-image {}

@media (max-width: 1240px) {
	.modal-feat-image {}
}

.feat-category {}

.feat-content {}

.feat-actual-value {}

.feat-actual-value:not(.ct-section):not(.oxy-easy-posts), .feat-actual-value.oxy-easy-posts .oxy-posts, .feat-actual-value.ct-section .ct-section-inner-wrap {
	display: none;
}

.feat-image-url {}

.feat-show-popup {}

.open-featured {}

.verdict-actual-value {}

.verdict-actual-value:not(.ct-section):not(.oxy-easy-posts), .verdict-actual-value.oxy-easy-posts .oxy-posts, .verdict-actual-value.ct-section .ct-section-inner-wrap {
	display: none;
}

.verdict-category {}

.verdict-image-url {}

.verdict-text-content {}

.open-verdict {}

.pause-icon {}

.pause {}

.pause:not(.ct-section):not(.oxy-easy-posts), .pause.oxy-easy-posts .oxy-posts, .pause.ct-section .ct-section-inner-wrap {
	display: none;
}

.review-boxes:hover {}

.review-boxes {
	background-color: #8b58e4;
	border-radius: 16px;
	padding-top: 70px;
	padding-right: 70px;
	padding-bottom: 70px;
	padding-left: 70px;
}

@media (max-width: 1240px) {
	.review-boxes {
		padding-top: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 990px) {
	.review-boxes {
		padding-top: 17px;
		padding-right: 17px;
		padding-bottom: 17px;
		padding-left: 17px;
	}
}

.open-lightbox {}

.modal-video {}

.related-post-blog-heading {}

.open-menu {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	cursor: pointer;
}

.custom-menu {
	position: fixed;
	top: 0px;
	height: 100vh;
	z-index: 19;
	padding-bottom: 40px;
	background-color: rgba(16, 16, 16, .38);
	right: -100%;
	padding-top: 26px;
	visibility: hidden;
	overflow: hidden;
	width: 0%;
}

.custom-menu:not(.ct-section):not(.oxy-easy-posts), .custom-menu.oxy-easy-posts .oxy-posts, .custom-menu.ct-section .ct-section-inner-wrap {
	display: flex;
}

@media (max-width: 1540px) {
	.custom-menu {}
}

@media (max-width: 1240px) {
	.custom-menu {
		padding-top: 20px;
		overflow: scroll;
	}
}

@media (max-width: 660px) {
	.custom-menu {
		padding-top: 53px;
	}
}

.close-menu {
	margin-bottom: 35px;
	cursor: pointer;
}

.main-menu {}

.toggle-6766 {}

.toggle-6766-expanded {}

.footer-links-mobile {}

.footer-social {}

.footer-social-icon {}

.section1 {
	position: relative;
}

.section1 .ct-section-inner-wrap {
	padding-top: 270px;
	padding-bottom: 160px;
}

.section1:not(.ct-section):not(.oxy-easy-posts), .section1.oxy-easy-posts .oxy-posts, .section1.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 1240px) {
	.section1 {}
	
	.section1 .ct-section-inner-wrap {
		padding-top: 245px;
		padding-right: 52px;
		padding-bottom: 100px;
		padding-left: 52px;
	}
}

@media (max-width: 660px) {
	.section1 {}
	
	.section1 .ct-section-inner-wrap {
		padding-top: 185px;
		padding-right: 22px;
		padding-bottom: 80px;
		padding-left: 22px;
	}
}

.default-bg {
	background-image: url("https://cdn-ildkkll.nitrocdn.com/KPEgiUsRbNYdViaWbbAOCgJegUVlZrrm/assets/images/optimized/rev-d5e6b9a/www.aldouslaw.com/wp-content/uploads/2025/03/subpage-general-bg-scaled.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #101010;
}

.default-bg.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 1240px) {
	.default-bg {
		background-image: url("https://cdn-ildkkll.nitrocdn.com/KPEgiUsRbNYdViaWbbAOCgJegUVlZrrm/assets/images/optimized/rev-d5e6b9a/www.aldouslaw.com/wp-content/uploads/2025/03/general-sub-bg-tablet.png");
		background-size: 100% auto;
	}
	
	.default-bg.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 660px) {
	.default-bg {
		background-image: url("https://cdn-ildkkll.nitrocdn.com/KPEgiUsRbNYdViaWbbAOCgJegUVlZrrm/assets/images/optimized/rev-d5e6b9a/www.aldouslaw.com/wp-content/uploads/2025/03/general-sub-bg-mobile.png");
		background-size: 100% auto;
	}
	
	.default-bg.nitro-lazy {
		background-image: none !important;
	}
}

.breadcrumb1 {}

.content-container {
	width: 100%;
	max-width: 1405px;
}

.content-container:not(.ct-section):not(.oxy-easy-posts), .content-container.oxy-easy-posts .oxy-posts, .content-container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.overlay:before {
	background-image: linear-gradient(180deg, rgba(16, 16, 16, 0), #101010 100%);
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "";
}

@media (max-width: 1240px) {
	.overlay:before {
		background-image: linear-gradient(rgba(16, 16, 16, 0), #101010 100%);
	}
}

@media (max-width: 660px) {
	.overlay:before {
		background-image: linear-gradient(rgba(16, 16, 16, 0), #101010 100%);
	}
}

.above-text {
	font-size: 26px;
	color: #fff;
	line-height: 1;
	font-style: italic;
	font-weight: 700;
}

@media (max-width: 660px) {
	.above-text {
		font-size: 16px;
	}
}

.bg-center {
	margin-left: 2px;
}

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

.review-container {
	width: 25%;
}

.backdrop-blur {}

.backdrop-blur:not(.ct-section):not(.oxy-easy-posts), .backdrop-blur.oxy-easy-posts .oxy-posts, .backdrop-blur.ct-section .ct-section-inner-wrap {
	display: flex;
}

.testimonial1 {}

.bg-bottom {}

.bg-custom-bottom1 {
	background-color: #101010;
}

.testimonial-video {}

.cursor-pointer {}

.heading1-left {
	font-family: montserrat;
	color: #fff;
	line-height: 1;
	margin-bottom: 25px;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 58px;
}

@media (max-width: 1540px) {
	.heading1-left {
		font-size: 64px;
	}
}

@media (max-width: 1240px) {
	.heading1-left {
		font-size: 64px;
	}
}

@media (max-width: 660px) {
	.heading1-left {
		font-size: 38px;
	}
}

.button2:hover:after {
	width: 100%;
	transition-duration: .4s;
}

.button2:after {
	height: 1px;
	width: 0%;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: "";
}

.button2:before {
	background-color: #9e9e9e;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	content: "";
}

.button2 {
	padding-bottom: 8px;
	position: relative;
}

.blog-filter {}

.read-more-result {}

.result-lightbox {}

.result-lb-value {}

.result-lb-logo {}

.result-lb-content {}

.img-overlay1:after {
	background-image: linear-gradient(rgba(16, 16, 16, 0), #101010);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
	content: "";
}

.img-overlay1 {}

.tabs-8915-tab {}

.tabs-8915-tab-active {
	background-color: #8b58e4;
}

.tabs-contents-8915-tab {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.button3:hover {
	background-color: #8b58e4;
	transition-duration: .4s;
}

.button3 {
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-size: 16px;
	color: #fff;
	border-radius: 34px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #9e9e9e;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #9e9e9e;
}

.col2 {}

.content {
	margin-bottom: 20px;
	font-size: 16px;
}

.read-more-icon {}

.follow-icons {}

.heading2 {
	font-family: montserrat;
	color: #8b58e4;
	font-size: 32px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
	margin-bottom: 24px;
}

@media (max-width: 660px) {
	.heading2 {
		font-size: 22px;
	}
}

.content2 {}

.read-more2 {}

.button4 {
	line-height: 1;
	color: #fff;
	text-align: center;
	position: relative;
	padding-right: 24px;
}

.button4:not(.ct-section):not(.oxy-easy-posts), .button4.oxy-easy-posts .oxy-posts, .button4.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.custom-menu-item {
	padding-top: 70px;
	padding-right: 24px;
	padding-bottom: 70px;
	padding-left: 24px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-radius: 16px;
	border-top-color: #9e9e9e;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #9e9e9e;
	max-width: 390px;
	text-align: left;
	background-color: rgba(16, 16, 16, .19);
}

.custom-menu-item:not(.ct-section):not(.oxy-easy-posts), .custom-menu-item.oxy-easy-posts .oxy-posts, .custom-menu-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 1240px) {
	.custom-menu-item {
		width: 100%;
		padding-top: 32px;
		padding-bottom: 32px;
		max-width: 100%;
	}
	
	.custom-menu-item:not(.ct-section):not(.oxy-easy-posts), .custom-menu-item.oxy-easy-posts .oxy-posts, .custom-menu-item.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 660px) {
	.custom-menu-item {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.team-popup-trigger {}

.team-popup {
	position: absolute;
	bottom: 170px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 16px;
}

.team-popup:not(.ct-section):not(.oxy-easy-posts), .team-popup.oxy-easy-posts .oxy-posts, .team-popup.ct-section .ct-section-inner-wrap {
	display: none;
	align-items: center;
}

@media (max-width: 1240px) {
	.team-popup {
		bottom: 100px;
	}
}

.team-popup1 {
	position: absolute;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 16px;
	margin-bottom: -100px;
}

.team-popup1:not(.ct-section):not(.oxy-easy-posts), .team-popup1.oxy-easy-posts .oxy-posts, .team-popup1.ct-section .ct-section-inner-wrap {
	display: none;
	align-items: center;
}

@media (max-width: 1240px) {
	.team-popup1 {}
}

.team-popup-trigger1 {}

.team-popup2 {
	position: absolute;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 16px;
	margin-bottom: -100px;
	width: 403px;
}

.team-popup2:not(.ct-section):not(.oxy-easy-posts), .team-popup2.oxy-easy-posts .oxy-posts, .team-popup2.ct-section .ct-section-inner-wrap {
	display: none;
	align-items: center;
}

@media (max-width: 1540px) {
	.team-popup2 {
		margin-right: 150px;
	}
}

@media (max-width: 1240px) {
	.team-popup2 {}
}

.team-popup-trigger2 {}

.team-popup-trigger3 {}

.team-popup3 {
	position: absolute;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 16px;
	margin-bottom: -150px;
	width: 360px;
}

.team-popup3:not(.ct-section):not(.oxy-easy-posts), .team-popup3.oxy-easy-posts .oxy-posts, .team-popup3.ct-section .ct-section-inner-wrap {
	display: none;
	align-items: center;
}

@media (max-width: 1240px) {
	.team-popup3 {}
}

.subpage-1st-sect {
	padding-top: 142px;
}

.subpage-1st-sect .ct-section-inner-wrap {
	padding-top: 142px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

@media (max-width: 1240px) {
	.subpage-1st-sect {
		padding-top: 133px;
	}
}

@media (max-width: 660px) {
	.subpage-1st-sect {
		padding-top: 145px;
	}
	
	.subpage-1st-sect .ct-section-inner-wrap {
		padding-top: 130px;
	}
}

.secondary-bg {
	background-image: url("https://cdn-ildkkll.nitrocdn.com/KPEgiUsRbNYdViaWbbAOCgJegUVlZrrm/assets/images/optimized/rev-d5e6b9a/www.aldouslaw.com/wp-content/uploads/2025/03/mainstage-bg-scaled.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.secondary-bg.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 1240px) {
	.secondary-bg {
		background-image: url("https://cdn-ildkkll.nitrocdn.com/KPEgiUsRbNYdViaWbbAOCgJegUVlZrrm/assets/images/optimized/rev-d5e6b9a/www.aldouslaw.com/wp-content/uploads/2025/03/mainstage-bg-tablet.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.secondary-bg.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 660px) {
	.secondary-bg {
		background-image: url("https://cdn-ildkkll.nitrocdn.com/KPEgiUsRbNYdViaWbbAOCgJegUVlZrrm/assets/images/optimized/rev-d5e6b9a/www.aldouslaw.com/wp-content/uploads/2025/03/mainstage-bg-mobile.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.secondary-bg.nitro-lazy {
		background-image: none !important;
	}
}

.sitemap1 {}

.mainstage {}

.grant {}

.sarah {}

.scott {}

.story-img {
	position: absolute;
	height: 847px;
	z-index: 1;
	bottom: -150px;
	margin-right: 270px;
}

.story-img:not(.ct-section):not(.oxy-easy-posts), .story-img.oxy-easy-posts .oxy-posts, .story-img.ct-section .ct-section-inner-wrap {
	display: none;
}

@media (max-width: 1540px) {
	.story-img {
		height: 818px;
		margin-right: 145px;
	}
}

@media (max-width: 1240px) {
	.story-img {
		bottom: -120px;
		height: 745px;
		margin-right: 0px;
	}
}

@media (max-width: 990px) {
	.story-img {}
}

@media (max-width: 660px) {
	.story-img {
		margin-right: 0px;
		height: 404px;
		position: absolute;
		bottom: auto;
		top: 50px;
	}
}

.grant-btn {}

.sarah-btn {}

.scott-btn {}

.memento-img {}

.antuan-btn {}

.antuan {}

.custom-menu1 {}

.grant-btn-m {}

.sarah-btn-m {}

.scott-btn-m {}

.antuan-btn-m {}

.button5:hover {}

.button5 {
	width: 100%;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 55px;
	padding-right: 15px;
	text-align: center;
	gap: 16px;
	line-height: 1;
	letter-spacing: .4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9e9e9e;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #9e9e9e;
	border-radius: 16px;
	position: relative;
}

.button5:not(.ct-section):not(.oxy-easy-posts), .button5.oxy-easy-posts .oxy-posts, .button5.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}

@media (max-width: 660px) {
	.button5 {}
}

.icon-container {}

.motion-hero_person {}

.motion-hero_video {}

.motion-hero_cta {}

.motion-hero {}

.pointer-events-none {}

.main-nav {}

.page-dot1 {}

.show-on-scroll {}

.hidden {}

.blog-post-content2 {}

.grant-btn-t {}

.sarah-btn-t {}

.scott-btn-t {}

.antuan-btn-t {}

.video-container {}

.open-video {}

.staff-container {}

.staff-img {}

.content1 {}

.read-more-icon1 {}

.h1 {
	font-family: montserrat;
	font-size: 88px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 1240px) {
	.h1 {
		font-size: 64px;
	}
}

@media (max-width: 660px) {
	.h1 {
		font-size: 38px;
	}
}

.motion-hero_learn_more {}

.motion-rdf_lines {}

.motion-rdf_p {}

.motion-rdf_h {}

.motion-tto_p {}

.motion-scroll_tto {}

.motion-rdf_left {}

.motion-rdf_right {}

.motion-scroll_om {}

.motion-om_p {}

.motion-st_fc-container {}

.motion-st_flip-card {}

.mainstage-desktop {}

.mainstage-alt {}

.motion-hero_center-text {}

.story-img-desktop {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	height: 80vh;
	object-fit: contain;
	object-position: bottom;
	padding-right: 10vw;
}

.story-img-desktop:not(.ct-section):not(.oxy-easy-posts), .story-img-desktop.oxy-easy-posts .oxy-posts, .story-img-desktop.ct-section .ct-section-inner-wrap {
	display: none;
}

@media (max-width: 1540px) {
	.story-img-desktop {
		margin-right: 22px;
		height: 75vh;
	}
}

@media (max-width: 1240px) {
	.story-img-desktop {
		bottom: -120px;
		margin-right: 0px;
	}
}

@media (max-width: 990px) {
	.story-img-desktop {}
}

@media (max-width: 660px) {
	.story-img-desktop {
		margin-right: 0px;
		position: absolute;
		bottom: auto;
		top: 50px;
	}
}

.grant-d {}

.sarah-d {}

.scott-d {}

.antuan-d {}

.h3 {
	font-family: montserrat;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	margin-bottom: 18px;
}

@media (max-width: 1240px) {
	.h3 {
		font-size: 22px;
	}
}

@media (max-width: 660px) {
	.h3 {
		font-size: 18px;
	}
}

.h4 {
	font-family: neue-haas-grotesk-display;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 18px;
}

@media (max-width: 660px) {
	.h4 {
		font-size: 18px;
	}
}

.floating {}

.sticky {}

.image-holder {}

.client-quote {
	font-family: montserrat;
	font-size: 64px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

.custom-scroll {
	width: 100%;
	height: 765px;
	padding-right: 20px;
	position: relative;
}

@media (max-width: 660px) {
	.custom-scroll {
		height: 600px;
	}
}

.new-heading {}

.result-heading {}

.story-btn-2 {}

.story-btn-2:not(.ct-section):not(.oxy-easy-posts), .story-btn-2.oxy-easy-posts .oxy-posts, .story-btn-2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
}

.child-overlay {}

.vsection-subheader {}

@media (max-width: 660px) {
	.vsection-subheader {
		font-size: 16px;
		text-transform: uppercase;
	}
}

.vsection-header {}

.vsection-name {}

.vsection-buttons {}

:root {
	--white: #fff;
	--green: #3ab54a;
	--grey: #656565;
	--purple: #8900ff;
	--dark: #151515;
	--light: #f7f7f7;
	--blue: #3883f8;
	--grid-spacing: 60px;
}

/* Title Head */
.title-head h1 {
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title-head h1 + * {
	font-weight: 700;
}

/* List Styles */
ul:not([class*="menu"]) {
	padding-left: 0px;
	margin: 0;
}

/* ul:not([class*="menu"]) li:last-child {
	margin-bottom: 0px;
} */
ul:not([class*="menu"]) li {
	list-style-type: none;
	margin-bottom: 18px;
}

ul:not([class*="menu"]) li:before {}

/* Header */
.oxy-header .oxy-header-container {
	padding-left: 0;
	padding-right: 0;
}

.oxy-header .oxy-pro-menu-list .sub-menu {
	padding-left: 1em;
}

/* Practice Area Parent */
.practice-area-p .practices-list a {
	color: var(--dark);
	transition: color .4s ease 0s;
}

.practice-area-p .practices-list a:hover {
	color: var(--white);
}

/* Case Results */
.case-results .result:before {
	will-change: opacity;
	transition: opacity .4s ease 0s;
	opacity: 0;
}

.case-results .result:hover:before {
	opacity: 1;
}

.case-results .result .category a {
	color: var(--dark);
	transition: color .4s ease 0s;
}

.case-results .result:hover .category a {
	color: var(--white);
}

.case-results .result:hover .sub {
	border-bottom-color: var(--white);
}

.case-results .result:hover .blurb {
	opacity: 1;
	height: 100%;
	transform: translateY(0);
}

.case-results .result:hover .blurb.btn-line {
	height: unset;
}

/* Side Contact */
.forminator-ui.forminator-custom-form[data-design="flat"] .forminator-field .forminator-button {
	color: var(--blue);
	width: 100%;
	border: .25em solid var(--blue);
	transition: background-color .4s ease 0s, color .4s ease 0s;
}

.forminator-ui.forminator-custom-form[data-design="flat"] .forminator-field .forminator-button:hover {
	color: var(--white);
	background-color: var(--blue);
	box-shadow: none;
}

.forminator-input, .forminator-textarea {
	padding: 1em 1.5em;
	border-bottom: 2px solid #656565;
	letter-spacing: 1.1px;
	font-weight: bold;
	background-color: #f7f7f7;
}

.forminator-input::placeholder, .forminator-textarea::placeholder {
	color: #656565;
}

/* Accordion */
.oxy-pro-accordion_item, .oxy-pro-accordion [class*="header"] {
	transition: background .4s ease;
}

/* .oxy-pro-accordion_item.active {
	background: #8900FF;
}

.oxy-pro-accordion_item.active .oxy-pro-accordion_title {
	color: #fff;
}

.oxy-pro-accordion_item.active [class*="header"] {
	background: transparent;
  	border-bottom: none;
}

.oxy-pro-accordion_item.active [class*="body"] {
	color: var(--white);
} */

/* Error Search */
#searchsubmit {
	display: none;
}

.searchform input {
	padding: 1.5em;
	background-color: var(--light);
	width: 100%;
}

/* Video Parent */
.oxy-close-modal {
	cursor: pointer;
}

.video-list .video-item .vid {
	display: none;
}

/* Team Child */
.staff-awards {
	list-style-type: none;
	padding-left: 0;
	font-size: 1rem;
}

/* Grid Spacing */
.grid {
	width: calc(100% + var(--grid-spacing));
	left: calc(var(--grid-spacing) * -.5);
}

.grid .grid-item {
	width: calc(33.33% - var(--grid-spacing));
	margin: calc(var(--grid-spacing) / 2);
	flex: 0 1 auto;
}

/* Blog Parent Page */
.blog-parent .cat-list {
	display: flex;
	list-stye-type: none;
	flex-wrap: wrap;
}

.blog-parent .cat-list button {
	border: none;
	background: none;
	font-family: "Mulish";
	transition: color .4s ease 0s;
	padding: 1em;
}

.blog-parent .cat-list button.selected, .blog-parent .cat-list button:hover {
	color: var(--blue);
}

.blog-parent .grid-item .blog-img {
	object-fit: cover;
	object-position: center;
}

.blog-parent .info .blog-cat {
	margin-right: 5px;
}

.blog-parent .info .blog-title {
	margin-top: 16px;
	margin-bottom: 16px;
	line-height: 1.4;
}

/* Practice Area Menu */
.side-menu .oxy-pro-menu-list, .side-menu .oxy-pro-menu .oxy-pro-menu-list .menu-item {
	display: block;
}

.side-menu .menu-item {
	border-bottom: 1px solid var(--dark);
	transition: padding-left .8s ease;
	width: 100%;
}

.side-menu .menu-item[class*="current"] a, .side-menu .menu-item:hover a {
	padding-left: 10px;
}

.side-menu .menu-item .sub-menu {
	height: 0;
	display: block;
	position: relative;
	transition: height .8s ease 0s;
	top: unset;
	left: unset;
}

.side-menu .menu-item .sub-menu.aos-animate {
	height: 100%;
	transition: all .8s ease;
}

/* Footer */
.location-list {
	width: calc(100% + var(--grid-spacing));
	left: calc(var(--grid-spacing) * -.5);
}

.location-list .location {
	width: calc(25% - var(--grid-spacing));
	margin: calc(var(--grid-spacing) / 2);
}

/* Value Panel */
.values-list .value:nth-child(-n+4) {
	border-bottom: 1px solid var(--grey);
}

.values-list .value:not(:nth-child(4n)) {
	border-right: 1px solid var(--grey);
}

/* 992px Max */
@media screen and (max-width: 991px) {
	.grid .grid-item {
		width: calc(50% - var(--grid-spacing));
	}
	
	.values-list .value:nth-child(-n+4) {
		border-bottom: none;
	}
	
	.values-list .value:not(:nth-child(4n)) {
		border-right: none;
	}
	
	.values-list .value:nth-child(-n+6) {
		border-bottom: 1px solid var(--grey);
	}
	
	.values-list .value:not(:nth-child(3n)) {
		border-right: 1px solid var(--grey);
	}
	
	.location-list .location {
		width: calc(50% - var(--grid-spacing));
	}
}

/* 767px Max */
@media screen and (max-width: 767px) {
	.values-list .value:nth-child(-n+6) {
		border-bottom: none;
	}
	
	.values-list .value:not(:nth-child(3n)) {
		border-right: none;
	}
	
	.values-list .value:nth-child(-n+6) {
		border-bottom: 1px solid var(--grey);
	}
	
	.values-list .value:nth-child(2n) {
		border-left: 1px solid var(--grey);
	}
	
	.location-list, .location-list .location {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		left: 0;
	}
	
	.location-list .location {
		margin-top: 0;
	}
}

/* 480px Max */
@media screen and (max-width: 479px) {
	h1 {
		font-size: 2.5em;
	}
	
	h3 {
		font-size: 2em;
	}
	
	.grid, .grid .grid-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		left: 0;
	}
	
	.values-list .value:nth-child(-n+6) {
		border-bottom: none;
	}
	
	.values-list .value:nth-child(2n) {
		border-left: none;
	}
	
	.values-list .value + .value {
		border-bottom: 1px solid var(--grey);
	}
}

.page-item-691 {
	display: none !important;
}

.archive .widget_categories ul, .blog .widget_categories ul {
	margin: 0 auto 20px;
	display: table;
}

.archive li.cat-item, .blog li.cat-item {
	display: inline-block;
	padding-right: 12px;
	text-transform: uppercase;
	color: #3783f7 !important;
}

.archive li.cat-item a, .blog li.cat-item a {
	color: #3783f7 !important;
	font-weight: 400 !important;
	font-size: 16px;
}

.archive ul:not([class*="menu"]) li:before, .blog ul:not([class*="menu"]) li:before {
	display: none;
}

.archive h2.widgettitle, .blog h2.widgettitle {
	display: none;
}

p a, .ct-text-block a, .ct-text-block li a, h3 a, .blog-post-content p a, .blog-post-content li a {
	color: #8b58e4 !important;
}

p a:hover, .ct-text-block a:hover, .ct-text-block li a:hover, h3 a:hover, .blog-post-content p a:hover, .blog-post-content li a:hover {
	color: #4258ff !important;
}

h2 a {
	color: #4258ff;
}

h2 a:hover {
	text-decoration: underline;
}

.staff-item {}

#code_block-70-652 button:hover, #code_block-70-652 button:active {
	color: #8900ff;
}

.blog-cat {
	color: #3883f8;
}

.oxy-easy-posts {
	display: flex;
	margin: 0 auto;
}

a.oxy-read-more {
	border-bottom: 4px solid #3783f7;
	font-size: 24px !important;
	padding-top: 25px;
}

.oxy-post-image-fixed-ratio {
	background-size: auto !important;
	max-height: 100px !important;
}

.single-post p, .single-post ul li {}

#div_block-2-123 a.oxy-share-button.facebook {
	color: #fff;
}

#div_block-2-123 .oxy-share-button {
	color: #fff !important;
}

.primary-nav-menu.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
	font-size: 14px !important;
}

.primary-nav-menu .sub-menu li.menu-item {
	padding: 0px 10px 0px 10px !important;
	background-color: #eee;
}

.blog-child-links:hover #headline-228-652 {
	color: #8900ff;
}

.page-id-1997 .new-heading h1 {
	font-size: 26px;
	line-height: 45px;
	margin-bottom: 50px;
	font-weight: 400;
}

.single-our-team  .result-heading {
	font-family: "montserrat";
	font-size: 88px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.responsive-video-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-color: #000;
	overflow: hidden;
}

.responsive-video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (max-width: 600px) {
	.blog-post-content .wp-video {
		width: auto !important;
	}
}

@media only screen and (max-width: 480px) {
	.oxy-pro-menu .menu-item > a {
		display: -webkit-box;
	}
	
	.page-id-1997 .new-heading h1 {
		font-size: 15px;
		line-height: 40px;
	}
	
	.single-our-team  .result-heading {
		font-size: 38px;
	}
}

.content1 {
	max-width: 90vw;
}

.custom-scroll {
	overflow-y: auto;
}

.custom-scroll::-webkit-scrollbar {
	width: 8px !important;
}

.custom-scroll::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, .15);
	border-radius: 8px;
}

.custom-scroll::-webkit-scrollbar-thumb {
	background: #8b58e4;
	border-radius: 8px;
}

.blog-post-content video {
	max-width: 100%;
	background-color: #000;
}

.sticky {
	position: sticky;
	top: 0px;
}

/* Initial floating state (visible with transition) */
.floating {
	transition: opacity .4s ease, transform .4s ease;
	opacity: 1;
	transform: scale(1);
}

/* Hidden state for floaters */
.hide-float {
	opacity: 0 !important;
	transform: scale(.9);
	pointer-events: none;
}

/* .hide-float {
  visibility: hidden;
} */
.video-container .play-icon, .staff-container .staff-img {
	transition: transform .4s ease;
	transition-delay: 0s;
}

.video-container:hover .play-icon, .staff-container:hover .staff-img {
	transform: scale(1.1);
	transition-delay: 0s;
}

.main-nav a:hover {
	font-style: italic;
	transition: font-style .3s ease;
}

.main-nav .current_page_item a {
	font-style: italic;
}

.main-nav ul.sub-menu {
	max-height: 0px;
	overflow: hidden;
}

.main-nav .menu-main-container > ul > li:hover > ul.sub-menu {
	max-height: 600px;
	transition: max-height .9s ease;
}

.button5 .icon-container {
	border: 1px solid rgba(139, 88, 228, 0);
	padding: 6px 4px;
	border-radius: 50%;
}

.button5:hover .icon-container {
	border: 1px solid #8b58e4;
	padding: 6px 4px;
	border-radius: 50%;
	transform: scale(1.2);
	transition: .3s ease;
}

#_nav_menu-219-1130 ul.sub-menu > li > a {
	font-weight: 400 !important;
	font-size: 16px !important;
}

#_nav_menu-219-1130 ul.sub-menu {
	border-radius: 10px;
}

#_nav_menu-219-1130 ul.oxy-nav-menu-list > li.menu-item > a:after {
	margin-top: -5px;
}

.mainstage .oxy-video-container {
	border-radius: 15px;
}

#_dynamic_list-94-1484 > div:first-child {
	display: none;
}

.follow-icons svg:hover path {
	fill: #8b58e4;
}

vime-slider.hydrated input[type="range"] {
	color: #fff;
}

.cursor-pointer {
	cursor: pointer;
}

.testimonial1 > div:not(:last-child):after {
	content: "";
	width: 80%;
	height: 1px;
	background-color: #464646;
	position: absolute;
	bottom: 0;
}

#-carousel-builder-711-1140 li.dot, #-carousel-builder-1301-1140 li.dot, #-carousel-builder-1427-1140 li.dot, #-carousel-builder-2925-1071 li.dot, #-carousel-builder-2146-1140 li.dot, #-carousel-builder-3522-1140 li.dot, .page-dot1 li.dot {
	flex: 1;
}

#-carousel-builder-711-1140 li.dot.is-selected, #-carousel-builder-2146-1140 li.dot.is-selected, #-carousel-builder-3522-1140 li.dot.is-selected, .page-dot1 li.dot.is-selected {
	height: 3px;
}

#-carousel-builder-200-1146  .flickity-page-dots li.dot, #-carousel-builder-291-1131 .flickity-page-dots li.dot, #-carousel-builder-476-1131 .flickity-page-dots li.dot {
	border: 1px solid #efefef;
}

#-carousel-builder-200-1146 .flickity-page-dots li.dot.is-selected, #-carousel-builder-291-1131 .flickity-page-dots li.dot.is-selected, #-carousel-builder-476-1131 .flickity-page-dots li.dot.is-selected {
	border: 1px solid #4258ff;
}

.backdrop-blur, .fancybox-stage {
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
}

.button1 img {
	transition: transform .4s ease;
	transition-delay: 0s;
}

.button1:hover img {
	transform: rotate(45deg);
	transition-delay: 0s;
}

.bg-center {
	background-position: center;
}

.bg-bottom {
	background-position: bottom;
}

.bg-custom-bottom1 {
	background-position: center calc(100% - 0px);
}

.breadcrumb1 a, .breadcrumb1 span {
	color: #9e9e9e;
}

.footer-links-mobile .oxy-toggle-content {
	flex-grow: unset;
}

.oxy-social-icons.footer-social-icon {
	gap: 40px;
}

.footer-links ul {
	gap: 24px;
}

@media screen and (min-width: 661px) and (max-width: 1240px) {
	.oxy-social-icons.footer-social-icon {
		grid-gap: 30px;
	}
}

@media screen and (max-width: 1240px) {
	.bg-custom-bottom1 {
		background-position: center calc(100% - 155px);
	}
}

@media screen and (max-width: 990px) {
	.bg-custom-bottom1 {
		background-position: center calc(100% - 187px);
	}
}

@media screen and (max-width: 660px) {
	.bg-custom-bottom1 {
		background-position: center calc(100% - 117px);
	}
	
	.follow-icons svg {
		width: 40px;
	}
}

@media screen and (min-width: 991px) {
	.col2 ul {
		column-count: 2;
		column-gap: 50px;
	}
}

@media screen and (min-width: 1541px) {
	.mainstage .oxy-video-container video {
		width: 100vh !important;
	}
}

@media screen and (max-width: 1540px) {
	.mainstage .oxy-video-container video {
		height: 100vh !important;
	}
}

@media screen and (min-width: 1541px) and (max-width: 1800px) {
	div#div_block-5058-1071 {
		padding-left: 40px;
	}
	
	div#div_block-5074-1071 {
		padding-right: 0px;
	}
	
	section#section-5051-1071 {
		height: 670px;
	}
	
	.story-img {
		height: 801px;
		margin-right: 220px;
	}
}

@media screen and (min-width: 1440px) {
	.mainstage-alt {
		display: none;
	}
}

@media screen and (max-width: 1439px) {
	.mainstage-desktop {
		display: none;
	}
}

/* SITE WIDE */
.modal-video  iframe {
	position: relative;
	min-height: 311px;
}

/* END SITE WIDE */
.result:hover [data-id="text_block-1881-1071"], .result:hover [data-id="text_block-2042-1071"], .result:hover .category {
	color: #fff !important;
}

.result-verdict:hover [data-id="text_block-580-1155"], .result-verdict:hover [data-id="text_block-584-1155"] {
	color: #8b58e4 !important;
}

.result-verdict:hover .category {
	color: #363636 !important;
}

.category span a {
	color: #363636;
}

.result:hover .sub {
	border-bottom: 2px solid #fff;
}

.result-verdict:hover .sub {
	border-bottom: 2px solid #000 !important;
}

.result:hover .read-more-cs {
	display: none;
}

.result-verdict:hover .read-more-cs {
	display: block;
	cursor: pointer;
}

.result:hover .blurb {
	opacity: 1;
}

/* MENU */
#_header-24-6.oxy-header.oxy-overlay-header:not(.oxy-sticky-header-active) .oxy-header-row {
	background-color: rgba(21, 21, 21, 80%) !important;
}

#-pro-menu-29-6 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
	background-color: rgba(0, 0, 0, .98);
}

#-pro-menu-29-6 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-main-container {
	width: 100% !important;
}

#-pro-menu-29-6 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children .menu-item a {
	border-bottom: unset !important;
}

.oxy-pro-menu-open .menu-item:not(.menu-item-has-children) .oxy-pro-menu-dropdown-icon-click-area, .oxy-pro-menu-off-canvas .menu-item:not(.menu-item-has-children) .oxy-pro-menu-dropdown-icon-click-area {
	display: none;
}

.oxy-pro-menu-dropdown-icon-click-area .sub-toggle.is-open {
	content: " - " !important;
}

.oxy-pro-menu-dropdown-icon-click-area .sub-toggle {
	content: " + " !important;
}

#-pro-menu-29-6 .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	display: none;
}

.sub-menu-columns ul.sub-menu li {
	display: inline-block;
	float: left;
	width: 250px;
}

.sub-menu-columns ul.sub-menu {
	width: 510px;
}

.sub-menu-columns ul.sub-menu li:nth-child(odd) {
	float: left;
	margin-right: 10px;
}

.sub-menu-columns ul.sub-menu li:nth-child(even) {
	float: right;
}

.sub-menu-columns ul.sub-menu li a {
	padding: 7px 10px !important;
	width: 250px;
	line-height: 22px !important;
}

#-pro-menu-29-6 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a {
	line-height: 50px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}

#-pro-menu-29-6 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children .oxy-pro-menu-dropdown-icon-click-area {
	position: absolute;
	top: 0;
	right: 0;
}

#-pro-menu-29-6 .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul {
	border-top: none;
}

#-pro-menu-29-6 .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul li {}

#-pro-menu-29-6 .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul li a {
	font-size: 18px;
	padding: 10px 0px;
	line-height: 23px;
	width: 100%;
	padding-left: 35px;
}

/* CONTINUE READING */
.content-description {
	height: 545px;
	overflow: hidden;
	position: relative;
}

.content-description.open {
	height: auto;
	overflow: hidden;
	position: relative;
}

.desc-fade {
	width: 100%;
	margin-left: 0%;
	height: 50px;
	background: #fff;
	z-index: 1;
	position: absolute;
	-webkit-box-shadow: 0 0 20px 30px #fff;
	-moz-box-shadow: 0 0 20px 30px #fff;
	box-shadow: 0 0 20px 30px #fff;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 250ms, 1s;
	-moz-transition: opacity 250ms, 1s;
	-o-transition: opacity 250ms, 1s;
	transition: opacity 250ms, 1s;
}

.open-link {
	position: absolute;
	bottom: 15px;
	z-index: 2;
}

/* END CONTINUE READING */

/* WIDE */
#-carousel-builder-409-1134 .flickity-page-dots {
	width: auto;
}

/* END WIDE */

/* FAQ */

/* .oxy-pro-accordion_item.active {
	box-shadow: 0px 0px 20px rgb(137 0 255 / 46%);
}
 */

/* END FAQ */

/* TEAM */
.blog-post-content ul {
	margin-left: 30px;
	margin-bottom: 28px;
}

.blog-post-content li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
}

.blog-post-content  li::before {
	content: "";
	position: absolute;
	padding: 5px;
	left: 0;
	font-size: 25px;
	background-color: #8b58e4;
	top: 7px;
}

.blog-post-content p strong, b, strong {
	font-weight: 600;
}

/* END TEAM */

/* BLOG CHILD */
#-social-share-buttons-41-655 .oxy-share-icon {
	padding: 0;
}

/* END BLOG CHILD */

/* FOOTER */
@media only screen and (max-width: 991px) {
	#-carousel-builder-2037-1071 .is-selected:not(.dot) {
		box-shadow: 0px 0px 26px rgba(21, 21, 21, 18%);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#-carousel-builder-2037-1071 .oxy-inner-content .oxy-dynamic-list {
		height: 540px;
	}
	
	#-carousel-builder-2037-1071 .flickity-resize .flickity-slider > .ct-div-block {
		min-height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.blog-post-content ul {
		margin-left: 30px;
		margin-bottom: 28px;
	}
	
	.blog-post-content li {
		list-style-type: none;
		position: relative;
	}
	
	.blog-post-content  li::before {}
}

/* END MENU */
#ez-toc-container a {
	color: #9e9e9e;
}

p.ez-toc-title {
	color: #fff;
}

#ez-toc-container {
	padding: 25px;
	padding: 40px;
	background: #000;
	border-radius: 8px;
}

#ez-toc-container li:before {
	background: none !important;
}

.ez-toc-title {
	color: #3883f8;
	font-size: 18px;
	font-weight: 700 !important;
}

.related-post-blog-heading a {
	color: #8b58e4;
}

/* RESULTS PAGE */
.result-lightbox .fancybox-content {
	background-color: #000 !important;
}

.result-lightbox .fancybox-content > div {
	text-align: center;
	align-items: center;
	gap: 15px;
}

.result-lb-value {
	font-family: "montserrat";
	font-weight: 700;
	color: #fff;
	font-style: italic;
	font-size: 36px;
	line-height: 1;
}

/* END RESULTS PAGE */

/* BUTTONS */
.button4:hover .ct-fancy-icon, .custom-menu-item:hover .button4 .ct-fancy-icon {
	right: -10px !important;
	transition: .4s;
}

.btn-line:hover img {
	border: 1px solid #8b58e4;
	border-radius: 50px;
	padding: 2px 1px;
	transition: .3s;
}

/* END BUTTONS */

/* FONTS */
p, .oxy-rich-text p, .oxy-rich-text li a, .oxy-text-block p, .oxy-text-block li a {
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: .4px;
}

div > p {
	margin-bottom: 20px !important;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 18px;
}

h1, h2, h3 {
	font-style: italic;
}

h4 {
	font-family: "neue-haas-grotesk-display";
}

@media screen and (max-width: 1240px) {
	h1 {
		font-size: 64px;
	}
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 38px;
	}
	
	h2, h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 18px;
	}
}

/* END FONTS */
.forminator-design--flat .forminator-is_filled:before {
	content: "" !important;
	right: 12px !important;
	top: 15px !important;
	background: url("https://cdn-ildkkll.nitrocdn.com/KPEgiUsRbNYdViaWbbAOCgJegUVlZrrm/assets/images/optimized/rev-d5e6b9a/www.aldouslaw.com/wp-content/uploads/2025/04/filled-icon.svg") no-repeat center !important;
	background-size: contain !important;
	padding: 12px !important;
	position: absolute !important;
}

.forminator-design--flat .forminator-is_filled {
	position: relative;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset !important;
	box-shadow: 0 0 0px 1000px #f7f7f7 inset !important;
	-webkit-text-fill-color: #000;
}

.forminator-row-last {
	margin-top: 25px;
}

.forminator-ui#forminator-module-638.forminator-design--flat .forminator-button-submit, .forminator-ui#forminator-module-683.forminator-design--flat .forminator-button-submit {
	width: auto;
}

.forminator-ui#forminator-module-638.forminator-design--flat .forminator-button-submit, .forminator-ui#forminator-module-683.forminator-design--flat .forminator-button-submit {
	font-size: 18px !important;
	font-weight: 600 !important;
	letter-spacing: .4px;
	background-color: transparent !important;
	border: 1px solid #9e9e9e;
	border-radius: 34px;
	color: #fff;
	padding: 20px 64px 20px 32px;
	line-height: 1;
}

button.forminator-button.forminator-button-submit:after {
	content: url("https://cdn-ildkkll.nitrocdn.com/KPEgiUsRbNYdViaWbbAOCgJegUVlZrrm/assets/images/optimized/rev-d5e6b9a/www.aldouslaw.com/wp-content/uploads/2025/03/btn-arrow.svg");
	position: absolute;
	right: 28px;
	transition: transform .4s ease;
	transition-delay: 0s;
}

button.forminator-button.forminator-button-submit:hover:after {
	transform: rotate(45deg);
	transition-delay: 0s;
}

.forminator-ui#forminator-module-638.forminator-design--flat .forminator-button-submit:hover, .forminator-ui#forminator-module-683.forminator-design--flat .forminator-button-submit:hover {
	color: #fff !important;
	background-color: #8b58e4 !important;
}

/* @media only screen and (max-width: 991px) {
	.forminator-ui#forminator-module-683.forminator-design--flat .forminator-button-submit {
		width: 100%;
	}
} */

/* @media (min-width: 783px){
	#forminator-module-683[data-grid="custom"] .forminator-row:not(:last-child) {
		margin-bottom: 30px !important;
	}
} */

/* @media only screen and (max-width: 767px) {
	.forminator-ui#forminator-module-638.forminator-design--flat .forminator-button-submit,
	.forminator-ui#forminator-module-683.forminator-design--flat .forminator-button-submit {
		padding: 24px 0px;
		font-size: 18px !important;
		line-height: 23px !important;
	}
} */

/* MISC UTILITIES START */
.pointer-events-none, .story-img, *::after, *::before {
	pointer-events: none;
}

.no-scrollbar::-webkit-scrollbar {
	display: none !important;
}

.no-scrollbar {
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}

.motion-hero_video:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #8b58e4;
	content: "";
}

.motion-hero_video:hover:after {
	background-color: #4258ff;
	transition: .4s;
}

/* MISC UTILITIES END */

/* HERO SECTION START */
.motion-hero_video video {
	object-fit: cover;
}

.motion-hero_video {
	--clipX: 0%;
	--clipY: 0%;
	--round: 1em;
	--overlay-opacity: 0;
	clip-path: inset(var(--clipY) var(--clipX) var(--clipY) var(--clipX) round var(--round) var(--round) var(--round) var(--round));
}

.motion-hero_video::after {
	opacity: var(--overlay-opacity);
}

/* HERO SECTION END */

/* PINNED/STACKED CARDS START */
.motion-pinned_cards-container {
	--base: 10deg;
	--width: 25em;
	--height: 456px;
	position: relative;
	height: 100vh;
}

.motion-pinned_cards-container > div {
	position: absolute;
	width: var(--width);
	height: var(--height);
}

.motion-pinned_cards-container > div:nth-child(1) {
	transform: rotate(calc(var(--base) * 0));
	z-index: 3;
}

.motion-pinned_cards-container > div:nth-child(2) {
	transform: rotate(calc(var(--base) * 1));
	z-index: 2;
}

.motion-pinned_cards-container > div:nth-child(3) {
	transform: rotate(calc(var(--base) * 2));
	z-index: 1;
}

/* PINNED/STACKED CARDS END */
.motion-st_fc-container {
	perspective: 2000px;
}

.motion-st_flip-card {
	transform: preserve-3d;
}

p {}

a {}

@media (max-width: 660px) {
	a {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}
}
