/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu
	6. 	Plugins
	7. 	Page Templates
		a. 	Template: Front Page
		b. 	Template: About Page
		c. 	Template: Contact Page
		d. 	Template: Escrow Services Page
		e. 	Template: For Developers Page
		f. 	Template: Homeowner Center Page
		g. 	Template: Owner Portal Login Page
		h. 	Template: HOA Management Page
		i. 	Template: Community Management Page
		j. 	Template: Common Modal Pages
		k. 	Template: Association Escrow Services (Modal)
		l. 	Template: Careers
		m.  Template: For Vendors
		...
		p. 	Template: Hoa Management Landing Page
		q. Template: Landing Page 1
		r. Template: Landing Page 2
		s. Template: Landing Page 3
		...
		z. 	Template: Full Width
	8.  Index Loop
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */

html {
	scroll-behavior: smooth;

}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Base Transitions -------------------------- */
a,
path {
	transition: all 0.25s linear;
}


/* Screen Reader Text ------------------------ */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}


/* Fonts ------------------------------------- */
:root {
	/*
	restrict the font size between 14px and 18px.
	adjust the vw value to set when the font grows/shrinks.
	*/
	font-size: clamp(14px, 2vw, 18px);
	/* Font Size */
	--global--font-size-base: 1rem;
	/* 18px */
	--global--font-size-xs: 0.777rem;
	/*  14px */
	--global--font-size-sm: 0.888rem;
	/*  16px */
	--global--font-size-md: 1.111rem;
	/*  20px */
	--global--font-size-lg: 1.555rem;
	/*  28px */
	--global--font-size-xl: 1.888rem;
	/*  34px */
}


/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}

/* Links ------------------------------------- */
a {
	color: #DFC379;
}

a:hover {
	color: #C1A040;
}

.underline-links a {
	text-decoration: underline;
	font-weight: 700;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* -------------------------------------------------------------------------- */
main {
	display: block;
}

h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.8rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li>ul,
li>ol {
	margin: 1rem 0 0 0;
	padding-left: 0;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt+dd {
	margin-top: 0.5rem;
}

dd+dt {
	margin-top: 1.5rem;
}

.description>ul {
	margin: 1rem 0 1.5rem .65rem;
	padding: 0;
}

.description>ul>li {
	margin-left: 0;
}

.description>ul>li::marker {
	content: "· ";
	font-weight: 900;
}


/* Quotes ------------------------------------ */

blockquote {
	position: relative;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

blockquote.wp-block-quote::before {
	content: '“';
	font-size: 18rem;
	position: absolute;
	top: -145px;
	left: -60px;
	color: rgba(255, 255, 255, 0.25);
	opacity: 0.5;
}

cite {
	color: #6d6d6d;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 1rem;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
	text-align: center;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

/* Layout ------------------------------------ */
body {}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {
	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Hiding and Showing ------------------------ */
.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}

/* Middots ------------------------------------ */
.middot>p::before {
	position: relative;
	top: -2px;
	content: "·";
	font-size: 27px;
	vertical-align: middle;
	font-family: monospace;
	margin-left: -15px;
}

.middot>p {
	margin-left: 16px;
}

/* Scroll Down ------------------------------ */
.scroll-down {
	letter-spacing: 3px;
}

.scroll-down a {
	color: #989898;
}

/* Video ------------------------------------ */
.video {
	width: auto;
}

.video-card {
	position: relative;
	display: inline-block;
}

.video-card::after {
	content: " ";
	position: absolute;
	pointer-events: none;
	background-repeat: no-repeat;
	width: 63px;
	height: 63px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.500122' y='0.5' width='62.9999' height='63.0001' rx='31.4999' fill='white' fill-opacity='0.15'/%3E%3Crect x='1.00012' y='1' width='61.9999' height='62.0001' rx='30.9999' stroke='white' stroke-opacity='0.7'/%3E%3Cpath d='M42 32L27 40.6603L27 23.3397L42 32Z' fill='%23C1A040'/%3E%3C/svg%3E%0A");
}

.video-card:hover::after {
	filter: drop-shadow(2px 4px 6px black);
}


/* Colors ------------------------------------ */


/* Opacity ----------------------------------- */

.opacity-0 {
	opacity: 0;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-75 {
	opacity: 0.75;
}

.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}

.blend-mode-hue {
	mix-blend-mode: hue;
}

.blend-mode-saturation {
	mix-blend-mode: saturation;
}

.blend-mode-color {
	mix-blend-mode: color;
}

.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}


/* Image Classes ----------------------------- */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion: reduce) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 -0.8rem -0.8rem;
}

.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

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

.search-form .search-submit {
	flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}


/* Social Icons ------------------------------ */



/* -------------------------------------------------------------------------- */
/*	4.	Site Header
/* -------------------------------------------------------------------------- */
#header {
	padding: 2.5rem 0;
}

#header .buttons .item {
	float: left;
	display: inline-block;
	width: auto;
	white-space: nowrap;
	margin-right: 0.7rem;
}

#header .right-col {
	column-gap: 40px;
}

#header .right-col {
	min-width: 460px;
}

#header .menu.nav-toggle svg:last-child {
	display: none;
}

.blurry-header #header {
	background: rgba(255, 255, 255, 0.03);
	mix-blend-mode: normal;
	backdrop-filter: blur(6px);
}

body.nav-open .blurry-header #header {
	backdrop-filter: none;
}

#header.white-header {
	background: #F9F9F9;
}

#header.white-header .menu.nav-toggle *[fill] {
	fill: #091E36;
}

#header.white-header .menu.nav-toggle *[stroke] {
	stroke: #091E36;
}

#header .logo img {
	max-width: 225px;
}

/* -------------------------------------------------------------------------- */
/*	5. Menu
/* -------------------------------------------------------------------------- */
body.nav-open {
	overflow: hidden;
}

.nav-menu {
	z-index: 999;
	height: 100vh;
}

.nav-menu.active {
	display: block !important;
}

.nav-menu .close {
	padding: 2.5rem 1rem;
}

.nav-menu .close-wrapper {
	top: 1.5rem;
	right: 7.5%;
}

.nav-menu ul {
	list-style: none;
}

.nav-menu ul li {
	margin: 2.5rem 0;
}

.nav-menu .number {
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	opacity: 0.18;
	transform: rotate(-90deg);
	margin-right: 12%;
}

.nav-menu li a {
	font-weight: 700;
	font-size: 1.95rem;
	line-height: 2.5rem;
	color: #FFFFFF;
}

.nav-menu li.active a {
	color: #DFC379;
}

.nav-menu li a:hover {
	color: #DFC379;
}


/* -------------------------------------------------------------------------- */
/*	6. Plugins
/* -------------------------------------------------------------------------- */

/* WP-Paginate */
.wp-paginate {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 16px;
	align-items: center;
	margin-bottom: 160px;
}

.wp-paginate li {
	margin: 0;
	padding: 0;
}

