/**
 * Subpage styling goes here. Excluded on homepage
 *
 * @format
 */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/
.search-form {
	position: relative;
	display: flex;
}

.search-form input {
	height: 45px;
	padding: 20px;
	color: var(--color-body-text);
	border: 1px solid var(--color-gray-100);
}

.search-form input::placeholder {
	color: var(--color-body-text);
}

.search-form button {
	padding: 0 12px;
	width: 45px;
	height: 45px;
	font-size: 1.1rem;
	border-radius: 0;
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/
.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--color-gray-100);
}

.post:last-child {
	padding-bottom: 0;
	border: none;
}

.post-head h1,
.post-head h2 {
	margin-bottom: 12px;
	padding: 0;
	font-size: 2rem;
	border: 0;
	color: var(--color-primary);
	font-weight: normal;
	letter-spacing: normal;
	font-family: var(--font-family-heading);
}

.post-head h1 a,
.post-head h2 a {
	color: inherit;
	text-decoration: none;
}

.post-head {
	margin-bottom: 30px;
}

.post-body {
	display: block;
}

.post-head-info {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-body-text);
}

.post-head-info a {
	text-decoration: none;
	color: var(--color-primary);
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: var(--color-secondary);
}

.post-head-info > div:not(:last-of-type):after {
	margin: 0 6px;
	position: relative;
	display: inline-block;
	content: '|';
	color: var(--color-secondary);
}

.post-body-image img {
	max-width: 100%;
	display: block;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.post-body-image {
	margin-bottom: 15px;
}

.post-body-excerpt p:last-of-type {
	margin-bottom: 0;
}

.post-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* BLOG > Blog Grid Style */
.blog-grid .post {
	padding-bottom: 0;
	border: 1px solid var(--color-primary);
}

.blog-grid .post-inner {
	padding: 30px;
}

.post-thumbnail-link {
	transition: opacity 200ms ease-out;
}

.post-thumbnail-link:focus,
.post-thumbnail-link:hover {
	opacity: 0.9;
}

.post-thumbnail-image {
	height: 175px;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 100%;
	background-size: cover;
}

.blog-filters {
	margin-bottom: 40px;
}

.blog-filters-block:not(:last-of-type) {
	margin-bottom: 20px;
}

#blog-grid-pagination {
	margin-top: 50px;
}

.blog-grid .post,
.blog-filters-block {
	max-width: 380px;
}

@media screen and (min-width: 760px) {
	.blog-filters {
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between;
	}

	.blog-filters-block {
		margin-bottom: 0 !important;
		width: 48%;
	}

	.blog-grid .post-inner {
		padding: 40px;
	}

	.blog-grid .post-head-info-authors {
		display: none;
	}

	.blog-grid .post {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.post-thumbnail-image {
		height: 250px;
	}

	.blog-filters {
		justify-content: flex-start;
	}

	.blog-filters-block:not(:last-of-type) {
		margin-right: 30px;
	}
}

/* BLOG > Page Navigation */
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	position: relative;
	margin: 0 10px 0 5px;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	color: #01152e;
}

.wp-pagenavi > *:nth-last-child(2):has(+ a)::after,
.wp-pagenavi > *:last-child::after,
.previouspostslink::after {
	display: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	font-weight: bold;
	text-decoration: underline;
	color: var(--color-secondary);
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: inline-flex;
	align-items: center;
	width: auto;
	font-weight: bold;
	color: var(--color-secondary);
	border-radius: 0;
	background: none;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
	color: var(--color-secondary);
	background: none;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Bios */
.content-tabs-anchor-links .content-tabs-row {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 1;
	background: rgba(15, 133, 119, 0.8);
}

.content-tabs-anchor-links .content-tabs-row button {
	margin: 0;
	position: relative;
	flex: 1;
	min-height: 60px;
	color: var(--color-white);
	background: none;
}

.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
	background: var(--color-primary);
}

.content-tabs-anchor-links .content-tabs-row button:after {
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
	width: 1px;
	height: 14px;
	background: var(--color-near-white);
	content: '';
}

.content-tabs-anchor-links .content-tabs-row button i {
	display: none;
}

.content-tabs-anchor-links .content-tabs-row button.active {
	color: var(--color-secondary);
	background: var(--color-near-white);
}

.content-tabs-anchor-links .content-tabs-row button:hover:after,
.content-tabs-anchor-links .content-tabs-row button:focus:after,
.content-tabs-anchor-links .content-tabs-row button.active:after {
	display: none;
}

/* TEMPLATES > Attorneys Landing */

/* Attorney Boxes */
.main-attorney-search {
	background: var(--color-light-gray);
}

.attorney-search-inner {
	display: block;
	outline: none;
	transition:
		filter 300ms ease-out,
		opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
	filter: blur(12px);
	opacity: 0;
}

.attorney-results {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 20px;
	gap: 20px;
}

.attorney-single-box {
	max-width: 380px;
	margin-bottom: 30px;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.attorney-results .attorney-single-box {
	width: 100%;
}

.attorney-result-image-container {
	margin-bottom: 10px;
	position: relative;
	transition: all 200ms ease-out;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.attorney-result-image-container img {
	width: 100%;
	display: block;
}

.attorney-result-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
	background: rgba(0, 56, 100, 0.7);
	transition: all 200ms ease-out;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
	opacity: 1;
}

.attorney-single-box .attorney-single-box-info {
	padding: 12px 0;
	text-align: center;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	margin: 0;
}

.attorney-single-box h2 {
	color: var(--color-primary);
	font-size: 1.3rem;
	font-weight: normal;
	font-family: var(--font-family-heading), sans-serif;
}

.attorney-single-box-info p {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-golden);
}

.attorney-single-box-info .attorney-single-box-email {
	margin-top: 4px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: inherit;
	line-height: 1;
}

