@charset "UTF-8";

/*!
Theme Name: WeWiseWell
Theme URI: http://www.wewisewell.com/
Author: Tyler Hawkins
Author URI: http://www.wewisewell.com/
Description: Description
Version: 2.0.0
Tested up to: 8.3.25
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wewisewell

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WeWiseWell is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Includes
--------------------------------------------- */

/* Breakpoints
--------------------------------------------- */

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

/* Spacing
--------------------------------------------- */

/* Mixins
--------------------------------------------- */

/* Keyframes
--------------------------------------------- */
@keyframes slide-down {

	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

html.mobile-menu-open,
body.mobile-menu-open {
	overflow: hidden;
}

html {
	height: 100%;
}

body {
	font-family: "Quattrocento Sans", "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #575756;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	background-image: url(images/subtle-white-feathers.png);
	-webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {

	body {
		font-size: 20px;
		line-height: 24px;
	}
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: adobe-garamond-pro, serif;
	line-height: 1.3;
	margin: 0 0 20px;
}

p {
	margin: 0 0 20px;
}

p:last-of-type {
	margin: 0;
}

a {
	color: #575756;
}

button.btn,
a.btn,
p.btn-wrap > a {
	display: inline-block;
	padding: 20px 40px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: none;
	cursor: pointer;
}

button.btn::after,
a.btn::after,
p.btn-wrap > a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f2b705;
	z-index: -2;
}

button.btn::before,
a.btn::before,
p.btn-wrap > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #e2ab04;
	transition: all 0.5s;
	z-index: -1;
}

button.btn:hover,
a.btn:hover,
p.btn-wrap > a:hover {
	color: #fff;
	transform: scale(1.05);
}

button.btn:hover::before,
a.btn:hover::before,
p.btn-wrap > a:hover::before {
	width: 100%;
}