.wp-paginate li>* {
	background: #C1A040;
	min-width: 32px;
	min-height: 32px;
	font-weight: 800;
	font-size: 14px;
	color: #091E36;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-paginate li a:hover,
.wp-paginate li .current {
	background: #0B234A;
	color: #FFFFFF;
	text-decoration: none;
}



/* Contact Form 7 */
.wpcf7[role="form"] {
	position: relative;
	z-index: 1;
}

.wpcf7-form p {
	padding: 0;
	margin: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0.75rem;
	font-size: 0.778rem;
	color: #686868;
	background: #FFFFFF;
	border: 1px solid #A4A4A4;
	box-sizing: border-box;
	border-radius: 5px;
	background-clip: padding-box;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcf7-form-control-wrap .wpcf7-form-control:focus {
	color: #051939;
	background-color: #fff;
	border-color: #C1A040;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
	color: #686868;
}

.wpcf7-form-control-wrap .wpcf7-form-control:disabled,
.wpcf7-form-control-wrap .wpcf7-form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.wpcf7-form-control-wrap .wpcf7-form-control:disabled {
	cursor: not-allowed;
}

.wpcf7-form-control-wrap .wpcf7-form-control:invalid {
	border-color: tomato;
}

.wpcf7-form-control-wrap .wpcf7-form-control:invalid:focus {
	border-color: tomato;
}

.wpcf7-form-control.wpcf7-select {
	padding-right: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1L7.5 7L1 1' stroke='%23747474' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat, repeat;
	background-position: right 1rem top 50%, 0 0;
}

.wpcf7-form-control[type="submit"] {
	display: block;
	background: #DFC379;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #091E36;
	outline: none;
	border: none;
	height: 56px;
	width: auto;
	min-width: 288px;
	text-transform: uppercase;
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 1%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 24px !important;
	height: 24px !important;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 0.85rem;
	font-weight: bold;
	display: block;
	padding: 0 0.4rem;
}

.wpcf7 form .wpcf7-response-output {
	display: inline-block;
	position: relative;
	margin: 0;
	min-height: 56px;
	padding: 0.5rem 0;
	color: tomato;
	border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: green;
}


/* -------------------------------------------------------------------------- */
/*	7. Page Templates
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	7a. Template: Front Page
/* -------------------------------------------------------------------------- */
body.home #header .right-col {
	min-width: inherit;
}

main.home .section-1 {
	padding: 1.5rem 0 4rem 0;
}

main.home .section-1 .header {
	margin: 3rem -14rem 3rem 0;
	z-index: 1;
}

main.home .section-1 .hero img {
	border-radius: 6px;
}

main.home .section-1 .button-wrapper {
	margin: 1rem 0;
}

main.home .section-1 .description {
	position: absolute;
	width: 34rem;
	right: -4%;
	top: -5%;
	background: rgba(255, 255, 255, 0.12);
	mix-blend-mode: normal;
	backdrop-filter: blur(40px);
	border-radius: 8px;
	display: block;
}

main.home .section-1 .description p {
	margin: 0;
	padding: 2rem;
	font-size: 1.4rem;
	line-height: 1.7rem;
}

main.home .section-2 {
	padding: 7rem 0 0 0;
}

main.home .section-2 .star {
	width: auto;
	margin-right: 2rem;
}

main.home .section-2 .subheader {
	margin: 1.3rem 0;
}

main.home .section-2 .row-2 {
	padding: 4rem;
}

main.home .section-2 .button {
	margin: 4rem 0;
}

main.home .section-2 .list-item {
	display: flex;
	padding: 0.75rem 0;
}

main.home .section-2 .list-item .dot {
	width: 1rem;
	flex-shrink: 0;
}

main.home .section-3 .hero img {
	border-radius: 10px;
}

main.home .section-3 .header {
	margin: 3rem 0;
}

main.home .section-3 .description {
	margin: 1rem 0 3rem 0;
	width: 80%;
}

main.home .section-3 .palm {
	padding: 4rem 0;
	background-image: url("../images/palm.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

main.home .section-4 {
	padding: 2rem 0;
}

main.home .section-4 .header {
	margin: 8rem 0 1rem 0;
}

main.home .section-4 .subheader {
	margin: 2.7rem 0;
}

/* -------------------------------------------------------------------------- */
/*	7b. Template: About Page
/* -------------------------------------------------------------------------- */
main.about .section-1 {
	padding: 5rem 0;
}

main.about .section-1 .content {
	padding: 2rem 0 0 2rem;
	background-image: url("../images/about-section-1-ellipse.svg");
	background-repeat: no-repeat;
}

main.about .section-1 .description {
	padding: 2.5rem 0;
}

main.about .section-2 {
	padding: 5.3rem 0;
}

main.about .section-2 .col-heads {
	min-height: 8rem;
}

main.about .section-2 .col-wrap {}

main.about .section-2 .c-wrap .c-title {
	padding: 1rem 0 0 0;
}

main.about .section-2 .c-wrap .c-description {
	padding: 1.4rem 0 2rem 0;
}

main.about .section-3 {
	position: relative;
}

main.about .section-3::after {
	content: "";
	position: absolute;
	width: 85%;
	height: 100%;
	background-image: url("../images/about-section-3-bg-top.svg");
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	top: 0;
	left: 10%;
	pointer-events: none;
}

main.about .section-3>div {
	background-image: url("../images/about-section-3-bg-right.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

main.about .section-3>div {
	padding: 7rem 0 !important;
}

main.about .section-3 .header {
	margin-bottom: 2rem;
}

main.about .section-4 {
	padding: 4.5rem 0;
}

main.about .section-4 .subheader {
	padding: 2rem 0;
}

main.about .section-4 .c-description {
	padding: 1.2rem 0 3.2rem 0;
}

section.testimonials,
main.about .section-5 {
	padding: 6rem 0;
	background-image: url(../images/about-testimonials-bg.svg);
	background-repeat: no-repeat;
	background-position: right top;
}

section.testimonials .header,
main.about .section-5 .header {
	padding: 2rem 0 4rem 0;
}

section.testimonials .subheader {
	margin: -2rem 0 4rem 0;
}

section.testimonials .comment-box,
main.about .section-5 .comment-box {
	margin-bottom: 5rem;
	font-weight: 200;
	font-size: 0.912rem;
	width: 80%;
}

section.testimonials .comment-box .icon-quote,
main.about .section-5 .comment-box .icon-quote {
	margin-bottom: -11px;
	position: relative;
	z-index: 1;
}

section.testimonials .pages,
main.about .section-5 .pages {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

section.testimonials .pages .pages-number,
main.about .section-5 .pages .pages-number {
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-color: #0D2B4D;
	font-size: 14px;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
}

section.testimonials .pages .pages-number.active,
main.about .section-5 .pages .pages-number.active {
	background-color: #C1A040;
	color: #091E36;
}

main.about .leadership {
	background-image: url(../images/about-leadership-bg.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 6rem 0;
}

main.about .leadership .header {
	max-width: 900px;
	padding-bottom: 5rem;
	line-height: 120%;
}

main.about .people-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
}

main.about .people-card .image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/about-leadership-picture-bg.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 232px;
	height: 232px;
}

main.about .people-card .image img {
	width: 190px;
	height: 190px;
	object-fit: cover;
	border: 1px solid #C1A040;
	background-color: #C1A040;
	border-radius: 500em;
}

main.about .people-card .info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

main.about .people-card .name {
	font-weight: 700;
	font-size: 16px;
	line-height: 103%;
	color: #DFC379;
}

main.about .people-card .title {
	font-size: 16px;
	line-height: 129%;
	color: #FFFFFF;
}

main.about .people-card .line {
	width: 18.2px;
	height: 1px;
	background: #C1A040;
}


main.about .section-6 {
	padding: 6rem 0;
}

main.about .section-6 .c-image {
	padding: 3rem 1rem 1rem 1rem;
}

main.about .section-6 .c-title {
	min-height: 4rem;
}

main.about .section-6 .description {
	padding: 2rem 0;
}

main.about .section-6 .swiper-button-next,
main.about .section-6 .swiper-button-prev {
	width: 57px !important;
}

main.about .section-7 {
	padding: 6rem 0;
	background-color: #F5F5F5;
}

main.about .section-7 .description {
	padding: 1.5rem 0;
}

main.about .section-7 .faq-wrap {
	margin: 2rem 0 0 0;
}

main.about .section-7 .faq-wrap .icon {
	min-width: 1.5rem;
	display: inline-block;
}

main.about .section-7 .faq-wrap .icon span:last-child {
	display: none;
}

main.about .section-7 .faq-wrap.active .icon span:first-child {
	display: none;
}

main.about .section-7 .faq-wrap.active .icon span:last-child {
	display: inline-block;
}

main.about .section-7 .faq-wrap .c-description {
	display: none;
	padding: 1rem 0;
}


/* -------------------------------------------------------------------------- */
/*	7c. Template: Contact Page
/* -------------------------------------------------------------------------- */
main.contact .section-1 {
	padding: 3rem 0;
}

main.contact .section-1 .subheader {
	padding: 1rem 0;
}

main.contact .section-1 .description,
main.contact .section-1 .description {
	padding: 2rem 0;
	color: #ffffffb3 !important;
	font-size: 0.889rem;
}

main.contact .section-2 {
	padding: 7rem 0;
}

main.contact .section-2 .header {
	padding-bottom: 3rem;
}

main.contact .section-2 .info-wrap {
	line-height: 2.5rem;
}

main.contact .section-2 .info-wrap a {
	color: #1F1F1F;
}

main.contact .section-3 textarea.message {
	/*height: 100%;*/
	height: calc(144px + 2rem);
}

/* -------------------------------------------------------------------------- */
/*	7d. Template: Escrow Services Page
/* -------------------------------------------------------------------------- */
main.escrow-services .section-1 {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

main.escrow-services .section-1 .content {
	padding: 4rem 0 10rem 0;
}

main.escrow-services .section-1 .header {
	padding: 1rem 0;
}

main.escrow-services .section-1 .subheader {
	padding: 1rem 0;
}

main.escrow-services .section-1 .description {
	padding: 1rem 0;
	color: #ffffffb3;
}

main.escrow-services .section-2 {
	padding: 6rem 0;
}

main.escrow-services .section-2 .description {
	margin: 2.45rem 0;
}

main.escrow-services .section-2 .description ul {
	margin: 2rem 0;
	padding: 0;
}

main.escrow-services .section-2 .description ul li {
	padding-left: .5rem;
}

main.escrow-services .section-2 .description ul li::marker {
	content: "·";
	margin-left: -5px;
}

main.escrow-services .section-2 .description a {
	color: #1F1F1F;
}

main.escrow-services .section-2 .description a u {
	color: #051936;
}

main.escrow-services .section-2 .description strong,
main.escrow-services .section-2 .description b {
	font-weight: 700;
}

main.escrow-services .section-3 {
	padding: 8rem 0;
}

main.escrow-services .section-3 .subheader {
	padding-bottom: 1.5rem;
}

main.escrow-services .section-3 .description {
	font-weight: 200;
	font-size: 0.911rem;
}

/* -------------------------------------------------------------------------- */
/*	7e. Template: For Developers Page
/* -------------------------------------------------------------------------- */
main.developers .section-1 {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

main.developers .section-1 .content {
	padding: 4rem 0 10rem 0;
}

main.developers .section-1 .header {
	padding: 1rem 0;
}

main.developers .section-1 .subheader {
	padding: 1rem 0;
}

main.developers .section-1 .description {
	padding: 1rem 0;
	color: #ffffffb3;
}

main.developers .section-2 {
	padding: 0 0 6rem 0;
}

main.developers .section-2 .hero {
	padding: 4rem;
}

main.developers .section-2 .hero img {
	border-radius: 10px;
}

main.developers .section-2 .c-title {
	padding: 1rem 0;
}

main.developers .section-2 .c-description {
	padding: 1rem 0 4rem 0;
}


/* -------------------------------------------------------------------------- */
/*	7f. Template: Homeowner Center Page
/* -------------------------------------------------------------------------- */
main.homeowner-center .bg {
	position: absolute;
	right: 0;
	z-index: 0;
	bottom: -17rem;
	pointer-events: none;
}

main.homeowner-center .col-10.offset-1,
main.homeowner-center .blurry-header {
	position: relative;
}

main.homeowner-center .section-1 {
	position: relative;
}

main.homeowner-center .z-index {
	z-index: 5;
}

main.homeowner-center .section-1 .content {
	padding: 4rem 0 4rem 0;
}

main.homeowner-center .section-1 .header {
	padding: 1rem 0;
}

main.homeowner-center .section-1 .subheader {
	padding: 1rem 0;
	line-height: 2rem;
}

main.homeowner-center .section-1 .description {
	padding: 2rem 0;
	color: #ffffffb3;
	max-width: 553px;
}

main.homeowner-center .section-1 .box {
	margin: 4rem 0 4rem 0;
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 4px;
}

main.homeowner-center .section-1 .box .title {
	color: #DFC379;
}

main.homeowner-center .section-1 .box .button {
	font-weight: 400;
	height: 56px;
	width: 100%;
	max-width: 380px;
}

main.homeowner-center .section-1 .box .button-wrapper {
	padding: .5rem 0;
}

main.homeowner-center .section-2 {
	padding: 6rem 0;
}

main.homeowner-center .section-2 .description,
main.homeowner-center .section-3 .description {
	padding: 1.5rem 0;
}

main.homeowner-center .section-3 .phone,
main.homeowner-center .section-3 .phone a {
	font-size: 48px;
	line-height: 58%;
	text-align: right;
	color: #091E36;
	padding-bottom: 2rem;
}

main.homeowner-center .section-4 .contact-form-7-wrapper {
	padding: 2rem 0 4rem 0;
}

main.homeowner-center .section-4 .contact-form-7-wrapper .wpcf7-spinner {
	visibility: hidden;
}

main.homeowner-center .tabs-wrapper {
	padding: 4rem 0;
}

main.homeowner-center ul.nav {
	padding: 0;
	margin: 0;
}

main.homeowner-center ul.nav li {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

main.homeowner-center ul.nav a {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 75px;
	padding: 0 1.5rem;

	font-family: 'Space Grotesk';
	font-weight: 500;
	font-size: 16px;

	color: #051936;
	border-bottom: 2px solid #C1A040;
	background-color: #FFFFFF;
}

main.homeowner-center .tab-content,
main.homeowner-center ul.nav a.active {
	background: rgba(223, 195, 121, 0.15);
	mix-blend-mode: normal;
	backdrop-filter: blur(20px);
}

main.homeowner-center .tab-pane {
	padding: 4rem 8rem;
}

main.homeowner-center .tab-pane .title {
	font-family: 'Space Grotesk';
	font-weight: 700;
	font-size: 32px;
	line-height: 41px;
}

main.homeowner-center .tab-pane .description {
	padding: 2.5rem 0;
	font-size: 16px;
	line-height: 175%;
	color: #051939;
}

main.homeowner-center .tab-pane .button-wrapper {
	text-align: end;
}

main.homeowner-center .tab-pane .button-wrapper a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	min-height: 54px;

	border: 1px solid #C1A040;
	border-radius: 4px;

	font-size: 18px;
	color: #051939;
}

select#services-mobile-nav {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #C1A040;
	color: #051939;
}

main.homeowner-center .section-4 textarea.message {
	height: 100%;
}

main.homeowner-center .section-4 .bg {
	right: auto;
	bottom: 5rem;
	width: 400px;
}

/* FORM */
#request-form .header {
	text-transform: lowercase;
}

#request-form textarea.message,
#request-a-proposal-form textarea.message {
	min-height: 125px;
}


/* -------------------------------------------------------------------------- */
/*	7g. Template: Owner Portal Login Page
/* -------------------------------------------------------------------------- */
main.owner-portal-login .section-1 {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

main.owner-portal-login .section-1 .content {
	padding: 4rem 0 4rem 0;
}

main.owner-portal-login .section-1 .header {
	padding: 1rem 0;
}

main.owner-portal-login .section-1 .subheader {
	padding: 1rem 0;
	line-height: 2rem;
}

main.owner-portal-login .section-1 .button-wrapper {
	padding: 2.5rem 0;
	max-width: 21rem;
}

main.owner-portal-login .section-1 .description {
	padding: 4rem 0;
	color: #ffffffb3;
}

main.owner-portal-login .login-form {
	padding: 1rem 0;
}

main.owner-portal-login .login-form input {
	margin: 0;
	background-color: transparent !important;
	border: 1px solid #6C6C6C !important;
	width: 370px;
	color: #8893A4 !important;
	height: 48.62px;
	box-sizing: border-box;
	border-radius: 5px;


	font-family: 'Averta';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;

	color: #8893A4;
}

main.owner-portal-login .login-form .login {
	margin: 1rem 0;
	display: block;
}

main.owner-portal-login .section-1 .description {
	padding: 10px 0;
	color: #ffffffb3;
	max-width: 28rem;
	font-size: 16px;
}

main.owner-portal-login .contact-infos {
	font-size: 16px;
}

/* -------------------------------------------------------------------------- */
/*	7H. Template: HOA Management Page
/* -------------------------------------------------------------------------- */
body.page-template-hoa {
	background-color: #f9f9f9;
}

main.hoa .section-1 {
	padding: 1rem 0;
}

main.hoa .section-1 .content {
	padding: 4rem 0 4rem 0;
}

main.hoa .section-1 .header {
	position: relative;
	z-index: 1;
}

main.hoa .section-1 .header::before {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='174' height='174' viewBox='0 0 174 174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M121.488 52.4882C143.37 74.371 159.295 98.052 167.357 118.641C171.388 128.935 173.449 138.446 173.314 146.565C173.18 154.682 170.852 161.393 166.123 166.123C161.393 170.852 154.682 173.18 146.565 173.314C138.446 173.449 128.935 171.388 118.641 167.357C98.052 159.295 74.371 143.37 52.4882 121.488C30.6054 99.6049 14.6811 75.9238 6.61908 55.3351C2.58792 45.0404 0.526947 35.5303 0.661503 27.411C0.796032 19.2934 3.124 12.5826 7.8533 7.85328C12.5826 3.12398 19.2934 0.79602 27.411 0.661492C35.5303 0.526934 45.0404 2.58791 55.3351 6.61907C75.9239 14.6811 99.6049 30.6054 121.488 52.4882Z' stroke='%23A3A3A3' stroke-width='0.5'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	width: 174px;
	height: 174px;
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: -32px;
	z-index: -1;
}

main.hoa .section-1 .description {
	padding: 1.5rem 0;
	width: 60%;
}

main.hoa .section-1 .button {
	margin: 1rem 0;
}

main.hoa .section-2 {
	padding: 1rem 0 4rem 0;
}

.hoa-menu .opimum-button {
	width: 100%;
}

/* -------------------------------------------------------------------------- */
/*	7I. Template: Community Management Page
/* -------------------------------------------------------------------------- */
main.community-management .section-1 {
	padding: 1rem 0;
	background-position: center top;
	background-repeat: no-repeat;
}

main.community-management .section-1 .header {
	padding: 6rem 0;
	line-height: 5rem;
	font-size: 3.11rem;
}

main.community-management .section-2 {
	padding: 5rem 0;
}

main.community-management .section-2 .subheader {
	line-height: 2rem;
	padding: 0 0 2rem 0;
}

main.community-management .section-3 {
	padding: 2rem 0;
}

main.community-management .section-3 div.rounded-bg,
main.community-management .section-5 div.rounded-bg {
	margin: 0 1rem !important;
	border-radius: 10px;
}

main.community-management .section-3 .content {
	padding: 3rem 0;
}

main.community-management .section-3 .description {
	padding: 2rem 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

main.community-management .section-3 .description strong {
	color: #ffffff;
	font-size: 18px;
}

main.community-management .section-4 {
	padding: 4rem 0;
}

main.community-management .section-4 .subheader {
	padding: 0;
}

main.community-management .section-4 .description {
	padding: 2rem 0;
}

main.community-management .section-5 {
	padding: 2rem 0;
}

main.community-management .section-5 .content {
	padding: 7rem 0;
}

main.community-management .section-5 .subheader-left,
main.community-management .section-5 .subheader-right {
	min-height: 2rem;
	margin-bottom: 1rem;
}

main.community-management .section-5 .description-left,
main.community-management .section-5 .description-right {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

main.community-management .section-5 .description-left {
	padding: 0 0 2rem 0;
}

main.community-management .section-5 .description-right strong {
	color: #DFC379;
	font-size: 18px;
	line-height: 2.3rem;
}

main.community-management .section-5 .description-right li::marker {
	color: #DFC379;
}

main.community-management .section-6 {
	padding: 4rem 0 4rem 0;
}

main.community-management .section-6 .description {
	padding: 2rem 0;
	font-size: 16px;
}

main.community-management .section-7 {
	padding: 2rem 0;
}

main.community-management .section-7 .header {
	margin: 8rem 0 0 0;
}

main.community-management .section-7 .subheader {
	margin: 2rem 0 2.7rem 0;
}

/* -------------------------------------------------------------------------- */
/*	7J. Template: Common Modal Pages
/* -------------------------------------------------------------------------- */
main.common-modal-pages .section-1 {
	padding: 4rem 0;
}

main.common-modal-pages .section-1 .header {
	padding: 1rem 0;
}

main.common-modal-pages .section-1 .subheader {
	padding: 0.5rem 0;
}

main.common-modal-pages .section-1 .description {
	padding: 1rem 0;
	color: #ffffffb3;
	font-size: 0.9rem;
	width: 80%;
}

main.common-modal-pages .section-1 .description li::marker {
	color: #DFC379;
}

main.common-modal-pages .section-1 .description strong,
main.common-modal-pages .section-1 .description b {
	color: #DFC379;
	font-size: 1rem;
	line-height: 2.2rem;
}

main.common-modal-pages .section-2 {
	padding: 1rem 0 4rem 0;
	text-align: center;
}

main.common-modal-pages .section-2 .header {
	padding: 2rem 0;
}

main.common-modal-pages .section-2 .subheader {
	padding: 2rem 0;
}

main.common-modal-pages .section-2 .button {
	margin: 2rem 0;
	min-width: 260px;
}

/* -------------------------------------------------------------------------- */
/*	7K. Template: Association Escrow Services (Modal)
/* -------------------------------------------------------------------------- */
main.association-escrow-services .section-1 {
	padding: 0 0 5rem 0;
}

main.association-escrow-services .section-1 .header {
	padding: 2rem 0;
}

main.association-escrow-services .section-1 .subheader-1 {
	padding: 2rem 0;
}

main.association-escrow-services .section-1 .subheader-2 {
	padding: 4rem 0;
}

main.association-escrow-services .section-1 .description {
	padding: 2rem 0;
	color: #ffffffb3;
	font-size: 0.86rem;
	width: 67%;
	line-height: 1.7rem;
}

main.association-escrow-services .section-1 .buttons {
	padding: 1rem 0;
	max-width: 780px;
}

main.association-escrow-services .section-1 .buttons .aes-button {
	height: 100%;
	min-height: 56px;
	background-color: #0B234A;
	font-size: 0.85rem;
}

/* -------------------------------------------------------------------------- */
/*	7L. Template: Careers
/* -------------------------------------------------------------------------- */
body.page-template-careers {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

body.page-template-careers #header.white-header {
	background: transparent;
}

main.careers {
	padding: 112px 0 135px 0;
}

main.careers .subheader {
	padding: 26px 0 77px 0;
}

main.careers .heading-row {
	width: 1300px;
	max-width: 90vw;
}


/* -------------------------------------------------------------------------- */
/*	7m. Template: For Vendors
/* -------------------------------------------------------------------------- */
main.for-vendors .section-1 {
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

main.for-vendors .section-1 .content {
	padding: 4rem 0 10rem 0;
}

main.for-vendors .section-1 .header {
	padding: 1rem 0;
}

main.for-vendors .section-1 .subheader {
	padding: 1rem 0;
}

main.for-vendors .section-1 .description {
	font-size: 16px;
	line-height: 175%;
	color: rgba(255, 255, 255, 0.7);
	padding: 1rem 0;
}

main.for-vendors .section-1 .contact-info a {
	color: #FFFFFF;
}

main.for-vendors .section-1 .btn-wrap {
	margin: 2.5rem 0;
}

/* -------------------------------------------------------------------------- */
/*	7P. Template: Hoa Management Landing Page
/* -------------------------------------------------------------------------- */
.button-landing {
	height: 42px;
	padding: 0 2rem;
	border: 1px solid #C1A040;
	border-radius: 2px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

.custom-logo-link img,
.landing-footer img {
	max-width: 200px;
}

main.landing-hoa-management .description p {
	padding: 0;
	margin: 0;
}

main.landing-hoa-management .section-1 {}

main.landing-hoa-management .section-1 .content-wrap {
	padding: 6rem 0 3rem 0;
}

main.landing-hoa-management .section-1 .content {
	margin: -2rem 0 0 -1rem;
	padding: 2rem 0 0 2rem;
	background-image: url(../images/about-section-1-ellipse.svg);
	background-repeat: no-repeat;
}

main.landing-hoa-management .section-1 .header {}

main.landing-hoa-management .section-1 .header .fs-90 {
	font-size: 90px;
	line-height: 80px;
}

main.landing-hoa-management .section-1 .description {
	padding: 2rem 0;
	font-size: 16px;
}

main.landing-hoa-management .section-1 .texts {
	font-size: 1.13rem;
	margin: 1rem 0;
}

main.landing-hoa-management .section-1 .sep {
	display: flex;
	width: 2rem;
}

main.landing-hoa-management .section-1 .sep div {
	min-height: 42px;
	max-width: 1px;
	width: 1px;
	background-color: #D5D5D5;
	margin: 0 auto;
}

main.landing-hoa-management .section-1 .sep:last-child {
	display: none;
}

main.landing-hoa-management .scrool-down {
	padding: 0.5rem 0;
}

main.landing-hoa-management .section-2 {
	padding: 2rem;
}

main.landing-hoa-management .section-2 .header {}

main.landing-hoa-management .section-2 .description {
	padding: 1rem 0;
	font-size: 16px;
	color: #091E36;
	font-size: 16px;
	line-height: 26px;
}

main.landing-hoa-management .section-2 .description strong {
	color: #AC8844;
	font-size: 18px;
	line-height: 2.3rem;
	font-weight: 700;
}

main.landing-hoa-management .section-2 .description h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #6D768B;
}

main.landing-hoa-management .section-2 .image {
	position: relative;
}

main.landing-hoa-management .section-2 .image::after {
	content: "";
	position: absolute;
	display: block;
	width: 216px;
	height: 193px;
	left: -27%;
	top: 23%;
	background: rgba(9, 30, 54, 0.2);
	backdrop-filter: blur(20px);
}

main.landing-hoa-management .section-3 {
	padding: 1rem 0;
}

main.landing-hoa-management .section-3 .header {
	padding: 2rem 0;
}

main.landing-hoa-management .section-3 .description {
	padding: 2rem 0;
}

main.landing-hoa-management .section-3 .image {
	padding: 0;
	margin: -7rem 0 0 0;
}

main.landing-hoa-management .section-3 .link {
	color: #ffffff;
}

main.landing-hoa-management .section-3 .button-landing {
	margin: 2rem auto;
	border: 1px solid #C1A040;
	border-radius: 2px;
}

/*
LANDING MODALS
*/
.landing-modal {
	top: 0;
	padding: 0 0 2rem 0;
	min-height: 100vh;
}

.landing-modal .slide-item {
	background-repeat: no-repeat;
	background-position: right top;
	align-self: stretch;
}

.landing-modal .content {
	min-height: 660px;
}

.landing-modal .contents.ellipse::before {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='174' height='174' viewBox='0 0 174 174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M121.488 52.4882C143.37 74.371 159.295 98.052 167.357 118.641C171.388 128.935 173.449 138.446 173.314 146.565C173.18 154.682 170.852 161.393 166.123 166.123C161.393 170.852 154.682 173.18 146.565 173.314C138.446 173.449 128.935 171.388 118.641 167.357C98.052 159.295 74.371 143.37 52.4882 121.488C30.6054 99.6049 14.6811 75.9238 6.61908 55.3351C2.58792 45.0404 0.526947 35.5303 0.661503 27.411C0.796032 19.2934 3.124 12.5826 7.8533 7.85328C12.5826 3.12398 19.2934 0.79602 27.411 0.661492C35.5303 0.526934 45.0404 2.58791 55.3351 6.61907C75.9239 14.6811 99.6049 30.6054 121.488 52.4882Z' stroke='%23FCFCFC' stroke-width='0.5'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	z-index: -1;
	position: absolute;
	top: -1%;
	left: 13%;
	width: 100%;
	height: 100%;
	content: "";

}

.landing-modal .slide-button {
	cursor: pointer;
	padding: 30px;
	height: 145px;
	background: #959ca333;
	transition: all 0.5s ease-out;
}

.landing-modal .slide-button .bg {
	height: 1px;
	bottom: 0;
	left: 0;
	background: #818181;
}

.landing-modal .swiper-container,
.landing-modal .swiper-slide {}

.landing-modal .swiper.modal-buttons .swiper-slide-thumb-active .bg {
	height: 100%;
	background: #ffffff;
	opacity: 0.08;
}

.landing-modal .header {
	padding: 1rem 0;
}

.landing-modal .description {
	padding: 1rem 0;
}

.landing-modal .button-landing {
	margin: 1rem 0;
}


/* -------------------------------------------------------------------------- */
/*	7Q. Template: Landing Page 1
/* -------------------------------------------------------------------------- */

@media(min-width:1499px) {

	.lp-1-footer .container,
	.lp-2-footer .container,
	.lp-3-footer .container,
	.lp-3-main .container,
	.lp-2-main .container,
	.lp-1-main .container,
	.lp-3 .container,
	.lp-2 .container,
	.lp-1 .container {
		max-width: 1415px;
	}
}

@media(min-width:1699px) {

	.lp-1-footer .container,
	.lp-2-footer .container,
	.lp-3-footer .container,
	.lp-3-main .container,
	.lp-2-main .container,
	.lp-1-main .container,
	.lp-3 .container,
	.lp-2 .container,
	.lp-1 .container {
		max-width: 1682px;
	}
}

:root {
	--yellow-bg: #DCCFAE;
	--yellow-text: #DFC379;
	--dark-color: #051939;
	--bg-color: #091E36;
}

.lp-3 ul,
.lp-2 ul,
.lp-1 ul,
.lp-3-main ul,
.lp-2-main ul,
.lp-1-main ul {
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 0;
}

.lp-1-main ul>li,
.lp-2-main ul>li,
.lp-3-main ul>li,
.lp-3 ul>li,
.lp-2 ul>li,
.lp-1 ul>li {
	list-style: none;
	margin: 0;
}

.lp-1.header {
	background: #051939;
	backdrop-filter: blur(12px);
	padding: 21.5px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	font-size: unset;
	transition: 0.3s ease;
}

.lp-1 .header-right .main-menu {
	display: flex;
	align-items: center;
	gap: 66px;
}

.lp-1 .header-right {
	gap: 104px;
}

.lp-1 .logo-area {
	display: flex;
	width: 230px;
	height: 64px;
}

.lp-1 .logo-area img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-1 .main-menu .navbar-item a {
	color: #FFF;
	text-align: right;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}

.lp-1 .header-right .header-cta-btn {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-radius: 37px;
	border: 2px solid #FFF;
	padding: 20px 45px;
}

.lp-1 .header-right .header-cta-btn:hover{
	background-color: #FFF;
	color: #051939;
	transition: 0.3s ease;
}

.lp-1-main {
	padding-top: 111px;
}

.lp-1-main .hero-area {
	background-image: url('../images/land_1/banner-main.webp');
	background-repeat: no-repeat;
	background-size: cover;
	height: 1070px;
	margin-top: -111px;
	padding-top: 111px;
	display: flex;
	align-items: center;
}

.lp-1-main .hero-area .title {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}

.lp-1-main .hero-area .title span {
	color: var(--yellow-bg);
	font-family: "Space Grotesk";
	font-size: 90px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
}

.lp-1-main .hero-area .hero-content-wrapper {
	margin-top: 60px;
	display: flex;
	gap: 50px;
}

.lp-1-main .hero-content-wrapper b {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}

.lp-1-main .hero-content-wrapper .hero-content-bold {
	padding-right: 50px;
	border-right: 3px solid var(--yellow-bg);
	max-width: 535px;
	width: 100%;
}

.lp-1-main .hero-content-wrapper p {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 675px;
}

.lp-1-main .hero-area .learn-more-btn {
	display: inline-flex;
	color: #051939;
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-radius: 37px;
	background: #FFF;
	padding: 22px 78px;
	margin-top: 60px;
	border: 2px solid transparent;
}

.lp-1-main .hero-area .learn-more-btn:hover {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
	transition: .3s ease;
}

.lp-1-main .hero-container {
	position: relative;
	z-index: 3;
}

.lp-1-s2 {
	padding-top: 177px;
	background-color: var(--yellow-bg);
	position: relative;
	padding-bottom: 170px;
}

.lp-1-s2 .logo-abs {
	position: absolute;
	top: -394px;
	left: -30px;
	user-select: none;
}

.lp-1-s2 .logo-abs img {
	object-fit: contain;
}

.lp-1-s5 .content-wrapper,
.lp-1-s3 .content-wrapper,
.lp-1-s2 .content-wrapper {
	display: flex;
	gap: 281px;
	position: relative;
	z-index: 3;
}

.lp-1-s2 .content {
	flex: 1;
}

.lp-1-s5 .content-wrapper .line,
.lp-1-s2 .content-wrapper .line {
	width: 3px;
	height: 97px;
	background-color: var(--dark-color);
}

.lp-1-s2 .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	margin-bottom: 70px;
}

.lp-1-s2 .features-area {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px;
	row-gap: 68px;
}

.lp-1-s2 .feature-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.lp-1-s2 .feature-item .item-head {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}

.lp-1-s2 .feature-item .item-title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
	margin-bottom: 0;
}

.lp-1-s2 .feature-item p {
	color: #000;
	font-family: "Space Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 0;
}

.lp-1-s3 {
	background-color: var(--bg-color);
	padding-top: 190px;
	position: relative;
	padding-bottom: 230px;
}

.lp-1-s3 .bubble-abs {
	width: 748px;
	height: 748px;
	position: absolute;
	right: -60px;
	top: -340px;
}

.lp-1-s3 .bubble-abs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-1-s3 .content-wrapper .line {
	width: 3px;
	height: 97px;
	background-color: var(--yellow-text);
}

.lp-1-s3 .content-wrapper .content {
	flex: 1;
}

.lp-1-s3 .content-wrapper .title {
	color: #FCFCFC;
	font-family: "Space Grotesk";
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	margin-bottom: 77px;
}

.lp-1-s3 .services-area {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.lp-1-s3 .service-item {
	padding-bottom: 36px;
	border-bottom: 1px dashed #ffffffbe;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 86px;
}

.lp-1-s3 .service-item-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0.9;
}

.lp-1-s3 .service-item-right {
	flex: 1.6;
}

.lp-1-s3 .service-item:nth-last-child(1) {
	border-bottom: none;
	padding-bottom: 0;
}

.lp-1-s3 .service-item .service-details {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 187%;
	margin-bottom: 0;
}

.lp-1-s3 .service-item .service-title {
	color: var(--yellow-text);
	font-family: "Space Grotesk";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
	margin-bottom: 0;
}

.lp-1-s4 {
	background-image: url('../images/land_1/banner-bottom.webp');
	background-repeat: no-repeat;
	background-size: cover;
	height: 1028px;
	position: relative;
}

.lp-1-s4 .container {
	position: relative;
	height: 100%;
}

.lp-1-s4 .box-outer {
	border-radius: 24px;
	background: #ffffffcc;
	backdrop-filter: blur(12px);
	padding: 135px 70px 156px 140px;
	max-width: 764px;
	position: absolute;
	left: 140px;
	bottom: -70px;
}

.lp-1-s4 .box-body .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	margin-bottom: 140px;
}

.lp-1-s4 .box-body p {
	color: #000;
	font-family: "Space Grotesk";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 57px;
}

.lp-1-s4 .box-body .contact-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-family: "Space Grotesk";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-decoration-line: underline;
}

.lp-1-s4 .box-body .contact-btn:hover{
	gap: 15px;
	transition: 0.3s ease;
}

.lp-1-s5 {
	padding-top: 311px;
	background-color: var(--yellow-bg);
	padding-bottom: 314px;
	background-image: url('../images/land_1/bubble-circle.svg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 25%;
}

.lp-1-s5 .title {
	color: var(--bg-color);
	font-family: "Space Grotesk";
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	margin-bottom: 0;
}

.lp-1-s5 .content {
	display: flex;
	gap: 130px;
	flex: 1;
}

.lp-1-s5 .contact-details {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.lp-1-s5 .contact-item {
	display: flex;
	align-items: start;
	gap: 20px;
	padding-bottom: 28px;
	border-bottom: 1px dashed var(--dark-color);
	min-width: 442px;
}

.lp-1-s5 .contact-item a,
.lp-1-s5 .contact-item .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
}

.lp-1-s5 .contact-item p>a,
.lp-1-s5 .contact-item p {
	color: #051939;
	font-family: "Space Grotesk";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
	margin-bottom: 0;
}

.lp-1-s5 .contact-item p>a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: .3s ease;
}

.lp-1-s5 .contact-item .details {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.lp-1-s5 .content .request-btn {
	color: #FFF;
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-radius: 37px;
	background: var(--bg-color);
	display: inline-flex;
	padding: 21px 46px;
	margin-top: 118px;
	border: 2px solid transparent;
}

.lp-1-s5 .content .request-btn:hover{
	background-color: transparent;
	color: var(--bg-color);
	border-color: var(--bg-color);
	transition: 0.3s ease;
}

.lp-1-footer {
	background-color: var(--bg-color);
	padding-bottom: 90px;
	padding-top: 129px;
}

.lp-1-footer .footer-body {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.lp-1-footer .footer-body .copyright {
	color: #FFF;
	font-family: "Open Sans", "Averta";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

.lp-1-footer .footer-body .footer-logo {
	width: 154px;
	height: 72px;
}

.lp-1-footer .footer-body .footer-logo img {
	object-fit: contain;
}

/* -------------------------------------------------------------------------- */
/*	7R. Template: Landing Page 2
/* -------------------------------------------------------------------------- */

.lp-2.header {
	backdrop-filter: blur(12px);
	padding: 27.5px 0;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	font-size: unset;
	transition: 0.3s ease;
}

.lp-2.header .main-menu {
	display: flex;
	align-items: center;
	gap: 66px;
}

.lp-2.header .header-right {
	display: flex;
	align-items: center;
	gap: 43px;
}

.lp-2.header .logo-area {
	display: flex;
	width: 252px;
	height: 64px;
}

.lp-2.header .logo-area img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-2.header .navbar-item a {
	color: #051939;
	text-align: right;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}

.lp-2.header .cta-button a {
	color: #FFF;
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	background-color: #C1A040;
	border-radius: 32px;
	padding: 13.5px 44px;
	display: inline-flex;
}

.lp-2.header .cta-button a:hover{
	background-color: #C1A040BA;
	transition: 0.3s ease;
}

.lp-2-main {
	padding-top: 119px;
}

.lp-2-main .hero-area {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.lp-2-main .hero-area .hero-column {
	flex: 1;
}

.lp-2-main .hero-area .hero-column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.lp-2-main .hero-content-area {
	position: absolute;
	z-index: 2;
	width: 100%;
	padding-bottom: 125px;
}

.lp-2-main .hero-content-area .hero-content {
	max-width: 685px;
	width: 100%;
}

.lp-2-main .hero-content-area .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
	max-width: 1110px;
	margin-bottom: 45px;
}

.lp-2-main .hero-content-area .subtitle {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 35px;
}

.lp-2-main .hero-content-area p {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 59px;
}

.lp-2-main .hero-content-area .learn-more-btn {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-radius: 37px;
	border: 1px solid var(--dark-color);
	background: #FFF;
	padding: 17.5px 77px;
	display: inline-flex;
}

.lp-2-main .hero-content-area .learn-more-btn:hover{
	color: white;
	background-color: var(--dark-color);
	transition: 0.3s ease;
}

.lp-2-s-1 {
	background: rgb(255, 255, 255);
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 50%, rgba(5, 25, 57, 1) 50%, rgba(5, 25, 57, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.lp-2-s-1 .column-left {
	max-width: 739px;
	width: 103%;
}

.lp-2-s-1 .column-left .title {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	padding-top: 351px;
	padding-bottom: 279px;
}

.lp-2-s-1 .custom-row {
	display: flex;
	align-items: center;
	gap: 200px;
}

.lp-2-s-1 .features-slider .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
	margin-bottom: 22px;
	cursor: default;
	user-select: none;
	text-transform: capitalize;
}

.lp-2-s-1 .features-slider p {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 20.055px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 0;
	cursor: default;
	user-select: none;
}

.lp-2-s-1 .features-slider {
	max-width: 460px;
}

.lp-2-s-1 .slider-wrapper {
	position: relative;
	margin-top: 125px;
}

.lp-2-s-1 .features-slider .swiper-pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
	height: 50px;
}

.lp-2-s-1 .features-slider .swiper-pagination-bullet {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 16.477px;
	font-style: normal;
	font-weight: 400;
	line-height: 116%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	opacity: 1;
	user-select: none;
}

.lp-2-s-1 .features-slider .swiper-pagination-bullet-active {
	color: var(--yellow-text);
	font-family: "Space Grotesk";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 116%;
	transition: 0.2s ease;
}

.lp-2-s-1 .abs-bubble {
	position: absolute;
	top: -288px;
	margin-left: 30px;
	user-select: none;
}

.lp-2-s-2 {
	background-color: #C4C4C4;
	padding-top: 182px;
	padding-bottom: 248px;
	background-image: url('../images/land_2/white-bubble.svg');
	background-repeat: no-repeat;
	background-position: top -375px right;
	background-size: 35%;
}

.lp-2-s-2 .title {
	color: #051936;
	font-family: "Space Grotesk";
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	margin-bottom: 141px;
}

.lp-2-s-2 .services-wrapper {
	display: flex;
	gap: 107px;
}

.lp-2-s-2 .service-item .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
	margin-bottom: 42px;
}

.lp-2-s-2 .service-item ul {
	padding-left: 1.5rem;
}

.lp-2-s-2 .service-item ul li {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 187%;
	list-style: disc;
}

.lp-2-s-3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lp-2-s-3 .custom-row {
	display: flex;
	width: 100%;
}

.lp-2-s-3 .s-3-column {
	flex: 1;
}

.lp-2-s-3 .s-3-column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.lp-2-s-3 .content-wrapper {
	position: absolute;
	width: 100%;
}

.lp-2-s-3 .content {
	max-width: 800px;
}

.lp-2-s-3 .content .title {
	color: #051936;
	font-family: "Space Grotesk";
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	margin-bottom: 83px;
}

.lp-2-s-3 .content p {
	color: #000;
	font-family: "Space Grotesk";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 110px;
	max-width: 520px;
}

.lp-2-s-3 .content .contact-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-family: "Space Grotesk";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-decoration-line: underline;
}

.lp-2-s-3 .content .contact-btn:hover{
	gap: 15px;
	transition: 0.3s ease;
}

.lp-2-s-3 .abs-circle {
	position: absolute;
	bottom: 0;
}

.lp-2-s-4 {
	background-color: var(--dark-color);
	padding-top: 223px;
}

.lp-2-s-4 .heading-wrapper .title {
	color: #FFF;
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 115%;
	margin-bottom: 100px;
	max-width: 1229px;
}

.lp-2-s-4 .heading-wrapper .request-btn {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-radius: 37px;
	background: var(--yellow-text);
	padding: 21px 81.5px;
	max-width: 335px;
	display: inline-flex;
	border: 1px solid transparent;
}

.lp-2-s-4 .heading-wrapper .request-btn:hover{
	color: var(--yellow-text);
	background-color: transparent;
	border-color: var(--yellow-text);
	transition: 0.3s ease;
}

.lp-2-s-4 .contact-items {
	display: flex;
	gap: 35px;
	margin-top: 214px;
}

.lp-2-s-4 .contact-item {
	padding-right: 35px;
	border-right: 1px solid #fff;
	display: flex;
	align-items: start;
	gap: 18px;
	padding-bottom: 100px;
}

.lp-2-s-4 .contact-item:nth-last-child(1) {
	border-right: none;
	padding-right: 0;
}

.lp-2-s-4 .contact-details {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.lp-2-s-4 .contact-details a,
.lp-2-s-4 .contact-details .title {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 28.809px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
}

.lp-2-s-4 .contact-details p,
.lp-2-s-4 .contact-details p>a {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 16.205px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
	margin-bottom: 0;
}

.lp-2-footer {
	padding-top: 70px;
	padding-bottom: 33px;
}

.lp-2-footer .footer-column-left .logo-area {
	display: flex;
	width: 196px;
	height: 50px;
}

.lp-2-footer .footer-column-left {
	display: flex;
	align-items: center;
	gap: 35px;
}

.lp-2-footer .footer-column-left .logo-area img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-2-footer .copyright {
	color: var(--dark-color);
	font-family: "Open Sans", "Averta";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
}

.lp-2-footer .footer-logo {
	width: 101px;
	height: 50px;
}

.lp-2-footer .footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* -------------------------------------------------------------------------- */
/*	7s. Template: Landing Page 3
/* -------------------------------------------------------------------------- */

.lp-3.header {
	background: #ffffff;
	backdrop-filter: blur(12px);
	padding: 37px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	margin-top: 45px;
	font-size: unset;
	transition: 0.3s ease;
}

.lp-3.header .logo-area {
	width: 252px;
	height: 64px;
}

.lp-3.header .logo-area img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-3.header .main-menu {
	display: flex;
	align-items: center;
	gap: 77px;
}

.lp-3.header .header-right {
	gap: 104px;
}

.lp-3.header .main-menu .navbar-item a {
	color: var(--dark-color);
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}

.lp-3.header .header-cta-btn {
	color: var(--dark-color);
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-radius: 37px;
	border: 2px solid var(--dark-color);
	padding: 20px 45px;
}

.lp-3.header .header-cta-btn:hover{
	background-color: var(--dark-color);
	color: #fff;
	transition: 0.3s ease;
}

.lp-3-main {
	padding-top: 142px;
}

.lp-3-main .hero-area {
	display: flex;
	position: relative;
	margin-top: 100px;
}

.lp-3-main .hero-area .hero-column {
	flex: 1;
}

.lp-3-main .hero-area .hero-column-image-wrapper {
	width: 100%;
	max-width: 53.5%;
	height: 100%;
}

.lp-3-main .hero-column-image {
	position: relative;
	overflow: hidden;
}

.lp-3-main .hero-column-image .abs-bubble {
	position: absolute;
	user-select: none;
	width: 813px;
	height: 813px;
	bottom: -315px;
	right: -110px;
}

.lp-3-main .hero-column-image .abs-bubble img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-3-main .hero-column-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-3-main .hero-column-image-wrapper .image-subtitle {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-top: 104px;
	margin-bottom: 0;
	max-width: 775px;
}

.lp-3-main .hero-content-area {
	position: absolute;
	width: 100%;
	top: 0;
}

.lp-3-main .hero-content-wrapper {
	max-width: 45.6%;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.lp-3-main .hero-content-area .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	margin-bottom: 150px;
}

.lp-3-main .hero-content {
	max-width: 362px;
	margin-right: 119px;
}

.lp-3-main .hero-content b {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.lp-3-main .hero-content p {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.lp-3-s-1 {
	padding-top: 200px;
	padding-bottom: 150px;
	position: relative;
}

.lp-3-s-1 .abs-circle {
	position: absolute;
	bottom: -340px;
	left: 0;
	height: 587px;
	z-index: 2;
}

.lp-3-s-1 .abs-circle img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-3-s-1 .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	margin-bottom: 70px;
}

.lp-3-s-1 .features-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 78px;
	row-gap: 47px;
}

.lp-3-s-1 .feature-item {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.lp-3-s-1 .feature-item:nth-child(1) {
	max-width: 435px;
	width: 100%;
}

.lp-3-s-1 .feature-item:nth-child(2) {
	margin-top: 92px;
	width: 518px;
}

.lp-3-s-1 .feature-item:nth-child(3) {
	margin-top: 183px;
	width: 518px;
}

.lp-3-s-1 .feature-item:nth-child(4) {
	max-width: 413px;
	margin: -80px 50px 0 -130px;
}

.lp-3-s-1 .feature-item:nth-child(5) {
	max-width: 413px;
	margin-top: -20px;
}

.lp-3-s-1 .feature-item .counter {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}

.lp-3-s-1 .feature-item .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
	margin-bottom: 0;
	text-transform: none;
}

.lp-3-s-1 .feature-item p {
	color: #000;
	font-family: "Space Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 0;
}

.lp-3-s-2 {
	background-image: url('../images/land_3/banner-bottom.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 318px;
	padding-bottom: 219px;
	min-height: 1384px;
	position: relative;
}

.lp-3-s-2 .title {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	margin-bottom: 130px;
}

.lp-3-s-2 .content-area {
	padding-left: 267px;
}

.lp-3-s-2 .column-left {
	max-width: 572px;
}

.lp-3-s-2 .column-left p {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 90px;
}

.lp-3-s-2 .column-left .contact-btn {
	color: var(--dark-color);
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 37px;
	background: var(--yellow-text);
	padding: 21px 109px;
}

.lp-3-s-2 .column-left .contact-btn:hover{
	background-color: #dfc379ba;
	transition: 0.3s ease;
}

.lp-3-s-2 .content-row {
	display: flex;
	position: relative;
	gap: 162px;
}

.lp-3-s-2 .content-row .column-image {
	width: 656px;
	height: 894px;
	margin-top: -120px;
	position: absolute;
	right: -20px;
}

.lp-3-s-2 .content-row .column-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-3-s-3 {
	padding-top: 317px;
	padding-bottom: 300px;
}

.lp-3-s-3 .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	margin-bottom: 0;
}

.lp-3-s-3 .title-wrapper {
	margin-bottom: 110px;
}

.lp-3-s-3 .slider-wrapper .slider-custom-prev,
.lp-3-s-3 .title-wrapper .slider-custom-next {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--dark-color);
	cursor: pointer;
	background: #fff;
}

.lp-3-s-3 .swiper-slide-prev{
	opacity: 0;
	transition: 0.3s ease;
}

.lp-3-s-3 .slider-wrapper .slider-custom-prev:hover,
.lp-3-s-3 .title-wrapper .slider-custom-next:hover{
	background-color: var(--dark-color);
	transition: 0.3s ease;
}

.lp-3-s-3 .slider-wrapper .slider-custom-prev:hover svg>path,
.lp-3-s-3 .title-wrapper .slider-custom-next:hover svg>path{
	fill: #fff;
	transition: 0.3s ease;
}

.lp-3-s-3 .slider-wrapper .slider-custom-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.lp-3-s-3 .services-slider {
	padding-left: 285px;
}

.lp-3-s-3 .services-slider .swiper-slide {
	width: max-content;
}

.lp-3-s-3 .slider-wrapper {
	position: relative;
}

.lp-3-s-3 .slide-row {
	display: flex;
	gap: 157px;
}

.lp-3-s-3 .slide-row .content {
	min-width: 544px;
}

.lp-3-s-3 .slide-row .image {
	width: 399px;
	height: 356px;
}

.lp-3-s-3 .slide-row .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-3-s-3 .slide-row .title {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
	margin-bottom: 56px;
}

.lp-3-s-3 .slide-row .slide-list {
	padding-left: 1.5rem;
}

.lp-3-s-3 .slide-row .slide-list li {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 187%;
	list-style: disc;
}

.lp-3-footer {
	background-color: var(--dark-color);
	padding-top: 378px;
	background-image: url('../images/land_3/footer-bg.svg');
	background-position: top -127px right -5px;
	background-repeat: no-repeat;
}

.lp-3-footer .title {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 90px;
	font-style: normal;
	font-weight: 500;
	line-height: 115%;
	margin-bottom: 122px;
	max-width: 1520px;
}

.lp-3-footer .request-btn {
	color: var(--dark-color);
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-radius: 37px;
	background: var(--yellow-text);
	padding: 20px 82px;
	border: 1px solid transparent;
}

.lp-3-footer .request-btn:hover{
	color: var(--yellow-text);
	background-color: transparent;
	border-color: var(--yellow-text);
	transition: 0.3s ease;
}

.lp-3-footer .contact-items {
	display: flex;
	gap: 60px;
	margin-top: 211px;
	margin-bottom: 160px;
}

.lp-3-footer .contact-item {
	display: flex;
	gap: 18px;
}

.lp-3-footer .contact-item .title,
.lp-3-footer .contact-item a {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 28.809px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
}

.lp-3-footer .contact-item p,
.lp-3-footer .contact-item p>a {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 16.205px;
	font-style: normal;
	font-weight: 500;
	line-height: 105%;
}

.lp-3-footer .footer-bottom {
	padding-bottom: 82px;
}

.lp-3-footer .copyright {
	color: #FFF;
	font-family: "Open Sans", "Averta";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

.lp-3-footer .footer-logo {
	width: 154px;
	height: 72px;
}

.lp-3-footer .footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* -------------------------------------------------------------------------- */
/*	7z. Template: Full Width
/* -------------------------------------------------------------------------- */

body.template-full-width .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 120rem;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
	position: static;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"]>.alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"]>p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"]>.wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
	position: static;
}

body.template-full-width .entry-content>.alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
	position: static;
}

body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"]>.alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"]>p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"]>.wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 0;
	position: static;
}

body.template-full-width .entry-content>.alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
	position: static;
}

