/*
Theme Name: Your Online PropertySettlement Theme
Theme URI: https://propertysettlementonline.com.au/
Author: MarkIT Space
Author URI: https://markitspace.com.au
Description: A custom theme designed specifically for Your Online PropertySettlement, by MarkIT Space.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yops_theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";
:root {
	--plum: #961E5B;
	--grey: #6D6E71;
	--dark_grey: #1C1C1C;
	--light_grey: #E5E5E5;
	--primary-font-family: 'Titillium Web', sans-serif;
	--secondary-font-family: 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	overflow-x: hidden;
}
body.modal-open {
	overflow-y: hidden;
}
header {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}
header .div_row_1 {
	display: flex;
	height: 55px;
	justify-content: flex-end;
	padding-left: 16px;
	width: 100%;
	background-color: var(--plum);
}
header .div_row_1 .div_col_1 {
	align-items: center;
	display: flex;
	flex-grow: 1;
	height: 55px;
	margin-right: 16px;
}
#div_burger_icon {
	display: none;
}
#div_burger_icon_line_1,
#div_burger_icon_line_2,
#div_burger_icon_line_3 {
	transition: all 0.3s ease-in-out;
}
#menu-page-links-navigation {
	align-items: center;
	display: flex;
	height: 55px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu-page-links-navigation-1 {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
#menu-page-links-navigation-1 > li {
	align-items: center;
	display: flex;
	height: 52px;
	justify-content: center;
	width: 100%;
	border: var(--grey) solid 1px;
}
#menu-page-links-navigation-1 .menu-item {
	background-color: var(--plum);
}
#menu-page-links-navigation-1 .current-menu-item {
	background-color: var(--grey);
}
#menu-page-links-navigation-1 > li a {
	width: 100%;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
#menu-page-links-navigation-1 .current-menu-item a {
	cursor: default;
}
header .div_row_1 .div_col_2 {
	max-width: 580px;
}
header .div_col_2 .menu-item a {
	margin-right: 16px;
	border-bottom: transparent solid 2px;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
header .div_col_2 .menu-item a:hover {
	border-bottom: #ffffff solid 2px;
}
header .div_col_2 .current-menu-item a {
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
	cursor: default;
}
header .div_col_2 .current-menu-item a:hover {
	border-bottom: var(--grey) solid 2px;
}
header .div_col_3 {
	height: 55px;
	width: 55px !important;
	background-image: url(https://propertysettlementonline.com.au/wp-content/uploads/2023/01/grey_seperator.webp);
	background-position: bottom left;
	background-repeat: no-repeat;
}
header .div_col_4 {
	max-width: 309px;
	background-color: var(--grey);
}
#menu-feature-link-navigation {
	align-items: center;
	display: flex;
	height: 55px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header .div_col_4 .menu-item a {
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 32px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
header .div_col_4 .menu-item a:hover {
	text-shadow: 0 3px 6px #000000;
}
header .div_col_4 .current-menu-item a {
	text-shadow: 2px 2px 2px #000000;
	cursor: default;
}
header .div_col_4 .current-menu-item a:hover {
	text-shadow: 2px 2px 2px #000000;
}
header .div_col_5 {
	flex-grow: 1;
	background-color: var(--grey);
}
header .div_row_2 {
	align-items: center;
	display: flex;
	height: 158px;
	justify-content: center;
	padding: 0 16px;
	width: 100%;
	background-color: rgba(255,255,255,0.96);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .custom-logo {
	height: auto;
	max-width: 600px;
	width: 100%;
}
header .div_row_3 {
	align-items: center;
	display: flex;
	height: 55px;
	justify-content: space-between;
	padding: 0 24px;
	max-width: 928px;
	width: 100%;
	background-color: var(--plum);
	border-radius: 0 0 18px 18px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
header .div_contact_container {
	align-items: center;
	display: flex;
}
header .div_contact_container a {
	align-items: center;
	display: flex;
	text-decoration: none;
	column-gap: 8px;
}
header .div_contact_container a span {
	border-bottom: transparent solid 2px;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}
header .div_contact_container a span:hover {
	border-bottom: #ffffff solid 2px;
}
header .div_contact_container > span {
	margin-left: 8px;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 400;
	cursor: default;
}
#div_modal_container {
	display: none;
	left: 0;
	min-height: 100%;
	padding: 4px 4px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	background-color: rgba(28,28,28,0.96);
}
#div_burger_container {
	left: 0;
	min-height: 100%;
	overflow-y: auto;
	padding: 238px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(28,28,28,0.96);
}
#div_burger_menu {
	max-height: 100vh;
	overflow-y: auto;
}
.div_modal_content {
	margin: 0 auto;
	max-width: 928px;
	overflow-y: auto;
	width: 100%;
	background-color: #ffffff;
	border: #ffffff ridge 2px;
	border-radius: 4px;
	box-shadow: 0 0 6px #000000;
}
.div_modal_top_bar {
	align-items: center;
	display: flex;
	height: 55px;
	justify-content: flex-end;
	padding: 16px;
	width: 100%;
	background-color: var(--grey);
	border: #ffffff ridge 2px;
	border-radius: 4px 4px 0 0;
}
.div_close {
	display: flex;
	flex-direction: column;
	height: 20px;
	justify-content: center;
	width: 32px;
	cursor: pointer;
}
.div_close_line_1 {
	height: 2px;
	margin-top: 2px;
	width: 100%;
	background-color: #ffffff;
	transform: rotate(45deg);
}
.div_close_line_2 {
	height: 2px;
	margin-top: -2px;
	width: 100%;
	background-color: #ffffff;
	transform: rotate(-45deg);
}
.div_modal_form {
	max-height: 100vh;
}
form {
	margin: 0 auto;
}
main,
section {
	position: relative;
	z-index: 0;
}
.section_hero_feature {
	min-height: 100vh;
	padding: 0 15px;
	background-position: center;
	background-repeat: repeat-x;
}
.section_hero {
	min-height: 540px;
	background-position: top center;
	background-repeat: repeat-x;
}
h1 {
	margin: 0 auto 8px auto;
	max-width: 815px;
	padding-top: 337px;
	width: 100%;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 1px 4px #000000;
	cursor: default;
}
#section_0 p {
	margin: 8px auto;
	max-width: 762px;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 3px 6px #000000;
	cursor: default;
}
.section_hero p {
	padding-bottom: 75px;
}
.section_hero_feature .div_button_container {
	display: flex;
	justify-content: space-between;
	margin: 24px auto 32px;
	max-width: 324px;
	width: 100%;
}
.section_hero_feature button {
	height: 52px;
	width: 158px;
	background-color: var(--plum);
	border: none;
	border-radius: 18px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.section_hero_feature button:hover {
	box-shadow: inset 0 3px 6px rgba(0,0,0,0.5);
}
.section_hero_feature .div_video_container {
	margin: 0 auto;
	max-width: 452px;
	width: 100%;
}
video {
	height: auto;
	max-width: 100%;
	background-color: #000000;
	box-shadow: 0 1px 1px #000000;
}
#section_1 {
	scroll-margin-top: 252px;
}
.section_1_feature {
	background-color: var(--grey);
}
.div_section_1_white_feature {
	height: 1080px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background-color: #ffffff;
}
.div_section_1_plum_feature {
	height: 658px;
	left: 0;
	position: absolute;
	top: 1080px;
	width: 100%;
	z-index: 0;
	background-color: var(--plum);
}
#section_1 .div_content_container {
	margin: 0 auto;
	padding: 32px 16px 66px;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 1;
}
h2 {
	color: var(--dark_grey);
	font-family: var(--primary-font-family);
	font-size: 26px;
	font-weight: 700;
	cursor: default;
}
#section_1 .div_content_container .div_row_1 p,
#section_1 .div_content_container .div_row_2 p {
	font-family: var(--secondary-font-family);
	font-size: 19px;
	font-weight: 400;
	cursor: default;
}
footer .div_row_1 {
	align-items: center;
	display: flex;
	min-height: 36px;
	padding: 4px;
	width: 100%;
	background-color: #E5E5E5;
}
footer .div_row_1_container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1006px;
	width: 100%;
}
footer .div_row_1 p {
	font-family: var(--primary-font-family);
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	cursor: default;
}
footer .div_row_2 {
	align-items: center;
	display: flex;
	min-height: 68px;
	width: 100%;
	background-color: var(--plum);
}
footer .div_row_2_container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 806px;
	width: 100%;
}
footer .div_row_2_container p {
	margin: 12px auto;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	cursor: default;
}
footer .div_row_3 {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	max-height: 251px;
	width: 100%;
	background-color: #000000;
}
footer .div_row_3 .div_col_1 {
	flex-grow: 1;
}
footer .div_row_3 .div_col_2 {
	max-width: 545px;
	width: 100%;
    margin:0 auto;
    text-align:center;
}
#menu-feature-link-footer-navigation {
	align-items: center;
	display: flex;
	height: 52px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu-feature-link-footer-navigation .menu-item {
	align-items: center;
	display: flex;
	height: 52px;
	justify-content: center;
	width: 158px;
	background-color: var(--grey);
	border-radius: 18px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
#menu-feature-link-footer-navigation .menu-item:hover {
	box-shadow: inset 0 3px 6px rgba(0,0,0,0.5);
}
#menu-feature-link-footer-navigation .menu-item a {
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
}
footer .div_row_3 h2 {
	margin: 4px 0;
	padding: 0;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}
#menu-footer-links-navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu-footer-links-navigation .menu-item {
	margin: 8px 0;
}
footer .div_row_3 .div_col_2 a {
	border-bottom: transparent 1px solid;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
footer .div_row_3 .div_col_2 a:hover {
	border-bottom: #ffffff 1px solid;
}
footer .div_row_3 .div_col_2 p {
	margin: 8px 0;
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 16px;
	font-weight: 400;
	cursor: default;
}
footer .div_row_3 .div_col_3 {
	height: 232px;
	width: 82px;
	background-image: url(https://propertysettlementonline.com.au/wp-content/uploads/2023/02/seperator_dark-grey.webp);
	background-position: bottom left;
	background-repeat: no-repeat;
}
footer .div_row_3 .div_col_4 {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 232px;
	justify-content: center;
	min-width: 260px;
	background-color: var(--dark_grey);
}
#form_footer_contact {
	max-width: 260px;
	width: 100%;
}
#div_form_footer_contact_submitted {
	display: none;
	color: #ffffff;
	font-family: var(--secondary-font-family);
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	cursor: default;
}
#form_footer_contact .div_form_row_1 {
	display: flex;
	justify-content: space-between;
}
#form_footer_contact .div_form_row_1 div,
#form_footer_contact .div_form_row_2,
#form_footer_contact .div_form_row_3 {
	display: flex;
	flex-direction: column;
}
#form_footer_contact .div_form_row_1 input {
	max-width: 128px;
	width: 100%;
}
#form_footer_contact label {
	margin: 4px 0 0 8px;
	padding: 0 4px;
	position: relative;
	width: fit-content;
	z-index: 1;
	background-color: var(--dark_grey);
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 12px;
	font-weight: 400;
	cursor: default;
}
#form_footer_contact input {
	height: 29px;
	margin: -8px 0 0;
	padding: 0 11px;
	background-color: transparent;
	border: #ffffff 1px solid;
	border-radius: 4px;
	color: #ffffff;
	font-family: var(--secondary-font-family);
	font-size: 13px;
	font-weight: 400;
}
#form_footer_contact textarea {
	margin: -8px 0 0;
	padding: 8px 11px 0;
	background-color: transparent;
	border: #ffffff 1px solid;
	border-radius: 4px;
	color: #ffffff;
	font-family: var(--secondary-font-family);
	font-size: 12px;
	font-weight: 400;
}
#form_footer_contact .div_button_container {
	margin: 8px auto;
	max-width: 158px;
	width: 100%;
}
#button_form_contact_submit {
	height: 32px;
	max-width: 158px;
	width: 100%;
	background-color: var(--plum);
	border: none;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	color: #ffffff;
	font-family: var(--primary-font-family);
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
#button_form_contact_submit:hover {
	box-shadow: inset 0 3px 6px rgba(0,0,0,0.5);
}
footer .div_row_3 .div_col_5 {
	flex-grow: 1;
	height: 232px;
	background-color: var(--dark_grey);
}
@media all and (min-width: 1024px) {
	#div_burger_icon {
		display: none;
	}
}
@media all and (max-width: 1023px) {
	#div_burger_icon {
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 20px;
		justify-content: space-between;
		width: 32px;
	}
	#div_burger_icon div {
		height: 2px;
		width: 100%;
		background-color: #ffffff;
	}
	header .div_col_2 .menu-page-links-navigation-container {
		display: none;
	}
	#section_1 {
		padding: 0 16px;
	}
	footer .div_row_2_container {
		flex-direction: column;
	}
	footer .div_row_3 .div_col_1 {
		display: none;
	}
	footer .div_row_3 .div_col_2 {
		max-width: 282px;
		padding-left: 8px;
	}
	footer .div_row_3 .div_col_3,
	footer .div_row_3 .div_col_4,
	footer .div_row_3 .div_col_5 {
		height: 251px;
	}
}
@media all and (max-width: 960px) {
	header .div_row_3 {
		border-radius: 0;
	}
	#span_mtof {
		display: none;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	header .div_row_2 {
		height: 128px;
	}
	#section_1 {
		scroll-margin-top: 238px;
	}
	.div_section_1_white_feature {
		height: 1110px;
	}
	.div_section_1_plum_feature {
		top: 1110px;
	}
	footer .div_row_1_container {
		max-width: 572px;
	}
	footer .div_row_2 {
		min-height: 128px;
	}
}
@media all and (min-width: 768px) and (max-width: 960px) {
	header .custom-logo {
		max-width: 467px;
	}
}
@media all and (max-width: 767px) {
	header .div_row_2 {
		height: 96px;
	}
	header .custom-logo {
		max-width: 314px;
	}
	header .div_contact_container > span {
		display: none;
	}
	#div_burger_container {
		padding: 206px 0;
	}
	h1 {
		margin: 0 auto 32px auto;
		padding-top: 241px;
	}
	.section_hero_feature p {
		margin: 0 auto;
	}
	.section_hero_feature button {
		font-size: 22px;
	}
	#section_1 {
		scroll-margin-top: 206px;
	}
	h2 {
		text-align: center;
	}
	footer .div_row_1_container {
		max-width: 314px;
	}
	footer .div_row_1 .div_col_1,
	footer .div_row_1 .div_col_3 {
		display: none;
	}
	footer .div_row_2 {
		min-height: 148px;
	}
	footer .div_row_2_container p {
		margin: 8px auto;
		max-width: 320px;
		width: 100%;
		font-size: 21px;
	}
	footer .div_row_3 {
		flex-direction: column-reverse;
		max-height: unset;
	}
	footer .div_row_3 .div_col_2 {
		text-align: center;
	}
	footer .div_row_3 h2 {
		text-align: center;
	}
	footer .div_row_3 .div_col_3 {
		display: none;
	}
	footer .div_row_3 .div_col_4 {
		height: 248px;
		width: 100%;
	}
	footer .div_row_3 .div_col_5 {
		display: none;
	}
}
@media all and (min-width: 425px) and (max-width: 1023px) {
	h2 {
		font-size: 25px;
	}
}
@media all and (min-width: 425px) and (max-width: 767px) {
	.section_1_feature {
		min-height: 2322px;
	}
	.div_section_1_white_feature {
		height: 1748px;
	}
	.div_section_1_plum_feature {
		top: 1748px;
	}
}
@media all and (max-width: 424px) {
	#section_0 p {
		font-size: 23px;
	}
}
@media all and (min-width: 375px) and (max-width: 424px) {
	h1 {
		font-size: 30px;
	}
	.section_1_feature {
		min-height: 2396px;
	}
	.div_section_1_white_feature {
		height: 1822px;
	}
	.div_section_1_plum_feature {
		top: 1822px;
	}
	h2 {
		font-size: 22px;
	}
}
@media all and (max-width: 374px) {
	header .div_row_1 {
		padding-left: 8px;
	}
	header .div_contact_container a span {
		font-size: 20px;
	}
	header .div_col_4 .menu-item a {
		font-size: 28px;
	}
	h1 {
		font-size: 29px;
	}
	.section_hero_feature p {
		padding: 0 3px;
		font-size: 20px;
	}
	.section_hero_feature .div_button_container {
		padding: 0 8px;
		column-gap: 8px;
	}
	.section_1_feature {
		min-height: 2424px;
	}
	.div_section_1_white_feature {
		height: 1850px;
	}
	.div_section_1_plum_feature {
		top: 1850px;
	}
	h2 {
		font-size: 20px;
	}
	#section_1 p {
		font-size: 18px;
	}
	#section_1 .div_content_container .div_row_1 p {
		font-size: 18px;
	}
	footer .div_row_1 {
		padding: 3px;
	}
}
.wpac,.wpac a,.wpac abbr,.wpac acronym,.wpac address,.wpac applet,.wpac b,.wpac big,.wpac blockquote,.wpac caption,.wpac cite,.wpac code,.wpac dd,.wpac del,.wpac dfn,.wpac div,.wpac dl,.wpac dt,.wpac em,.wpac fieldset,.wpac font,.wpac form,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac hr,.wpac i,.wpac img,.wpac input,.wpac ins,.wpac kbd,.wpac label,.wpac legend,.wpac li,.wpac object,.wpac ol,.wpac option,.wpac p,.wpac pre,.wpac q,.wpac s,.wpac samp,.wpac select,.wpac small,.wpac span,.wpac strike,.wpac strong,.wpac sub,.wpac sup,.wpac table,.wpac tbody,.wpac td,.wpac textarea,.wpac tfoot,.wpac th,.wpac thead,.wpac tr,.wpac tt,.wpac ul,.wpac var{background-attachment:scroll!important;background-color:initial!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:#000!important;border-color:initial!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:none!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac address,.wpac blockquote,.wpac caption,.wpac dd,.wpac div,.wpac dl,.wpac dt,.wpac fieldset,.wpac form,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac hr,.wpac ol,.wpac option,.wpac p,.wpac pre,.wpac select,.wpac textarea,.wpac ul{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=checkbox],.wpac input[type=radio],.wpac input[type=submit],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type=checkbox]:after,.wpac input[type=checkbox]:before{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type=radio]:after,.wpac input[type=radio]:before{content:none!important;border:0!important}.wpac li:after,.wpac li:before{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac input,.wpac select,.wpac textarea{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac [dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:inherit!important;text-align:inherit!important;font-family:helvetica neue,Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:400!important;text-decoration:none!important;list-style-type:disc!important}.wp-gr{--rev-gap:4px;--rev-padding:4px;--media-gap:8px;--media-size:40px;--media-lines:2}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important}.wp-gr .wp-google-rating{color:var(--star-color,#fb8e28)!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 3px 0 0!important;line-height:normal!important}.wp-gr .wp-google-based,.wp-gr .wp-google-powered{color:var(--head-based-color,#555)!important;margin:6px 0 0!important}.wp-gr .wp-google-powered{color:var(--powered-color,#777)!important;font-size:15px!important}.wp-gr .wp-google-powered>span{font-weight:600!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;vertical-align:top!important}[dir=ltr] .wp-google-left{padding-right:10px!important}[dir=rtl] .wp-google-left{padding-left:10px!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:46px!important;width:46px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:1e4px!important}.wp-gr .grw-header.wp-place-center{width:100%!important}.wp-gr .wp-place-center{text-align:center!important}.wp-gr .wp-place-center .wp-google-left{display:block!important}.wp-gr .wp-place-center .wp-google-left img{float:none!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-place .wp-star svg{width:20px!important;height:20px!important;vertical-align:middle!important}.wp-gr .wp-star svg{width:18px!important;height:18px!important;vertical-align:middle!important;fill:var(--star-color,#fb8e28)}.wp-gr .wp-google-wrap{display:flex;flex-direction:column;gap:var(--rev-gap)}.wp-gr .wp-google-name{color:var(--name-color,#333)!important;font-size:100%!important;font-weight:700!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important;white-space:nowrap!important}.wp-gr .wp-google-text{color:var(--text-color,#222)!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px rgba(0,0,0,.12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,8%)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px rgba(0,0,0,6%)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr.wp-dark .wp-google-name{color:#eee!important}.wp-gr.wpac.wp-dark .wp-google-name a{color:var(--head-based-color,#eee)!important}.wp-gr.wp-dark .wp-google-time{color:#bbb!important}.wp-gr.wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wp-dark .wp-google-powered{color:var(--powered-color,#fff)!important}.wp-gr.wp-dark .wp-google-based{color:var(--head-based-color,#999)!important}.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{background:var(--rev-color,#fafafa)!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .grw-hide,.wp-gr.wpac .wp-google-hide{display:none}.wp-gr.wpac .wp-google-name a{color:var(--head-name-color,#333)!important;font-size:100%!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:46px!important;height:46px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:var(--name-color,#154fc1)!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}@media(max-width:480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important}}@media(max-width:480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important}}.wp-gr{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.wp-gr .grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wp-gr .grw-row-x .grw-header+.grw-content .grw-review,.wp-gr .grw-row-xs .grw-content,.wp-gr .grw-row-xs .grw-header,.wp-gr .grw-row-xs .grw-review{--gap:0;--col:1}.wp-gr .grw-row-xl .grw-header+.grw-content{--gap:.2;--col:1.2}.wp-gr .grw-row-l .grw-header+.grw-content{--gap:.25;--col:1.25}.wp-gr .grw-row-m .grw-header+.grw-content{--gap:.333333;--col:1.333333}.wp-gr .grw-row-s .grw-header+.grw-content{--gap:.5;--col:1.5}.wp-gr .grw-row-s .grw-header+.grw-content .grw-review,.wp-gr .grw-row-x .grw-header,.wp-gr .grw-row-x .grw-header+.grw-content,.wp-gr .grw-row-x .grw-review{--gap:1;--col:2}.wp-gr .grw-row-m .grw-header+.grw-content .grw-review,.wp-gr .grw-row-s .grw-header,.wp-gr .grw-row-s .grw-review{--gap:2;--col:3}.wp-gr .grw-row-l .grw-review,.wp-gr .grw-row-m .grw-header,.wp-gr .grw-row-m .grw-review{--gap:3;--col:4}.wp-gr .grw-row-l .grw-header,.wp-gr .grw-row-xl .grw-review{--gap:4;--col:5}.wp-gr .grw-row-xl .grw-header{--gap:5;--col:6}.wp-gr .grw-content,.wp-gr .grw-header{-ms-flex:1 0 calc(100%/var(--col,3))!important;flex:1 0 calc(100%/var(--col,3))!important;width:calc(100%/var(--col,3))!important}.wp-gr .grw-review{-ms-flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2))/var(--col,3))!important;flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2))/var(--col,3))!important;width:calc((100% - var(--card-gap,16px)*var(--gap,2))/var(--col,3))!important}.wp-gr .grw-content{position:relative!important;min-width:0!important}.wp-gr .grw-content-inner{position:relative!important;display:flex!important;align-items:center!important}.wp-gr .grw-review-inner{display:flex;flex-direction:column;gap:var(--rev-gap);height:100%!important}.wp-gr .grw-header-inner,.wp-gr .grw-review-inner{position:relative!important;padding:15px!important;width:100%!important}.wp-gr .grw-review-inner.grw-round{border-radius:4px!important}.wp-gr .grw-review-inner.grw-shadow{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .grw-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:18px!important;height:18px!important}.wp-gr .grw-reviews{display:flex!important;display:-ms-flexbox!important;flex:1!important;overflow:hidden!important;scrollbar-width:none}.wp-gr .grw-reviews::-webkit-scrollbar{display:none!important}.wp-gr .grw-review{display:flex;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important;width:100%!important;padding:var(--rev-padding)!important}.wp-gr button{all:unset;user-select:none}.wp-gr .grw-btns{height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important}.wp-gr .grw-btns svg path{fill:#aaa;transition:all .2s ease-in-out!important}.wp-gr .grw-btns:hover svg path{fill:#555!important}[dir=rtl] .wp-gr .grw-next,[dir=rtl] .wp-gr .grw-prev{transform:rotate(180deg)}.wp-gr .grw-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.wp-gr .grw-review .wp-google-stars{margin:8px 0 var(--rev-gap)!important}.wp-gr .grw-review .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-scroll::-webkit-scrollbar{width:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.wp-gr .wp-google-wr{margin:15px auto 8px!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:6px 15px 10px!important;outline:0!important;border-radius:27px!important;background:var(--btn-color,#1f67e7)!important;white-space:nowrap!important;vertical-align:middle!important;opacity:.9!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{opacity:.95!important;background:var(--btn-color,#1f67e7)!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)!important}.wp-gr .wp-google-wr a:active{opacity:1!important;background:var(--btn-color,#1f67e7)!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;width:16px;height:16px;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}.wp-gr[data-layout=slider] .grw-reviews{gap:calc(var(--card-gap,16px) - var(--rev-padding));overflow-x:scroll!important;flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important}.wp-gr[data-layout=slider] .grw-review{scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.wp-gr{--slider-dot-size:8px}.wp-gr .rpi-dots-wrap{position:absolute!important;top:calc(100% - 1px)!important;left:0!important;right:0!important;display:flex!important;justify-content:center!important;margin:0 var(--slider-btn)!important;padding-top:var(--slider-dot-padding-top,16px)!important}.wp-gr .rpi-dots{display:flex!important;gap:12px!important;flex-wrap:nowrap!important;overflow-x:scroll!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.wp-gr .rpi-dot{display:inline-block!important;width:var(--slider-dot-size)!important;height:var(--slider-dot-size)!important;margin:1px 0!important;background-color:var(--slider-dot-color,#999)!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;vertical-align:middle!important;flex:1 0 auto!important;width:var(--slider-dot-size)!important;transform:scale(.65)!important;scroll-snap-align:center!important}.wp-gr .rpi-dot:hover{opacity:1!important}.wp-gr .rpi-dot.active{opacity:1!important;transform:scale(1.1)!important;background-color:var(--slider-act-dot-color,#154fc1)!important}.wp-gr .rpi-dot.s2{transform:scale(.9)!important}.wp-gr .rpi-dot.s3{transform:scale(.75)!important}.wp-gr[data-layout=grid] .grw-reviews{gap:calc(var(--card-gap,16px) - var(--rev-padding));flex-wrap:wrap!important;-ms-flex-wrap:wrap!important}.wp-gr .grw-b{font-weight:700!important;white-space:nowrap!important}.wp-gr .wp-google-reply{font-size:14px!important;margin-top:auto!important;margin-left:6px!important;padding-left:6px!important;border-left:1px solid #999!important;overflow:hidden!important;overflow-y:auto!important;line-height:20px!important;max-height:44px!important}.wp-gr .wp-google-reply>div{display:flex;gap:4px;align-items:center}.wp-gr .wp-google-reply .wp-google-time{font-size:11px!important;white-space:nowrap!important}.wp-gr .wp-google-img{display:flex;flex-wrap:wrap;gap:var(--media-gap);max-height:calc((var(--media-size) + var(--media-gap)) * var(--media-lines) - 2px)!important;overflow-y:auto!important}.wp-gr .wp-google-img img{display:flex;width:var(--media-size)!important;height:var(--media-size)!important;cursor:pointer!important;border-radius:3px!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.rpi-x{position:absolute;top:var(--x-top,6px)!important;right:var(--x-right,8px)!important;display:flex!important;align-items:center;justify-content:center;width:var(--x-width,20px)!important;height:var(--x-height,20px)!important;cursor:pointer;opacity:var(--x-opacity,.65);border-radius:50%;background-color:var(--x-bg,#fafafa);z-index:2147483003}.rpi-x:hover{opacity:1}.rpi-x::after,.rpi-x::before{content:"";position:absolute;display:block;width:var(--x-line-width,12px);height:var(--x-line-height,1px);border-radius:2px;background-color:var(--x-color,#373737)}.rpi-x::before{transform:rotate(45deg)}.rpi-x::after{transform:rotate(-45deg)}.rpi-x.rpi-xa::before{--x-line-width:7px;--x-line-height:7px;top:4px;border-radius:0;border-right:1px solid #373737;border-bottom:1px solid #373737;background-color:initial}.rpi-x.rpi-xa::after{content:none}.rpi-bubble:after{content:"";position:absolute;top:-8px;left:16px;bottom:auto;border-style:solid;border-width:0 8px 8px;border-color:#fff transparent}.rpi-fade{-webkit-transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:transform 150ms ease,opacity 150ms ease;transition:transform 150ms ease,opacity 150ms ease,-webkit-transform 150ms ease}.rpi-lightbox{--x-top:15px;--x-right:15px;--x-bg:none;--x-color:#ececec;--x-line-width:25px;--x-line-height:3px;--x-opacity:1;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;max-width:100%;color:#333;text-align:left;z-index:2147483001;user-select:none;background-color:rgba(0,0,0,.6);transition:all .3s ease-out}.rpi-lightbox-inner{width:95%;height:100%;max-width:1200px;max-height:calc(100vh - 160px)}.rpi-lightbox-xxx{container-name:lightbox;container-type:inline-size;position:relative;height:100%;border:none;overflow:hidden;border-radius:4px}.rpi-lightbox-content{position:relative;display:flex;flex-direction:row;justify-content:flex-start;color:#000;height:100%;flex-direction:row;border-radius:4px;background-color:#fff}.rpi-lightbox-media{position:relative;display:flex;justify-content:center;flex:2;align-items:center;width:100%;height:100%;overflow:hidden;padding-bottom:0;background-color:#000}.rpi-lightbox-btn{position:absolute;display:flex;width:30px;height:30px;font-size:36px;line-height:22px;justify-content:center;z-index:1;cursor:pointer;border-radius:50%;background-color:rgba(214,214,214,.7);transition:background .3s ease-in-out}.rpi-lightbox-btn:hover{background:#e1e1e1}.rpi-lightbox-prev{left:8px}.rpi-lightbox-next{right:8px}.rpi-lightbox-prev::before{content:'‹'}.rpi-lightbox-next::before{content:'›'}.rpi-lightbox-media img{position:relative;display:block;width:100%;height:100%;max-width:100%;max-height:100%;opacity:1;object-fit:contain;border-radius:inherit;transition:opacity .3s ease-in-out}.rpi-lightbox-review{display:flex;flex-direction:column;flex:1;height:100%;font-size:15px;color:#000;padding:0}@container lightbox (width < 480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}@media(max-width:480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}
@charset "utf-8";
#section_1 .div_content_container {
	max-width: 1236px;
}
#section_1 .div_content_container > .div_row_1 > p {
	margin: 22px 0 44px;
	font-size: 15px;
	font-weight: 400;
}
#section_1 .div_content_container h2 {
	margin: 22px 0 0;
}
#section_1 .div_content_container p,
#section_1 .div_content_container li {
	margin: 20px 0;
	color: var(--dark_grey);
	font-family: var(--secondary-font-family);
	font-size: 21px;
	font-weight: 300;
	line-height: 29px;
	cursor: default;
}
#section_1 .div_content_container a {
	color: var(--dark_grey);
}
#section_1 .div_content_container h3 {
	margin: 16px 0 8px;
	color: var(--dark_grey);
	font-family: var(--primary-font-family);
	font-size: 24px;
	font-weight: 700;
	cursor: default;
}