.section.book p.btn-wrap > a {
	padding: 30px 60px;
	width: 50%;
	font-size: 28px;
	line-height: 28px;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {

	.section.book p.btn-wrap > a {
		padding: 20px;
		width: 100%;
		font-size: 24px;
		line-height: 24px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.img-wrap > img {
	display: inline-block;
	vertical-align: top;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

sup {
	font-size: 12px;
}

hr {
	position: relative;
	display: block;
	height: 2px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #a1bf34 10%, #a1bf34 90%, rgba(0, 0, 0, 0) 100%);
	border: none !important;
	overflow: visible;
	margin: 40px;
}

hr::after {
	content: "♦";
	display: inline-block;
	position: absolute;
	z-index: 10;
	top: -0.3em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2em;
	padding: 0 0.25em;
	background: #126da6;
	color: #a1bf34;
}

hr.tq::after {
	background: #66b2bc;
}

.box-shadow {
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

.trio,
.duo {
	display: flex;
}

@media (min-width: 768px) {

	.trio,
	.duo {
		column-gap: 40px;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {

	.trio,
	.duo {
		flex-direction: column;
		row-gap: 40px;
	}
}

.trio .box,
.duo .box {
	padding: 40px;
	background: #126da6;
	color: #fff;
	position: relative;
}

@media (min-width: 768px) {

	.trio .box {
		width: 33%;
	}
}

@media (min-width: 768px) {

	.duo .box {
		width: 50%;
	}
}

.trio .icon span {
	display: inline-block;
	font-size: 100px;
}

.trio h3 {
	font-size: 34px;
}

.section-divider {
	position: relative;
}

.section-divider::after {
	content: "";
	display: inline-block;
	width: 160px;
	height: 3px;
	transform: rotate(90deg) translateY(80px);
	background: #126da6;
	position: absolute;
	bottom: 0;
	z-index: 20;
}

@media (max-width: 767px) {

	.section-divider::after {
		width: 80px;
		transform: rotate(90deg) translateY(40px);
	}
}

figure.wp-block-image {
	margin: 0;
}

figure.wp-block-image figcaption {
	display: none;
}

form {
	text-align: left;
}

form .field-wrap {
	margin-bottom: 20px;
}

form .field-wrap:last-of-type {
	margin-bottom: 0;
}

form .field-wrap label {
	margin-bottom: 5px;
}

form .field-wrap.submit-wrap {
	text-align: center;
	margin-bottom: 0;
}

form label {
	font-weight: 700;
}

form input,
form textarea {
	border: none;
}

form input[type="text"],
form input[type="email"] {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
}

form textarea {
	height: 250px;
	width: 100%;
	max-width: 100%;
	resize: none;
	overflow-y: auto;
	padding: 10px;
}

form input[type="submit"] {
	width: 100%;
	border: none;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	cursor: pointer;
	background: #f2b705;
	transition: all 0.3s;
}

form input[type="submit"]:hover {
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

.site-main .entry-content > .section {
	padding: 60px 20px;
	text-align: center;
}

@media (min-width: 768px) {

	.site-main .entry-content > .section {
		padding: 120px 40px;
	}
}

.site-main .section-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
}

.wpcf7-spinner {
	margin-top: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #dc3232;
	color: #dc3232;
	background: #fff;
	padding: 10px;
	margin: 20px 0 0;
	text-align: center;
}

.section.cta {
	background: url(images/cta-bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.section.cta .section-inner {
	text-align: left;
	padding: 40px;
}

@media (max-width: 767px) {

	.section.cta .section-inner {
		padding: 20px;
	}
}

.www-stack {
	text-align: left;
	color: #fff;
	row-gap: 80px;
}

@media (max-width: 767px) {

	.www-stack {
		row-gap: 40px;
	}
}

.www-stack h2 {
	background-color: #0d405f;
	padding: 40px;
	margin: 0;
	position: relative;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {

	.www-stack h2 {
		padding: 20px;
	}
}

.www-stack h2::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #126da6 transparent transparent;
	position: absolute;
	left: 0;
	bottom: -10px;
}

@media (min-width: 768px) {

	.www-stack h2::before {
		border-width: 0 20px 20px 0;
		bottom: -20px;
	}
}

.www-stack h2::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #126da6 transparent transparent transparent;
	position: absolute;
	right: 0;
	bottom: -10px;
}

@media (min-width: 768px) {

	.www-stack h2::after {
		border-width: 20px 20px 0 0;
		bottom: -20px;
	}
}

.www-stack .text-wrap {
	padding: 40px;
	margin: 0 10px !important;
	background: #126da6;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {

	.www-stack .text-wrap {
		margin: 0 20px !important;
	}
}

@media (max-width: 767px) {

	.www-stack .text-wrap {
		padding: 40px 20px;
	}
}

.www-stack .text-wrap ul {
	list-style: disc;
	margin: 20px 0;
	padding-left: 40px;
}

.www-stack a {
	color: #fff;
}

.www-stack .wp-block-group.is-layout-flex {
	row-gap: 40px;
}

@media (max-width: 767px) {

	.www-stack .wp-block-group.is-layout-flex {
		row-gap: 20px;
	}
}

.www-stack .wp-block-group.is-layout-flex > .wp-block-group:not(:last-of-type)::after {
	content: "";
	display: block;
	height: 1px;
	background: #fff;
	border-bottom: 1px solid #fff;
	margin-top: 40px;
}

@media (max-width: 767px) {

	.www-stack .wp-block-group.is-layout-flex > .wp-block-group:not(:last-of-type)::after {
		margin-top: 20px;
	}
}

.hidden {
	display: none;
}

.m-b-base {
	margin-bottom: 20px !important;
}

.bg-white {
	background: #fff;
}

.text-container {
	padding: 40px;
}

@media (max-width: 767px) {

	.text-container {
		padding: 40px 20px;
	}
}

/* Primary Nav
--------------------------------------------- */
@media (min-width: 768px) {

	.site-header .main-navigation {
		width: 100%;
	}

	.site-header .main-navigation > button,
	.site-header .main-navigation .btn-close {
		display: none;
	}
}

@media (max-width: 767px) {

	.site-header .main-navigation.toggled .mobile-menu-wrap {
		transform: translateX(0);
	}

	.site-header .main-navigation.toggled::after {
		opacity: 0.8;
		transform: translateX(0);
	}

	.site-header .main-navigation .btn-close {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.site-header .main-navigation .btn-close::after {
		content: "close";
		font-family: "Material Symbols Outlined";
		display: inline-block;
		vertical-align: top;
		color: #fff;
		font-size: 30px;
		line-height: 1;
	}
}

.site-header .main-navigation::after {
	transition: opacity 0.3s;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #fff;
	opacity: 0;
	transform: translateX(-100%);
}

@media (max-width: 767px) {

	.site-header .main-navigation .mobile-menu-wrap {
		transform: translateX(100%);
		transition: all 0.3s;
		position: fixed;
		top: 0;
		right: 0;
		background: #66b2bc;
		z-index: 100;
		height: 100%;
		padding: 40px 20px;
		width: 80%;
		font-size: 24px;
		line-height: 1;
		-webkit-box-shadow: -4px -4px 12px 2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: -4px -4px 12px 2px rgba(0, 0, 0, 0.4);
		box-shadow: -4px -4px 12px 2px rgba(0, 0, 0, 0.4);
	}
}

@media (min-width: 768px) and (max-width: 1279px) {

	.site-header .main-navigation .nav-menu {
		font-size: 18px;
	}
}

@media (min-width: 768px) {

	.site-header .main-navigation .nav-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 5%;
		width: 100%;
		text-align: center;
	}
}

.site-header .main-navigation .nav-menu a {
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	position: relative;
	font-weight: 700;
}

.site-header .main-navigation .nav-menu li:not(.menu-item-home) a::after {
	background: none repeat scroll 0 0 #575756;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.site-header .main-navigation .nav-menu li:not(.menu-item-home) a:hover::after {
	width: 100%;
	left: 0;
}

@media (max-width: 767px) {

	.site-header .main-navigation #primary-menu a {
		color: #fff;
	}

	.site-header .main-navigation #primary-menu a::after {
		background: #fff;
	}

	.site-header .main-navigation #primary-menu li {
		margin-bottom: 20px;
	}
}

body.page-home .site-header .main-navigation li.menu-item-home {
	display: none;
}

.site-header.sticky .main-navigation {
	width: auto;
}

.site-header.sticky .main-navigation .nav-menu {
	justify-content: space-around;
	width: auto;
	column-gap: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {

	.site-header.sticky .main-navigation .nav-menu {
		column-gap: 20px;
	}
}

/* Secondary Nav
--------------------------------------------- */
@media (min-width: 1024px) {

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu {
		column-gap: 80px;
	}
}

@media (min-width: 768px) and (max-width: 1279px) {

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu {
		column-gap: 40px;
	}
}

@media (min-width: 768px) {

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
	}
}

body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu a {
	color: #fff;
}

body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu > li:first-child > a,
body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu > li:last-child > a {
	display: none;
}

body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li.menu-item-home a {
	display: inline-block;
	font-size: 0;
	line-height: 0px;
}

@media (max-width: 767px) {

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li.menu-item-home a {
		display: none;
	}
}

body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li.menu-item-home a::after {
	transition: transform 0.5s ease-in-out;
	content: url(images/logo-header.svg);
	display: inline-block;
	width: 60px;
	height: 60px;
}

body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li.menu-item-home a:hover::after {
	transform: rotate(180deg);
}

body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li:not(.menu-item-home) a::after {
	background: #fff;
}

@media (min-width: 1024px) {

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li:not(.menu-item-home) .sub-menu {
		column-gap: 80px;
	}
}

@media (min-width: 768px) and (max-width: 1279px) {

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li:not(.menu-item-home) .sub-menu {
		column-gap: 40px;
	}
}

@media (min-width: 768px) {

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li:not(.menu-item-home):first-child .sub-menu {
		justify-content: flex-end;
	}

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li:not(.menu-item-home):last-child .sub-menu {
		justify-content: flex-start;
	}

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li:not(.menu-item-home) .sub-menu {
		display: flex;
	}
}

@media (max-width: 767px) {

	body:not(.page-home) .site-header:not(.sticky) .main-navigation #secondary-menu li:not(.menu-item-home) .sub-menu li {
		margin-bottom: 20px;
	}
}

body:not(.page-home) .site-header.sticky .main-navigation #secondary-menu {
	justify-content: flex-end;
}

body:not(.page-home) .site-header.sticky .main-navigation #secondary-menu > li:first-child > a,
body:not(.page-home) .site-header.sticky .main-navigation #secondary-menu > li:last-child > a {
	display: none;
}

body:not(.page-home) .site-header.sticky .main-navigation #secondary-menu li.menu-item-home {
	display: none;
}

body:not(.page-home) .site-header.sticky .main-navigation #secondary-menu li:not(.menu-item-home) .sub-menu {
	display: flex;
	column-gap: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {

	body:not(.page-home) .site-header.sticky .main-navigation #secondary-menu li:not(.menu-item-home) .sub-menu {
		column-gap: 20px;
	}
}