/* -------------------------------------------------------------------------- */

/*	8. Index Loop
/* -------------------------------------------------------------------------- */
main.index {
	background: #091E36;
	font-size: 16px;
	line-height: 175%;
	color: rgba(255, 255, 255, 0.7);
}

main.index section {
	padding: 50px 0;
}

main.index section .col-10 {
	max-width: 1140px;
}

main.index header h2 {
	font-family: 'Space Grotesk';
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	align-items: center;
	color: #C1A040;
	margin: 25px 0;
}

main.index article {
	margin: 25px 0;
}

main.index .read-more-link {
	margin: 10px 0 30px 0;
}

main.index .attachment-post-thumbnail {
	width: 100%;
	max-width: 662px;
	min-height: 210px;
	object-fit: cover;
}

article ul,
article ol {
	margin: 0 0 3rem 0;
	padding-left: 0;
}

.archive-menu {
	margin: 50px 0 75px 0;
}

.archive-menu .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 17px;
}

.archive-menu .menu li {
	padding: 0;
	margin: 0;
}

.archive-menu .menu li a {
	display: flex;
	align-items: center;
	padding-left: 18px;
	padding-right: 18px;
	min-height: 56px;
	background: #0B234A;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
}

.archive-menu .menu li a:hover,
.archive-menu .menu li.current-menu-item a {
	background-color: #C1A040;
	color: #091E36;
}