/* Attorney Rows */
.attorney-single-row {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.attorney-row-link {
	margin: 0 auto;
	justify-content: center;
	max-width: 280px;
	transition: opacity 200ms ease-out;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
	opacity: 0.9;
}

.attorney-row-info-main {
	padding-top: 20px;
	border-top: 2px solid var(--color-gray);
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
	display: block;
}

.attorney-single-row i {
	color: var(--color-primary);
}

.attorney-row-additional {
	margin-top: 6px;
}

.attorney-row-info-main-position {
	margin-bottom: 20px;
	font-size: 1.2rem;
}

@media screen and (min-width: 790px) {
	.attorney-results-type-row {
		display: grid;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.attorney-single-row {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results.attorney-results-type-row {
		display: block;
	}

	.attorney-single-row {
		margin-bottom: 30px;
		flex-direction: row;
		text-align: left;
		border-bottom: 2px solid var(--color-gray);
	}

	.attorney-row-info-main-position,
	.attorney-single-row:last-of-type,
	.attorney-row-additional,
	.attorney-row-link {
		margin: 0;
	}

	.attorney-row-info {
		padding: 0 0 40px 5vw;
		display: flex;
		flex: 1;
	}

	.attorney-row-info-main {
		padding: 0;
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: flex-end;
		border: none;
	}

	.attorney-row-info-main-contact {
		margin-top: 40px;
	}

	.attorney-row-additional {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 50%;
	}
}

/* Attorney Pops */
.attorney-results.attorney-results-type-pop {
	display: block;
}

.attorney-result-pop {
	padding: 30px;
	position: absolute;
	top: calc(100% - 115px);
	right: 0;
	z-index: 1;
	display: none;
	height: 200px;
	background: var(--color-primary);
}

.attorney-result-pop-row {
	padding: 20px 0;
	font-size: 1.1rem;
	border-bottom: 1px solid var(--color-gray);
}

.attorney-result-pop-cell {
	margin-bottom: 5px;
	flex: 1;
}

.attorney-result-pop-name {
	position: relative;
	flex-basis: 30%;
	width: 30%;
}

.attorney-result-pop-info {
	margin-left: 40px;
}

.attorney-result-pop-info p {
	margin-bottom: 0;
}

.attorney-result-pop-row i {
	color: var(--color-secondary);
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.attorney-result-pop-cell a {
	text-decoration: none;
}

.attorney-result-pop-cell > a {
	color: var(--color-primary);
}

.attorney-result-pop-name:hover > a,
.attorney-result-pop-cell a:hover,
.attorney-result-pop-cell a:focus {
	text-decoration: underline;
	color: var(--color-alternate);
}

.attorney-result-pop-info > a {
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.attorney-result-pop-info a {
	color: var(--color-white);
}

.attorney-result-pop-inner {
	display: flex;
	align-items: center;
}

.attorney-result-pop .attorney-result-pop-image img {
	max-width: 130px;
}

.attorney-result-pop-image {
	display: flex;
	flex-direction: column;
	background: var(--color-gray);
}

.attorney-result-pop:before {
	position: absolute;
	top: calc(50% - 15px);
	right: calc(100% - 1px);
	width: 0;
	height: 0;
	border-color: transparent var(--color-primary) transparent transparent;
	border-style: solid;
	border-width: 15px 14px 15px 0;
	content: '';
}

.attorney-result-pop-vcard {
	margin-left: auto;
	flex-grow: 0;
}

.attorney-result-pop-vcard a:hover i,
.attorney-result-pop-vcard a:focus i {
	color: var(--color-alternate);
}

.attorney-result-pop-name-link {
	margin-bottom: 8px;
	display: block;
	font-size: 1.3rem;
}

@media screen and (min-width: 900px) {
	.attorney-result-pop-cell {
		margin-bottom: 0;
	}

	.attorney-result-pop-name-link {
		margin-bottom: 0;
		font-size: inherit;
	}

	.attorney-result-pop-row {
		display: flex;
		width: 100%;
	}

	.attorney-result-pop-name:focus-within .attorney-result-pop,
	.attorney-result-pop-name:hover .attorney-result-pop {
		display: block;
		-webkit-animation: fadeinleftslight 200ms ease-out;
		animation: fadeInLeftSlight 200ms ease-out;
	}
}

/* TEMPLATES > Attorney Search */
.attorney-search-bar {
	margin-bottom: 40px;
	text-align: center;
	border-top: 1px solid var(--color-light-gray);
	border-bottom: 1px solid var(--color-light-gray);
}

.attorney-search-container-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

.attorney-search-bar-string span {
	font-weight: 600;
}

.attorney-search-bar-string span:not(:last-of-type):after {
	margin-right: 5px;
	content: ',';
}

.attorney-search-letters {
	margin-bottom: 40px;
}

.attorney-search-letters-single {
	padding: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: var(--color-secondary);
	background: none;
}

#attorney-search-clear {
	display: none;
}

.search-results-displayed #attorney-search-clear {
	display: inline-block;
}

span.attorney-search-letters-single {
	color: var(--color-gray);
}

@media screen and (min-width: 700px) {
	.attorney-search-form .form-input-row {
		display: flex;
	}

	.form-input-group:first-of-type {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1025px) {
	.attorney-search-letters {
		display: flex;
		justify-content: space-between;
	}
}

/* TEMPLATES > Practices Landing */
h2:has(+ .box-list) {
	font-size: 24px;
}

.practice-box:not(.single-box) {
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.practice-box,
.single-box {
	margin-bottom: 20px;
	display: block;
	height: 160px;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: var(--color-white);
	background: var(--color-primary);
	transition: background 200ms ease-out;
}

.single-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: auto;
	text-align: center;
	padding: 60px 40px;
}

.single-box h2 {
	color: #be7100;
	font-size: 60px;
	margin-bottom: 20px;
}

.single-box > div {
	position: relative;
	z-index: 1;
}

.practice-box:after,
.practice-box:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	transition: opacity 200ms ease-out;
}

.practice-box:after {
	opacity: 0;
	background-color: var(--color-primary);
}

.practice-box:before {
	opacity: 0.5;
	background: var(--color-black);
}

.practice-box i {
	opacity: 0;
	transition: opacity 200ms ease-out;
}

.practice-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.practice-box span {
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 20px;
	display: flex;
	font-size: 1.3rem;
	line-height: 1.2;
	position: absolute;
	align-items: center;
	font-weight: bold;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	justify-content: space-between;
	text-align: left;
}

.single-box span {
	position: relative;
	font-size: 1.1rem;
	text-transform: none;
	text-align: center;
	padding: 0;
}

.practice-box:hover,
.practice-box:focus {
	color: var(--color-white);
}

.practice-box:hover i,
.practice-box:focus i,
.practice-box:hover:after,
.practice-box:focus:after {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.practice-box-list {
		display: grid;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.box-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.single-box {
		width: calc(50% - 10px);
	}

	.practice-box {
		margin-bottom: 0;
	}
}

/* TEMPLATES > Video Gallery */
.videos-filter {
	margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
	.videos-filter {
		max-width: 450px;
	}
}

/* TEMPLATES > Contact */
.office-block {
	margin-bottom: 30px;
}

.office-block-image {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-size: cover;
}

.office-block-info {
	padding: 30px;
	position: relative;
	background: var(--color-light-gray);
}

.office-block-info p {
	margin: 0;
}

.office-contact {
	margin-top: 30px;
}

.office-contact p {
	font-weight: 700;
}

.office-block-info-inner {
	width: 100%;
}

.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 1025px) {
	.office-block {
		display: flex;
	}

	.office-block-image {
		display: flex;
		flex-basis: 250px;
		width: 250px;
		height: 250px;
	}

	.office-block-info {
		display: flex;
		flex: 1;
		flex-wrap: wrap;
		align-items: center;
	}
}

/* TEMPLATES > Contact Full */
.page-template-template-contact-full main {
	padding: 160px 0 80px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-template-contact-full main:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 12, 27, 0.78) 0%, rgba(0, 56, 100, 0.5) 32%, rgba(0, 12, 27, 0.42) 100%);
	content: '';
	pointer-events: none;
}

.page-template-template-contact-full main > .columns {
	position: relative;
	z-index: 1;
}

.contact-full-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact-full-inner {
	width: 100%;
	color: var(--color-white);
	background: var(--color-primary);
}

.contact-full-content.content {
	width: 100%;
	padding: 40px;
	margin-bottom: 0;
}

.contact-full-content.content h1,
.contact-full-content.content h2,
.contact-full-content.content h3,
.contact-full-content.content h4 {
	color: inherit;
}

.contact-full-address {
	font-size: 0.938rem;
	line-height: 1.65;
	margin-bottom: 30px;
}

.contact-full-address strong {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: normal;
	font-family: var(--font-family-heading), sans-serif;
}

.contact-full-address > p,
.contact-full-address address {
	margin-bottom: 0;
	padding-left: 33px;
	position: relative;
}

.contact-full-address address p {
	margin-bottom: 0;
}

.contact-full-address i {
	position: absolute;
	top: 4px;
	left: 2px;
	color: var(--color-golden);
}

.contact-full-address a {
	text-decoration: none;
	color: var(--color-white);
}

.contact-full-address a:hover,
.contact-full-address a:focus {
	color: var(--color-golden);
}

.contact-full-map {
	border: 0;
	width: 100%;
	height: 200px;
	display: block;
}

.contact-full-sidebar.sidebar {
	width: 100%;
}

.contact-full-sidebar .form-container {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contact-full-sidebar .form-container > div {
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.page-template-template-contact-full main {
		padding: 0;
		height: 100vh;
	}

	.contact-full-inner {
		padding: 40px;
		display: flex;
	}

	.contact-full-content {
		padding-right: 15%;
	}

	.contact-full-container {
		padding-top: 100px;
		align-items: center;
		height: 100vh;
	}

	.contact-full-content.content {
		width: 40%;
		margin-right: var(--gutter-size);
		padding: 0 var(--gutter-size) 0 0;
	}

	.contact-full-sidebar.sidebar {
		flex: 1;
	}
}

@media screen and (max-height: 750px) and (min-width: 1025px) {
	.page-template-template-contact-full main,
	.contact-full-container {
		height: 100%;
	}

	.contact-full-container {
		padding: 0;
	}

	.page-template-template-contact-full main {
		padding: 160px 0 100px;
	}
}

/* TEMPLATES > Attorney Bios */
.content-tabs-row {
	display: none;
	flex-wrap: wrap;
	background: var(--color-primary);
}

.content-tabs-row-inner {
	display: flex;
}

.content-tabs-row .content-tab-activate + .content-tab-activate {
	margin-left: 15px;
}

.content-tab-activate {
	border: 0;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 0;
	letter-spacing: normal;
	text-transform: none;
	padding: 24px 0;
	position: relative;
	background-color: transparent;
}

.content-tab-activate:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: var(--color-golden);
	transition: all 200ms ease-out;
}

.content-tab-activate:hover,
.content-tab-activate:focus {
	background: transparent;
}

.content-tab-activate:hover:after,
.content-tab-activate:focus:after,
.content-tab-activate.active:after {
	width: 100%;
	color: var(--color-golden);
}

.content-tab-activate.active {
	background: transparent;
	pointer-events: none;
	color: var(--color-golden);
}

.content-tab {
	margin-bottom: 50px;
	display: none;
}

.content-tab.active {
	-webkit-animation: fadein 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.content-tab.active,
.content-tabs-anchor-links .content-tab {
	display: block;
}

.content-tabs-anchor-links .mobile-tab {
	display: none;
}

.content-tabs-select {
	margin-left: calc(var(--gutter-size) * -1);
	margin-right: calc(var(--gutter-size) * -1);
}

.content-tabs-anchor-links .content-tabs-select {
	display: block;
}

.mobile-tab {
	margin-bottom: 20px;
	padding: 20px 30px;
	position: relative;
	width: 100%;
	text-align: left;
}

.mobile-tab:after {
	position: absolute;
	right: 15px;
	font-family: var(--font-family-icon);
	content: '\f0d7';
}

.overview-content-tab:not(:has(> *:nth-child(5))) + .js-show-more {
	display: none;
}

@media screen and (min-width: 1025px) {
	.content-tabs {
		display: flex;
		flex-wrap: wrap;
	}

	.content-tabs-row {
		display: block;
	}

	.mobile-tab,
	.content-tabs-select {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.content-tabs-row .content-tab-activate + .content-tab-activate {
		margin-left: 30px;
	}
}

/* TEMPLATES > Long-Form */
.banner-xl {
	padding: 50px 0;
	background-color: rgb(20, 23, 47);
	background-image: linear-gradient(180deg, rgba(20, 23, 47, 1) 46%, rgba(36, 42, 88, 1) 100%);
}

.banner-xl-content p:last-child {
	margin: 0;
}

.banner-xl-image {
	text-align: center;
}

.banner-xl-title {
	font-size: 3.5rem;
	line-height: 1.4;
}

.banner-xl-image img {
	margin: 0 auto;
	max-width: 70%;
}

@media screen and (min-width: 1100px) {
	.banner-xl-inner {
		display: flex;
		align-items: center;
	}

	.banner-xl-image img {
		max-width: 100%;
	}

	.banner-xl-content {
		padding-left: 60px;
		flex: 1;
	}
}

.top-table-contents {
	padding: 50px 0;
	background: #e5e8f6;
}

.top-table-contents-button {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none !important;
}

.top-table-contents-icon-container {
	margin-bottom: 15px;
}

.top-table-contents-inner {
	display: grid;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.top-table-contents-button-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: var(--color-secondary);
	transition: all 200ms ease-out;
}

.top-table-contents-button i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	color: var(--color-white);
}

.top-table-contents-button-icon:hover,
.top-table-contents-button-icon:focus {
	background: var(--color-alternate);
	transform: scale(1.03);
}

.is-sticky .top-table-contents {
	padding: 20px 0;
}

.is-sticky .top-table-contents-button-icon {
	width: 30px;
	height: 30px;
}

.is-sticky .top-table-contents-button i {
	font-size: 1rem;
}

.is-sticky .top-table-contents-icon-container {
	margin: 0 12px 0 0;
}

.is-sticky .top-table-contents-title {
	display: none;
}

.is-sticky .top-table-contents-button {
	margin: 0 auto 0 0;
	flex-direction: row;
}

.single-chapter-banner-title h2 {
	margin: 0;
	font-size: 2.4rem;
}

.single-chapter-banner-image {
	margin-bottom: 20px;
}

.single-chapter:nth-child(2n) {
	background: var(--color-light-gray);
}

.single-chapter-banner {
	background: var(--color-primary);
}

.single-chapter-content,
.single-chapter-banner {
	padding: 30px 0;
}

@media screen and (min-width: 900px) {
	.single-chapter-banner-inner {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
	}

	.single-chapter-banner-image {
		margin-bottom: 0;
		padding-left: 5vw;
	}

	.single-chapter-banner-title h2 {
		margin: 0;
		font-size: 3.2rem;
	}
}

@media screen and (min-width: 1025px) {
	.top-table-contents-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* TEMPLATES > Confirmation */
.confirm-contact {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.confirm-contact a:not(:last-child) {
	margin-right: 20px;
}

.confirm-social {
	margin-bottom: 60px;
}

/* TEMPLATES > Reviews */
.review-social {
	margin: 40px 0;
}

.review-social .social-links {
	justify-content: flex-start;
	max-width: none;
}

.review-social .social-links a {
	margin: 0 15px 0 0;
	width: 50px;
	height: 50px;
	font-size: 1.7rem;
	border: 1px solid var(--color-primary);
	background: var(--color-near-white);
	transition: all 200ms ease-out;
}

.review-social .social-links a:focus,
.review-social .social-links a:hover {
	opacity: 0.85;
	background: var(--color-light-gray);
}

.review-stars i {
	font-size: 2rem;
	color: var(--color-secondary);
}

/* TEMPLATES > Testimonials */
.content-testimonial-single:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-gray);
}

.content-testimonial-stars {
	font-size: 1.5rem;
	color: var(--color-golden);
}

.content-testimonial-source {
	display: block;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.content-testimonial-source:before {
	margin-right: 6px;
	display: inline-block;
	content: '-';
}

/* TEMPLATES > Mission */
.mission {
	padding-top: 30px;
	padding-bottom: 58px;
	position: relative;
	z-index: 1;
}

.mission:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 750px);
	pointer-events: none;
	background-color: var(--color-gray);
	content: '';
}

.mission-holder {
	position: relative;
	z-index: 1;
}

.mission-text {
	margin-bottom: 29px;
	font-size: 1.063rem;
}

.mission-text:last-of-type {
	margin-bottom: 0;
}

.mission h2 {
	margin-bottom: 12px;
	font-size: 2.25rem;
	font-weight: 400;
	font-family: var(--font-family-heading);
	color: var(--color-alternate);
	letter-spacing: -0.031rem;
	line-height: 0.9;
}

.mission h2 strong {
	display: block;
	font-weight: 400;
	white-space: nowrap;
}

.mission h2 strong:last-of-type {
	color: var(--color-blue);
}

.mission-text p {
	margin-bottom: 18px;
}

.mission-text.focus-text h2 {
	margin-bottom: 10px;
	font-size: 2.25rem;
	letter-spacing: -0.05rem;
	color: var(--color-primary);
	line-height: 1;
}

.mission-right {
	margin: 0 calc(-1 * var(--gutter-size)) 50px;
	position: relative;
	height: 267px;
}

.mission-right img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.mission-right .text-circle {
	margin-left: -175px;
	position: absolute;
	bottom: -177px;
	left: 50%;
	pointer-events: none;
	animation: rotate-full 30s infinite linear;
}

.mission-right .text-circle img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.mission-wrap {
	padding-top: 10px;
	position: relative;
	z-index: 1;
}

.mission-list {
	margin: 0 calc(-1 * var(--gutter-size)) 30px;
	padding: 30px;
	font-size: 1.063rem;
	font-weight: 600;
	color: var(--color-blue);
	line-height: 1.9;
}

.mission-list p:last-of-type {
	margin-bottom: 0;
}

.mission-ranking ul {
	margin: 0 0 0 20px;
	list-style: disc;
}

.mission-ranking li {
	font-size: 0.938rem;
	line-height: 1.55;
}

.mission-bg {
	position: absolute;
	top: 9px;
	right: 0;
	z-index: -1;
	width: 380px;
	height: 629px;
}

.mission-bg:before,
.mission-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: '';
}

