:root {
	--text-normal: "Manrope" !important;
		--text-title: "Gilda Display" !important;
		--clr-primary: #3d3565;
		--clr-secondary: #c19932;
		--clr-base: #333;
		--lg-normal: 18px;
		--lg-small: 16px;
		--light: 300;
		--normal: 400;
		--bold: 700;
		--leading-tight: 1.3;
		--leading-normal: 1.5;
		--leading-spaced: 1.7;
	}

	.anchor-hidden {
		scroll-margin-top: 160px;
	}
	a:focus {
		outline: unset;
	}
	.background-section, 
	.background-section img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.link, .link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 9;
	}


	button.slide-arrow {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
		filter: invert(1);
		background-size: contain;
		left: 0;
		transform: translate(0, -50%);
		border: unset;
		box-shadow: unset;
		outline: unset;
	}

	button.slide-arrow.next-arrow {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		left: unset;
		right: 0;
	}

	.ry-text p,
	body.default p, 
	body.default .ry-text p  {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
		color: var(--clr-base);
			}

	.ry-btn {
		font-size: 18px !important;
		padding: 10px 30px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1;
		font-weight: 400;
		border: 1px solid transparent;
		min-height: 60px !important;
		height: auto;
		border-radius: 30px;
	}

	.ry-btn.btn-transparent:not(:hover),
	.ry-btn.transparent-btn:not(:hover) {
		border-color: var(--clr-primary);
			background: transparent !important;
			color: #221f1f !important;
			}

	.ry-btn.btn-center {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ry-btn.ry-btn-primary:hover {
		border: 1px solid var(--clr-primary)!important;
			background: transparent !important;
			color: var(--clr-primary) !important;
				}
	.ry-btn.ry-btn-secondary:hover {
		border: 1px solid var(--clr-secondary) !important;
			background: transparent !important;
			color: var(--clr-secondary) !important;
				}
	.ry-btn.ry-btn-white:hover {
		border: 1px solid #fff !important;
		background: transparent !important;
		color: #fff !important;
	}

	.ry-btn.ry-btn-primary.btn-white:not(:hover) {
		background: transparent !important;
		border: 1px solid;
	}

	.ry-btn.ry-btn-primary.btn-white:hover {
		background: #fff !important;
		color: #333;
		border: 1px solid #fff !important;
	}
	.ry-btn.ry-btn-secondary:hover svg {
		fill: var(--clr-secondary);
			}

	.ry-btn.ry-btn-primary:hover svg {
		fill: var(--clr-primary);
			}
	.home .slick-dots,
	.default .slick-dots {
		display: flex !important;
		justify-content: center;
		width: 100%;
		margin-top: 30px;
		gap: 5px;
		list-style: none;
		padding: 0 !important;
	}

	.home .slick-dots li button,
	.default .slick-dots li button {
		width: 12px;
		height: 12px;
		padding: 0;
		border-radius: 50%;
		border: unset;
		text-indent: -99999px;
		background: #000;
		transition: .5s;
		opacity: .5;
		min-width: 12px;
	}

	.home .slick-dots li,
	.default .slick-dots li {
		height: 12px;
		min-width: 12px;
		padding: 0 !important;
		margin: 0 !important;
	}

	.home .slick-dots li.slick-active button,
	.default .slick-dots li.slick-active button {
		width: 50px;
		border-radius: 5px;
		opacity: 1;
		background: #0f0f0f;
	}

	#menu_container {
		padding-top: 50px;
	}

	#menu_container .mm-listview li a {
		font-size: 16px;
		line-height: 1;
		letter-spacing: initial !important;
	}

	.mm-panel .mob-menu a {
		font-size: 16px;
		line-height: 1;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mm-panel {
		padding-left: 0;
		padding-right: 0p;
	}

	a.mm-navbar__title {
		font-size: 16px;
	}

	.module-hero .text-center {
		position: relative;
		padding-bottom: 100vh;
	}
	.module-hero .photo .video-block-container {
		position: relative;
		padding-bottom: 100vh;
	}

	.module-hero .photo .video-block-container video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-hero .photo .video-block-container:before {
		content: "";
		position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, black, transparent, black);z-index: 2;}

	.hero-text {
		z-index: 2;
	}
	.module-hero .text-center img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-hero .carousel-control {
		display: none;
	}
	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li.third-level-container > a {
		position: relative;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li.third-level-container > a:before {
		position: absolute;
		right: 0;
		content:"";
		display: inline-block;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		width: 8px;
		height: 8px;
		transform: rotate(-45deg) translate(0, -50%);
		top: 50%;
		right: 5px;
	}
	.module-43 .ry-btn-primary:hover {
		background: #fff !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		color: #fff;
	}

	.module-43:not(.fixed) #litlleLogo {
		display: none !important;
	}

	.hero-text {
		position: absolute;
		bottom: 80px;
	}

	.hero-text h1 {
		font-size: 100px;
		text-align: center;
		font-family: "Gilda Display";
		line-height: 1;
		text-transform: uppercase;
		color: #fff;
		max-width: 960px;
		margin: auto;
	}

	.hero-text h1 > span {
		display: block;
		font-size: 40px;
		font-family: 'Manrope';
		letter-spacing: 8px;
		font-weight: 300;
		margin-bottom: 19px;
	}

	.hero-text h1 > span > span {
		color: var(--clr-secondary);
			}

	.ry-headline h2,
	#ry-pg-body .ry-headline h2 {
		font-size: 55px !important;
		font-family: 'Gilda Display' !important;
		text-transform: uppercase !important;
		line-height: 1 !important;
	}

	.ry-headline h2 span,
	#ry-pg-body .ry-headline h2 span {
		display: block !important;
		font-size: 24px !important;
		font-family: 'Manrope' !important;
		letter-spacing: 8px;
		color: var(--clr-secondary);
			}

	.module-welcome.custom {
		padding: 120px 0 100px;
	}

	.module-welcome.custom .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-welcome.custom .ry-text {
		margin: 40px 0 0;
	}

	.module-welcome.custom .ry-text .ry-btn {
		margin-top: 30px;
	}

	.module-welcome.custom .ry-text h4 {
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 500;
	}

	.module-welcome.custom .ry-each:not(.image-wrapper) {
		padding-left: 60px;
	}

	.module-welcome.custom .ry-each {
		width: 50%;
	}

	.module-welcome.custom .ry-flex {
		gap: 60px;
	}

	.module-welcome.custom .ry-each.image-wrapper {
		margin-right: -100px;
	}

	.module-welcome.custom .ry-each .ry-headline h2 {
		max-width: 600px;
	}

	.module-cta.custom .ry-content {
		display: flex;
		justify-content: flex-end;
	}

	#cta-wrap {
		margin: 0;
	}

	.module-cta.custom {
		padding: 75px 0;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3afa3835-9db5-420a-9207-64e6fa948fc1/HomeAssets/cta_bg.png);
		background-size: cover;
		background-position: center;
	}

	.module-cta.custom .ry-content .content {
		max-width: 415px;
		padding-right: 40px;
		display: flex;
		flex-direction: column;
		gap: 17px;
	}

	.module-cta.custom .ry-content .content .each {
		padding: 20px 35px;
		border-radius: 10px;
		background: #fff;
		display: flex;
		align-items: center;
	}

	.module-cta.custom .ry-content .content .each .icon {
		width: 32px;
		margin-right: 30px;
	}

	.module-cta.custom .ry-content .content .each  .text {
		font-size: 18px;
		color: var(--clr-primary);
			margin-right: 15px;
			}

	.module-cta.custom .ry-content .content .each svg {
		width: 20px;
		height: 20px;
		fill: var(--clr-primary);
			}
	.module-services.custom {
		padding: 140px 0 160px;
	}

	.module-services.custom .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-services.custom .ry-flex {
		margin-top: 50px;
		gap: 30px;
	}

	.module-services.custom .ry-flex .each .photo {
		border-radius: 30px;
		overflow: hidden;
	}

	.module-services.custom .ry-flex .each .title {
		font-size: 30px;
		text-transform: uppercase;
		line-height: 1.2;
		color: #fff;
		position: absolute;
		bottom: 40px;
		width: 100%;
		padding: 0 60px;
		text-align: center;
		font-weight: 300;
	}

	.module-services.custom .ry-flex .each:nth-child(even) {
		margin-top: 60px;
	}

	.module-cta.custom .ry-content .content .each .text {
		text-transform: uppercase;
		margin-right: auto;
	}

	#team-wrap {
		background: transparent !important;
	}

	.module-team.custom {
		padding: 120px 0;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3afa3835-9db5-420a-9207-64e6fa948fc1/HomeAssets/meetthedr_bg.png);
		background-position: center;
		background-size: cover;
	}

	.module-team.custom .ry-flex {
		margin-top: 50px;
		gap: 50px;
		justify-content: center;
	}

	.module-team.custom .ry-flex .each {
		max-width: 320px;
		min-width: 320px;
	}

	.module-team.custom .ry-flex .each .photo {
		padding-bottom: 104%;
	}

	.module-team.custom .ry-flex .each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-team.custom .ry-flex .each  .title {
		clear: both;
		padding-top: 30px;
		text-align: center;
		font-size: 24px;
		text-transform: uppercase;
		color: var(--clr-primary);
			}

	.module-team.custom .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-insurance.custom {
		padding: 110px 0;
	}

	.module-insurance.custom .each-right {
		max-width: 450px;
		padding-right: 30px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.module-insurance.custom .each-right .ry-headline h2 .span-1 {
		margin-top: 10px;
		letter-spacing: 8px;
	}

	.module-insurance.custom .each-right:before {
		content: "";
		position: absolute;
		left: 0;
		width: 18px;
		height: 191px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-96a0cf75-5aac-486d-a781-1d969d68fb4d/HomeAssets/Brands_Insurance_shadow.png);
	}
	.module-insurance.custom .each-left {
		margin-left: -10%;
		max-width: 1190px;
		min-width: calc(60% + 10%);
	}

	.module-insurance.custom .each-left img {
		filter: unset !important;
		max-width: max-content;
		width: 100%;
		opacity: .5;
	}

	.module-insurance.custom .each-left .slick-list {
		margin: 0 -40px;
	}

	.module-insurance.custom .each-left .slick-list .slick-slide {
		margin: 0 40px;
	}
	.module-insurance.custom .slick-track {
		display: flex;
	}
	.module-insurance.custom .slick-track .slick-slide {
		display: flex;
		height: auto;
		align-items: center;
		justify-content: center;
	}

	.module-insurance.custom:before {
		content: "";
		position: absolute;
		left: 0;
		width: 15%;
		height: 100%;
		background: linear-gradient(to right, #fff, transparent);
		top: 0;
		z-index: 1;
	}

	.module-insurance.custom {
		padding: 150px 0;
	}

	.module-insurance.custom .ry-container {
		display: flex;
		flex-direction: column;
		gap: 150px;
	}
	.module-reviews.custom .photo {
		width: 58.5%;
		position: absolute;
		right: 0;
		bottom: -40px;
		z-index: 1;
	}

	.module-reviews.custom .star-wrapper {
		display: flex;
		gap: 5px;
	}

	.module-reviews.custom .star-wrapper svg {
		width: 20px;
		height: 20px;
		fill: #c19932;
	}

	.ry-name {}

	.module-reviews.custom .ry-name {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
		gap: 20px;
		margin-top: 90px;
	}

	.module-reviews.custom  .content {
		padding: 110px 100px 80px;
		background: #fff;
		width: 50%;
		max-width: 960px;
		border-top-left-radius: 50px;
		border-bottom-right-radius: 50px;
		position: relative;
		z-index: 2;
		box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
	}

	.module-reviews.custom .content .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-reviews.custom .content .ry-text p {
		text-align: left !important;
		font-size: 20px;
		line-height: 1.5;
	}

	.testimonials-wrapper {
		margin-top: 40px;
	}

	.module-reviews.custom .ry-name h5 {
		font-size: 22px;
		font-family: 'Gilda Display';
		color: #333;
		text-transform: uppercase;
		letter-spacing: -0.5px;
	}

	.ry-btn {
		border-radius: 10px;
		min-height: 54px !important;
		padding-left: 40px;
		padding-right: 40px;
		font-size: 16px !important;
	}

	.module-reviews.custom .content .button-wrapper {
		position: absolute;
		right: 0;
		bottom: -10px;
	}

	.module-reviews.custom {
		padding-bottom: 140px;
	}

	.module-reviews.custom .background-section {
		height: 560px;
		bottom: 0;
		top: unset;
	}

	.module-reviews.custom .background-section img {
		object-position: top;
	}
	.module-locations-home {
		padding: 100px 0 130px;
	}

	.module-locations-home .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-locations-home .ry-container .icon {
		width: 85px;
		height: 85px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 20px;
		background: var(--clr-primary);
			border-radius: 50%;
			}

	.module-locations-home .ry-container .icon svg {
		width: 35px;
		height: 35px;
		fill: #fff;
	}

	.module-locations-home .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-locations-home .location-wrapper {
		margin-top: 90px;
		padding: 130px 75px 130px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		overflow: hidden;
	}

	.module-locations-home .location-wrapper .photo {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 0;
	}

	.module-locations-home .location-wrapper  .inner-location-grid {
		display: flex;
		gap: 30px;
		justify-content: space-between;
	}

	.module-locations-home .location-wrapper .inner-location-grid .each-item {
		max-width: 390px;
		width: 40%;
	}

	.module-locations-home .location-wrapper .photo img {
		max-width: max-content;
		margin: auto;
	}

	.module-locations-home .location-wrapper .inner-location-grid .each-item .icon {
		width: 15px;
		height: 15px;
		background: transparent;
		margin: 0;
		margin-right: 20px;
		margin-top: 5px;
	}

	.module-locations-home .location-wrapper .inner-location-grid .each-item .each-details {
		display: flex;
	}

	.module-locations-home .location-wrapper .inner-location-grid .each-item a {
		font-size: 18px;
		color: #fff;
		line-height: 1.3;
		display: flex;
	}

	.module-locations-home .location-wrapper .inner-location-grid .each-item .each-details:not(:last-child) {
		margin-bottom: 15px;
	}

	.module-locations-home .location-wrapper .inner-location-grid .headline {
		padding-bottom: 25px;
	}

	.module-locations-home .location-wrapper .inner-location-grid .headline .small-text {
		font-size: 18px;
		text-transform: uppercase;
		color: #fff;
		opacity: .5;
		letter-spacing: 3px;
		line-height: 1;
		margin-bottom: 15px;
	}

	.module-locations-home .location-wrapper .inner-location-grid .headline .title {
		font-size: 40px;
		font-family: 'Gilda Display' !important;
		line-height: 1;
		color: #e7c775;
		text-transform: uppercase;
		letter-spacing: -1.5px;
	}

	.module-locations-home .location-wrapper .inner-location-grid .headline .title span {
		font-size: 50px;
		color: #fff;
	}

	.module-locations-home .location-wrapper .inner-location-grid .each-item .button-wrapper {
		padding-top: 20px;
		clear: both;
	}

	.module-locations-home .location-wrapper .inner-location-grid .headline .title {
		font-family: "Cinzel" !important;
		text-transform: capitalize;
	}

	.module-locations-home .location-wrapper {
		overflow: unset;
	}

	.module-locations-home .background-section {
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		overflow: hidden;
	}

	.module-locations-home .location-wrapper .inner-location-grid .each-item a {display: initial;}

	.module-locations-home .location-wrapper .inner-location-grid .each-item a .notes {
		font-size: 12px;
		color: #e7c775;
		display: block;
		line-height: 1.6;
	}

	.module-footer {
		background: var(--clr-primary);
			}

	.module-footer .footer-top {
		padding: 130px 0 0;
	}

	.module-footer .footer-top .photo img {
		max-width: 320px;
		margin: auto;
	}

	.module-footer .footer-top .ry-flex {
		padding-bottom: 50px;
		border-bottom: 1px solid #b1b1b1;
	}

	.module-footer .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-footer  .footer-top .title {
		font-size: 26px;
		color: #fff;
		text-transform: uppercase;
		line-height: 1;
		margin-bottom: 30px;
		font-weight: 400 !important;
		font-family: 'Gilda Display' !important;
		opacity: 0.6;
	}

	.module-footer .footer-top ul {
		list-style: none;
		padding-left: 0;
	}

	.module-footer .footer-top ul li a,
	.module-footer .footer-top ul li span {
		line-height: 1;
		font-size: 18px;
		color: #fff;
		font-weight: 300;

	}

	.module-footer .footer-top ul li:not(:last-child) {
		margin-bottom: 15px;
	}

	.module-footer .footer-top .hourls ul li {
		display: flex;
	}

	.module-footer .footer-top ul li a {
		display: block;
		color: #fff;
	}

	.module-footer .footer-top ul li span {
		line-height: 1;
		display: inline-block;
		font-size: 18px;
		color: #b1b1b1;
	}

	.module-footer .footer-top ul li {
		line-height: 15px;
	}

	.module-footer .footer-top ul li .span-2 {
		min-width: 110px;
	}

	.module-footer .footer-bottom {
		padding: 30px 0;
	}

	.module-footer .footer-bottom * {
		font-size: 15px;
		color: #b1b1b1;
		line-height: 1;
	}

	.module-footer .footer-bottom .ry-container {
		display: flex;
		justify-content: space-between;
	}

	.module-footer .footer-bottom img {
		width: 110px;
	}

	.module-footer .footer-bottom .powered {
		display: flex;
		gap: 10px;
	}

	.module-footer .footer-bottom .ry-container .ry-left, 
	.module-footer .footer-bottom .ry-container .ry-right {
		max-width: max-content;
		width: auto;
	}

	.module-footer .footer-top .ry-flex .each {
		width: max-content;
	}

	.module-footer .footer-top .global-social.center-mode {
		clear: both;
		padding-top: 35px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap {
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li {
		margin: 0;
		width: auto;
		background: transparent;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a {
		width: 40px;
		height: 40px;
		background: #505050;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a {
		border-radius: 50%;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a svg {
		fill: #fff;
		width: 15px;
		height: 15px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a:hover {
		background: var(--clr-primary);
			}

	.module-footer .footer-top .ry-flex .inner-flex {
		max-width: 800px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.module-footer .footer-top .ry-flex .inner-flex .footer-bottom .ry-container {
		width: 100%;
		max-width: 100%;
	}

	.module-footer .footer-top .ry-flex .inner-flex .each {
		max-width: max-content;
	}

	.module-footer .footer-bottom .powered {
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
		gap: 5px;
	}

	.module-footer .footer-bottom {
		margin-top: 50px;
		border-top: 1px solid;
		padding-bottom: 0;
	}

	.module-footer .footer-bottom .ry-container .ry-left, 
	.module-footer .footer-bottom .ry-container .ry-right {
		max-width: 400px;
	}

	.module-footer .footer-bottom * {
		line-height: 1.4;
	}

	.col-xs-12.nopadding.powered {}

	.module-footer .footer-top .ry-flex {
		border: unset;
		padding-bottom: 120px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap button {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #514a75;
		border: unset;
		border-radius: 50%;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap button svg {
		width: 18px;
		height: 18px;
		fill: #fff;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap .dropdown-menu {
		padding: 0;
		margin: 0;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap .dropdown-menu li a {
		width: 100%;
		max-width: 100%;
		border-radius: unset;
		font-size: 14px;
		background: #514a75;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap .dropdown-menu li {
		width: 100%;
		max-width: 100%;
		border-radius: unset !important;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap .open button {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.module-43 .ry-left img {
		min-width: 320px;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a {
		font-size: 18px;
		padding-bottom: 0 !important;
		text-transform: uppercase;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
		padding: 0 !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		padding: 15px 30px !important;
		font-size: 16px !important;
		text-transform: uppercase;
	}

	.module-43 .ry-right .button-phone {
		display: flex;
		gap: 35px;
	}

	.module-43 .ry-right .button-phone a {
		display: flex;
		gap: 18px;
		align-items: center;
	}

	.module-43 .ry-right .button-phone a .icon {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid #fff;
		min-width: 50px;
	}

	.module-43 .ry-right .button-phone a .icon svg {
		fill: #fff;
	}

	.module-43 .ry-right .button-phone a .group span {
		font-size: 24px;
		font-weight: 900 !important;
		color: #fff;
	}

	.module-43 .ry-right .button-phone a .group {
		display: flex;
		flex-direction: column;
		gap: 5px;
		font-size: 14px;
		text-transform: uppercase;
		color: #b1b1b1;
	}

	.module-43 .ry-right .btn-block {
		width: auto;
	}

	.module-43 .ry-right .ry-leads {
		gap: 35px;
		margin-bottom: 30px;
	}

	.module-43 .ry-btn-primary {
		font-size: 16px !important;
		min-height: 48px !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		justify-content: flex-end;
		gap: 70px;
	}

	.module-43 {
		padding: 30px 0;
	}

	.module-43 .dropdown-menu-right {
		padding: 0;
		margin: 0;
		border-radius: unset;
		min-width: unset;
		width: 100%;
		border: unset;
	}

	.module-43 .dropdown-menu-right a {
		padding: 15px 30px;
		background: #d6b63e;
		font-size: 16px;
		line-height: 1;
		color: var(--clr-secondary) !important;
			text-transform: uppercase;
			font-weight: 400 !important;
			}

	.module-43 .ry-btn-primary span {
		font-weight: 400;
	}

	.module-43.fixed {
		background: var(--clr-secondary);
			}

	.module-43.fixed .ry-right .button-phone a .group span {
		display: none;
	}

	.module-43 .ry-right .button-phone a .icon {
		min-width: 40px;
		width: 40px;
		height: 40px;
	}

	.module-43.fixed .ry-right .button-phone a {
		gap: 10px;
	}

	.module-43.fixed .ry-right .ry-menu .nav-menu {
		gap: 30px;
		justify-content: flex-start;
	}

	.module-43.fixed .ry-right .ry-menu {
		width: max-content;
		align-items: center;
	}

	.module-43.fixed .ry-container {
		max-width: 1600px;
	}

	.module-43.fixed .ry-right .ry-menu .litlleLogo img {
		max-width: 120px !important;
	}

	img.img-responsive {}

	.module-43.fixed .ry-right .ry-menu img {
		min-width: 170px;
	}
	body.default #ry-section-header.module-43 {
		background: #fff !important;
	}

	.module-43 .ry-right .button-phone a .icon {
		min-width: 50px;
		height: 50px;
	}

	.module-43 .ry-right .button-phone a .group span {
		font-weight: 300 !important;
	}

	.module-43 .ry-right .button-phone a .group {
		line-height: 1.2;
	}

	.module-43 {
		padding: 20px 0;
	}

	.module-43 .ry-left img {
		min-width: 480px;
	}

	.module-43 .ry-left {
		position: absolute;
		top: 0;
	}

	.module-43 .ry-right {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	.module-43 .ry-right .ry-leads {
		margin-bottom: 45px;
		margin-top: 25px;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		justify-content: center;
		width: 100%;
		padding-top: 30px;
		border-top: 1px solid #ffffff2e;
	}

	#ry-pg-banner .ry-bnr-wrp:before, #ry-pg-banner .ry-bnr-wrp:after {
		display: none;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		text-align: center;
		color: #fff !important;
	}

	.module-43:not(.fixed) .ry-right .ry-leads .ry-btn svg {
		display: none;
	}

	.module-43.fixed {
		background: #000 !important;
	}

	.module-43.fixed .ry-btn span {
		display: none;
	}

	.module-43.fixed .ry-btn {
		padding: 0;
		width: 48px;
		min-width: 48px;
		border-radius: 5px;
	}

	.module-43.fixed .ry-right .button-phone a .icon {
		min-width: 40px;
		height: 40px;
	}

	.module-43.fixed .ry-right .ry-menu .nav-menu {
		padding: 0;
		border: unset;
	}

	.module-43.fixed .ry-right .ry-leads {
		margin-top: 0;
		gap: 20px;
	}

	.module-43.fixed .ry-right .ry-menu {
		width: calc(100% - 440px);
	}

	.module-43.fixed .ry-right .ry-menu .nav-menu {
		justify-content: center;
	}

	.module-location-inner #mapCustom {
		padding-bottom: 56.25%;
	}
	.module-location-inner {
		padding: 10px;
		border: 1px solid var(--clr-secondary);
			border-radius: 20px;
			}

	.module-location-inner div#mapCustom {border-radius: 20px;}

	body.default #ry-section-header.module-43 {
		background: #000 !important;
	}
	.module-43.fixed .ry-right .button-phone a .group span {
		display: block;
		font-size: 16px;
	}

	.module-43.fixe .ry-right .button-phone a .group {
		font-size: 13px;
	}

	.locations-version .module-locations-home {
		padding-top: 0;
	}

	#ry-sidebar .ry-sb-title i {
		font-size: 18px;
	}
	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
    display: flex;
    max-width: max-content;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a:hover {
		background: transparent !important;
		border: 1px solid !important;
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/
	@media (max-width: 1480px) {
		.module-43.fixed .ry-btn-primary {
			padding: 0;
		}
		.module-insurance.custom .ry-flex {
			gap: 30px;
		}
		.module-43.fixed .ry-container {
			width: 90%;
		}
		.module-43.fixed .ry-right .ry-leads,
		.module-43.fixed .ry-right .button-phone {
			gap: 10px;
		}
		.module-43 .ry-right .ry-leads {

			margin-bottom: 20px;
		}

		.module-43.fixed .ry-btn-primary {
			padding-left: 20px;
			padding-right: 20px;
			font-size: 14px !important;
		}

		.module-43 .ry-right .ry-menu .nav-menu {
			margin: 0;
		}

		.module-43 .ry-left img {
			min-width: 280px;
		}

		.module-43 .ry-right .button-phone a .group span {
			font-size: 20px;
		}
		.module-43 .ry-right .ry-menu .nav-menu {
			margin-top: 0;
			gap: 50px;
		}

		.module-43 .ry-left img {
			max-width: 360px;
		}

		.hero-text h1 {
			font-size: 76px;
		}

		.hero-text h1 > span {
			font-size: 32px;
			letter-spacing: 4px;
		}

		.module-services.custom .ry-flex .each .title {
			font-size: 24px;
		}

		.module-services.custom .ry-flex {
			gap: 10px;
		}

		.module-team.custom .ry-flex .each .title {
			font-size: 20px;
		}

		.module-reviews.custom .content .ry-text p {
			font-size: 18px;
		}

		.module-reviews.custom .ry-name {
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			gap: 5px;
		}

		.ry-headline h2 span, #ry-pg-body .ry-headline h2 span {
			letter-spacing: 4px;
		}
	}
	@media (max-width: 1280px) {

		.module-43.fixed .ry-btn-primary {
			padding: 0;
		}

		.module-43.fixed .ry-container {
			width: calc(100% - 60px);
		}
		.module-43 .ry-left img {
			min-width: 260px;
		}

		.module-43 .ry-right .button-phone a .group span {
			font-size: 22px;
		}

		.module-43 .ry-right .button-phone {
			gap: 20px;
		}

		.module-43 .ry-right .ry-leads {
			gap: 20px;
		}

		.module-43 .ry-btn-primary {
			padding-left: 30px;
			padding-right: 30px;
		}

		.module-43 .ry-right .ry-menu .nav-menu {
			justify-content: space-between;
		}

		.module-43 .ry-right .button-phone a .group span {
			font-size: 20px;
		}

		.module-43 .ry-right .button-phone a {
			gap: 10px;
		}

		.module-reviews.custom .content {
			padding: 80px 60px;
		}

		.testimonials-wrapper {
			margin-top: 20px;
		}

		.module-footer .footer-top .ry-flex .inner-flex {
			max-width: 65%;
		}
	}
	@media (max-width: 1080px) {
		.module-footer .footer-top .ry-flex .inner-flex {max-width: 100%;flex-direction: column;align-items: center;justify-content: center;gap: 30px;}

		.module-footer .footer-top .ry-flex {
			padding-bottom: 30px;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 56px;
			line-height: 0.9;
		}
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button ul li a {
			background: var(--clr-primary);
				}
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
			display: flex;
			flex-direction: column;
			padding: 5px 20px;
			height: auto;
			text-transform: uppercase;
			font-size: 12px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a span {
			font-size: 16px;
		}
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button ul li a {
			width: auto;
			border-radius: unset;
			margin: 0 !important;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button ul {
			padding: 0;
			margin: 0;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown.open .ry-btn {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title {padding: 0;margin: 0;}

		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 84px;
			height: 360px;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 56px;
		}
		.module-welcome.custom .ry-flex {
			flex-direction: column-reverse;
			justify-content: center;
			align-items: center;
		}

		.module-welcome.custom .ry-each.image-wrapper {
			width: 100%;
			margin: 0;
			max-width: 720px;
		}

		.module-welcome.custom .ry-each:not(.image-wrapper) {
			padding-left: 0;
			width: 100%;
		}

		.module-welcome.custom .ry-each:not(.image-wrapper) * {
			text-align: center;
		}

		.module-welcome.custom .ry-each .ry-headline h2 {
			margin: auto;
		}

		.module-welcome.custom .ry-each .ry-btn {
			margin-left: auto;
			margin-right: auto;
		}

		.module-locations-home .location-wrapper .photo img {
			max-width: 260px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .headline .title span {
			font-size: 42px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .headline .title {
			font-size: 32px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .each-item {
			width: 35%;
		}

		.module-locations-home .location-wrapper {
			margin-top: 40px;
		}

		.module-locations-home {
			padding-bottom: 100px;
		}

		.module-cta.custom .ry-content .content .each {
			padding: 15px 30px;
		}

		.module-cta.custom .ry-content .content .each .icon {
			margin-right: 20px;
		}

		.module-services.custom {
			padding: 100px 0;
		}

		.module-services.custom .ry-flex {
			display: initial;
			gap: unset;
		}

		.module-services.custom .ry-flex .each:nth-child(even) {
			margin: 0;
		}

		.module-team.custom {
			padding: 100px 0;
		}

		.module-insurance.custom .ry-container {
			gap: 60px;
		}

		.ry-headline h2, #ry-pg-body .ry-headline h2 {
			font-size: 48px !important;
		}

		.ry-headline h2 span, #ry-pg-body .ry-headline h2 span {
			font-size: 20px !important;
			letter-spacing: 5px !important;
		}

		.module-reviews.custom .content {
			width: 60%;
		}

		.module-reviews.custom .ry-name h5 {
			font-size: 18px;
		}

		#theme2-smHeader {
			display: block !important;
			visibility: visible !important;
		}

		.mobile-container {
		}

		.mobile-container {
			background: #000;
		}

		.mobile-container .mobile-nav {
			margin-right: 10px;
		}

		.mobile-container .flex-wrap .mobile_logo img {
			max-width: 280px;
			min-width: 280px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .ry-btn {
			padding: 0;
			width: 45px;
			min-width: 45px;
			border-radius: 10px;
			height: 45px !important;
			min-height: 45px !important;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
			gap: 10px;
		}

		#mobile_menu {
			background: #3d3665 !important;
		}

		#menu_container {
			background: #3d3665;
		}

		#menu_container .mm-listview {
			margin-left: 0;
		}

		.mm-panels > .mm-panel > .mm-listview {
			margin-left: 0;
		}

		.mm-panel .mob-menu a {
			text-transform: uppercase;
		}
		.module-43 {
			display: none;
		}
		.module-insurance.custom .ry-flex {
			flex-direction: column-reverse;
			justify-content: center;
			align-items: center;
		}

		.module-insurance.custom::before {
			opacity: 0;
		}

		.module-insurance.custom .each-left {
			margin: 0;
			max-width: unset;
			min-width: unset;
		}

		.module-insurance.custom .each-right::before {
			display: none;
		}

		.module-insurance.custom .each-right {
			max-width: unset;
			justify-content: center;
			padding: 0;
		}

		.module-insurance.custom .each-right * {
			text-align: center;
		}

		.module-insurance.custom {
			padding: 100px 0;
		}
		.module-footer .footer-top .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
		}

		.module-footer .footer-top .title {
			font-size: 22px;
			text-align: center;
			margin-bottom: 20px;
		}

		.module-footer .footer-top ul li a {
			text-align: center;
		}

		.module-footer .footer-top .global-social.center-mode {padding-top: 20px;}

		.module-footer .footer-bottom .ry-container {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.module-footer .footer-bottom .powered {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-bottom * {
			text-align: center;
		}

		.module-services.custom .services-wrapper .ry-flex .ry-each:nth-child(even) {
			margin: 0;
		}

		.module-services.custom .services-wrapper .ry-flex {
			display: initial;
			gap: unset;
		}

		.module-services.custom .ry-container {
			max-width: 100%;
			padding-left: 0;
			padding-right: 0;
		}

		.module-services.custom .slick-list {
			margin: 0 -30px;
		}

		.module-services.custom .slick-list .slick-slide {
			margin: 0 15px;
		}

		.module-services.custom .slick-list .slick-slide.slick-active.slick-current {
			filter: initial;
		}

		.module-services.custom .slick-list .slick-slide:not(.slick-active):not(.slick-current) {
			filter: grayscale(1);
			transform: scale(0.85);
		}

		.module-services.custom .slick-list .slick-slide {
			transition: .5s;
		}


		.module-services.custom .slick-list .slick-slide {
			margin: 0;
		}

		.module-services.custom .slick-list {
			margin: 0;
		}
	}
	@media (max-width: 768px) {
		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 74px;
		}
		.module-promo .promo-image-type .ry-flex .photo-wrapper {
			padding: 0;
		}
		.module-location-inner div#mapCustom {
			padding-bottom: 120%;
		}
		.module-hero .text-center,
		.module-hero .photo .video-block-container {
			padding-bottom: 70%;
		}

		.hero-text h1,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 56px;
		}

		.hero-text h1 > span {
			font-size: 26px;
		}

		.hero-text {
			padding: 60px 0;
			position: relative;
			bottom: 0;
			background: var(--clr-primary);
				}

		.module-locations-home .location-wrapper {
			padding: 80px 40px 120px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .each-item .icon {
			margin-right: 10px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .each-item {
			width: 42%;
		}

		.module-locations-home .location-wrapper .inner-location-grid .headline .title {
			font-size: 26px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .headline .title span {
			font-size: 36px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .headline .small-text {
			font-size: 16px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .each-item a {
			font-size: 16px;
		}

		.module-locations-home .location-wrapper .photo img {
			max-width: 200px;
		}

		.module-team.custom .ry-flex {
			gap: 20px;
		}

		.ry-headline h2, #ry-pg-body .ry-headline h2 {
			font-size: 42px !important;
		}

		.ry-headline h2 span, #ry-pg-body .ry-headline h2 span {
			font-size: 18px !important;
			letter-spacing: 3px !important;
		}

		.module-reviews.custom .content {
			width: 100%;
		}

		.module-reviews.custom .photo {
			position: relative;
			width: 100%;
			bottom: 0;
			padding-left: 30px;
			padding-bottom: 0;
			margin-bottom: -60px;
			padding-top: 30px;
		}

		.module-reviews.custom {
			padding: 0;
			display: flex;
			flex-direction: column-reverse;
		}

		.module-footer .footer-top .ry-flex .inner-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
			max-width: 100%;
			width: 100%;
		}

		.module-footer .footer-top .ry-flex {
			padding-bottom: 30px;
		}

		.module-footer .footer-top .ry-flex .inner-flex .each {
			width: 100%;
			max-width: 100%;
		}
	}
	@media (max-width: 620px) {
		.module-insurance.custom .each-left img {
			max-width: 200px;
			max-height: 80px;
			object-fit: contain;
		}

		.module-insurance.custom {
			padding: 80px 0;
		}

		.ry-btn {
			min-height: 48px !important;
			font-size: 16px !important;
		}

		.module-team.custom .ry-headline h2 .span-1 {
			margin-bottom: 5px;
		}

		.module-insurance.custom .each-right .ry-headline h2 .span-1 {
			margin-top: 5px;
			letter-spacing: 2px;
		}
		.module-footer .footer-top ul li a {
			font-size: 16px;
		}

		.mobile-container .flex-wrap .mobile_logo img {
			min-width: 230px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .ry-btn {
			width: 40px;
			min-width: 40px;
			height: 40px !important;
			min-height: 40px !important;
		}

		.module-hero .text-center,
		.module-hero .photo .video-block-container {
			padding-bottom: 120%;
		}

		.hero-text h1,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 38px;
		}

		.hero-text h1 > span {
			font-size: 20px;
			letter-spacing: 2px;
		}

		.module-welcome.custom {
			padding: 80px 0;
		}

		.ry-headline h2, #ry-pg-body .ry-headline h2 {
			font-size: 36px !important;
		}

		.ry-headline h2 span, #ry-pg-body .ry-headline h2 span {
			letter-spacing: 2px !important;
		}

		.ry-text p, body.default p, body.default .ry-text p {
			font-size: 16px;
		}

		.module-welcome.custom .ry-text h4 {
			font-size: 18px;
		}

		.module-locations-home {
			padding: 80px 0;
		}

		.module-locations-home .location-wrapper .inner-location-grid {
			flex-direction: column;
			gap: 60px;
		}

		.module-locations-home .location-wrapper .inner-location-grid .each-item {
			width: 100%;
		}

		.module-locations-home .location-wrapper .photo img {
			margin-left: auto;
			margin-right: -20%;
			max-width: 210px;
		}

		.module-cta.custom .ry-content .content .each .icon {
			width: 25px;
		}

		.module-cta.custom .ry-content .content .each .text {
			font-size: 16px;
		}

		.module-cta.custom .ry-content .content {
			padding-right: 0;
		}

		.module-services.custom {
			padding: 80px 0;
		}

		.module-services.custom .ry-flex .each .title {
			font-size: 20px;
			padding: 0 30px;
		}

		.module-team.custom .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-team.custom .ry-flex .each .title {
			font-size: 18px;
		}

		.module-reviews.custom ol.carousel-indicators {
			display: none !important;
		}

		.module-reviews.custom .ry-name {
			margin-top: 50px;
			justify-content: center;
			align-items: center;
			justify-content: center;
		}

		.module-reviews.custom .content .button-wrapper {
			position: relative;
			clear: both;
			padding-top: 20px;
		}

		.module-reviews.custom .content .ry-text p {
			text-align: center !important;
			font-size: 16px;
		}

		.module-reviews.custom .content .ry-headline h2 {
			text-align: center;
		}
	}

	@media (max-width: 414px) {
		.mobile-container .mobile-nav button .hamburger-box {
			width: 25px;
		}

		.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
			width: 30px !important;
		}

		.mobile-container .flex-wrap .flex-item.left-nav {
			padding-left: 15px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav {
			padding-right: 15px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
			gap: 5px;
		}

		.module-locations-home .location-wrapper .photo img {
			max-width: 180px;
		}
	}
	@media (min-width: 768px) {

		/** PLACE YOUR TABLET AND UP CSS HERE **/

	}

	@media (min-width: 992px) {

		/** PLACE YOUR LAPTOP AND UP CSS HERE **/

	}

	@media (min-width: 1081px) {

		/** PLACE YOUR DESKTOP AND UP CSS HERE **/
		.module-insurance.custom .ry-container .content:nth-child(odd) .ry-flex {
			flex-direction: row-reverse;
		}

		.module-insurance.custom .ry-container .content:nth-child(odd) .ry-flex .each-left {
			margin-left: 0;
			margin-right: -5%;
			min-width: calc(100% - 320px);
		}

		.module-insurance.custom .ry-container .content:nth-child(odd) .ry-flex .each-right {
			max-width: 320px;
			justify-content: flex-start;
		}

		.module-insurance.custom .ry-container .content:nth-child(odd) .ry-flex .each-right:before {
			left: unset;
			right: 0;
		}

		.module-insurance.custom .ry-container .content:nth-child(odd) .ry-flex .each-right * {
			text-align: right;
		}

		.module-insurance.custom .ry-container .content:nth-child(odd) .ry-flex .each-left .slick-list {
			margin: 0 -60px;
		}

		.module-insurance.custom .ry-container .content:nth-child(odd) .ry-flex .each-left .slick-list .slick-slide {
			margin: 0 60px;
		}
	}

	@media (min-width: 2200px) {
		.module-reviews.custom .photo {
			width: 54%;
		}

		.module-insurance.custom {
			padding-bottom: 250px;
		}
	}


	/* MICRO SECTION */

	.micro-section-2 .ry-flex {
		flex-direction: row-reverse;
		/* align-items: center; */
	}

	.micro-section-2 .ry-flex .each.each-left .ry-headline h2 .span-1 {
		margin-bottom: 10px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 .span-1 {
		margin-bottom: 10px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
		color: var(--clr-primary) !important;
			margin: 0 !important;
			}

	.micro-section-2 .ry-flex .each.each-right  .ry-text {
		margin-top: 35px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul {
		list-style: none;
		padding-left: 0;
		line-height: 1;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li {
		display: flex;
		/* padding: 15px 30px; */
		width: 100%;
		line-height: 1;
	}

	.micro-section-2 .ry-flex .each.each-right .wrapper {
		max-width: 330px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li:nth-child(odd) {
		background: #ffffff;
	}

	.micro-section-2 .ry-flex .each.each-right {
		background: #f1f8ff;
		padding: 80px 60px 85px;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
		font-size: 18px;
		color: #666;
		padding: 15px 30px;
		display: flex;
		letter-spacing: -0.5px;
		font-weight: 500 !important;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a:before {
		content: "";
		width: 20px;
		height: 20px;
		margin-right: 20px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230a3a9f' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
		background-size: contain;
	}

	.micro-section-1 .ry-container {
		max-width: 1600px !important;
		width: 90%;
	}

	.micro-section-1 .ry-container .each {
		width: 50%;
	}

	.micro-section-1 .ry-container .each.each-left {
		padding-left: 70px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.micro-section-1 .ry-container .each.each-left #MapBlock {
		padding-bottom: 60%;
	}

	.micro-section-1 .ry-container .each.each-left .map-block {
		max-width: 560px;
		padding: 10px;
		background: #fff;
		border: 1px solid #333;
		margin-top: -120px;
		margin-left: auto;
	}

	.micro-section-1 .ry-container .each.each-left .photo {
		padding-right: 69px;
	}

	.micro-section-1 .ry-container .each .wrapper {
		padding-left: 90px;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 30px;
	}


	.micro-section-1 .ry-container .each .wrapper h2 {
		margin: 0 !important;
		padding-bottom: 35px;
		margin-bottom: 20px !important;
		position: relative;
	}

	.micro-section-1 .ry-container .each .wrapper h2:before {
		content: "";
		position: absolute;
		left: 0;
		width: 260px;
		height: 2px;
		background: var(--clr-primary);
			bottom: 0;
			}

	.micro-section-1 .ry-container .each .wrapper h2 span {
		margin-bottom: 10px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details {
		width: 30%;
		display: flex;
		gap: 18px;
	}

	.micro-section-1 .ry-container .each .wrapper .ry-headline {
		width: 100%;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .icon {
		width: 45px;
		height: 45px;
		min-width: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text {
		font-size: 18px;
		letter-spacing: -0.3px;
		font-weight: 800 !important;
		color: #333;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text > .span-1 {
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		/* display: block; */
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul {
		padding-left: 0;
		list-style: none;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li {
		line-height: 1;
		font-weight: 400;
		display: flex;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li .span-1 {
		font-weight: 800;
		min-width: 130px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(2),
	.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
		min-width: 350px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li:not(:last-child) {
		margin-bottom: 5px;
	}

	.micro-section-1 .ry-container .each .wrapper .ry-btn {
		margin-top: 20px;
	}

	.micro-section-1 {
		margin-bottom: 130px;
	}

	.micro-section-2 .ry-container {
		max-width: 1450px !important;
		width: 90%;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .icon svg {
		width: 23px;
	}

	.micro-section-2 .ry-flex .each.each-right {
		background: var(--clr-secondary);
			}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
		color: #fff !important;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
		color: #333;
		/* background: #d8d8d8; */
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li:nth-child(even) {
		background: #d8d8d8;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a:before {
		filter: invert(1) brightness(0);
	}

	.micro-section-2 .ry-flex .each.each-right .wrapper {
		max-width: 360px;
	}

	.micro-section-1 .ry-flex {
		align-items: center;
	}
	.micro-section-1 .ry-container .each .wrapper .each-details .text > .span-1 {
		display: block;
		margin-bottom: 7px;
	}
	.micro-version .module-team.custom .ry-headline h2, 
	.micro-version .module-team.custom .ry-headline h2 span {
		color: var(--clr-secondary) !important;
			}

	.micro-version .module-team.custom .ry-flex .name {
		color: var(--clr-secondary);
			}

	.micro-version .module-team.custom {
		background: var(--clr-primary);
			}

	.micro-section-1 .ry-container .each .wrapper .social-block, .micro-section-1 .ry-container .each .wrapper .button-wrapper {
		width: 100%;
	}



	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap {
		display: flex;
		gap: 5px;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li {
		width: auto;
		height: auto;
		border-radius: unset;
	}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	[data-hidden=""] {
		display: none !important;
	}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li li a {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		min-width: 45px;
		background: var(--clr-secondary);
			}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a:hover {

		background: var(--clr-primary);
			}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li {
		margin: 0;
	}
	.micro-section-1 .custom-social-wrapper {
		list-style: none;
		padding-left: 0;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a svg {
		fill: #d6b63e;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a:hover svg {
		fill: #333;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .icon {
		border-color: var(--clr-secondary);
			}

	.micro-section-1 .ry-container .each .wrapper .each-details .icon svg {
		fill: var(--clr-secondary);
			}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a {
		background: var(--clr-primary);
			}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a svg {
		fill: #fff;
	}

	.micro-section-2 .ry-flex .each.each-right {
		background: var(--clr-primary);
			}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li:nth-child(odd), .micro-section-2 .ry-flex .each.each-right .ry-text ul li {
		background: transparent !important;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
		padding: 0;
		color: #fff;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li:not(:last-child) {
		margin-bottom: 30px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a:before {
		filter: unset;
		<
		svg xmlns="http: //www.w3.org/2000/svg" width="16" height="16" fill="#c19932" class="bi bi-check2" viewBox="0 0 16 16">   <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0"/> </svg>;
		<
		svg xmlns="http: //www.w3.org/2000/svg" width="16" height="16" fill="#c19932" class="bi bi-check2" viewBox="0 0 16 16">   <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0"/> </svg>;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c19932' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	}

	.micro-section-2 .ry-flex .each.each-left .photo {
		height: 100%;
	}

	.micro-section-2 .ry-flex .each.each-left .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.micro-section-2 .ry-flex {
		border-radius: 30px;
		overflow: hidden;
	}

	.micro-section-1 .ry-container .each.each-left .map-block {
		border-radius: 20px;
		border-color: var(--clr-secondary);
			background: transparent;
			}

	.micro-section-1 .ry-container .each.each-left .map-block .map-frame {
		border-radius: 20px;
		overflow: hidden;
	}

	.micro-section-1 .ry-container .each .wrapper h2:before {
		background: var(--clr-secondary);
			}

	.micro-version .module-team.custom {
		background: transparent;
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-3afa3835-9db5-420a-9207-64e6fa948fc1/HomeAssets/meetthedr_bg.png);
		background-position: center;
	}

	.micro-version .module-team.custom .ry-headline h2 {
		color: var(--clr-primary) !important;
			}

	#ry-pg-banner .ry-container {
		max-width: 1600px;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 73px;
		font-family: 'Gilda Display';
		letter-spacing: initial;
		font-weight: 400;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li .notes {
		display: block;
		width: 100%;
		position: absolute;
		bottom: -30px;
		text-align: right;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block {
		padding-top: 30px;
	}

	.module-promo .ry-flex .text-wrapper p {
		font-size: 16px !important;
		letter-spacing: -0.5px;
	}

	.module-promo .ry-flex .text-wrapper .span-2 {
		margin: 0;
	}

	.module-promo .ry-flex .text-wrapper .ry-btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.module-promo .ry-flex .text-wrapper h3 {
		margin: 0 !important;
		font-family: 'Gilda Display';
		font-weight: 600;
		font-size: 26px !important;
	}

	.module-promo .ry-flex .text-wrapper .span-1 {
		background: var(--clr-secondary);
			}

	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo {
		position: relative;
		padding-bottom: 170%;
	}

	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	@media (max-width: 1680px) {
		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 30px;
		}
	}

	@media (max-width: 1480px) {
		.micro-section-1 .ry-container .each .wrapper .each-details {
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper {
			gap: 20px;
			padding-left: 6vw;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(2),
		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
			min-width: unset;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
			order: 4;
		}

		.micro-section-1 .ry-container .each .wrapper .button-wrapper {
			order: 5;
		}
		.micro-section-2 .ry-flex .each.each-left .photo {
			height: 100%;
		}

		.micro-section-2 .ry-flex .each.each-left .photo img {
			height: 100%;
			object-fit: cover;
		}

	}

	@media (max-width: 1380px) {
		.micro-section-1 .ry-container .each.each-left {
			padding-left: 0;
		}

		.micro-section-1 .ry-container .each.each-left .map-block {
			width: 85%;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 3vw;
		}
	}
	@media (max-width: 1280px) {

		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 30px;
		}
	}

	@media (max-width: 1080px) {
		.micro-section-2 .ry-flex .each.each-right {
			padding: 60px 30px;
		}

		.micro-section-2 .ry-flex .each.each-right .ry-text {
			margin-top: 25px;
		}
	}

	@media (max-width: 768px) {
		.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
			font-size: 16px;
		}

		.micro-section-2 .ry-flex {
			flex-direction: column-reverse;
		}



		.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
			text-align: center;
		}

		.micro-section-2 .ry-flex .each.each-left .photo {
			position: relative;
			padding-bottom: 100%;
			border-bottom-left-radius: 20px;
			overflow: hidden;
			border-bottom-right-radius: 20px;
		}

		.micro-section-2 .ry-flex .each.each-left .photo img {
			position: absolute;
			top: 0;
			left: 0;
			width: 105%;
			height: 105%;
			object-fit: cover;
		}

		.micro-section-2 .ry-flex .each.each-right {
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
		}

		.micro-section-2 .ry-flex .each.each-right,
		.micro-section-2 .ry-flex .each.each-left {
			border-radius: unset;
		}

		.micro-section-2 .ry-flex .each.each-left .photo {
			border-radius: 0;
		}

		.micro-section-1 .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 60px;
		}

		.micro-section-1 .ry-container .each.each-left {
			width: 100%;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 60px;
		}

		.micro-section-1 .ry-container .each.each-right {
			max-width: 100%;
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper h2::before {
			left: 50%;
			transform: translate(-50%, 0);
		}

		.micro-section-1 .ry-container .each .wrapper .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details * {
			text-align: center;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details .text ul li .span-1 {
			text-align: left;
		}

		.micro-section-1 .ry-container .each .wrapper .ry-btn {
			margin-left: auto;
			margin-right: auto;
			display: flex;
		}

		.micro-section-1 .ry-container .each .wrapper .button-wrapper {
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 0;
		}

		.micro-section-1 {
			margin: 0;
			padding-bottom: 80px;
		}
	}

	@media (max-width: 620px) {
		.micro-section-1 .ry-container .each.each-left .map-block {
			width: 90%;
			margin-top: -30px;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 20px;
		}

		.micro-section-1 .ry-container .each.each-left #MapBlock {
			padding-bottom: 100%;
		}
	}

	/* END SERVICES SIDE BY SIDE */
	.services-side-by-side .each {
		display: flex;
		gap: 60px;
		align-items: center;
	}

	.services-side-by-side .each .ry-box-left {
		width: calc(50% - 30px);
		position: relative;
		padding-bottom: 40%;
		border-radius: 20px;
		overflow: hidden;
	}

	.services-side-by-side .each .ry-box-right {
		width: calc(50% - 30px);
	}

	.services-side-by-side .each .ry-box-right .ry-btn {
		margin-top: 20px;
	}

	.services-side-by-side .each .ry-box-right h4 {
		margin-bottom: 10px !important;
		font-size: 32px !important;
		letter-spacing: -1px !important;
	}

	.services-side-by-side .each .ry-box-right h4,
	.services-side-by-side .each .ry-box-right p {
		text-align: left !important;
	}

	.services-side-by-side .each .ry-box-left img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}

	.services-side-by-side {
		max-width: 1080px;
		margin: auto;
		float: none;
	}

	.services-side-by-side .each:not(:last-child) {
		margin-bottom: 100px;
	}


	.services-side-by-side .each:nth-child(even) {
		flex-direction: row-reverse;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right h4, 
	.services-side-by-side .each:nth-child(even) .ry-box-right p {
		text-align: right !important;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right .ry-btn {
		margin-left: auto;
	}


	@media (max-width: 768px) {
		.services-side-by-side .each .ry-box-right,
		.services-side-by-side .each .ry-box-left {
			width: calc(50% - 15px);
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 28px !important;
		}

		.services-side-by-side .each .ry-box-left {
			padding-bottom: 50%;
		}

		.services-side-by-side .each:not(:last-child) {
			margin-bottom: 60px;
		}
		.services-side-by-side .each .ry-box-right .ry-btn {
			margin-left: auto !important;
			margin-right: auto !important;
		}
	}
	@media (max-width: 620px) {

		.services-side-by-side .each:nth-child(2n),
		.services-side-by-side .each {
			flex-direction: column;
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 24px !important;
		}

		.services-side-by-side .each .ry-box-left {
			width: 100%;
			padding-bottom: 75%;
		}

		.services-side-by-side .each .ry-box-right, .services-side-by-side .each .ry-box-left {
			width: 100%;
		}

		.services-side-by-side .each:nth-child(2n) .ry-box-right h4,
		.services-side-by-side .each:nth-child(2n) .ry-box-right p,
		.services-side-by-side .each .ry-box-right h4, 
		.services-side-by-side .each .ry-box-right p {
			text-align: center !important;
		}
	}