/* -------------------------------------------------------------------------- */

/*	9. Post: Single
/* -------------------------------------------------------------------------- */
main.single {
	background-color: #091E36;
	padding: 88px 0;
}

main.single .page-title h1 {
	font-family: 'Space Grotesk';
	font-weight: 500;
	font-size: 60px;
	line-height: 120%;
	color: #C1A040;
	max-height: 839px;
}

main.single article {
	font-size: 16px;
	line-height: 175%;
	color: #ffffffb3;
	margin-top: 88px;
}

main.single .article-footer {
	margin: 160px 0;
}

.share-wrap,
.back-btn {
	display: flex;
	font-weight: 700;
	font-size: 0.85rem;
	color: #fff;
	align-items: center;
}

.back-btn {
	justify-content: space-between;
	width: 108px;
}

.share-wrap {
	float: right;
}

.share-links {
	display: flex;
	margin-left: 15px;
	column-gap: 20px;
	align-items: center;
}

.share-links a:hover {
	filter: grayscale(1);
}



body.single-post .wp-block-column p {
	margin: 0 1em 1em 1em;
}

/* POST META */
.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}


/* Featured Media ---------------------------- */

.featured-media {
	margin-top: 5rem;
	position: relative;
}

.singular .featured-media {
	margin-top: 0;
}

.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}

.featured-media img {
	margin: 0 auto;
}

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}

.post-inner {
	padding-top: 5rem;
}

.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}


/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin: 3em auto 0 auto;
	padding: 0;
	width: calc(100% - 4rem);
	max-width: 58rem;
}

.post-nav-links>span.label {
	padding: 1em 0;
}

.post-nav-links>* {
	padding: 1em 0.75em;
}

/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}


/* Author Bio -------------------------------- */

.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.hide-avatars .author-bio {
	padding-left: 0;
}

.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}

.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}

.hide-avatars img.avatar {
	display: none;
}

.author-bio p:last-child {
	margin-bottom: 0;
}

.author-bio .author-title {
	margin: 0;
}

.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}

.author-bio .author-link:focus,
.author-bio .author-link:hover {
	text-decoration: underline;
}


/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}

.pagination-single-inner {
	display: flex;
	flex-direction: column;
}

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
	flex: 1;
}

.pagination-single a+a {
	margin-top: 1rem;
}

.pagination-single a .arrow {
	margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */

/* Block: Base Margins ----------------------- */

*[class*="_inner-container"]>*:first-child {
	margin-top: 0;
}

*[class*="_inner-container"]>*:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives>li,
.entry-content .wp-block-categories>li,
.entry-content .wp-block-latest-posts>li,
.entry-content .wp-block-latest-comment>li {
	margin-left: 0;
}

.entry-content .wp-block-archives>li:last-child,
.entry-content .wp-block-categories>li:last-child,
.entry-content .wp-block-latest-posts>li:last-child,
.entry-content .wp-block-latest-comment>li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 1em;
}

.wp-block-column>*:first-child {
	margin-top: 0;
}

.wp-block-column>*:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background)>.wp-block-group__inner-container>p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content>*:first-child {
	margin-top: 0;
}

.wp-block-media-text__content>*:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #cd2653;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}

/* Block: Post Template ---------------- */

.wp-block-post-template,
.wp-block-post-template>li {
	margin-left: 0;
	margin-right: 0;
}


/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


/* Alignment Classes ------------------------- */

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: calc(100% - 4rem);
}

[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"]>.alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"]>.alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull>figcaption,
.alignfull>.wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 5rem;
}

.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header+div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta>* {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
	background-color: #cd2653;
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}

.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond>p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="checkbox"]+label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond #submit {
	display: block;
}

.comment-respond .comments-closed {
	text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}

.pagination-separator {
	margin: 5rem 0;
}