.mission-bg:after {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 200%);
}

.mission-bg img {
	display: block;
	width: 100%;
}

@keyframes rotate-full {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

@media screen and (min-width: 768px) {
	.mission {
		padding-top: 70px;
		padding-bottom: 67px;
	}

	.mission:after {
		height: calc(100% - 635px);
	}

	.mission-holder {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.mission-left {
		padding-top: 3px;
		padding-right: 30px;
		width: 55%;
	}

	.mission-right {
		margin: 0;
		width: 45%;
		height: auto;
	}

	.mission h2 {
		margin-bottom: 22px;
		font-size: var(--font-size-h1);
		letter-spacing: -0.063rem;
	}

	.mission h2 strong {
		white-space: inherit;
	}

	.mission-text {
		margin-bottom: 60px;
		font-size: 1.125rem;
	}

	.mission-text.focus-text h2 {
		margin-bottom: 5px;
		font-size: 3.125rem;
		line-height: 1.1;
	}

	.mission-right img {
		height: auto;
	}

	.mission-right .text-circle {
		margin-left: 0;
		left: auto;
		bottom: -109px;
		right: -116px;
	}

	.mission-wrap {
		padding: 43px 0 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.mission-list {
		margin: 0;
		padding: 34px 30px;
		width: 47.5%;
	}

	.mission-ranking {
		padding-left: 30px;
		width: 52.5%;
	}
}

@media screen and (min-width: 1200px) {
	.mission-holder {
		flex-wrap: inherit;
	}

	.mission-left {
		padding-right: 72px;
		width: 100%;
	}

	.mission-text {
		margin-bottom: 115px;
	}

	.mission-right {
		width: 434px;
		flex: 0 0 auto;
	}

	.mission-wrap {
		margin-left: -108px;
	}

	.mission-list {
		padding: 34px 53px 41px 107px;
	}

	.mission-ranking {
		padding-left: 57px;
	}

	.mission-bg {
		margin-left: 260px;
		right: auto;
		left: 50%;
	}
}

@media screen and (min-width: 1281px) {
	.mission {
		padding-top: 81px;
	}

	.mission-left {
		padding-right: 125px;
		width: 56.5%;
	}

	.mission-wrap {
		margin-left: -89px;
	}

	.mission-list {
		padding-left: 91px;
		width: 42.5%;
	}

	.mission-ranking {
		padding-left: 57px;
		width: 57.5%;
	}

	.mission-bg {
		margin-left: 220px;
	}
}

@media screen and (min-width: 1458px) {
	.mission:after {
		height: calc(100% - 590px);
	}
}

/* TEMPLATES > Honor */
.honor {
	padding-top: 20px;
	text-align: center;
}

.honor p {
	margin-bottom: 25px;
	font-size: 1.063rem;
}

.honor-holder {
	margin: 0 -10px;
	padding-bottom: 39px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 2px solid var(--color-golden);
}

.honor-item {
	margin-bottom: 10px;
	padding: 0 10px;
	width: 50%;
}

.honor-item img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.honor {
		padding-top: 53px;
	}

	.honor p {
		margin-bottom: 39px;
	}

	.honor-holder {
		margin: 0 -10px;
		padding-bottom: 30px;
		display: flex;
	}

	.honor-item {
		margin-bottom: 30px;
		width: 33.33%;
	}
}

@media screen and (min-width: 1025px) {
	.honor-holder {
		margin: 0;
		padding-bottom: 72px;
		flex-wrap: unset;
		justify-content: space-between;
	}

	.honor-item {
		margin-bottom: 0;
		padding-right: 10px;
		padding-left: 0;
		width: auto;
	}

	.honor-item:last-of-type {
		padding-right: 0;
	}
}

/* TEMPLATES > Estate */
.estate {
	margin-bottom: 60px;
	padding-top: 47px;
	position: relative;
	text-align: center;
}

.estate-text {
	position: relative;
	z-index: 1;
	font-size: 1.063rem;
}

.estate .subtitle {
	font-size: 1.25rem;
}

.estate h2 {
	font-size: 2.25rem;
	font-weight: normal;
	font-family: var(--font-family-heading);
	letter-spacing: -0.063rem;
	color: var(--color-near-black);
	line-height: 1;
}

.estate p {
	margin-bottom: 14px;
}

.estate h3 {
	font-size: 1.563rem;
	letter-spacing: -0.05rem;
	color: var(--color-secondary);
}

.estate-heading span.active {
	transform: translateX(0);
}

.estate-heading span {
	transform: translateX(80%);
	display: block;
	transition: all 4s ease-out;
}

.estate-heading {
	position: absolute;
	top: 31px;
	left: 50%;
	opacity: 0.08;
	font-size: 7rem;
	font-family: var(--font-family-heading);
	line-height: 1;
	pointer-events: none;
	color: var(--color-golden);
	letter-spacing: -2px;
	transform: translateX(-50%);
	transition: transform 800ms ease-out;
}

@media screen and (min-width: 768px) {
	.estate {
		padding-top: 105px;
		margin-bottom: 98px;
	}

	.estate h2 {
		margin-bottom: 23px;
		font-size: var(--font-size-h1);
	}

	.estate p {
		margin-bottom: 21px;
	}

	.estate h3 {
		font-size: var(--font-size-h3);
	}

	.estate-text {
		max-width: 870px;
		margin: 0 auto;
		line-height: 1.9;
	}

	.estate-heading {
		top: 51px;
		font-size: 13.75rem;
		line-height: 0.9;
		letter-spacing: -0.313rem;
	}
}

@media screen and (min-width: 1025px) {
	.estate-heading {
		font-size: 19.125rem;
		letter-spacing: -0.375rem;
	}
}

@media screen and (min-width: 1200px) {
	.estate-heading {
		font-size: 21.313rem;
		letter-spacing: -0.5rem;
	}
}

/* TEMPLATES > Apart */
.apart {
	padding-top: 42px;
	padding-bottom: 51px;
	position: relative;
	background-color: var(--color-gray);
}

.apart-holder {
	position: relative;
	z-index: 1;
}

.apart h2 {
	margin-bottom: 35px;
	margin-left: 10px;
	font-size: 2.25rem;
	font-family: var(--font-family-heading);
	font-weight: normal;
	color: var(--color-alternate);
	letter-spacing: -0.063rem;
	line-height: 1;
}

.apart h2 strong {
	font-weight: 400;
	color: var(--color-primary);
}

.apart-image {
	margin-bottom: 27px;
	height: 202px;
}

.apart-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.apart-item {
	margin-bottom: 21px;
	padding-left: 32px;
	position: relative;
	font-size: 1rem;
	color: var(--color-primary);
	line-height: 1.25;
}

.apart-item:last-of-type {
	margin-bottom: 0;
}

.apart-item-arrow.active {
	transform: none;
	opacity: 1;
}

.apart-item-arrow {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.188rem;
	transform: translateX(-20px);
	transition: all 0.6s ease-out;
	opacity: 0;
	color: var(--color-secondary);
}

.apart-item h3 {
	margin-bottom: 7px;
	font-size: 1.25rem;
	color: var(--color-secondary);
}

.apart-item p:last-of-type {
	margin-bottom: 0;
}

.apart-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 205px;
	opacity: 0.25;
	pointer-events: none;
}

.apart-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.apart {
		padding-top: 78px;
		padding-bottom: 78px;
	}

	.apart h2 {
		margin-left: 0;
		font-size: var(--font-size-h1);
	}

	.apart-holder {
		display: flex;
		flex-wrap: wrap;
	}

	.apart-image {
		width: 45%;
		height: auto;
	}

	.apart-image img {
		height: auto;
	}

	.apart-text {
		padding-left: 30px;
		width: 55%;
	}

	.apart-item {
		margin-bottom: 37px;
	}

	.apart-item-arrow {
		top: 4px;
	}

	.apart-item h3 {
		font-size: 1.875rem;
	}

	.apart-bg {
		width: 293px;
		height: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.apart-holder {
		flex-wrap: unset;
	}

	.apart-image {
		width: 378px;
		flex: 0 0 auto;
	}

	.apart-text {
		padding-top: 6px;
		padding-left: 75px;
	}

	.apart h2 {
		margin-left: 7px;
	}

	.apart-bg {
		margin-left: -680px;
		left: 50%;
	}
}

/* TEMPLATES > Community */
.community {
	margin-bottom: 40px;
	padding-top: 58px;
	position: relative;
}

.community .row-narrow {
	max-width: 930px;
}

.community-text {
	position: relative;
	z-index: 1;
	font-size: 1.063rem;
	text-align: center;
}

.community-text h2 {
	margin-bottom: 18px;
	font-size: 2.25rem;
	font-family: var(--font-family-heading);
	font-weight: normal;
	color: var(--color-alternate);
	letter-spacing: -0.063rem;
	line-height: 1;
}

.community-text h2 strong {
	font-weight: 400;
	color: var(--color-primary);
}

.community-text p {
	margin-bottom: 18px;
}

.community-text p strong {
	color: var(--color-primary);
}

.community-text ul {
	text-align: left;
	margin-bottom: 40px;
}

.community-text li {
	border-bottom: 1px solid var(--color-golden);
}

.community-text li a {
	padding: 9px 0 9px 34px;
	display: block;
	position: relative;
	font-size: 1.063rem;
	color: var(--color-near-black);
	transition: all 0.25s;
	line-height: 1.35;
	text-decoration: none;
}

.community-text li a:before {
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 1.125rem;
	font-family: var(--font-family-icon);
	color: var(--color-secondary);
	content: '\f061';
}

.community-text li a:focus,
.community-text li a:hover {
	color: var(--color-secondary);
}

.community-bottom {
	margin-top: 25px;
	font-size: 1.125rem;
}

.community-heading {
	position: absolute;
	top: 13px;
	left: 50%;
	opacity: 0.08;
	font-size: 4.625rem;
	font-family: var(--font-family-heading);
	line-height: 1;
	pointer-events: none;
	color: var(--color-golden);
	letter-spacing: -2px;
	transform: translateX(-50%);
	transition: transform 800ms ease-out;
}

@media screen and (min-width: 768px) {
	.community {
		margin-bottom: 60px;
		padding-top: 103px;
	}

	.community-text {
		margin-bottom: 42px;
		font-size: 1.125rem;
	}

	.community-text h2 {
		margin-bottom: 38px;
		font-size: var(--font-size-h1);
	}

	.community-text ul {
		display: grid;
		grid-column-gap: 44px;
		grid-template-columns: repeat(2, 2fr);
	}

	.community-text li a {
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 1.125rem;
	}

	.community-text li a:before {
		top: 15px;
	}

	.community-bottom {
		margin-top: 40px;
		text-align: center;
	}

	.community-heading {
		top: 62px;
		font-size: 10.313rem;
		line-height: 0.9;
		letter-spacing: -0.313rem;
	}
}

@media screen and (min-width: 1020px) {
	.community-heading {
		font-size: 13.75rem;
	}
}

@media screen and (min-width: 1200px) {
	.community-heading {
		font-size: 16.938rem;
	}
}

/* TEMPLATES > Human */
.human {
	position: relative;
}

.human-text h2 {
	margin-bottom: 6px;
	font-family: var(--font-family-heading);
	font-weight: normal;
	font-size: 2.25rem;
	color: var(--color-alternate);
	letter-spacing: -0.063rem;
	line-height: 1;
}

.human-text p strong {
	font-size: 1.125rem;
	color: var(--color-primary);
}

.human-item {
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 55px;
	position: relative;
	font-size: 1rem;
	color: var(--color-primary);
	line-height: 1.25;
	border-bottom: 2px solid var(--color-golden);
}

.human-item:last-of-type {
	border-bottom: 0;
}

.human-item h3 {
	margin-bottom: 0;
	font-size: 1.875rem;
	color: var(--color-secondary);
}

.human-item p {
	margin-bottom: 0;
	font-weight: 700;
	text-align: left;
}

.human-icon.active {
	animation-name: fadeInUp;
}

.human-icon {
	position: absolute;
	top: 19px;
	left: 0;
	width: 41px;
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.human-icon img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.human-bg {
	margin-bottom: 38px;
	height: 182px;
}

.human-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.human {
		padding-top: 80px;
		padding-bottom: 55px;
	}

	.human-text {
		margin-left: auto;
		position: relative;
		z-index: 2;
		max-width: 620px;
	}

	.human-text h2 {
		margin-bottom: 20px;
		font-size: 4.313rem;
	}

	.human-text p strong {
		font-size: 1.25rem;
	}

	.human-item {
		margin-left: 100px;
		padding-left: 0;
	}

	.human-icon {
		left: -100px;
		width: 72px;
	}

	.human-bg {
		margin-bottom: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.human-bg:after,
	.human-bg:before {
		position: absolute;
		top: 0;
		right: 0;
		width: 62%;
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		content: '';
	}

	.human-bg:after {
		opacity: 0.92;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
	}
}

/* TEMPLATES > Recovery */
.recovery {
	margin-bottom: 56px;
	padding-top: 28px;
	text-align: center;
}

.recovery-text.active {
	animation-name: fadeIn;
}

.recovery-text {
	margin: 0 auto;
	max-width: 750px;
	font-size: 1.125rem;
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.recovery h2 {
	margin-bottom: 6px;
	font-family: var(--font-family-heading);
	font-weight: normal;
	font-size: 2.25rem;
	color: var(--color-alternate);
	letter-spacing: -0.063rem;
	line-height: 1;
}

.recovery h2 strong {
	font-weight: 400;
	color: var(--color-near-black);
}

.recovery p {
	margin-bottom: 16px;
}

.recovery p:last-child {
	margin-bottom: 18px;
	color: var(--color-secondary);
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0.269rem;
}

@media screen and (min-width: 768px) {
	.recovery {
		margin-bottom: 99px;
		padding-top: 109px;
	}

	.recovery h2 {
		margin-bottom: 13px;
		font-size: 4.313rem;
	}

	.recovery p {
		margin-bottom: 34px;
	}

	.recovery p:last-child {
		font-size: 1.25rem;
		letter-spacing: 0.313rem;
	}
}

/* TEMPLATES > Image-text */
.image-text {
	margin-bottom: 42px;
	padding-top: 25px;
}

.image-text p:has(+ h2) {
	margin-bottom: 18px;
	color: var(--color-secondary);
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0.269rem;
}

.image-text h2 {
	margin-bottom: 12px;
	font-family: var(--font-family-heading);
	font-weight: 400;
	font-size: 2.25rem;
	color: var(--color-alternate);
	letter-spacing: -0.05rem;
	line-height: 1;
}

.image-text h2 strong {
	color: var(--color-primary);
	font-weight: 400;
}

.image-text p {
	margin-bottom: 18px;
}

.image-text img {
	display: block;
	width: 100%;
	object-fit: cover;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.image-text-left {
	margin: 0 calc(-1 * var(--gutter-size)) 30px;
}

.image-text-right {
	font-size: 1.063rem;
}

@media screen and (min-width: 768px) {
	.image-text {
		margin-bottom: 81px;
		padding-top: 83px;
	}

	.image-text-right {
		font-size: 1.125rem;
	}

	.image-text-holder {
		display: flex;
		flex-wrap: wrap;
	}

	.image-text p:has(+ h2) {
		font-size: 1.25rem;
		letter-spacing: 0.313rem;
	}

	.image-text h2 {
		margin-bottom: 11px;
		font-size: 3.125rem;
		letter-spacing: -0.063rem;
	}

	.image-text-left {
		margin: 0;
		width: 48%;
		height: auto;
	}

	.image-text-right {
		padding-left: 30px;
		width: 52%;
	}
}

@media screen and (min-width: 1200px) {
	.image-text-holder {
		flex-wrap: unset;
	}

	.image-text-left {
		width: 364px;
		flex: 0 0 auto;
	}

	.image-text-right {
		padding-left: 76px;
		width: 90%;
	}

	.image-text h2 strong {
		display: block;
	}
}

@media screen and (min-width: 1281px) {
	.image-text {
		padding-top: 71px;
	}
}

/* TEMPLATES > Copy */
.claim {
	padding-top: 38px;
	padding-bottom: 30px;
	z-index: 1;
	position: relative;
	background-color: var(--color-gray);
}

.claim-holder {
	position: relative;
	z-index: 1;
}

.claim h2 {
	margin-bottom: 12px;
	font-size: 2.25rem;
	color: var(--color-primary);
	letter-spacing: -0.063rem;
	line-height: 1.3;
}

.claim p {
	margin-bottom: 18px;
}

.claim ul {
	margin-bottom: 18px;
	padding: 0 0 0 43px;
	border-left: 5px solid var(--color-golden);
}

.claim ul li {
	padding-left: 19px;
	position: relative;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--color-alternate);
}

.claim ul li:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: var(--color-alternate);
	content: '';
}

.claim-right {
	font-size: 1.063rem;
}

.claim:after {
	content: '';
	position: absolute;
	top: -43px;
	left: -129px;
	width: 409px;
	pointer-events: none;
	height: 368px;
	background-image: url('../images/scale1.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 409px auto;
	animation-duration: 1500ms;
	animation-fill-mode: both;
	opacity: 0;
}

.claim.active:after {
	animation-name: fadeInLeftSlight;
}

.claim-scale img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.claim {
		padding-top: 103px;
		padding-bottom: 82px;
	}

	.claim-holder {
		display: flex;
		flex-wrap: wrap;
	}

	.claim h2 {
		margin-bottom: 11px;
		font-size: 3.125rem;
		line-height: 1;
	}

	.claim ul {
		margin-bottom: 28px;
	}

	.claim-left {
		width: 45%;
	}

	.claim-right {
		padding-left: 30px;
		width: 55%;
		font-size: 1.125rem;
	}

	.claim:after {
		width: 743px;
		height: 667px;
		background-size: 743px auto;
	}
}

@media screen and (min-width: 1025px) {
	.claim-left {
		width: 40%;
	}

	.claim-right {
		padding-left: 16px;
		width: 60%;
	}
}

@media screen and (min-width: 1200px) {
	.claim:after {
		margin-left: -877px;
		left: 50%;
	}
}

/* TEMPLATES > Medical */
.medical {
	margin-bottom: 136px;
	padding-top: 41px;
	text-align: center;
}

.medical-text {
	font-size: 1.125rem;
}

.medical-text p {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.medical h2 {
	font-family: var(--font-family-heading);
	font-weight: 400;
	margin-bottom: 12px;
	font-size: 2.25rem;
	color: var(--color-primary);
	letter-spacing: -0.063rem;
	line-height: 0.9;
}

.medical p {
	margin-bottom: 18px;
}

.medical p a {
	font-weight: 700;
	color: var(--color-secondary);
	text-decoration: underline;
}

.medical p a:focus,
.medical p a:hover {
	text-decoration: none;
}

.medical-holder {
	margin: 0 auto 6px;
	max-width: 261px;
}

.medical-item:first-child {
	padding-top: 0;
}

.medical-item {
	padding: 18px 0;
	position: relative;
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-alternate);
	line-height: 1.25;
}

.medical-item:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 2px;
	transform: translateX(-50%);
	background-color: var(--color-golden);
	content: '';
}

.medical-item:last-of-type:after {
	display: none;
}

.medical-number {
	margin-bottom: 2px;
	font-size: 3.375rem;
	font-weight: normal;
	font-family: var(--font-family-heading);
	color: var(--color-primary);
	line-height: 1;
}

.medical-item p:last-of-type {
	margin-bottom: 0;
}

.medical-bottom {
	font-size: 1.125rem;
}

.medical-bottom p {
	margin-bottom: 12px;
}

.medical h3 {
	font-size: 1.563rem;
	letter-spacing: -0.04rem;
}

@media screen and (min-width: 768px) {
	.medical {
		margin-bottom: 93px;
		padding-top: 71px;
	}

	.medical-number {
		margin-bottom: 15px;
	}

	.medical h2 {
		margin-bottom: 11px;
		font-size: 3.125rem;
		line-height: 1;
	}

	.medical h3 {
		font-size: var(--font-size-h3);
	}

	.medical-bottom p {
		margin-bottom: 21px;
	}
}

@media screen and (min-width: 1025px) {
	.medical-text {
		margin-bottom: 53px;
	}

	.medical-holder {
		margin: 0 0 60px;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.medical-item {
		padding: 3px 10px;
		width: 25%;
	}

	.medical-item:after {
		right: 0;
		left: auto;
		width: 2px;
		height: 100%;
		transform: translateX(0);
	}
}

/* malpractice */
.malpractice {
	padding-bottom: 30px;
	position: relative;
	background-color: var(--color-gray);
}

.malpractice.is-transparent ul {
	border-left: 0;
	padding-left: 0;
}

.malpractice.is-transparent {
	background-color: transparent;
	padding-top: 0;
}

.malpractice-inner {
	margin-bottom: 32px;
	position: relative;
	z-index: 2;
}

.malpractice-left h2 strong {
	font-weight: 400;
	color: var(--color-alternate);
}

.malpractice-left ul {
	border-left: 5px solid var(--color-golden);
	padding-left: 20px;
}

.malpractice-left ul li {
	padding-left: 1rem;
	position: relative;
	margin-bottom: 4px;
}

.malpractice-left ul li:after {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 7px;
	border-radius: 4px;
	height: 7px;
	background: var(--color-primary);
}

.malpractice-left p:last-child {
	margin-bottom: 0;
}

.malpractice-left {
	margin-top: 3rem;
}

.malpractice-left h2 {
	font-family: var(--font-family-heading);
	font-weight: 400;
	font-size: 2.25rem;
	color: var(--color-primary);
	letter-spacing: -0.063rem;
	line-height: 1.2;
}

.malpractice-right .text-circle img {
	height: auto;
	aspect-ratio: auto;
}

.malpractice-right .text-circle {
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	pointer-events: none;
	animation: rotate-full 30s infinite linear;
}

@keyframes rotate-full {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.malpractice-right {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
}

.malpractice-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 381 / 185;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
	.malpractice {
		padding-top: 85px;
		padding-bottom: 75px;
	}

	.malpractice-right .text-circle {
		margin-left: 20px;
		top: -130px;
	}

	.malpractice-left ul {
		padding-left: 43px;
	}

	.malpractice-right img {
		aspect-ratio: auto;
		height: auto;
	}

	.malpractice-left h2 {
		font-size: 3.125rem;
		margin-bottom: 40px;
		line-height: 0.9;
	}

	.malpractice-inner {
		display: flex;
		flex-wrap: wrap;
	}

	.malpractice-left {
		padding-right: 30px;
		margin: 0;
		width: 60%;
	}

	.malpractice-right {
		width: 40%;
		order: 1;
		margin: 0;
	}
}

@media screen and (min-width: 1025px) {
	.malpractice-left {
		padding-right: 100px;
	}

	.malpractice.is-transparent .malpractice-right {
		margin-left: auto;
		width: 36%;
	}
}

/* syracuse */
.syracuse {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-image: url('../images/syracuse-bg2.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.syracuse-inner {
	position: relative;
	z-index: 2;
}

.syracuse h2 strong {
	font-weight: 400;
	color: var(--color-alternate);
}

.syracuse-content ul {
	width: 100%;
	margin-bottom: 0;
	border-top: 1px solid var(--color-gray-100);
}

.syracuse-content ul li strong {
	font-family: var(--font-family-heading), sans-serif;
	color: var(--color-secondary);
	font-size: 2.188rem;
	font-weight: 400;
	position: absolute;
	left: 5px;
	top: 7px;
}

.syracuse-content h3 {
	font-size: 1.563rem;
	margin: 1rem 0;
	letter-spacing: -0.03rem;
}

.syracuse-content ul li {
	position: relative;
	width: 100%;
	min-height: 65px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.25;
	border-bottom: 1px solid var(--color-gray-100);
	padding: 0.6rem 0 0.6rem 3rem;
}

.syracuse h2 {
	font-size: 2.25rem;
	font-family: var(--font-family-heading);
	font-weight: 400;
	color: var(--color-primary);
	letter-spacing: -0.063rem;
	line-height: 1.3;
}

.syracuse-image {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
	margin-bottom: 2rem;
}

.syracuse-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 378 / 190;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.syracuse-top {
	margin: 0 auto;
	max-width: 900px;
}

@media screen and (min-width: 768px) {
	.syracuse {
		padding-top: 85px;
		padding-bottom: 85px;
		background-image: url('../images/syracuse-bg.png');
		background-position: left top;
		background-repeat: repeat-y;
		background-size: 481px auto;
	}

	.syracuse-content ul li {
		padding-top: 1.45rem;
		padding-bottom: 1.45rem;
	}

	.syracuse-content ul li strong {
		top: 15px;
	}

	.syracuse-content h3 {
		margin: 3rem 0 2.5rem;
	}

	.syracuse-image img {
		aspect-ratio: auto;
		height: auto;
	}

	.syracuse h2 {
		font-size: 3.125rem;
		line-height: 1;
	}

	.syracuse-top {
		padding-bottom: 1rem;
	}

	.syracuse-inner {
		display: flex;
		flex-wrap: wrap;
	}

	.syracuse-content {
		padding-left: 30px;
		margin: 0;
		width: 70%;
	}

	.syracuse-image {
		width: 30%;
		margin: 0;
	}
}

@media screen and (min-width: 1025px) {
	.syracuse-content {
		padding-left: 50px;
	}
}

/* medical-usp */
.medical-usp {
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	background-color: var(--color-gray);
}

.medical-usp-inner {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.medical-usp h2 strong {
	font-weight: 400;
	color: var(--color-alternate);
}

.medical-usp h4 {
	font-size: 22px;
	margin: 0.5rem 0 1rem;
	letter-spacing: -0.03rem;
}

.medical-usp h2 {
	font-size: 2.25rem;
	font-family: var(--font-family-heading);
	font-weight: 400;
	color: var(--color-primary);
	letter-spacing: -0.063rem;
	line-height: 0.9;
	margin-bottom: 10px;
}

.medical-usp-col:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.medical-usp-col {
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 2px solid var(--color-golden);
	animation-duration: 1500ms;
	animation-fill-mode: both;
}

.medical-usp-col.active {
	animation-name: fadeInUpSlight;
}

.medical-usp-col:nth-child(2) {
	animation-delay: 250ms;
}

.medical-usp-col:nth-child(3) {
	animation-delay: 500ms;
}

.medical-usp-top {
	margin: 0 auto;
	max-width: 900px;
}

@media screen and (min-width: 768px) {
	.medical-usp {
		padding-top: 80px;
		padding-bottom: 45px;
	}

	.medical-usp-col:first-child {
		border-left: 0;
	}

	.medical-usp h2 {
		font-size: 3.125rem;
		line-height: 1;
		max-width: 650px;
		margin: 0 auto 10px;
	}

	.medical-usp-top {
		padding-bottom: 1rem;
	}

	.medical-usp-col {
		width: 33.333%;
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		border-left: 2px solid var(--color-golden);
	}

	.medical-usp-inner {
		display: flex;
		flex-wrap: wrap;
	}
}

/* we-will */
.we-will {
	padding-top: 80px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
	background-color: var(--color-gray);
}

.we-will.is-alt .we-will-title {
	top: 50%;
	transform: translateY(-30%);
}

.we-will.is-alt {
	font-size: 1.25rem;
}

.we-will.is-alt h2 {
	font-size: 50px;
	font-family: var(--font-family-heading);
	font-weight: 400;
}

.we-will.is-alt h3 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
}

.we-will-inner {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto 30px;
}

.we-will h3 {
	color: var(--color-secondary);
	line-height: 1;
	margin-bottom: 10px;
	font-size: 3.75rem;
	letter-spacing: -0.02em;
}

.we-will h4,
.we-will.is-alt h3 {
	color: var(--color-secondary);
	font-size: 1.563rem;
	letter-spacing: -0.04rem;
	padding-bottom: 20px;
}

.we-will h4 {
	font-family: var(--font-family-heading), serif;
	font-weight: 400;
	text-transform: none;
}

.we-will h2 {
	letter-spacing: -0.04rem;
	color: var(--color-primary);
	font-size: 1.563rem;
	font-family: var(--font-family-heading);
	font-weight: 400;
}

.we-will-bottom .button {
	color: var(--color-primary);
	font-size: 1.125rem;
	letter-spacing: 0;
}

.we-will-bottom {
	padding-top: 15px;
}

.we-will h3 + p {
	max-width: 720px;
	margin: 0 auto 30px;
}

.we-will-bottom p {
	font-weight: 700;
}

.we-will p:has(+ h2) {
	text-transform: uppercase;
	font-family: var(--font-family-body), sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	color: var(--color-secondary);
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	margin-bottom: 8px;
}

.we-will-title {
	position: absolute;
	top: 30px;
	line-height: 1;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 6.75rem;
	opacity: 0.08;
	z-index: -1;
	color: var(--color-golden);
}

@media screen and (min-width: 768px) {
	.we-will h4,
	.we-will.is-alt h3 {
		font-size: 2.188rem;
		letter-spacing: -0.063rem;
	}

	.we-will p:has(+ h2) {
		font-size: 1rem;
		letter-spacing: 0.25rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	.we-will h2 {
		font-size: 2.188rem;
	}

	.we-will {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.we-will.is-alt {
		padding-top: 110px;
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 1025px) {
	.we-will-title {
		font-size: 24.5rem;
		letter-spacing: -0.6rem;
		top: 50px;
	}

	.we-will p + h2 {
		max-width: 800px;
		margin: 0 auto 20px;
	}
}

/* compensation */
.compensation {
	padding-bottom: 30px;
	position: relative;
	color: var(--color-white);
	background-color: var(--color-near-black);
}

.compensation-bg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 381 / 250;
}

.compensation-bg {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}

.compensation-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(to bottom, rgba(1, 21, 46, 0) 50%, rgba(1, 21, 46, 1) 100%);
}

.compensation-content ul li {
	padding-left: 1.7rem;
	line-height: 1.2;
	position: relative;
	margin-bottom: 10px;
}

.compensation-content ul li:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 10px;
	width: 7px;
	border-radius: 4px;
	height: 7px;
	background: var(--color-white);
}

.compensation-content {
	position: relative;
	z-index: 2;
	width: 100%;
}

.compensation h2 {
	font-size: 2.25rem;
	font-family: var(--font-family-heading);
	font-weight: 400;
	color: var(--color-white);
	letter-spacing: -0.05rem;
	line-height: 0.9;
}

@media screen and (min-width: 768px) {
	.compensation {
		padding-top: 100px;
		padding-bottom: 70px;
		margin-bottom: 90px;
	}

	.compensation-bg img {
		aspect-ratio: auto;
	}

	.compensation-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		margin-bottom: 0;
		height: 100%;
	}

	.compensation-content {
		width: 50%;
		margin-left: 50%;
		padding-left: 10px;
	}

	.compensation-bg:after {
		background: linear-gradient(to right, rgba(1, 21, 46, 0) 50%, rgba(1, 21, 46, 1) 100%);
	}

	.compensation h2 {
		font-size: 2.188rem;
		line-height: 1.15;
	}
}

/* justice-block */
.justice-block:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 205px;
	content: '';
	z-index: -1;
	background-image: url('../images/justice-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.justice-block:after {
	background: var(--color-gray);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.justice-block {
	padding-top: 15px;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 10px;
}

.justice-block-image {
	margin-bottom: 2rem;
}

.justice-block-image img {
	width: 100%;
	display: block;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.justice-block-content {
	position: relative;
	z-index: 2;
	width: 100%;
}

.justice-block h2 strong {
	font-weight: 400;
	color: var(--color-alternate);
}

.justice-block h2 {
	color: var(--color-primary);
	font-family: var(--font-family-heading);
	font-weight: 400;
	font-size: 2.25rem;
	letter-spacing: -0.063rem;
	line-height: 0.9;
}

@media screen and (min-width: 768px) {
	.justice-block {
		padding-top: 100px;
		margin-bottom: 60px;
	}

	.justice-block:after,
	.justice-block:before {
		height: calc(100% - 85px);
	}

	.justice-block-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.justice-block-image {
		width: 49%;
		margin-bottom: 0;
	}

	.justice-block-content {
		width: 45%;
		padding-top: 20px;
	}

	.justice-block h2 {
		font-size: 3.125rem;
		line-height: 1;
	}
}

/* text-block */
.text-block {
	position: relative;
	padding-bottom: 50px;
}

.text-block-holder p a {
	font-weight: 700;
}

.text-block-holder {
	position: relative;
	z-index: 2;
	width: 100%;
}

.text-block h2 strong {
	font-weight: 400;
	color: var(--color-alternate);
}

.text-block h2 {
	font-size: 2.25rem;
	letter-spacing: -0.063rem;
	line-height: 0.9;
	color: var(--color-primary);
	font-family: var(--font-family-heading);
	font-weight: 400;
}

.text-block h3 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.563rem;
	letter-spacing: -0.03rem;
}

.text-block-title {
	position: absolute;
	bottom: 0;
	line-height: 0.7;
	left: 0;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 8.625rem;
	opacity: 0.08;
	z-index: -1;
	font-family: var(--font-family-heading), sans-serif;
	color: var(--color-golden);
}

.text-block-row ul {
	margin-left: 20px;
}

.text-block-row ul li {
	list-style-type: disc;
	margin-bottom: 1rem;
}

.text-block-left h2 {
	color: var(--color-alternate);
}

.text-block-row {
	color: var(--color-primary);
}

@media screen and (min-width: 768px) {
	.text-block-holder {
		margin: auto;
		max-width: 970px;
	}

	.text-block h3 {
		font-size: 2.188rem;
		letter-spacing: 0;
	}

	.text-block-row {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.text-block-left {
		width: 43%;
		padding-right: 30px;
	}

	.text-block-right p strong {
		font-size: 1.25rem;
	}

	.text-block-right {
		width: 57%;
	}

	.text-block h2 {
		font-size: 3.125rem;
		line-height: 1;
	}
}

@media screen and (min-width: 1025px) {
	.text-block-title {
		font-size: 24.5rem;
		bottom: -40px;
		letter-spacing: -0.6rem;
	}
}

/* client-slider */
.client-slider {
	z-index: 1;
	margin-bottom: 40px;
	position: relative;
	padding-top: 30px;
}

.client-slider-left {
	margin-bottom: 70px;
	position: relative;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.client-slider-right {
	color: var(--color-primary);
}

.client-slider:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-gray);
	z-index: -1;
}

.client-slider .swiper-pagination {
	justify-content: flex-start;
	display: flex;
	top: auto;
	bottom: -30px;
}

.client-slider h2 strong {
	font-weight: 400;
	color: var(--color-alternate);
}

.client-slider h2 {
	font-size: 2.25rem;
	letter-spacing: -0.063rem;
	line-height: 0.9;
	font-family: var(--font-family-heading);
	font-weight: 400;
	color: var(--color-primary);
}

.client-slider ul {
	width: 100%;
}

.client-slider ul li {
	padding-left: 2rem;
	position: relative;
	margin-bottom: 15px;
}

.client-slider ul li:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	width: 8px;
	border-radius: 4px;
	height: 8px;
	background: var(--color-primary);
}

.client-slider-slide img {
	width: 100%;
	display: block;
}

@media screen and (min-width: 768px) {
	.client-slider {
		padding-top: 90px;
		margin-bottom: 90px;
	}

	.client-slider-holder {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		width: 100%;
	}

	.client-slider-left {
		width: 44%;
		margin-bottom: 0;
	}

	.client-slider h2 {
		font-size: 3.125rem;
		line-height: 1;
	}

	.client-slider-right {
		width: 50%;
		margin-left: auto;
	}
}

@media screen and (min-width: 1025px) {
	.client-slider:after {
		height: calc(100% - 105px);
	}

	.client-slider .swiper-pagination span {
		display: block;
		margin-top: 5px !important;
	}

	.client-slider .swiper-pagination {
		position: absolute;
		right: -40px;
		left: auto;
		bottom: 0;
		display: block;
		width: 10px;
	}
}

/* image-slider */
.image-slider {
	z-index: 3;
	position: relative;
	padding-top: 90px;
	background-image: url('../images/image-slider-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.image-slider:after {
	width: 100%;
	height: 65px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--color-gray);
}

.image-slider-inner img {
	display: block;
}

.image-slider-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.image-slider-inner .js-large-slider {
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.image-slider .text-circle {
	position: absolute;
	top: -150px;
	left: 20px;
	z-index: 2;
	width: 182px;
	pointer-events: none;
	animation: rotate-full 30s infinite linear;
}

.image-slider .image-swiper-pagination {
	justify-content: flex-end;
	display: flex;
	top: auto;
	bottom: -30px;
	position: absolute;
	z-index: 3;
	padding-right: var(--gutter-size);
}

@media screen and (min-width: 768px) {
	.image-slider {
		padding-top: 40px;
	}
}

@media screen and (min-width: 1025px) {
	.image-slider .image-swiper-pagination {
		padding-right: 100px;
	}

	.image-slider .text-circle {
		width: 250px;
		top: -165px;
		left: 16%;
	}
}

/* TEMPLATES > Copy */
.copy {
}

@media screen and (min-width: 768px) {
}

/* TEMPLATES > Copy */
.copy {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1025px) {
}