/* Normal Header
--------------------------------------------- */
.site-header {
	padding: 20px;
	margin: 0 auto;
	display: none !important;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 768px) {

	.site-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: none;
		z-index: 100;
	}
}

@media (max-width: 767px) {

	.site-header {
		padding: 10px 20px;
		background: #fff;
	}
}

.site-header .logo {
	text-decoration: none;
}

@media (min-width: 768px) {

	.site-header .logo {
		display: none;
	}
}

.site-header .logo:hover img {
	transform: rotate(180deg);
}

.site-header .logo img {
	transition: transform 0.5s ease-in-out;
	height: 80px;
}

@media (max-width: 767px) {

	.site-header .logo img {
		height: 60px;
	}
}

.site-header .logo .logo-inner {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.site-header .logo .logo-inner .logo-text {
	word-spacing: 2px;
}

@media (max-width: 767px) {

	.site-header .logo .logo-inner .logo-text {
		display: none;
	}
}

.site-header .logo .logo-inner .logo-text h1 {
	font-size: 32px;
	margin: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {

	.site-header .logo .logo-inner .logo-text h1 {
		display: none;
	}
}

.site-header .logo .logo-inner .logo-text p {
	margin: 0;
	display: none;
}

.site-header .menu-toggle {
	padding: 0;
	border: none;
	background: none;
	display: inline-block;
	vertical-align: top;
}

.site-header .menu-toggle span {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	line-height: 1;
	color: #575756;
}

/* Sticky Header
--------------------------------------------- */
.site-header.sticky {
	position: fixed;
	padding: 10px 20px;
	animation: slide-down 0.7s;
	opacity: 1;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

.site-header.sticky .logo {
	display: inline-block;
}

.site-main .hero {
	padding: 40px;
	height: 400px;
	width: 100%;
	position: relative;
	background: linear-gradient(to right bottom, #09c2e2, #00c8c8, #00ca9e, #64c86a, #a1bf34);
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {

	.site-main .hero {
		height: 800px;
	}
}

.site-main .hero .bg-wrap {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site-main .hero.section-divider::after {
	transform: rotate(90deg);
}

.site-main .hero .hero-inner {
	position: relative;
	z-index: 15;
}

.site-main .hero h1 {
	font-size: 60px;
	margin: 0;
	color: #fff;
	letter-spacing: 1rem;
}

@media (max-width: 767px) {

	.site-main .hero h1 {
		font-size: 48px;
		letter-spacing: 0.5rem;
	}
}

.site-main .hero p {
	font-weight: 700;
	color: #fff;
}

body.page-home .site-main .hero {
	background: #fff;
}

@media (max-width: 767px) {

	body.page-home .site-main .hero {
		height: auto;
	}
}

body.page-home .site-main .hero .bg-wrap {
	filter: opacity(60%);
}

body.page-home .site-main .hero .img-wrap {
	margin-bottom: 40px;
}

body.page-home .site-main .hero .img-wrap img {
	width: 600px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {

	body.page-home .site-main .hero .img-wrap img {
		max-width: 60%;
	}
}

body:not(.page-home) .site-main .hero .bg-wrap {
	filter: brightness(40%);
}

.site-main .section.welcome-text {
	padding-bottom: 0;
}

.site-main .section.intro {
	position: relative;
	z-index: 1;
}

.site-main .section.intro .intro-text {
	display: inline-block;
	padding: 40px;
	background: #a1bf34;
	max-width: 680px;
	margin-bottom: 40px;
	color: #fff;
}

@media (max-width: 767px) {

	.site-main .section.intro .intro-text {
		padding: 20px;
	}
}

.site-main .section.intro .intro-text + .section-divider {
	margin: 40px 0;
}

.site-main .section.intro .intro-text + .section-divider::after {
	width: 80px;
	transform: rotate(90deg) translateY(40px);
}

.site-main .section.intro .icon {
	margin-bottom: 20px;
}

.site-main .section.intro .trio {
	align-items: flex-start;
}

@media (min-width: 1280px) {

	.site-main .section.intro .trio {
		margin: 19% 0 18%;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {

	.site-main .section.intro .trio {
		margin: 22% 0 15%;
	}
}

@media (max-width: 1023px) {

	.site-main .section.intro .trio {
		display: block;
		margin: 110px 0 60px;
	}
}

@media (min-width: 1024px) {

	.site-main .section.intro .trio img {
		position: absolute;
		width: 110%;
		max-width: 110%;
		-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
		box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	}
}

@media (min-width: 768px) and (max-width: 1023px) {

	.site-main .section.intro .trio img {
		margin-top: -40px;
		max-width: 60%;
	}
}

@media (max-width: 767px) {

	.site-main .section.intro .trio img {
		margin-top: -40px;
		max-width: 80%;
	}
}

.site-main .section.intro .trio .box {
	padding: 0;
	background: none;
}

@media (max-width: 1023px) {

	.site-main .section.intro .trio .box {
		width: 100%;
		margin-bottom: 40px;
	}
}

.site-main .section.intro .trio .box .box-inner {
	padding: 40px;
	background: #66b2bc;
}

@media (max-width: 1023px) {

	.site-main .section.intro .trio .box .box-inner {
		padding-bottom: 80px;
	}
}

.site-main .section.intro .trio .box .box-inner p:last-of-type {
	margin-top: 40px;
	font-size: 26px;
	line-height: 30px;
}

@media (min-width: 1280px) {

	.site-main .section.intro .trio .box.we img,
	.site-main .section.intro .trio .box.well img {
		left: -5%;
		top: 95%;
		z-index: -3;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {

	.site-main .section.intro .trio .box.we img,
	.site-main .section.intro .trio .box.well img {
		left: -5%;
		top: 98%;
		z-index: -3;
	}
}

@media (min-width: 1280px) {

	.site-main .section.intro .trio .box.wise {
		margin-top: 100px;
	}

	.site-main .section.intro .trio .box.wise img {
		bottom: 90%;
		left: -5%;
		z-index: -2;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {

	.site-main .section.intro .trio .box.wise {
		margin-top: 100px;
	}

	.site-main .section.intro .trio .box.wise img {
		bottom: 98%;
		left: -5%;
		z-index: -2;
	}
}

.site-main .section.intro .section-inner > p span {
	display: block;
	margin-top: 5px;
}

.site-main .section.what {
	background: url(images/box-bg-2.png) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
}

@media (min-width: 1024px) {

	.site-main .section.what {
		padding-bottom: 240px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {

	.site-main .section.what {
		padding-bottom: 280px;
	}
}

@media (max-width: 767px) {

	.site-main .section.what {
		padding-bottom: 120px;
	}
}

.site-main .section.what .section-inner {
	max-width: 1000px;
}

.site-main .section.what .staggered {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
	color: #fff;
}

.site-main .section.what .staggered h3 {
	font-size: 34px;
}

.site-main .section.what .staggered .box {
	display: inline-block;
	padding: 40px 40px 80px;
	max-width: 80%;
}

@media (max-width: 767px) {

	.site-main .section.what .staggered .box {
		max-width: 90%;
	}
}

@media (max-width: 639px) {

	.site-main .section.what .staggered .box {
		max-width: 95%;
	}
}

.site-main .section.what .staggered .box:nth-child(odd) {
	margin-right: 20%;
	background: #126da6;
}

@media (max-width: 767px) {

	.site-main .section.what .staggered .box:nth-child(odd) {
		margin-right: 10%;
	}
}

@media (max-width: 639px) {

	.site-main .section.what .staggered .box:nth-child(odd) {
		margin-right: 5%;
	}
}

.site-main .section.what .staggered .box:nth-child(even) {
	margin-left: 20%;
	background: #66b2bc;
}

@media (max-width: 767px) {

	.site-main .section.what .staggered .box:nth-child(even) {
		margin-left: 10%;
	}
}

@media (max-width: 639px) {

	.site-main .section.what .staggered .box:nth-child(even) {
		margin-left: 5%;
	}
}

.site-main .section.what .staggered .box:nth-child(n+2) {
	margin-top: -40px;
}

.site-main .section.what .staggered .box:last-child {
	padding-bottom: 40px;
}

.site-main .section.more {
	padding: 0 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {

	.site-main .section.more::after {
		bottom: 20px;
	}
}

@media (max-width: 767px) {

	.site-main .section.more {
		padding: 0 20px 20px;
	}
}

.site-main .section.more .section-inner {
	background: #a1bf34;
	color: #fff;
	padding: 60px;
	transform: translateY(-50%);
	text-align: left;
}

@media (max-width: 767px) {

	.site-main .section.more .section-inner {
		padding: 20px;
		transform: translateY(-20%);
	}
}

@media (max-width: 639px) {

	.site-main .section.more .section-inner {
		transform: translateY(-15%);
	}
}

.site-main .section.topics h4 {
	font-size: 28px;
	margin-bottom: 40px;
}

.site-main .section.topics ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}

.site-main .section.topics ul li {
	padding: 20px;
	background: #66b2bc;
	color: #fff;
	width: calc(20% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) and (max-width: 1023px) {

	.site-main .section.topics ul li {
		width: calc(25% - 20px);
	}
}

@media (min-width: 480px) and (max-width: 767px) {

	.site-main .section.topics ul li {
		width: calc(33% - 20px);
	}
}

@media (max-width: 479px) {

	.site-main .section.topics ul li {
		width: calc(50% - 20px);
	}
}

.team-member {
	position: relative;
	text-align: left;
	color: #fff;
	margin-bottom: 40px;
}

@media (min-width: 768px) {

	.team-member {
		padding-left: 30%;
		padding-top: 80px;
		margin-bottom: 120px;
	}
}

.team-member a {
	color: #fff;
}

.team-member:last-of-type {
	margin-bottom: 0;
}

.team-member figure {
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {

	.team-member figure {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
	}
}

@media (max-width: 767px) {

	.team-member figure {
		position: relative;
		margin: 0 auto;
	}
}

@media (min-width: 480px) and (max-width: 767px) {

	.team-member figure {
		max-width: 70%;
	}
}

@media (max-width: 479px) {

	.team-member figure {
		max-width: 90%;
	}
}

.team-member figure img {
	width: 100%;
}

.team-member .text-wrap {
	padding: 40px 20px;
	background: #126da6;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {

	.team-member .text-wrap {
		padding: 40px 40px 40px 80px;
		margin-left: -40px;
	}
}

@media (max-width: 767px) {

	.team-member .text-wrap {
		margin-top: -30px;
		padding-top: 60px;
	}
}

.team-member .text-wrap ul {
	list-style: disc;
	margin: 20px 0;
	padding-left: 40px;
}

@media (min-width: 768px) {

	.team-member.right {
		padding-left: 0;
		padding-right: 30%;
	}

	.team-member.right figure {
		left: auto;
		right: 0;
	}

	.team-member.right .text-wrap {
		margin-left: 0;
		margin-right: -40px;
		padding-left: 40px;
		padding-right: 80px;
	}
}

.team-member + .section-divider {
	height: 1px;
	margin-bottom: 39px;
}

.team-member + .section-divider::after {
	width: 80px;
	transform: rotate(90deg) translateY(40px);
}

.network-partners {
	padding: 40px;
	background: #126da6;
	color: #fff;
	text-align: left;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {

	.network-partners {
		padding: 40px 20px;
	}
}

.network-partners a {
	color: #fff;
}

.network-partners .network-partners-stack {
	row-gap: 40px;
}

.network-partners .network-partners-stack > .wp-block-group:not(:last-of-type) {
	padding-bottom: 40px;
	border-bottom: 1px solid #fff;
}

body.page-the-weave .section:not(.hero) {
	color: #fff;
}

body.page-the-weave .section:not(.hero) .section-inner {
	text-align: left;
}

body.page-the-weave .section:not(.hero).cta {
	margin-bottom: 40px;
}

body.page-the-weave .section:not(.hero).note {
	padding: 0 40px;
}

body.page-the-weave .section:not(.hero).note .section-inner {
	color: #575756;
}

body.page-pricing .www-stack {
	margin-bottom: 80px;
}

@media (max-width: 767px) {

	body.page-pricing .www-stack {
		margin-bottom: 40px;
	}
}

body.page-pricing .www-stack .wp-block-group.is-layout-flex h3 {
	font-size: 26px;
}

@media (max-width: 767px) {

	body.page-pricing .www-stack .wp-block-group.is-layout-flex h3 {
		font-size: 22px;
	}
}

.pricing-row {
	row-gap: 80px;
}

@media (max-width: 1279px) {

	.pricing-row {
		row-gap: 40px;
	}
}

.pricing-row .row-duo {
	column-gap: 80px;
	align-items: stretch;
}

@media (max-width: 1279px) {

	.pricing-row .row-duo {
		column-gap: 40px;
	}
}

@media (max-width: 1023px) {

	.pricing-row .row-duo {
		flex-direction: column;
		row-gap: 40px;
	}
}

.pricing-row .row-duo > .wp-block-group {
	flex: 1;
	padding: 40px;
	background: #66b2bc;
	color: #fff;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1023px) {

	.pricing-row .row-duo > .wp-block-group {
		padding: 30px 20px;
	}
}

.pricing-row .row-duo > .wp-block-group > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	row-gap: 20px;
}

.pricing-row .pricing-group {
	padding: 40px;
	background: #66b2bc;
	color: #fff;
	width: 100%;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (min-width: 1280px) {

	.pricing-row .pricing-group {
		flex: 0 0 60%;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {

	.pricing-row .pricing-group {
		flex: 0 0 80%;
	}
}

@media (max-width: 1023px) {

	.pricing-row .pricing-group {
		padding: 30px 20px;
	}

	.pricing-row .pricing-group p {
		margin: 0;
	}
}

.pricing-row .pricing-group > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.pricing-row .pricing-group h3 {
	margin-top: 20px;
}

.pricing-row a {
	color: #fff;
}

.pricing-row h2 {
	margin: 0 0 20px;
	text-align: center;
}

@media (max-width: 1023px) {

	.pricing-row h2 {
		margin: 0;
	}
}

.pricing-row p.btn-wrap {
	margin: 0;
	text-align: center;
}

.pricing-row p.btn-wrap a {
	display: block;
	background: #f2b705;
}

.pricing-row p.note {
	margin: auto 0 20px;
}

@media (max-width: 1023px) {

	.pricing-row p.note {
		margin: 0;
	}
}

.pricing-row ul {
	list-style: disc;
	padding-left: 30px;
	text-align: left;
}

.pricing-row ul li:not(:last-child) {
	margin-bottom: 10px;
}

.pricing-row ul ul {
	list-style: circle;
	margin-top: 10px;
}

body.page-contact-us .contact-stack {
	row-gap: 80px;
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column {
	padding: 40px;
	background: #66b2bc;
	color: #fff;
	-webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {

	body.page-contact-us .contact-stack .wp-block-columns .wp-block-column {
		padding: 40px 20px;
	}
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column a {
	color: #fff;
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column.col-left {
	display: flex;
	justify-content: center;
	align-items: center;
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column.col-left .contact-left-stack {
	row-gap: 80px;
}

@media (max-width: 767px) {

	body.page-contact-us .contact-stack .wp-block-columns .wp-block-column.col-left .contact-left-stack {
		row-gap: 40px;
	}
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .socials-row {
	column-gap: 20px;
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .icon::before {
	font-family: "Material Symbols Outlined";
	font-size: 26px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .icon.email::before {
	content: "mail";
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .icon.phone::before {
	content: "call";
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .social {
	font-size: 0;
	line-height: 0;
	transition: opacity 0.3s;
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .social:hover {
	opacity: 0.6;
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .social a::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 20px;
	line-height: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .social.fb a::after {
	background-image: url(images/facebook.svg);
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .social.ig a::after {
	background-image: url(images/instagram.svg);
}

body.page-contact-us .contact-stack .wp-block-columns .wp-block-column .social.li a::after {
	background-image: url(images/linkedin.svg);
}

body.error404 .site-main .hero {
	max-height: 400px;
}

body.error404 .site-main .section-inner {
	max-width: 960px;
}

body.error404 .site-main h2,
body.error404 .site-main p:not(:last-of-type) {
	margin: 0 0 40px;
}

.site-footer {
	padding: 40px;
	background: #0d405f;
	color: #fff;
}

@media (max-width: 767px) {

	.site-footer {
		padding: 40px 20px;
	}
}

.site-footer .footer-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.site-footer h4 {
	font-size: 20px;
	margin: 0 0 10px;
	display: inline-block;
	position: relative;
}

.site-footer .disclaimer {
	text-align: center;
	font-size: 16px;
}

.site-footer .trio {
	font-size: 16px;
	line-height: 20px;
	align-items: center;
	text-align: center;
}

@media (max-width: 767px) {

	.site-footer .trio {
		row-gap: 20px;
		margin-bottom: 0;
	}
}

.site-footer .trio > div {
	flex: 1;
}

.site-footer .trio .img-wrap {
	flex: 0 0 120px;
}

@media (max-width: 767px) {

	.site-footer .trio .img-wrap {
		width: 80px;
		flex: auto;
	}
}