.nav-links>* {
	margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
	text-decoration: underline;
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

.nav-short {
	display: none;
}

/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.page-404 main {
	padding-top: 4rem;
}

.page-404 .search-form {
	justify-content: center;
	margin-top: 3rem;
}


/* -------------------------------------------------------------------------- */

/*	15.	Widgets
/* -------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */

.widget {
	margin-top: 3rem;
}

.widget:first-child {
	margin-top: 0;
}

.widget-content>div>*:first-child {
	margin-top: 0;
}

.widget-content>div>*:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin: 0 0 2rem;
}

.widget li {
	margin: 2rem 0 0 0;
}

.widget li:first-child,
.widget li>ul,
.widget li>ol {
	margin-top: 0;
}

.widget table,
.widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}

.widget select {
	max-width: 100%;
}

/* Font Families ----------------------------- */
.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
	font-family: NonBreakingSpaceOverride, Garamond, "Times New Roman", serif;
	letter-spacing: normal;
}

.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports (font-variation-settings: normal) {

	.widget-content cite,
	.widget-content figcaption,
	.widget-content .wp-caption-text {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Base List Widget -------------------------- */

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	text-decoration: none;
}

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
	text-decoration: underline;
}

/* Widget: Calendar -------------------------- */

.calendar_wrap {
	font-size: 2.4rem;
}

.calendar_wrap th,
.calendar_wrap td,
.wp-calendar-nav span {
	display: table-cell;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 2.5% 2.5% 1.75% 2.5%;
	text-align: center;
}

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	width: 100%;
	font-size: 1.8rem;
}

.calendar_wrap tfoot td {
	border-bottom: none;
}

.calendar_wrap tfoot a,
.calendar_wrap .wp-calendar-nav a {
	text-decoration: none;
}

.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
	text-align: left;
}

.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
	text-align: right;
}

/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em;
}

/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content>div>ul {
	margin-left: 0;
}

/* Widget: Recent Comments ------------------- */

.widget_recent_comments li {
	font-weight: 700;
}

.widget_recent_comments a {
	text-decoration: none;
}

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
	text-decoration: underline;
}

/* Widget: Recent Entries -------------------- */

.widget_recent_entries a {
	font-weight: 700;
	text-decoration: none;
}

.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
	text-decoration: underline;
}

/* Widget: RSS ------------------------------- */

.widget_rss .widget-title a.rsswidget:first-of-type {
	display: none;
}

.widget_rss .rsswidget {
	font-weight: 700;
}

.widget_rss a {
	text-decoration: none;
}

.widget_rss a:focus,
.widget_rss a:hover {
	text-decoration: underline;
}

.widget_rss .rssSummary {
	margin-top: 0.5rem;
}

.widget_rss cite::before {
	content: "— ";
}

/* Widget: Search ---------------------------- */

.widget_search .search-field {
	border-color: #dedfdf;
}

/* Widget: Tag Cloud ------------------------- */

.widget_tag_cloud a {
	font-weight: 700;
	margin-right: 0.5rem;
	text-decoration: none;
	white-space: nowrap;
}

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
	text-decoration: underline;
}

/* Widget: Text ------------------------------ */


/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */
#footer {
	padding: 3rem 0;
}

body.page-template-home #footer {
	background-color: #051939;
}

#footer .footer-logo {
	max-width: 286px;
}

#footer .widget-title {
	margin: 0 0 0.6rem 0;
	font-weight: 700;
	line-height: 2rem;
	letter-spacing: 0.1em;
	color: #BD9B37;
	font-size: 0.7777rem;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
}

#footer ul.menu li {
	margin: 0 0 0.6rem 0;
	padding: 0;
}

#footer ul.menu li a,
#footer .widget-content {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	opacity: 0.7;
}

#footer .widget-content.site-info {
	line-height: 1.2rem;
}

#footer .copyright {
	padding: 3rem 0 1rem 0;
}

#footer .copyright-text {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
}

#footer .brand-logos {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	column-gap: 2rem;
	flex-direction: column-reverse;
	gap: 1rem;
}

#footer .brand-logos img {
	max-width: 100%;
}

.socialMediaButtons {
	gap: 15px;
}

.socialMediaButtons a {
	width: 24px;
	height: 24px;
	display: flex;
}

.socialMediaButtons img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media (max-width: 479px) {

	/* Blocks -------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}

	/* Entry Content ------------------------- */

	/* LISTS */

	ul,
	ol {
		margin: 0 0 3rem 2rem;
	}

	li {
		margin: 0.5rem 0 0 1rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media (min-width: 480px) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media (max-width: 599px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns+.wp-block-columns {
		margin-top: 0.2rem;
	}

	.wp-block-columns.alignwide+.wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.wp-block-columns.alignfull+.wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}

}

@media (min-width: 600px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide+.wp-block-columns.alignwide,
	.wp-block-columns.alignfull+.wp-block-columns.alignfull {
		margin-top: -4rem;
	}

}

@media (min-width: 660px) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: calc((100vw - 58rem - 8rem) / -2);
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: calc((100vw - 58rem - 8rem) / -2);
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content>.alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content>p .alignleft,
	.entry-content>.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: calc((100vw - 58rem - 8rem) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>.alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	.entry-content>.alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content>p .alignright,
	.entry-content>.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: calc((100vw - 58rem - 8rem) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>.alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

}

@media (min-width: 700px) {

	/* VANILLA GALLERIES */

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	/* MEDIA */

	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: SHARED MEDIA STYLES */

	.wp-block-embed figcaption,
	.wp-block-image figcaption {
		font-size: 1.6rem;
	}

	/* BLOCK: BASE MARGINS */

	.wp-block-archives:not(.alignwide):not(.alignfull),
	.wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code,
	.wp-block-columns:not(.alignwide):not(.alignfull),
	.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-media-text:not(.alignwide):not(.alignfull),
	.wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-verse,
	.wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide+.wp-block-columns.alignwide,
	.wp-block-columns.alignfull+.wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	.entry-content .wp-block-columns h1,
	.entry-content .wp-block-columns h2,
	.entry-content .wp-block-columns h3,
	.entry-content .wp-block-columns h4,
	.entry-content .wp-block-columns h5,
	.entry-content .wp-block-columns h6 {
		margin: 3.5rem 0 2rem;
	}

	/* BLOCK: COVER */

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 8rem);
	}

	.wp-block-cover-image h2,
	.wp-block-cover h2 {
		font-size: 4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignnone,
	figure.wp-block-gallery.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	/* BLOCK: GROUP */

	.wp-block-group.has-background {
		padding: 4rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.alignfull:not(.has-background)>.wp-block-group__inner-container>p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	/* BLOCK: MEDIA AND TEXT */

	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote blockquote p {
		font-size: 3.2rem;
	}

	.wp-block-pullquote cite {
		margin-top: 2rem;
	}

	.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wp-block-pullquote.alignwide::before,
	.wp-block-pullquote.alignfull::before {
		font-size: 11.272727272rem;
		height: 8rem;
		margin-bottom: 2rem;
		width: 8rem;
	}

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 4.8rem;
		line-height: 1.203125;
	}

	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 3.2rem;
		line-height: 1.1875;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 6rem 4rem 4rem;
	}

	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 2.6rem;
	}

	/* BLOCK: QUOTE */

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 2.8rem;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 6rem auto;
	}

	.wp-block-separator.is-style-wide {
		max-width: calc(100vw - 8rem);
	}

	/* Entry Content ------------------------- */

	.entry-content {
		font-size: 2.1rem;
	}

	.entry-content p,
	.entry-content li {
		line-height: 1.476;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3 {
		margin: 6rem auto 3rem;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 4.5rem auto 2.5rem;
	}

	.alignnone,
	.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	.alignleft {

		/*rtl:ignore*/
		margin: 0.3rem 2rem 2rem 0;
	}

	.alignright {

		/*rtl:ignore*/
		margin: 0.3rem 0 2rem 2rem;
	}

	.entry-content>.alignwide:not(.wp-block-group.has-background),
	.entry-content>.alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	.entry-content>.alignwide {
		max-width: calc(100vw - 8rem);
		width: calc(100vw - 8rem);
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content>.alignwide:first-child,
	.entry-content>.alignfull:first-child {
		margin-bottom: 8rem;
	}

	/* ENTRY MEDIA */

	.alignfull>figcaption,
	.alignfull>.wp-caption-text {
		width: calc(100% - 8rem);
	}

	/* Comments ------------------------------ */

	.comments-wrapper {
		margin-top: 8rem;
	}

	.comment-reply-title {
		margin-bottom: 4.6rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		font-size: 1.8rem;
		letter-spacing: -0.025em;
		margin: -2.5rem 0 4.4rem 0;
	}

	.comments .comment,
	.comments .pingback,
	.comments .trackback,
	.comments .review {
		padding-top: 5rem;
	}

	div.comment:first-of-type {
		margin-top: 5rem;
	}

	.comment-meta {
		margin-bottom: 2rem;
		min-height: 6rem;
		padding: 0.3rem 0 0 7.5rem;
	}

	.comment-meta .avatar {
		display: block;
		height: 6rem;
		position: absolute;
		left: 0;
		top: 0;
		width: 6rem;
	}

	.comment-author {
		font-size: 2.4rem;
	}

	.comment-metadata {
		font-size: 1.6rem;
		margin-top: 0.8rem;
	}

	.comment-footer-meta {
		margin-top: 2.5rem;
	}

	.comments-pagination {
		margin-top: 8rem;
	}

	/* PINGBACKS & TRACKBACKS */

	.pingback .comment-body {
		padding: 0;
	}

	/* COMMENT RESPOND */

	.comment-respond p {
		margin-bottom: 2.5rem;
	}

	.comment-form p.logged-in-as {
		margin: -2.5rem 0 4.4rem 0;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: left;
		width: calc(50% - 1rem);
	}

	.comment-respond .comment-form-email {
		margin-left: 2rem;
	}

	.comments .comment-respond {
		padding: 5rem 0 0;
	}

	.comment-reply-title small {
		display: inline;
		margin: 0 0 0 0.5rem;
	}
}

@media (min-width: 782px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 3.2rem;
	}

	.wp-block-columns.alignwide+.wp-block-columns.alignwide,
	.wp-block-columns.alignfull+.wp-block-columns.alignfull {
		margin-top: -2.8rem;
	}
}

@media (min-width: 1000px) {
	/* Document Setup ------------------------ */

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content>.alignleft,
	.entry-content>p .alignleft,
	.entry-content>.wp-block-image .alignleft {
		position: absolute;

		/*rtl:ignore*/
		right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>.alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>.wp-block-image .alignleft {
		position: relative;

		/*rtl:ignore*/
		right: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"]>.alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"]>.wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.wp-block-image .alignleft {
		position: absolute;

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"]>.alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"]>.wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"]>.alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content>.alignright,
	.entry-content>p .alignright,
	.entry-content>.wp-block-image .alignright,
	[class*="__inner-container"]>.alignright {
		position: absolute;

		/*rtl:ignore*/
		left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>.alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"]>.wp-block-image .alignright {
		position: relative;

		/*rtl:ignore*/
		left: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"]>.alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"]>p .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"]>.wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"]>p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.wp-block-image .alignright {
		position: absolute;

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"]>.alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"]>p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"]>.wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"]>.alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"]>p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content>.alignwide:not(.wp-block-group.has-background),
	.entry-content>.alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* ENTRY MEDIA */

	.alignfull>figcaption,
	.alignfull>.wp-caption-text {
		width: calc(100% - 10rem);
	}

	/* Comments ------------------------------ */

	.comment-meta {
		padding-left: 0;
	}

	.comment-meta .avatar {
		left: -8rem;
	}

	/* Site Pagination ----------------------- */

	.pagination .nav-links {
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}

	.nav-links>* {
		margin: 0 2rem;
	}

	.pagination .next,
	.pagination .prev {
		display: block;
	}

	.pagination .prev {
		margin: 0 auto 0 0;
	}

	.pagination .next {
		text-align: right;
		margin: 0 0 0 auto;
	}

	/* Site Footer --------------------------- */

}

@media (min-width: 1330px) {


	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */
	.alignleft,
	.alignright,
	.entry-content>.alignleft,
	.entry-content>p .alignleft,
	.entry-content>.wp-block-image .alignleft,
	.entry-content>.alignright,
	.entry-content>p .alignright,
	.entry-content>.wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"]>.alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"]>p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"]>.alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"]>p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"]>p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"]>.wp-block-image .alignright {
		max-width: 29rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: PULLQUOTE */
	.wp-block-pullquote.is-style-solid-color.alignleft::before,
	.wp-block-pullquote.is-style-solid-color.alignright::before {
		top: 0;
	}
}

/*
Bootstrap breakpoints
*/

/* Exxxtra large devices (1600) */
@media (max-width: 1600px) {
	#footer .footer-logo {
		max-width: 220px;
	}

	main.homeowner-center .section-1 .bg {
		bottom: -10rem;
		width: 300px;
	}

	main.homeowner-center .section-4 .bg {
		bottom: 10rem;
		width: 350px;
	}

	main.homeowner-center .section-3 .phone,
	main.homeowner-center .section-3 .phone a {
		font-size: 2rem;
	}
}

/* xxl - Exxtra large devices (widescreen) */
@media (max-width: 1400px) {
	.br-hide-xxl br {
		display: none;
	}

	.scroll-down {
		margin: 1rem 0;
	}

	main.home .section-1 .header {
		margin: 1rem 0;
	}

	main.home .section-2 {
		padding: 2rem 0;
	}

	main.careers {
		padding: 2rem 0;
	}

	body.page-template-careers {
		background-size: 50%;
	}

	.archive-menu .menu li a {
		font-size: 12px;
		padding: 10px;
		min-height: auto;
	}
}

/* xl - Extra large devices (large desktops) */
@media (max-width: 1200px) {
	.br-hide-xl br {
		display: none;
	}

	.button:not(.tmb) {
		font-size: 1rem !important;
	}

	#header .right-col {
		min-width: initial;
	}

	#header .right-col>div:not(.menu) {
		display: none !important;
	}

	main.home .section-2 .row-2 {
		padding: 2rem 0;
	}

	main.home .section-2 .list-items {
		line-height: 1.5rem;
	}

	main.home .section-3 .palm {
		background-size: 300px;
		margin: 0 0 4rem 0;
	}

	main.escrow-services .section-1 {
		background-image: none;
	}

	main.escrow-services .section-1 .content {
		padding: 2rem 0 4rem 0;
	}

	main.developers .section-1 {
		background-image: none;
	}

	main.developers .section-1 .content {
		padding: 2rem 0 4rem 0;
	}

	main.developers .section-2 .hero {
		padding: 1rem;
	}

	main.homeowner-center .section-1 {
		background-image: none;
	}

	main.homeowner-center .section-1 .content {
		padding: 2rem 0 2rem 0;
	}

	main.owner-portal-login .section-1 {
		background-image: none;
	}

	main.owner-portal-login .section-1 .content {
		padding: 2rem 0 2rem 0;
	}

	main.common-modal-pages .section-1 .description {
		width: 100%;
	}

	main.landing-hoa-management .section-1 .sep {
		transform: rotate(90deg);
		margin-top: 2rem;
	}

	main.landing-hoa-management .section-3 .image {
		margin: 0;
	}

	main.for-vendors .section-1 {
		background-size: 50%;
	}

	.landing-modal .slide-item {
		background-image: none !important;
	}

	.landing-modal .content {
		min-height: 0;
	}

	.landing-modal .contents.ellipse::before {
		top: 8%;
		left: -1%;
		background-size: 124px;
	}

	.button-landing {
		padding: 0 1rem;
	}

	.share-wrap {
		float: left;
		margin-top: 50px;
	}

	.archive-menu .menu {
		flex-direction: column;
		gap: 0;
	}
}

/* lg -  Large devices (desktops) */
@media (max-width: 992px) {
	.nav-menu li a {
		font-size: 1.2rem;
		line-height: 2rem;
	}

	main.home .section-3 .hero img {
		border-radius: 0;
	}

	main.home .section-3 .palm {
		background-image: none;
	}

	main.home .section-3 .description {
		margin: 1rem 0 3rem 0;
		width: 100%;
	}

	main.about .section-1 .content {
		background-size: 200px;
		padding: 1rem 0 0 1rem;
	}

	main.about .section-3::after {
		background-size: 400px;
		width: 70%;
	}

	section.testimonials,
	main.about .section-5 {
		background-image: none;
	}

	main.about .section-6 .swiper-button-next,
	main.about .section-6 .swiper-button-prev {
		width: 2rem !important;
	}

	main.index .header {
		font-size: 2rem;
		line-height: 1.7;
	}

	main.single .page-title h1 {
		font-size: 2.5rem;
	}

}

/* md - Medium devices (tablets) */
@media (max-width: 768px) {
	video {
		/* responsive videos */
		width: 100% !important;
		height: auto !important;
	}

	.w-100-lg {
		width: 100% !important;
	}

	.button.mobile-w-100 {
		display: flex;
		width: 100%;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.opimum-button.mobile-w-100 {
		width: auto;
	}

	.wpcf7-form-control[type="submit"] {
		min-width: auto;
		width: 100%;
	}

	#footer .copyright-text span {
		padding-right: 1rem;
	}

	main.owner-portal-login .login-form input {
		width: 100%;
	}

	main.home .section-1 {
		padding: 1.5rem 0 2rem 0;
	}

	main.home .section-1 .description {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 1rem 0;
		border-radius: 6px;
	}

	section.testimonials .comment-box,
	main.about .section-5 .comment-box {
		width: 100%;
	}

	main.community-management .section-1 {
		background-size: contain;
	}

	main.community-management .section-1 .header {
		padding: 3rem 0;
	}

	main.association-escrow-services .section-1 .description {
		font-size: 1rem;
		width: 100%;
	}

	main.homeowner-center .section-1 .bg {
		bottom: -8rem;
		width: 27vw;
	}

	main.homeowner-center .tab-pane {
		padding: 2rem 2rem;
	}

	main.homeowner-center .tab-pane .button-wrapper a {
		width: 100%;
		min-width: inherit;
	}

	main.homeowner-center .section-3 .phone,
	main.homeowner-center .section-3 .phone a {
		font-size: 1.5rem;
		text-align: center;
	}

}

/* sm - Small devices (landscape phones) */
@media (max-width: 576px) {
	main.homeowner-center .section-1 .bg {
		bottom: -9rem;
		width: 40vw;
		opacity: .5;
	}

	main.for-vendors .section-1 {
		background-size: 80%;
	}

	#footer .copyright-text {
		padding: 3rem 0;
	}
}

/* Very Small devices */
@media (max-width: 375px) {
	#header .menu.nav-toggle svg {
		display: none;
	}

	#header .menu.nav-toggle svg:last-child {
		display: block;
	}


}

@media(max-width:368px) {
	.header {
		font-size: 2.5rem;
		line-height: 3.2rem;
	}
}

/* New Landing Pages Media Query */

@media(max-width:1698px) {

	.lp-3-footer .title,
	.lp-3-s-3 .title,
	.lp-3-s-2 .title,
	.lp-3-s-1 .title,
	.lp-3-main .hero-content-area .title {
		font-size: 76px;
	}

	.lp-3-s-1 .features-wrapper {
		gap: 40px;
	}

	.lp-3-s-1 .feature-item:nth-child(2),
	.lp-3-s-1 .feature-item:nth-child(3) {
		width: 435px;
	}

	.lp-3-s-2 .content-area {
		padding-left: 150px;
	}

	.lp-3-s-3 .services-slider {
		padding-left: 200px;
	}

	.lp-3-s-3 .slide-row {
		gap: 100px;
	}

	.lp-3-s-3 .slide-row .title {
		font-size: 58px;
	}

	.lp-3-footer .title {
		max-width: 1300px;
	}

	.lp-2-s-4 .contact-item:nth-child(1) {
		min-width: 299px;
	}

	.lp-3-footer .contact-item:nth-child(1){
		min-width: 260px;
	}
}

@media(max-width:1599px) {

	.lp-1-s5 .content-wrapper,
	.lp-1-s3 .content-wrapper,
	.lp-1-s2 .content-wrapper {
		gap: 100px;
	}

	.lp-1-main .hero-area .title {
		font-size: 64px;
	}

	.lp-1-main .hero-area .title span {
		font-size: 72px;
	}

	.lp-1-main .hero-content-wrapper b {
		font-size: 24px;
	}

	.lp-1-main .hero-area .learn-more-btn {
		padding: 16px 64px;
		font-size: 18px;
	}

	.lp-1 .header-right .header-cta-btn {
		padding: 16px 38px;
		font-size: 18px;
	}

	.lp-1 .main-menu .navbar-item a {
		font-size: 18px;
	}

	.lp-1-s4 .box-body .title,
	.lp-1-s3 .content-wrapper .title,
	.lp-1-s2 .title {
		font-size: 52px;
	}

	.lp-1-s3 .service-item .service-title {
		font-size: 26px;
	}

	.lp-1-s5 .title {
		font-size: 60px;
	}

	.lp-1-s5 .contact-item a,
	.lp-1-s5 .contact-item .title {
		font-size: 24px;
	}

	.lp-1-s5 .content .request-btn {
		font-size: 18px;
	}

	.lp-1-s4 .box-outer {
		padding: 80px 65px 90px 75px;
		max-width: 621px;
		left: 50px;
	}

	.lp-1-s2 .logo-abs {
		top: -284px;
		left: -37px;
		width: 600px;
		height: 600px;
	}

	.lp-1-s3 .bubble-abs {
		width: 576px;
		height: 576px;
		right: -40px;
		top: -288px;
	}

	.lp-1-footer {
		padding-bottom: 75px;
		padding-top: 100px;
	}

	.lp-2-main .hero-content-area .title {
		font-size: 56px;
		max-width: 920px;
	}

	.lp-2-main .hero-content-area .subtitle {
		font-size: 28px;
		max-width: 600px;
	}

	.lp-2-s-1 .column-left .title {
		font-size: 56px;
		max-width: 680px;
	}

	.lp-2-s-1 .custom-row {
		gap: 120px;
	}

	.lp-2-s-2 .title {
		font-size: 56px;
	}

	.lp-2-s-2 .service-item .title {
		font-size: 32px;
	}

	.lp-2-s-3 .content .title {
		font-size: 56px;
		max-width: 600px;
	}

	.lp-2-s-3 .content p {
		font-size: 22px;
		max-width: 500px;
	}

	.lp-2-s-4 .heading-wrapper .title {
		font-size: 56px;
		max-width: 979px;
	}

	.lp-2-s-1 .abs-bubble {
		top: -252px;
		margin-left: 28px;
		width: 476px;
		height: 476px;
	}

	.lp-2-s-3 .abs-circle {
		height: 250px;
	}

	.lp-3-footer .contact-item .title,
	.lp-3-footer .contact-item a {
		font-size: 26px;
	}

	.lp-3-footer .contact-items {
		gap: 30px;
	}

	.lp-3-footer .contact-item:nth-child(1) {
		min-width: 240px;
	}

	.lp-3-s-2 .content-row .column-image{
		margin-top: -60px;
	}

	.lp-3-footer .title,
	.lp-3-s-3 .title,
	.lp-3-s-2 .title,
	.lp-3-s-1 .title,
	.lp-3-main .hero-content-area .title {
		font-size: 64px;
	}

	.lp-3.header {
		padding: 25px 0;
		margin-top: 25px;
	}

	.lp-3-main .hero-content-area .title {
		margin-bottom: 75px;
	}

	.lp-3-main {
		padding-top: 100px;
	}

	.lp-3-main .hero-column-image-wrapper .image-subtitle {
		margin-top: 65px;
	}

	.lp-3-s-1 {
		padding-top: 175px;
		padding-bottom: 125px;
	}
}

@media(max-width:1499px) {
	.lp-1-s3 .service-item-right {
		flex: 1.7;
	}

	.lp-1-s3 .service-item-left {
		flex: 0.85;
	}

	.lp-1-s3 .service-item .service-title {
		font-size: 22px;
	}

	.lp-1-s3 .service-item {
		gap: 50px;
	}

	.lp-2-main .hero-area {
		padding-top: 50px;
	}

	.lp-2-s-4 .contact-details a,
	.lp-2-s-4 .contact-details .title {
		font-size: 22px;
	}

	.lp-2-s-4 .contact-item {
		padding-right: 30px;
	}

	.lp-2-s-4 .contact-items {
		gap: 30px;
	}

	.lp-1-s4 .box-body .title {
		margin-bottom: 90px;
		font-size: 48px;
	}

	.lp-1-s4 {
		height: 841px;
	}
}

@media(max-width:1498px) {

	.lp-3-footer .title,
	.lp-3-s-3 .title,
	.lp-3-s-2 .title,
	.lp-3-s-1 .title,
	.lp-3-main .hero-content-area .title {
		font-size: 64px;
	}

	.lp-3-main .hero-column-image .abs-bubble {
		width: 576px;
		height: 576px;
		bottom: -215px;
	}

	.lp-3-main .hero-column-image-wrapper .image-subtitle {
		font-size: 32px;
		margin-top: 60px;
		max-width: 710px;
	}

	.lp-3-s-1 .feature-item:nth-child(1) {
		max-width: 375px;
	}

	.lp-3-s-1 .feature-item:nth-child(2),
	.lp-3-s-1 .feature-item:nth-child(3) {
		width: 375px;
	}

	.lp-3-s-1 .feature-item {
		gap: 25px;
	}

	.lp-3-s-1 .abs-circle {
		width: 275px;
		bottom: -326px;
	}

	.lp-3-s-2 .content-area {
		padding-left: 100px;
	}

	.lp-3-s-2 .content-row .column-image {
		width: 530px;
		height: 722px;
		margin-top: -120px;
	}

	.lp-3-s-2 .column-left .contact-btn {
		padding: 18px 90px;
	}

	.lp-3-s-2 {
		min-height: auto;
		padding-top: 200px;
	}

	.lp-3-s-2 .column-left {
		max-width: 540px;
	}

	.lp-3-s-2 .column-left p {
		font-size: 28px;
	}

	.lp-3-s-2 .title {
		margin-bottom: 150px;
	}

	.lp-3-s-3 {
		padding-top: 250px;
	}

	.lp-3-s-3 .slide-row .title {
		font-size: 48px;
		margin-bottom: 40px;
	}

	.lp-3-footer .title {
		max-width: 1100px;
	}
}

@media(max-width:1399px) {

	.lp-1-main .hero-area .title {
		font-size: 48px;
	}

	.lp-1-main .hero-area .title span {
		font-size: 58px;
	}

	.lp-1-main .hero-content-wrapper b {
		font-size: 20px
	}

	.lp-1-main .hero-content-wrapper .hero-content-bold {
		max-width: 475px;
	}

	.lp-1-main .hero-content-wrapper p {
		font-size: 16px;
		max-width: 499px;
	}

	.lp-1-main .hero-area .learn-more-btn {
		padding: 14px 48px;
		font-size: 16px;
	}

	.lp-1-main .hero-area {
		height: 841px;
	}

	.lp-1-s2 {
		padding-top: 100px;
		padding-bottom: 75px;
	}

	.lp-1-s4 .box-body .title,
	.lp-1-s3 .content-wrapper .title,
	.lp-1-s2 .title {
		font-size: 42px;
	}

	.lp-1-s2 .title {
		max-width: 740px;
	}

	.lp-1-s2 .feature-item .item-title {
		font-size: 24px;
	}

	.lp-1-s2 .feature-item .item-head {
		font-size: 20px;
	}

	.lp-1-s2 .features-area {
		gap: 50px;
		row-gap: 48px;
	}

	.lp-1-s3 {
		padding-top: 110px;
		padding-bottom: 130px;
	}

	.lp-1-s3 .service-item .service-details {
		font-size: 16px;
	}

	.lp-1-s3 .service-item .service-title {
		font-size: 20px;
	}

	.lp-1-s3 .service-item {
		padding-bottom: 24px;
	}

	.lp-1-s3 .services-area {
		gap: 24px;
	}

	.lp-1-s4 {
		height: 741px;
	}

	.lp-1-s3 .bubble-abs {
		width: 476px;
		height: 476px;
		right: -35px;
		top: -238px;
	}

	.lp-1-s4 .box-body .title {
		margin-bottom: 60px;
	}

	.lp-1-s4 .box-body p {
		font-size: 20px;
	}

	.lp-1-s4 .box-outer {
		max-width: 500px;
		padding: 75px 50px 80px 65px;
		left: 40px;
	}

	.lp-1-s4 .box-body .contact-btn {
		font-size: 20px;
	}

	.lp-1-s5 .title {
		font-size: 48px;
	}

	.lp-1-s5 .content {
		gap: 90px;
	}

	.lp-1-s5 .contact-item a,
	.lp-1-s5 .contact-item .title {
		font-size: 22px;
	}

	.lp-1-s5 .contact-item p>a,
	.lp-1-s5 .contact-item p {
		font-size: 16px;
	}

	.lp-1-s5 .contact-item {
		padding-bottom: 18px;
	}

	.lp-1-s5 .contact-details {
		gap: 18px;
	}

	.lp-1-s5 {
		padding-top: 200px;
		padding-bottom: 225px;
	}

	.lp-1-s5 .content .request-btn {
		padding: 18px 36px;
		font-size: 16px;
		margin-top: 75px;
	}

	.lp-1 .main-menu .navbar-item a {
		font-size: 16px;
	}

	.lp-1 .header-right .header-cta-btn {
		padding: 14px 28px;
		font-size: 16px;
	}

	.lp-1-s2 .logo-abs {
		top: -227px;
		left: -31px;
		width: 476px;
		height: 476px;
	}

	.lp-2-main .hero-area {
		padding-top: 35px;
	}

	.lp-2.header .navbar-item a {
		font-size: 18px;
	}

	.lp-2.header .cta-button a {
		font-size: 16px;
	}

	.lp-2-main .hero-content-area .title {
		font-size: 48px;
		max-width: 800px;
	}

	.lp-2-main .hero-content-area .subtitle {
		font-size: 24px;
		max-width: 510px;
	}

	.lp-2-main .hero-content-area .hero-content {
		max-width: 500px;
	}

	.lp-2-main .hero-content-area .learn-more-btn {
		font-size: 18px;
		padding: 12.5px 44px;
	}

	.lp-2-s-1 .abs-bubble {
		top: -199px;
		margin-left: 24px;
		width: 376px;
		height: 376px;
	}

	.lp-2-s-1 .column-left .title {
		padding-top: 225px;
		padding-bottom: 175px;
		font-size: 48px;
	}

	.lp-2-s-1 .features-slider .title {
		font-size: 24px;
	}

	.lp-2-s-1 .features-slider .swiper-pagination-bullet-active {
		font-size: 32px;
	}

	.lp-2-s-1 .features-slider p {
		font-size: 18px;
	}

	.lp-2-s-2 .title {
		font-size: 48px;
		margin-bottom: 75px;
	}

	.lp-2-s-2 .service-item .title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.lp-2-s-2 .service-item ul li {
		font-size: 16px;
	}

	.lp-2-s-2 .services-wrapper {
		gap: 45px;
	}

	.lp-2-s-2 {
		padding-top: 125px;
		padding-bottom: 150px;
		background-size: 38%;
	}

	.lp-2-s-3 .content .title {
		font-size: 48px;
		max-width: 500px;
	}

	.lp-2-s-4 .heading-wrapper .title {
		font-size: 48px;
		max-width: 800px;
	}

	.lp-2-s-4 {
		padding-top: 120px;
	}

	.lp-2-s-4 .heading-wrapper .request-btn {
		font-size: 18px;
		padding: 18px 50px;
	}

	.lp-2-s-4 .contact-items {
		margin-top: 145px;
		gap: 15px;
	}

	.lp-2-s-4 .contact-details a,
	.lp-2-s-4 .contact-details .title {
		font-size: 18px;
	}

	.lp-2-s-4 .contact-item {
		gap: 10px;
		padding-right: 15px;
		padding-bottom: 50px;
	}

	.lp-2-s-4 .contact-details p,
	.lp-2-s-4 .contact-details p>a {
		font-size: 14px;
	}

	.lp-2-footer {
		padding-top: 50px;
	}

	.lp-2-s-4 .contact-item:nth-child(1) {
		min-width: max-content;
	}

	.lp-2-s-3 .content .contact-btn {
		font-size: 22px;
	}

	.lp-2-s-3 .abs-circle {
		height: 200px;
	}

	.lp-3.header .main-menu .navbar-item a {
		font-size: 16px;
	}

	.lp-3.header .header-cta-btn {
		font-size: 18px;
		padding: 18px 32px;
	}

	.lp-3.header .logo-area {
		width: 200px;
		height: 51px;
	}

	.lp-3.header {
		margin-top: 0;
	}

	.lp-3-main .hero-area {
		margin-top: 45px;
	}

	.lp-3-footer .title,
	.lp-3-main .hero-content-area .title {
		font-size: 56px;
	}

	.lp-3-s-3 .title,
	.lp-3-s-2 .title,
	.lp-3-s-1 .title {
		font-size: 48px;
	}

	.lp-3-main .hero-content-area .title {
		margin-bottom: 100px;
	}

	.lp-3-main .hero-content {
		margin-right: 50px;
		max-width: 400px;
	}

	.lp-3-main .hero-column-image-wrapper .image-subtitle {
		font-size: 24px;
		margin-top: 40px;
		max-width: 530px;
	}

	.lp-3-s-1 {
		padding-top: 125px;
		padding-bottom: 100px;
	}

	.lp-3-s-1 .feature-item:nth-child(1) {
		max-width: 330px;
	}

	.lp-3-s-1 .feature-item:nth-child(2),
	.lp-3-s-1 .feature-item:nth-child(3) {
		width: 350px;
	}

	.lp-3-s-1 .feature-item {
		gap: 20px;
	}

	.lp-3-s-1 .feature-item .title {
		font-size: 24px;
	}

	.lp-3-s-1 .feature-item:nth-child(5) {
		max-width: 350px;
		margin-top: -10px;
	}

	.lp-3-s-2 {
		padding-top: 125px;
	}

	.lp-3-s-2 .column-left {
		max-width: 450px;
	}

	.lp-3-s-2 .column-left p {
		font-size: 24px;
	}

	.lp-3-s-2 .content-row .column-image {
		width: 475px;
		height: 647px;
	}

	.lp-3-s-2 .column-left .contact-btn {
		padding: 18px 70px;
		font-size: 18px;
	}

	.lp-3-s-3 {
		padding: 150px 0;
	}

	.lp-3-s-3 .slider-wrapper .slider-custom-prev,
	.lp-3-s-3 .title-wrapper .slider-custom-next {
		width: 48px;
		height: 48px;
	}

	.lp-3-s-3 .slider-wrapper .slider-custom-prev svg,
	.lp-3-s-3 .title-wrapper .slider-custom-next svg {
		width: 20px;
	}

	.lp-3-s-3 .title-wrapper {
		margin-bottom: 80px;
	}

	.lp-3-s-3 .slide-row .slide-list li {
		font-size: 20px;
	}

	.lp-3-s-3 .slide-row {
		gap: 75px;
	}

	.lp-3-s-3 .slider-wrapper {
		overflow: hidden;
	}

	.lp-3-s-3 .services-slider {
		padding-left: 150px;
	}

	.lp-3-s-3 .slide-row .image {
		height: 305px;
	}

	.lp-3-s-3 .slide-row .title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.lp-3-footer .request-btn {
		padding: 18px 55px;
		font-size: 18px;
	}

	.lp-3-footer {
		padding-top: 150px;
		background-size: 50%;
	}

	.lp-3-footer .contact-items {
		gap: 40px;
	}

	.lp-3-footer .contact-item .title,
	.lp-3-footer .contact-item a {
		font-size: 24px;
	}

	.lp-3-footer .contact-item {
		gap: 12px;
	}

	.lp-3-footer .contact-item:nth-child(1) {
		width: 310px;
	}

	.lp-3-footer .contact-items {
		margin-top: 145px;
		margin-bottom: 100px;
	}
}

@media(max-width:1199px) {
	.lp-1 .header-right {
		gap: 50px;
	}

	.lp-1 .header-right .main-menu {
		gap: 28px;
	}

	.lp-1-main .hero-area {
		height: max-content;
		padding-bottom: 75px;
		padding-top: 240px;
	}

	.lp-1-main .hero-area .title span {
		font-size: 48px;
	}

	.lp-1-main .hero-area .title {
		font-size: 38px;
	}

	.lp-1-main .hero-content-wrapper .hero-content-bold {
		max-width: 410px;
	}

	.lp-1-main .hero-content-wrapper b {
		font-size: 18px;
	}

	.lp-1-main .hero-content-wrapper p {
		font-size: 14px;
	}

	.lp-1-main .hero-area .learn-more-btn {
		padding: 12px 48px;
		font-size: 14px;
		margin-top: 35px;
	}

	.lp-1-s2 .logo-abs {
		top: -178px;
		left: -24px;
		width: 376px;
		height: 376px;
	}

	.lp-1-s5 .content-wrapper,
	.lp-1-s3 .content-wrapper,
	.lp-1-s2 .content-wrapper {
		gap: 75px;
	}

	.lp-1-s2 .feature-item p {
		font-size: 14px;
	}

	.lp-1-s2 .feature-item .item-title {
		font-size: 22px;
	}

	.lp-1-s2 .feature-item {
		gap: 10px;
	}

	.lp-1-s4 .box-body .title,
	.lp-1-s3 .content-wrapper .title,
	.lp-1-s2 .title {
		font-size: 32px;
	}

	.lp-1-s3 .bubble-abs {
		width: 376px;
		height: 376px;
		right: -35px;
		top: -190px;
	}

	.lp-1-s3 .service-item .service-title {
		font-size: 18px;
	}

	.lp-1-s3 .service-item .service-details {
		font-size: 14px;
	}

	.lp-1-s4 .box-body p {
		font-size: 18px;
	}

	.lp-1-s4 .box-body .contact-btn {
		font-size: 18px;
	}

	.lp-1-s4 .box-outer {
		max-width: 428px;
		left: 20px;
		bottom: -50px;
	}

	.lp-1-s4 {
		height: 641px;
	}

	.lp-1-s5 .title {
		font-size: 38px;
	}

	.lp-1-s5 .content .request-btn {
		padding: 14px 32px;
		font-size: 14px;
	}

	.lp-1-s5 .contact-item a,
	.lp-1-s5 .contact-item .title {
		font-size: 18px;
	}

	.lp-1-s5 .contact-item p>a,
	.lp-1-s5 .contact-item p {
		font-size: 14px;
	}

	.lp-1-s5 .contact-item .details {
		row-gap: 5px;
	}

	.contact-item .icon svg {
		width: 24px;
		height: 24px;
	}

	.lp-2.header .navbar-item a {
		font-size: 16px;
	}

	.lp-2.header .logo-area {
		display: flex;
		width: 200px;
		height: 50px;
	}

	.lp-2.header .cta-button a {
		padding: 12.5px 30px;
	}

	.lp-2.header .main-menu {
		gap: 46px;
	}

	.lp-2-main .hero-area {
		padding-top: 65px;
	}

	.lp-2-main .hero-content-area .title {
		font-size: 38px;
		max-width: 610px;
		margin-bottom: 25px;
	}

	.lp-2-main .hero-content-area .hero-content {
		max-width: 418px;
	}

	.lp-2-main .hero-content-area .subtitle {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.lp-2-main .hero-content-area p {
		font-size: 16px;
		margin-bottom: 39px;
	}

	.lp-2-main .hero-content-area .learn-more-btn {
		font-size: 16px;
		padding: 11.5px 38px;
	}

	.lp-2-s-1 .abs-bubble {
		top: -159px;
		margin-left: 19.5px;
		width: 300px;
		height: 300px;
	}

	.lp-2-s-1 .custom-row {
		gap: 45px;
	}

	.lp-2-s-1 .column-left .title {
		font-size: 38px;
		max-width: 450px;
	}

	.lp-2-s-1 .features-slider {
		max-width: 400px;
	}

	.lp-2-s-1 .features-slider .swiper-pagination {
		margin-bottom: 15px;
	}

	.lp-2-s-1 .features-slider .title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.lp-2-s-1 .features-slider p {
		font-size: 16px;
	}

	.lp-2-s-1 .features-slider .swiper-pagination-bullet-active {
		font-size: 28px;
	}

	.lp-2-s-2 .title {
		font-size: 38px;
		margin-bottom: 50px;
	}

	.lp-2-s-2 .service-item .title {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.lp-2-s-2 .services-wrapper {
		flex-wrap: wrap;
	}

	.lp-2-s-2 {
		padding-top: 75px;
		padding-bottom: 100px;
		background-size: 42%;
	}

	.lp-2-s-3 .content .title {
		font-size: 38px;
		max-width: 430px;
		margin-bottom: 45px;
	}

	.lp-2-s-3 .content p {
		font-size: 18px;
		max-width: 399px;
		margin-bottom: 50px;
	}

	.lp-2-s-3 .content .contact-btn {
		font-size: 18px;
	}

	.lp-2-s-3 .abs-circle {
		height: 150px;
	}

	.lp-2-s-4 .heading-wrapper .title {
		font-size: 38px;
		max-width: 673px;
		margin-bottom: 50px;
	}

	.lp-2-s-4 .heading-wrapper .request-btn {
		font-size: 16px;
		padding: 16px 42px;
	}

	.lp-2-s-4 .contact-details a,
	.lp-2-s-4 .contact-details .title {
		font-size: 16px;
	}

	.lp-2-s-4 .contact-details p,
	.lp-2-s-4 .contact-details p>a {
		font-size: 13px;
	}

	.lp-2-s-4 .contact-item {
		gap: 5px;
	}

	.lp-3-footer .contact-items {
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(2, 1fr);
	}

	.lp-3.header .main-menu {
		gap: 30px;
	}

	.lp-3.header .header-right {
		gap: 50px;
	}

	.lp-3.header .header-cta-btn {
		font-size: 16px;
		padding: 14px 26px;
	}

	.lp-3-footer .title,
	.lp-3-main .hero-content-area .title {
		font-size: 48px;
	}

	.lp-3-main .hero-content-area .title {
		margin-bottom: 75px;
	}

	.lp-3-main .hero-content p {
		font-size: 16px;
	}

	.lp-3-main .hero-content b {
		font-size: 18px;
	}

	.lp-3-main .hero-column-image-wrapper .image-subtitle {
		font-size: 20px;
		margin-top: 20px;
		max-width: 445px;
	}

	.lp-3-s-1 {
		padding-top: 100px;
		padding-bottom: 150px;
	}

	.lp-3-s-3 .title,
	.lp-3-s-2 .title,
	.lp-3-s-1 .title {
		font-size: 38px;
	}

	.lp-3-s-1 .feature-item {
		margin: 0 !important;
		max-width: none;
	}

	.lp-3-s-1 .features-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 45px;
	}

	.lp-3-s-1 .feature-item {
		gap: 15px;
	}

	.lp-3-s-1 .feature-item .counter,
	.lp-3-s-1 .feature-item .title {
		font-size: 22px;
	}

	.lp-3-s-1 .feature-item:nth-child(2),
	.lp-3-s-1 .feature-item:nth-child(3) {
		width: auto;
	}

	.lp-3-s-1 .feature-item:nth-child(5),
	.lp-3-s-1 .feature-item:nth-child(1) {
		max-width: none;
	}

	.lp-3-s-1 .abs-circle {
		width: 225px;
		bottom: -311px;
	}

	.lp-3-s-2 .content-area {
		padding-left: 0;
	}

	.lp-3-s-2 .title {
		max-width: 500px;
		margin-bottom: 75px;
	}

	.lp-3-s-2 {
		padding-top: 145px;
		padding-bottom: 115px;
	}

	.lp-3-s-2 .column-left p {
		font-size: 20px;
	}

	.lp-3-s-2 .column-left .contact-btn {
		padding: 16px 55px;
		font-size: 16px;
	}

	.lp-3-s-2 .content-row .column-image {
		width: 400px;
		height: 545px;
	}

	.lp-3-s-3 .slide-row {
		gap: 45px;
	}

	.lp-3-s-3 .slide-row .content {
		min-width: min-content;
	}

	.lp-3-s-3 .slide-row .image {
		height: 267px;
		width: 300px;
	}

	.lp-3-s-3 .slide-row .title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.lp-3-s-3 .slide-row .slide-list li {
		font-size: 18px;
	}

	.lp-3-footer .contact-item:nth-child(1) {
		width: auto;
	}

	.lp-3-footer .title {
		max-width: 800px;
		margin-bottom: 50px;
	}
}

@media(max-width:991px) {
	.lp-1-main .hero-area .title {
		font-size: 32px;
	}

	.lp-1-main .hero-area .title span {
		font-size: 38px;
	}

	.lp-1-main .hero-area .hero-content-wrapper {
		flex-direction: column;
		gap: 15px;
		margin-top: 45px;
	}

	.lp-1-main .hero-content-wrapper .hero-content-bold {
		max-width: none;
		border-right: none;
		padding-right: 0;
	}

	.lp-1 .header-right .main-menu {
		display: none;
	}

	.lp-1-s2 .features-area {
		grid-template-columns: repeat(2, 1fr);
	}

	.lp-1-s4 .box-body .title,
	.lp-1-s3 .content-wrapper .title,
	.lp-1-s2 .title {
		font-size: 28px;
	}

	.lp-1-s2 .title {
		margin-bottom: 50px;
	}

	.lp-1-s3 .service-item .service-details {
		text-align: center;
	}

	.lp-1-s3 {
		padding-top: 75px;
		padding-bottom: 95px;
	}

	.lp-1-s4 {
		height: 541px;
	}

	.lp-1-s4 .box-body .contact-btn,
	.lp-1-s4 .box-body p {
		font-size: 16px;
	}

	.lp-1-s4 .box-outer {
		max-width: 360px;
		padding: 45px 35px 50px 45px;
	}

	.lp-1-s5 .content-wrapper,
	.lp-1-s3 .content-wrapper,
	.lp-1-s2 .content-wrapper {
		gap: 45px;
	}

	.lp-1-s5 {
		padding-top: 125px;
		padding-bottom: 150px;
	}

	.lp-1-s5 .title {
		font-size: 32px;
	}

	.lp-1-s5 .content {
		flex-direction: column;
		position: relative;
		gap: 45px;
	}

	.lp-1-s5 .content .request-btn {
		position: absolute;
		bottom: -70px;
		right: 0;
	}

	.lp-2.header .main-menu {
		display: none;
	}

	.lp-2.header .header-right .navbar-item {
		display: none;
	}

	.lp-2-main .hero-content-area .title {
		font-size: 32px;
		max-width: 510px;
		margin-bottom: 15px;
	}

	.lp-2-main .hero-content-area .subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.lp-2-main .hero-content-area p {
		font-size: 14px;
		margin-bottom: 19px;
	}

	.lp-2-main .hero-content-area .hero-content {
		max-width: 350px;
	}

	.lp-2-main .hero-content-area {
		padding-bottom: 50px;
	}

	.lp-2-main .hero-area {
		padding-top: 35px;
	}

	.lp-2-s-1 .abs-bubble {
		top: -131px;
		margin-left: 15px;
		width: 246px;
		height: 246px;
	}

	.lp-2-s-1 .column-left .title {
		font-size: 32px;
		max-width: 330px;
		padding-top: 200px;
		padding-bottom: 115px;
	}

	.lp-2-s-1 .features-slider {
		max-width: 300px;
	}

	.lp-2-s-1 .features-slider .title {
		font-size: 18px;
	}

	.lp-2-s-1 .features-slider p {
		font-size: 14px;
	}

	.lp-2-s-1 .features-slider .swiper-pagination-bullet {
		font-size: 14px;
	}

	.lp-2-s-1 .features-slider .swiper-pagination-bullet-active {
		font-size: 24px;
	}

	.lp-2-s-2 .title {
		font-size: 32px;
		margin-bottom: 35px;
	}

	.lp-2-s-2 .service-item .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.lp-2-s-2 .service-item ul li {
		font-size: 14px;
	}

	.lp-2-s-2 {
		padding-top: 50px;
		padding-bottom: 75px;
		background-size: 45%;
	}

	.lp-2-s-3 .content .title {
		font-size: 32px;
		max-width: 380px;
		margin-bottom: 25px;
	}

	.lp-2-s-3 .content p {
		font-size: 14px;
		max-width: 320px;
		margin-bottom: 25px;
	}

	.lp-2-s-3 .content .contact-btn {
		font-size: 16px;
		gap: 3px;
	}

	.lp-2-s-3 .content .contact-btn svg {
		height: 10px;
	}

	.lp-2-s-3 .abs-circle {
		height: 125px;
	}

	.lp-2-main .hero-content-area .learn-more-btn {
		font-size: 14px;
		padding: 8.5px 25px;
	}

	.lp-2-s-4 .heading-wrapper .title {
		font-size: 32px;
		max-width: 600px;
		margin-bottom: 45px;
	}

	.lp-2-s-4 .heading-wrapper .request-btn {
		font-size: 14px;
		padding: 12px 32px;
	}

	.lp-2-s-4 {
		padding: 50px 0;
	}

	.lp-2-s-4 .contact-items {
		margin-top: 45px;
		gap: 30px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.lp-2-s-4 .contact-item {
		gap: 10px;
		padding-right: 0;
		border-right: none;
		padding-bottom: 0;
	}

	.lp-2-footer .footer-column-left .logo-area {
		display: flex;
		width: 160px;
		height: 40px;
	}

	.lp-2-footer .footer-logo {
		width: 90px;
		height: 42px;
	}

	.lp-3.header .header-right .main-menu {
		display: none !important;
	}

	.lp-3.header .header-cta-btn {
		font-size: 14px;
		padding: 10px 18px;
		border-width: 1px;
	}

	.lp-3-main .hero-area .hero-column-image-wrapper {
		max-width: 45%;
	}

	.lp-3-main .hero-content-wrapper {
		max-width: 55%;
	}

	.lp-3-footer .title,
	.lp-3-main .hero-content-area .title {
		font-size: 38px;
	}

	.lp-3-main .hero-content-area .title {
		margin-bottom: 45px;
	}

	.lp-3-main .hero-content b {
		font-size: 17px;
	}

	.lp-3-main .hero-content {
		margin-right: 20px;
		max-width: none;
	}

	.lp-3-main .hero-column-image-wrapper .image-subtitle {
		font-size: 18px;
		max-width: 400px;
	}

	.lp-3-main .hero-content p {
		font-size: 15px;
	}

	.lp-3-s-3 .title,
	.lp-3-s-2 .title,
	.lp-3-s-1 .title {
		font-size: 28px;
	}

	.lp-3-s-1 .feature-item .counter,
	.lp-3-s-1 .feature-item .title {
		font-size: 20px;
	}

	.lp-3-s-1 .feature-item p {
		font-size: 14px;
	}

	.lp-3-s-2 .column-left {
		max-width: 325px;
	}

	.lp-3-s-2 .content-row .column-image {
		width: 350px;
		height: 477px;
	}

	.lp-3-s-2 .column-left p {
		font-size: 18px;
	}

	.lp-3-s-2 .column-left .contact-btn {
		padding: 14px 48px;
		font-size: 14px;
	}

	.lp-3-s-2 {
		padding-bottom: 75px;
	}

	.lp-3-s-3 {
		padding: 100px 0;
	}

	.lp-3-s-3 .slide-row .title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.lp-3-s-3 .slider-wrapper .slider-custom-prev,
	.lp-3-s-3 .title-wrapper .slider-custom-next {
		width: 40px;
		height: 40px;
	}

	.lp-3-s-3 .slider-wrapper .slider-custom-prev svg,
	.lp-3-s-3 .title-wrapper .slider-custom-next svg {
		width: 16px;
	}

	.lp-3-s-3 .slide-row .image {
		height: 210px;
		width: 240px;
	}

	.lp-3-s-3 .slide-row .slide-list li {
		font-size: 16px;
	}

	.lp-3-footer {
		padding-top: 100px;
		background-size: 53%;
	}

	.lp-3-footer .contact-item .title,
	.lp-3-footer .contact-item a {
		font-size: 20px;
	}

	.lp-3-footer .contact-item p,
	.lp-3-footer .contact-item p>a {
		font-size: 14px;
	}

	.lp-3-footer .footer-bottom {
		padding-bottom: 45px;
	}

	.lp-3-footer .request-btn {
		padding: 14px 44px;
		font-size: 15px;
	}

	.lp-3-main .hero-column-image .abs-bubble {
		width: 376px;
		height: 376px;
		bottom: -208px;
		right: -50px;
	}

}

@media(max-width:820px) {
	.lp-2-s-1 .abs-bubble {
		top: -106px;
		margin-left: 10.9px;
		width: 200px;
		height: 200px;
	}

	.lp-2-main .hero-content-area .title {
		font-size: 28px;
		max-width: 460px;
	}

	.lp-2-main .hero-content-area .subtitle {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.lp-2-s-1 .column-left .title {
		font-size: 28px;
		padding-top: 145px;
		padding-bottom: 130px;
	}

	.lp-2-s-2 .title {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.lp-2-s-3 .content .title {
		font-size: 28px;
		max-width: 338px;
		margin-bottom: 20px;
	}

	.lp-2-s-4 .heading-wrapper .title {
		font-size: 28px;
		max-width: 580px;
		margin-bottom: 35px;
	}
}

@media(max-width:767px) {
	.lp-1-main .hero-area {
		padding-bottom: 50px;
		padding-top: 180px;
	}

	.lp-1-main .hero-area .title {
		font-size: 28px;
	}

	.lp-1-main .hero-area .title span {
		font-size: 32px;
	}

	.lp-1-main .hero-content-wrapper b {
		font-size: 16px;
	}

	.lp-1-main .hero-content-wrapper .hero-content-bold {
		max-width: 350px;
	}

	.lp-1-main .hero-area .hero-content-wrapper {
		gap: 10px;
		margin-top: 35px;
	}

	.lp-1-main .hero-area .learn-more-btn {
		margin-top: 25px;
	}

	.lp-1-s2 .logo-abs {
		top: -142px;
		left: -20px;
		width: 300px;
		height: 300px;
	}

	.lp-1-s2 {
		padding: 50px 0;
	}

	.lp-1-s4 .box-body .title,
	.lp-1-s3 .content-wrapper .title,
	.lp-1-s2 .title {
		font-size: 24px;
	}

	.lp-1-s2 .title {
		max-width: 420px;
	}

	.lp-1-s3 .content-wrapper .line,
	.lp-1-s5 .content-wrapper .line,
	.lp-1-s2 .content-wrapper .line {
		width: 2px;
		height: 57px;
	}

	.lp-1-s2 .feature-item .item-title {
		font-size: 18px;
	}

	.lp-1-s2 .feature-item .item-head {
		font-size: 16px;
	}

	.lp-1-s5 .content-wrapper,
	.lp-1-s3 .content-wrapper,
	.lp-1-s2 .content-wrapper {
		gap: 25px;
	}

	.lp-1-s3 .bubble-abs {
		width: 300px;
		height: 300px;
		right: -40px;
		top: -151px;
	}

	.lp-1-s3 .service-item .service-title {
		font-size: 16px;
	}

	.lp-1-s3 .service-item {
		gap: 35px;
	}

	.lp-1-s4 .box-body .contact-btn,
	.lp-1-s4 .box-body p {
		font-size: 14px;
	}

	.lp-1-s4 .box-outer {
		max-width: 305px;
		padding: 40px 25px 45px 40px;
	}

	.lp-1-s5 .title {
		font-size: 26px;
	}

	.lp-1-s5 .contact-item a,
	.lp-1-s5 .contact-item .title {
		font-size: 16px;
	}

	.lp-1-s5 .contact-item {
		padding-bottom: 15px;
	}

	.lp-1-s5 .contact-details {
		gap: 15px;
	}

	.lp-2-main .hero-area {
		flex-direction: column;
	}

	.lp-2-main .hero-content-area {
		position: relative;
		order: 1;
	}

	.lp-2-main .hero-area .hero-column {
		order: 2;
		width: 100%;
		max-width: 520px;
	}

	.lp-2-main .hero-content-area {
		padding-bottom: 0;
	}

	.lp-2-main .hero-area .hero-column img {
		height: 350px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		margin-top: 45px;
	}

	.lp-2-s-1 .custom-row {
		flex-direction: column;
		align-items: start;
		gap: 0;
	}

	.lp-2-s-1 {
		background: linear-gradient(360deg, rgba(255, 255, 255, 1) 50%, rgba(5, 25, 57, 1) 50%, rgba(5, 25, 57, 1) 100%);
		padding-bottom: 35px;
	}

	.lp-2-s-1 .column-left {
		max-width: none;
	}

	.lp-2-s-1 .column-left .title {
		padding-top: 55px;
		padding-bottom: 0;
		max-width: none;
		margin-top: 55px;
	}

	.lp-2-s-1 .slider-wrapper{
		margin-top: 100px;
	}

	.lp-2-s-1 .features-slider {
		max-width: 425px;
	}

	.lp-2-s-3 .custom-row {
		flex-direction: column;
		align-items: center;
	}

	.lp-2-s-3 .content-wrapper {
		position: relative;
	}

	.lp-2-s-3 {
		flex-direction: column;
		gap: 45px;
		padding-bottom: 125px;
	}

	.lp-2-s-3 .s-3-column {
		width: 100%;
		max-width: 520px;
		margin-top: 15px;
	}

	.lp-2-s-3 .s-3-column img {
		height: 350px;
		border-radius: 6px;
	}

	.lp-2-footer .footer-column-left {
		flex-direction: column;
		gap: 10px;
		align-items: start;
	}

	.lp-2-s-3 .content .title,
	.lp-2-s-3 .content p,
	.lp-2-main .hero-content-area .hero-content {
		max-width: none;
	}

	.lp-3-footer .title,
	.lp-3-main .hero-content-area .title {
		font-size: 32px;
	}

	.lp-3-main .hero-content-area {
		position: relative;
	}

	.lp-3-main .hero-area .hero-column-image-wrapper,
	.lp-3-main .hero-content-wrapper {
		max-width: 100%;
	}

	.lp-3-main .hero-area {
		flex-direction: column;
	}

	.lp-3-main .hero-area .hero-column-image-wrapper {
		display: flex;
		flex-direction: column;
		align-items: start;
		width: 100%;
		padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem);
		margin-right: auto;
		margin-left: auto;
		max-width: 540px;
	}

	.lp-3-main .hero-column-image {
		width: 100%;
	}

	.lp-3-s-1 .abs-circle {
		width: 190px;
		bottom: -155px;
		height: 300px;
	}

	.lp-3-s-2 .content-row {
		position: inherit;
	}

	.lp-3-s-2 .column-left {
		max-width: 259px;
	}

	.lp-3-s-2 .column-left p {
		font-size: 16px;
	}

	.lp-3-s-2 .content-row .column-image {
		width: 315px;
		height: 429px;
	}

	.lp-3-s-3 .services-slider {
		padding-left: 0;
		position: relative;
	}

	.lp-3-s-3 .slider-wrapper .slider-custom-prev {
		position: absolute;
		top: 105%;
	}

	.lp-3-s-3 .slider-wrapper {
		overflow: visible;
	}

	.lp-3-s-3 .services-slider {
		overflow: hidden;
	}

	.lp-3-footer .contact-items {
		margin: 100px 0;
	}

	.lp-3-footer .footer-logo {
		width: 110px;
		height: 50px;
	}

	.lp-3-s-2 .title {
		margin-bottom: 95px;
	}
}

@media(max-width:575px) {

	.lp-1-s2 .logo-abs {
		top: -95px;
		left: -12px;
		width: 200px;
		height: 200px;
	}

	.lp-3-s-1 .title{
		margin-bottom: 45px;
	}

	.lp-1-s2 .features-area {
		grid-template-columns: repeat(1, 1fr);
	}

	.lp-1-s3 .bubble-abs {
		width: 200px;
		height: 200px;
		right: -16px;
		top: -99px;
	}

	.lp-1-s2 {
		padding: 75px 0;
	}

	.lp-1-s3 .service-item {
		gap: 5px;
		flex-direction: column;
		align-items: center;
	}

	.service-item-left .arrow {
		display: none;
	}

	.lp-1-s3 .service-item {
		padding-bottom: 20px;
	}

	.lp-1-s3 .services-area {
		gap: 20px;
	}

	.lp-1-s3 {
		padding-bottom: 45px;
	}

	.lp-1-s4 {
		height: 350px;
	}

	.lp-1-s4 .box-body p {
		margin-bottom: 20px;
	}

	.lp-1-s4 .box-body .title {
		margin-bottom: 30px;
	}

	.lp-1-s4 .box-body .title,
	.lp-1-s3 .content-wrapper .title,
	.lp-1-s2 .title {
		font-size: 20px;
	}

	.lp-1-main .hero-area .title {
		font-size: 24px;
	}

	.lp-1-main .hero-area .title span {
		font-size: 28px;
	}

	.lp-1-s4 .box-outer {
		max-width: 250px;
		padding: 30px 25px 35px 30px;
		bottom: -30px;
	}

	.lp-1-s5 {
		padding-top: 75px;
		padding-bottom: 125px;
		background-position: bottom -10px left;
		background-size: 35%;
	}

	.lp-1-s5 .title {
		font-size: 22px;
		max-width: 350px;
	}

	.lp-1-s5 .contact-item {
		min-width: auto;
		width: 100%;
	}

	.lp-3.header,
	.lp-2.header,
	.lp-1.header {
		padding: 12.5px 0;
	}

	.lp-1 .header-right .header-cta-btn {
		padding: 10px 18px;
		font-size: 14px;
		border-width: 1px;
	}

	.lp-3.header .logo-area,
	.lp-2.header .logo-area,
	.lp-1.header .logo-area {
		display: flex;
		width: 150px;
		height: 50px;
	}

	.lp-1-s3 .content-wrapper .title {
		margin-bottom: 45px;
	}

	.lp-1-footer {
		padding-bottom: 45px;
		padding-top: 50px;
	}

	.lp-1-footer .footer-body {
		flex-direction: column-reverse;
		row-gap: 25px;
	}

	.lp-1-footer .footer-body .footer-logo {
		width: 100px;
		height: 52px;
	}

	.lp-1-footer .footer-body .copyright {
		font-size: 13px;
	}

	.lp-2.header .cta-button a {
		font-size: 14px;
		padding: 10px 20px;
	}

	.lp-2-s-1 .custom-row .column-right {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.lp-2-footer-body {
		gap: 30px;
		flex-direction: column;
		align-items: start !important;
	}

	.lp-2-s-4 .contact-items {
		display: flex;
		flex-direction: column;
	}

	.lp-3-s-1 .features-wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	.lp-3-footer .title,
	.lp-3-main .hero-content-area .title {
		font-size: 28px;
	}

	.lp-3-s-3 .title,
	.lp-3-s-2 .title,
	.lp-3-s-1 .title {
		font-size: 24px;
	}

	.lp-3-main .hero-column-image {
		width: 100%;
		height: 380px;
	}

	.lp-3-s-1 {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.lp-3-s-1 .abs-circle {
		width: 150px;
		bottom: -155px;
		height: 271px;
	}

	.lp-3-s-2 .content-row .column-image {
		width: 275px;
		height: 375px;
		bottom: -40px;
	}

	.lp-3-footer .contact-items {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
		margin: 75px 0;
	}

	.lp-3-s-3 .title-wrapper {
		margin-bottom: 45px;
	}

	.lp-3-s-3 .slide-row .title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.lp-3-s-3 .slide-row .slide-list li {
		font-size: 15px;
	}

	.lp-3-s-3 .slider-wrapper .slider-custom-prev,
	.lp-3-s-3 .title-wrapper .slider-custom-next {
		width: 36px;
		height: 36px;
	}

	.lp-3-s-3 {
		padding-top: 50px;
		padding-bottom: 75px;
	}

	.lp-3-s-3 .slider-wrapper .slider-custom-prev{
		top: 110%;
	}

	.lp-3-footer {
		padding-top: 75px;
		background-size: 85%;
	}

	.lp-3-s-2 {
		padding-top: 100px;
	}

	.lp-3-main .hero-content-area .title {
		margin-bottom: 30px;
	}

	.lp-3-footer .footer-bottom {
		flex-direction: column;
		row-gap: 25px;
	}

	.lp-3-footer .footer-logo {
		order: 1;
	}

	.lp-3-footer .copyright {
		order: 2;
	}

	.lp-3-s-3 .slide-row {
		gap: 15px;
	}

	.lp-3-s-3 .slide-row .image {
		height: 177px;
		width: 190px;
	}

	.lp-3-main .hero-area {
		margin-top: 25px;
	}

	.lp-3-main .hero-content {
		padding-right: 0;
	}

	.lp-1-main .hero-area,
	.lp-3-main {
		padding-top: 100px;
	}

	.lp-2-main {
		padding-top: 75px;
	}
}

@media(max-width:530px) {
	.lp-3-s-2 .content-row .column-image {
		display: none;
	}

	.lp-3-s-2 .column-left {
		max-width: none;
	}

	.lp-3-s-2 .title {
		margin-bottom: 25px;
	}

	.lp-3-s-1 .abs-circle {
		width: 134px;
		bottom: -108px;
		height: 200px;
	}
}

@media(max-width:425px) {
	.lp-2-s-1 .features-slider {
		max-width: 300px;
	}


}